<!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.1' 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.19' 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.19" 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.19" 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.183.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">
							22. Juli 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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 22. Juli 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor						</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/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 22. Juli 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Selbstbetrug mit Handy, KI und Co						</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/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 22. Juli 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik						</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/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 22. Juli 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten						</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/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 22. Juli 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR						</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-91924 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft category-hauptartikel tag-angstbewaeltigung tag-deutsche-literatur tag-exilliteratur tag-friedenspreis-des-deutschen-buchhandels tag-gedichte-gegen-die-angst tag-hans-magnus-enzensberger tag-herbert-csef tag-holocaust tag-juedische-lyrik tag-literaturnobelpreis tag-nelly-sachs tag-psychische-traumatisierung tag-resilienz tag-trauma tag-weine-aus-die-entfesselte-schwere-der-angst">
								<a href="https://www.tabularasamagazin.de/herbert-csef-weine-aus-die-entfesselte-schwere-der-angst-lyrik-zur-angstbewaeltigung-von-nelly-sachs/" title="Weine aus die entfesselte Schwere der Angst“- Lyrik zur Angstbewältigung von Nelly Sachs"><img width="640" height="381" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20381'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" fetchpriority="high" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640-640x381.jpg" /><noscript><img width="640" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640-640x381.jpg" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" fetchpriority="high" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Feuilleton								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/herbert-csef-weine-aus-die-entfesselte-schwere-der-angst-lyrik-zur-angstbewaeltigung-von-nelly-sachs/" title="Weine aus die entfesselte Schwere der Angst“- Lyrik zur Angstbewältigung von Nelly Sachs">
												Weine aus die entfesselte Schwere der Angst“- Lyrik zur Angstbewältigung von Nelly Sachs											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-91816 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-welt tag-asylpolitik tag-deutschland tag-einwanderung tag-europa tag-illegale-migration tag-integration tag-islamismus tag-migration tag-migration-fatigue tag-migrationskrise tag-parallelgesellschaften tag-remigration tag-suedafrika tag-suedostasien tag-usa">
								<a href="https://www.tabularasamagazin.de/wolfgang-sachsenroeder-das-zeitalter-homogener-nationalstaaten-ist-vorbei-wie-andere-laender-mit-der-migration-umgehen/" title="Das Zeitalter homogener Nationalstaaten ist vorbei &#8211; Wie andere Länder mit der Migration umgehen"><img width="500" height="281" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20281'%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/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5.png 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5-300x169.png 300w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5.png" /><noscript><img width="500" height="281" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5.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/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5.png 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5-300x169.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></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/wolfgang-sachsenroeder-das-zeitalter-homogener-nationalstaaten-ist-vorbei-wie-andere-laender-mit-der-migration-umgehen/" title="Das Zeitalter homogener Nationalstaaten ist vorbei &#8211; Wie andere Länder mit der Migration umgehen">
												Das Zeitalter homogener Nationalstaaten ist vorbei &#8211; Wie andere Länder mit der Migration umgehen											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-92001 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft category-hauptartikel tag-andy-burnham tag-bee-network tag-britischer-premierminister tag-dezentralisierung tag-downing-street tag-greater-manchester tag-grossbritannien tag-keir-starmer tag-koenig-des-nordens tag-labour-party tag-lebenshaltungskosten tag-regierungswechsel tag-wohnungsbau">
								<a href="https://www.tabularasamagazin.de/regierungswechsel-in-grossbritannien-andy-burnham-uebernimmt-grossbritannien-und-setzt-andere-akzente-als-keir-starmer/" title="Regierungswechsel: Andy Burnham übernimmt Großbritannien – und setzt andere Akzente als Keir Starmer"><img width="640" height="381" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%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/07/terimakasih0-united-kingdom-2405963_640-640x381.jpg" /><noscript><img width="640" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/terimakasih0-united-kingdom-2405963_640-640x381.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">
									EUROPA								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/regierungswechsel-in-grossbritannien-andy-burnham-uebernimmt-grossbritannien-und-setzt-andere-akzente-als-keir-starmer/" title="Regierungswechsel: Andy Burnham übernimmt Großbritannien – und setzt andere Akzente als Keir Starmer">
												Regierungswechsel: Andy Burnham übernimmt Großbritannien – und setzt andere Akzente als Keir Starmer											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-91829 post type-post status-publish format-standard has-post-thumbnail category-hauptartikel category-politik category-welt tag-bab-al-mandab tag-deutsche-sicherheitspolitik tag-dschibuti tag-geostrategie tag-golf-von-aden tag-horn-von-afrika tag-huthi-miliz tag-internationale-schifffahrt tag-jan-ole-voss tag-karl-wiesemeyer tag-kas-laenderbericht tag-konrad-adenauer-stiftung tag-militaerstuetzpunkte tag-piraterie tag-rotes-meer tag-seehandel">
								<a href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-darum-kaempfen-die-weltmaechte-um-dschibuti/" title="Länderbericht der Konrad-Adenauer-Stiftung: Darum kämpfen die Weltmächte um Dschibuti"><img width="500" height="281" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20281'%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/07/ChatGPT-Image-17.-Juli-2026-21_07_46.png 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_07_46-300x169.png 300w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_07_46.png" /><noscript><img width="500" height="281" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_07_46.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/07/ChatGPT-Image-17.-Juli-2026-21_07_46.png 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_07_46-300x169.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Hauptartikel								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-darum-kaempfen-die-weltmaechte-um-dschibuti/" title="Länderbericht der Konrad-Adenauer-Stiftung: Darum kämpfen die Weltmächte um Dschibuti">
												Länderbericht der Konrad-Adenauer-Stiftung: Darum kämpfen die Weltmächte um Dschibuti											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-91900 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-politik tag-alexander-dobrindt tag-anschlagsgefahr-deutschland tag-bundesinnenministerium tag-extremismus tag-hybride-bedrohungen tag-innere-sicherheit tag-islamistischer-terrorismus tag-sicherheitsbehoerden tag-terrorgefahr tag-verfassungsschutz">
								<a href="https://www.tabularasamagazin.de/bundesinnenminister-alexander-dobrindt-stuft-die-sicherheitslage-neu-ein-anschlaege-in-deutschland-erkennbar/" title="Bundesinnenminister Alexander Dobrindt stuft die Sicherheitslage neu ein &#8211; Anschläge in Deutschland erkennbar"><img width="640" height="381" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%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/07/geralt-brexit-5848446_640-640x381.jpg" /><noscript><img width="640" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-brexit-5848446_640-640x381.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/bundesinnenminister-alexander-dobrindt-stuft-die-sicherheitslage-neu-ein-anschlaege-in-deutschland-erkennbar/" title="Bundesinnenminister Alexander Dobrindt stuft die Sicherheitslage neu ein &#8211; Anschläge in Deutschland erkennbar">
												Bundesinnenminister Alexander Dobrindt stuft die Sicherheitslage neu ein &#8211; Anschläge in Deutschland erkennbar											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-91859 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel tag-cdu tag-daniel-funke tag-dignitas-infinita tag-doppelmoral tag-jens-spahn tag-katholische-kirche tag-lebensschutz tag-leihmutterschaft tag-menschenwuerde tag-ruecktritt">
								<a href="https://www.tabularasamagazin.de/jens-spahns-doppelmoral-bei-der-leihmutterschaft-die-regeln-gelten-nur-fuer-die-anderen/" title="Jens Spahns Doppelmoral bei der Leihmutterschaft: Die Regeln gelten nur für die anderen"><img width="500" height="248" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20248'%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/07/ChatGPT-Image-17.-Juli-2026-16_38_29.png 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-16_38_29-300x149.png 300w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-16_38_29.png" /><noscript><img width="500" height="248" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-16_38_29.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/07/ChatGPT-Image-17.-Juli-2026-16_38_29.png 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-16_38_29-300x149.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></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/jens-spahns-doppelmoral-bei-der-leihmutterschaft-die-regeln-gelten-nur-fuer-die-anderen/" title="Jens Spahns Doppelmoral bei der Leihmutterschaft: Die Regeln gelten nur für die anderen">
												Jens Spahns Doppelmoral bei der Leihmutterschaft: Die Regeln gelten nur für die anderen											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-91729 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-hauptartikel tag-aelter tag-buchrezension tag-franzoesische-literatur tag-gesellschaftskritik tag-kriminalroman tag-mond-gefangen-in-einem-toten-auge tag-pascal-garnier tag-ruhestand tag-schwarzer-humor tag-seniorenheim tag-septime-verlag">
								<a href="https://www.tabularasamagazin.de/ansgar-lange-grab-auf-lebenszeit-in-pascal-garniers-roman-ueber-eine-seniorenresidenz-in-suedfrankreich-stirbt-niemand-vor-langeweile/" title="Grab auf Lebenszeit – In Pascal Garniers Roman über eine Seniorenresidenz in Südfrankreich stirbt niemand vor Langeweile"><img width="411" height="210" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20411%20210'%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/07/pascal-garnier-1-Kopie.jpg 411w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/pascal-garnier-1-Kopie-300x153.jpg 300w" data-lazy-sizes="(max-width: 411px) 100vw, 411px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/pascal-garnier-1-Kopie.jpg" /><noscript><img width="411" height="210" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/pascal-garnier-1-Kopie.jpg" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/pascal-garnier-1-Kopie.jpg 411w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/pascal-garnier-1-Kopie-300x153.jpg 300w" sizes="(max-width: 411px) 100vw, 411px" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Feuilleton								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/ansgar-lange-grab-auf-lebenszeit-in-pascal-garniers-roman-ueber-eine-seniorenresidenz-in-suedfrankreich-stirbt-niemand-vor-langeweile/" title="Grab auf Lebenszeit – In Pascal Garniers Roman über eine Seniorenresidenz in Südfrankreich stirbt niemand vor Langeweile">
												Grab auf Lebenszeit – In Pascal Garniers Roman über eine Seniorenresidenz in Südfrankreich stirbt niemand vor Langeweile											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-91023 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-lifestyle-und-reisen tag-alpenvorland tag-ausflug-muenchen tag-bad-toelz tag-bad-toelz-sehenswuerdigkeiten tag-bayern-reise tag-bayern-sommer tag-blauer-reiter tag-expressionismus tag-franz-marc tag-franz-marc-museum tag-gabriele-muenter tag-herzogstand tag-isarwinkel tag-jochberg tag-kochel-am-see tag-kochelsee tag-kochelsee-schifffahrt tag-kultur-oberbayern tag-kunst-in-bayern tag-museum-penzberg tag-oberbayern tag-olaf-gulbransson-museum tag-reisebericht-bayern tag-seen-in-bayern tag-tegernsee tag-toelzer-land tag-urlaub-in-bayern tag-walchensee tag-walchenseekraftwerk tag-wandern-oberbayern tag-wassily-kandinsky tag-zwei-seen-land">
								<a href="https://www.tabularasamagazin.de/marc-peschke-kochelsee-und-bad-toelz-bayerns-schoenster-sommertraum-liegt-nur-60-kilometer-vor-muenchen/" title="Kochelsee und Bad Tölz: Bayerns schönster Sommertraum liegt nur 60 Kilometer vor München"><img width="400" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20300'%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/06/IMG_9635-Jachenau.jpg 400w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau-80x60.jpg 80w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau.jpg" /><noscript><img width="400" height="300" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau.jpg" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau.jpg 400w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/IMG_9635-Jachenau-80x60.jpg 80w" 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/marc-peschke-kochelsee-und-bad-toelz-bayerns-schoenster-sommertraum-liegt-nur-60-kilometer-vor-muenchen/" title="Kochelsee und Bad Tölz: Bayerns schönster Sommertraum liegt nur 60 Kilometer vor München">
												Kochelsee und Bad Tölz: Bayerns schönster Sommertraum liegt nur 60 Kilometer vor München											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-91334 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-welt tag-anthony-fauci tag-christian-drosten tag-corona-narrativ tag-corona-politik tag-corona-skandal tag-corona-ursprung tag-corona-vertuschung tag-corona-wahrheit tag-corona-aufarbeitung tag-corona-debatte tag-covid-ursprung tag-covid-19-lab-leak tag-covid-19-ursprung tag-dr-anthony-fauci tag-drosten-corona tag-fauci-akten tag-fauci-dokumente tag-fauci-kongress tag-fauci-unter-druck tag-gain-of-function tag-geheimdienste-usa tag-laborhypothese tag-labortheorie tag-offene-debatte-corona tag-pandemie-aufarbeitung tag-proximal-origin tag-proximal-origin-studie tag-ursprung-von-sars-cov-2 tag-us-dokumente-fauci tag-wissenschaftler-corona-ursprung tag-wuhan-institute-of-virology tag-wuhan-labor">
								<a href="https://www.tabularasamagazin.de/marc-friedrich-corona-bombe-aus-den-usa-dr-anthony-fauci-geraet-wegen-labortheorie-massiv-unter-druck/" title="Corona-Bombe aus den USA: Dr. Anthony Fauci gerät wegen Labortheorie massiv unter Druck"><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/2022/01/corona-5216333_1280-678x381.jpg" /><noscript><img width="678" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/01/corona-5216333_1280-678x381.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/marc-friedrich-corona-bombe-aus-den-usa-dr-anthony-fauci-geraet-wegen-labortheorie-massiv-unter-druck/" title="Corona-Bombe aus den USA: Dr. Anthony Fauci gerät wegen Labortheorie massiv unter Druck">
												Corona-Bombe aus den USA: Dr. Anthony Fauci gerät wegen Labortheorie massiv unter Druck											</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-92093 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-bundestagsfraktion tag-cdu tag-cdu-csu-fraktion tag-csu tag-deutscher-bundestag tag-fraktionsvorsitz tag-friedrich-merz tag-jens-spahn tag-kanzleramtsminister tag-markus-soeder tag-thorsten-frei tag-unionsfraktion">
							<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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor"><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/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-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/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor">
												Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Thorsten Frei, CDU/CSU-Fraktion, Unionsfraktion, Friedrich Merz, Markus Söder, Jens Spahn, Fraktionsvorsitz, Deutscher Bundestag, CDU, CSU, Bundestagsfraktion, Kanzleramtsminister <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor">[&#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-92088 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-abitur-hagenow tag-abiturpruefungen-2026 tag-bildungsministerium-mecklenburg-vorpommern tag-chatgpt-schule tag-digitale-bildung tag-digitale-endgeraete tag-digitalisierung-schule tag-durchfallquote-abitur tag-handyverbot-pruefung tag-ki-in-der-schule tag-kuenstliche-intelligenz-unterricht tag-leistungsbewertung-schule tag-robert-stock-gymnasium tag-smartphone-in-pruefungen tag-taeuschungsversuch-abitur">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co"><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="Immer mehr Schüler erschleichen sich gute Noten durch KI-Nutzung, wogegen Lehrkräfte meist machtlos sind." decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Immer mehr Schüler erschleichen sich gute Noten durch KI-Nutzung, wogegen Lehrkräfte meist machtlos sind." decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_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/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co">
										Selbstbetrug mit Handy, KI und Co									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/selbstbetrug-mit-handy-ki-und-co/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92078 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-asylrecht tag-bundeskanzleramt tag-buergergeld tag-cdu tag-cdu-csu tag-friedrich-merz tag-jens-spahn tag-migrationspolitik tag-politische-kritik tag-sozialstaat tag-thorsten-frei tag-ukraine tag-unionsfraktion tag-wirtschaftspolitik">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik"><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/07/Thorsten-Frei-Tobias-Koch-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-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/07/Thorsten-Frei-Tobias-Koch-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-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/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik">
										Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92072 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-brandmauer tag-bundesregierung tag-buerokratieabbau tag-cdu tag-friedrich-merz tag-landtagswahl tag-mecklenburg-vorpommern tag-michael-kretschmer tag-minderheitsregierung tag-sachsen tag-sachsen-anhalt tag-thueringen tag-wirtschaftskrise">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten"><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/01/germany-2291554_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_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/2024/01/germany-2291554_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_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/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten">
										Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91760 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-berliner-mauer tag-das-beben-von-berlin tag-ddr tag-ddr-literatur tag-deutsche-teilung tag-grenzverletzung tag-heiner-studt tag-karsten-duemmel tag-mauerfall tag-politische-verfolgung tag-staatssicherheit tag-stasi tag-todesstreifen tag-vera-lengsfeld tag-zersetzungsmassnahmen">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR"><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/02/berlin-2188605_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_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/02/berlin-2188605_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_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/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR">
										Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92019 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-sport tag-deutsche-nationalspieler-gehalt tag-dfb-praemien tag-fussballergehaelter tag-grundrente tag-julian-nagelsmann-gehalt tag-mindestlohn-rente tag-rente-nach-40-jahren tag-rentenvergleich tag-wm-2026">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/engelbert-eichholz-mehr-als-400-000-euro-fuer-den-wm-titel-rund-1-264-euro-nach-40-jahren-arbeit/" title="Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit"><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/07/assy-european-football-championship-1420475_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640.jpg 640w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_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/07/assy-european-football-championship-1420475_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640.jpg 640w" 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/engelbert-eichholz-mehr-als-400-000-euro-fuer-den-wm-titel-rund-1-264-euro-nach-40-jahren-arbeit/" title="Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit">
										Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/engelbert-eichholz-mehr-als-400-000-euro-fuer-den-wm-titel-rund-1-264-euro-nach-40-jahren-arbeit/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91971 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-buch tag-buchrezension tag-buchvorstellung tag-schweden tag-schwedische-literatur tag-stig-dagerman tag-stockholm tag-suizid tag-trost tag-volker-wackerfuss">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/stig-dagerman-trost-volker-wackerfuss/" title="Stig Dagerman:  „Trost“"><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/07/Stig-Dagerman-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-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/07/Stig-Dagerman-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-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/stig-dagerman-trost-volker-wackerfuss/" title="Stig Dagerman:  „Trost“">
										Stig Dagerman:  „Trost“									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/stig-dagerman-trost-volker-wackerfuss/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91989 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-deutschland tag-dollar tag-interviews-richard-werner">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-darum-faellt-deutschland-wirtschaftlich-immer-weiter-zurueck/" title="Darum fällt Deutschland wirtschaftlich immer weiter zurück"><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/dollar-g6abf59ed3_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_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/2022/05/dollar-g6abf59ed3_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_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/marc-friedrich-darum-faellt-deutschland-wirtschaftlich-immer-weiter-zurueck/" title="Darum fällt Deutschland wirtschaftlich immer weiter zurück">
										Darum fällt Deutschland wirtschaftlich immer weiter zurück									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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-darum-faellt-deutschland-wirtschaftlich-immer-weiter-zurueck/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91776 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-arbeitsplaetze tag-biontech tag-curevac tag-curevac-uebernahme tag-ethisches-unternehmertum tag-gemeinwohl tag-mrna-technologie tag-oezlem-tuereci tag-patentstreit tag-pharmaindustrie tag-standortschliessung tag-stellenabbau tag-tuebingen tag-ugur-sahin tag-unternehmensethik tag-verantwortung">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/boris-palmer-auf-facebook-ethisches-unternehmertum-erst-gekauft-dann-dichtgemacht-der-bittere-curevac-kahlschlag/" title="Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag"><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/07/ChatGPT-Image-18.-Juli-2026-07_09_01-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-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/07/ChatGPT-Image-18.-Juli-2026-07_09_01-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-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/boris-palmer-auf-facebook-ethisches-unternehmertum-erst-gekauft-dann-dichtgemacht-der-bittere-curevac-kahlschlag/" title="Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag">
										Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/boris-palmer-auf-facebook-ethisches-unternehmertum-erst-gekauft-dann-dichtgemacht-der-bittere-curevac-kahlschlag/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92061 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft tag-behinderte tag-behindertenbeauftragte tag-behindertenbeirat tag-behindertenhilfe tag-behindertenkonvention tag-behindertenpolitik tag-behinderung tag-leben tag-rand">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/rechte-von-menschen-mit-behinderungen-staerken/" title="Rechte von Menschen mit Behinderungen stärken"><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/07/2048-1363-max-30-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2048-1363-max-30-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2048-1363-max-30-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2048-1363-max-30-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2048-1363-max-30-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/07/2048-1363-max-30-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2048-1363-max-30-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2048-1363-max-30-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/rechte-von-menschen-mit-behinderungen-staerken/" title="Rechte von Menschen mit Behinderungen stärken">
										Rechte von Menschen mit Behinderungen stärken									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/rechte-von-menschen-mit-behinderungen-staerken/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91979 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft tag-albert-martynenko tag-goldene tag-goldene-baba tag-russland-2 tag-thomas-ritter tag-tschadisches-vilk tag-tschuden">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/das-geheimnis-der-goldenen-baba/" title="Das Geheimnis der Goldenen Baba"><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/07/Statue-einer-Goettin-der-Mansen-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Statue-einer-Goettin-der-Mansen-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Statue-einer-Goettin-der-Mansen-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Statue-einer-Goettin-der-Mansen.jpg 651w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Statue-einer-Goettin-der-Mansen-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Statue-einer-Goettin-der-Mansen-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/07/Statue-einer-Goettin-der-Mansen-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Statue-einer-Goettin-der-Mansen-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Statue-einer-Goettin-der-Mansen-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Statue-einer-Goettin-der-Mansen.jpg 651w" 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/das-geheimnis-der-goldenen-baba/" title="Das Geheimnis der Goldenen Baba">
										Das Geheimnis der Goldenen Baba									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>21. Juli 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/das-geheimnis-der-goldenen-baba/#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-92093 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-bundestagsfraktion tag-cdu tag-cdu-csu-fraktion tag-csu tag-deutscher-bundestag tag-fraktionsvorsitz tag-friedrich-merz tag-jens-spahn tag-kanzleramtsminister tag-markus-soeder tag-thorsten-frei tag-unionsfraktion">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor"><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/07/Thorsten-Frei-Tobias-KOch-1-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-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/07/Thorsten-Frei-Tobias-KOch-1-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor">
										Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92088 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-abitur-hagenow tag-abiturpruefungen-2026 tag-bildungsministerium-mecklenburg-vorpommern tag-chatgpt-schule tag-digitale-bildung tag-digitale-endgeraete tag-digitalisierung-schule tag-durchfallquote-abitur tag-handyverbot-pruefung tag-ki-in-der-schule tag-kuenstliche-intelligenz-unterricht tag-leistungsbewertung-schule tag-robert-stock-gymnasium tag-smartphone-in-pruefungen tag-taeuschungsversuch-abitur">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co"><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="Immer mehr Schüler erschleichen sich gute Noten durch KI-Nutzung, wogegen Lehrkräfte meist machtlos sind." decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Immer mehr Schüler erschleichen sich gute Noten durch KI-Nutzung, wogegen Lehrkräfte meist machtlos sind." decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_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/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co">
										Selbstbetrug mit Handy, KI und Co									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/selbstbetrug-mit-handy-ki-und-co/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92078 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-asylrecht tag-bundeskanzleramt tag-buergergeld tag-cdu tag-cdu-csu tag-friedrich-merz tag-jens-spahn tag-migrationspolitik tag-politische-kritik tag-sozialstaat tag-thorsten-frei tag-ukraine tag-unionsfraktion tag-wirtschaftspolitik">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik"><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/07/Thorsten-Frei-Tobias-Koch-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-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/07/Thorsten-Frei-Tobias-Koch-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-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/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik">
										Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92072 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-brandmauer tag-bundesregierung tag-buerokratieabbau tag-cdu tag-friedrich-merz tag-landtagswahl tag-mecklenburg-vorpommern tag-michael-kretschmer tag-minderheitsregierung tag-sachsen tag-sachsen-anhalt tag-thueringen tag-wirtschaftskrise">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten"><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/01/germany-2291554_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_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/2024/01/germany-2291554_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_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/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten">
										Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91760 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-berliner-mauer tag-das-beben-von-berlin tag-ddr tag-ddr-literatur tag-deutsche-teilung tag-grenzverletzung tag-heiner-studt tag-karsten-duemmel tag-mauerfall tag-politische-verfolgung tag-staatssicherheit tag-stasi tag-todesstreifen tag-vera-lengsfeld tag-zersetzungsmassnahmen">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR"><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/02/berlin-2188605_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_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/02/berlin-2188605_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_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/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR">
										Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/#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-91831 post type-post status-publish format-standard has-post-thumbnail category-kunst tag-ideologie tag-industrial tag-interview tag-ki-in-der-musik tag-konzerttournee tag-kuenstliche-intelligenz tag-laibach tag-markus-hofmann tag-musick tag-musik-und-politik tag-neue-slowenische-kunst tag-nordkorea tag-nsk tag-pjoengjang tag-popkultur tag-popmusik tag-propaganda tag-provokation tag-totalitarismus tag-ueberidentifikation">
							<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/markus-hoffmann-laibach-vier-jahrzehnte-provokation-jetzt-im-popgewand/" title="Laibach: Vier Jahrzehnte Provokation – jetzt im Popgewand"><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/07/Unbenannt-1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Unbenannt-1-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Unbenannt-1-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Unbenannt-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/07/Unbenannt-1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Unbenannt-1-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																					<div class="mh-image-caption mh-custom-posts-caption">
												Kunst											</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/markus-hoffmann-laibach-vier-jahrzehnte-provokation-jetzt-im-popgewand/" title="Laibach: Vier Jahrzehnte Provokation – jetzt im Popgewand">
												Laibach: Vier Jahrzehnte Provokation – jetzt im Popgewand											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Juli 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/markus-hoffmann-laibach-vier-jahrzehnte-provokation-jetzt-im-popgewand/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Laibach über vier Jahrzehnte Provokation, das neue Album MUSICK, Pop, KI, Nordkorea und die politische Kraft von Musik und Mehrdeutigkeit. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/markus-hoffmann-laibach-vier-jahrzehnte-provokation-jetzt-im-popgewand/" title="Laibach: Vier Jahrzehnte Provokation – jetzt im Popgewand">[&#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-91748 post type-post status-publish format-standard has-post-thumbnail category-kunst tag-3d-digitalisierung tag-barrierefreies-museum tag-ctrlgoethe-next-level tag-digitale-transformation tag-goethe-digital tag-goethe-apparat tag-goethe-nationalmuseum tag-goethes-arbeitszimmer tag-hochschule-coburg tag-innenarchitektur tag-integriertes-produktdesign tag-klassik-stiftung-weimar tag-virtuelle-realitaet tag-vr-ausstellung tag-weimar">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/goethe-wird-digital-so-konnten-besucher-sein-arbeitszimmer-betreten/" title="Goethe wird digital! So konnten Besucher sein Arbeitszimmer betreten"><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/07/lapping-goethehaus-2400299_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lapping-goethehaus-2400299_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lapping-goethehaus-2400299_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lapping-goethehaus-2400299_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/07/lapping-goethehaus-2400299_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lapping-goethehaus-2400299_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/goethe-wird-digital-so-konnten-besucher-sein-arbeitszimmer-betreten/" title="Goethe wird digital! So konnten Besucher sein Arbeitszimmer betreten">
										Goethe wird digital! So konnten Besucher sein Arbeitszimmer betreten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>15. Juli 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/goethe-wird-digital-so-konnten-besucher-sein-arbeitszimmer-betreten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91608 post type-post status-publish format-standard has-post-thumbnail category-kunst tag-architektur-weimar tag-ctrlgoethe tag-digitale-ausstellung-weimar tag-gegenwartskunst-weimar tag-goethe-arbeitszimmer-digital tag-goethe-digital tag-goethe-nationalmuseum-weimar tag-hochschule-coburg tag-immersive-ausstellung tag-klassik-stiftung-weimar tag-kultur-weimar-juli-2026 tag-kunstfestival-weimar tag-literatur-weimar tag-roemisches-haus-weimar tag-rompreistraeger-weimar tag-villa-massimo-weimar tag-weimar-juli-2026 tag-wo-die-citronen-gluehn">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/klassik-stiftung-weimar-veranstaltungsuebersicht-07-26-juli-2026/" title="Klassik Stiftung Weimar &#8211; Veranstaltungsübersicht 07. &#8211; 26. Juli 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-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Veranstaltung-Klassik-Stiftung-Weimar-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Veranstaltung-Klassik-Stiftung-Weimar-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Veranstaltung-Klassik-Stiftung-Weimar-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Veranstaltung-Klassik-Stiftung-Weimar-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/07/Veranstaltung-Klassik-Stiftung-Weimar-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Veranstaltung-Klassik-Stiftung-Weimar-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/klassik-stiftung-weimar-veranstaltungsuebersicht-07-26-juli-2026/" title="Klassik Stiftung Weimar &#8211; Veranstaltungsübersicht 07. &#8211; 26. Juli 2026">
										Klassik Stiftung Weimar &#8211; Veranstaltungsübersicht 07. &#8211; 26. Juli 2026									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>13. Juli 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-07-26-juli-2026/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91621 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst tag-ausstellung-tegernsee-2026 tag-bildhauer-tony-cragg tag-buchmann-galerie-berlin tag-dr-ellen-andrea-seehusen tag-heino-stamm tag-herzogin-anna-in-bayern tag-kulturveranstaltung-bayern tag-kunst-am-tegernsee tag-kunstmeile-tegernsee tag-olaf-gulbransson-museum tag-seemeile-nr-1-elemente tag-sir-tony-cragg tag-skulpturen-tegernsee tag-tegernsee-art-masters tag-tegernsee-kultur tag-thomas-tomaschek tag-tony-cragg-skulpturen tag-tony-cragg-tegernsee tag-vernissage-tegernsee tag-zeitgenoessische-kunst-bayern">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/kunst-am-tegernsee-herzogin-anna-in-bayern-eroeffnet-art-masters-mit-sir-tony-cragg/" title="Kunst am Tegernsee: Herzogin Anna in Bayern eröffnet Art Masters mit Sir Tony Cragg"><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/07/tmpimageup_jeSxQl-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/tmpimageup_jeSxQl-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/tmpimageup_jeSxQl-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/tmpimageup_jeSxQl-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/07/tmpimageup_jeSxQl-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/tmpimageup_jeSxQl-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/kunst-am-tegernsee-herzogin-anna-in-bayern-eroeffnet-art-masters-mit-sir-tony-cragg/" title="Kunst am Tegernsee: Herzogin Anna in Bayern eröffnet Art Masters mit Sir Tony Cragg">
										Kunst am Tegernsee: Herzogin Anna in Bayern eröffnet Art Masters mit Sir Tony Cragg									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>12. Juli 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/kunst-am-tegernsee-herzogin-anna-in-bayern-eroeffnet-art-masters-mit-sir-tony-cragg/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91614 post type-post status-publish format-standard has-post-thumbnail category-kunst tag-ausstellung-2026 tag-ausstellung-2027 tag-ausstellung-2028 tag-avantgarde tag-blauer-reiter-kuenstlerinnen tag-die-blauen-reiterreiterinnen tag-else-lasker-schueler tag-expressionismus tag-frauen-in-der-kunst tag-gabriele-muenter tag-iris-berben tag-kuenstlerinnen-der-moderne tag-kunstmuseum-muenchen tag-lenbachhaus-muenchen tag-marianne-von-werefkin tag-moderne-kunst tag-museum-wiesbaden tag-natalja-gontscharowa tag-paula-modersohn-becker-museum-bremen tag-sonia-delaunay tag-unesco-gabriele-muenter-2027">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/blauer-reiter-neu-gesehen-iris-berben-rueckt-die-kuenstlerinnen-der-moderne-ins-licht/" title="Blauer Reiter neu gesehen: Iris Berben rückt die Künstlerinnen der Moderne ins Licht"><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/07/WEBChaperon_200526_Iris-Berben_49898_nichtoeffentlich-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/WEBChaperon_200526_Iris-Berben_49898_nichtoeffentlich-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/WEBChaperon_200526_Iris-Berben_49898_nichtoeffentlich-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/WEBChaperon_200526_Iris-Berben_49898_nichtoeffentlich-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/WEBChaperon_200526_Iris-Berben_49898_nichtoeffentlich-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/07/WEBChaperon_200526_Iris-Berben_49898_nichtoeffentlich-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/WEBChaperon_200526_Iris-Berben_49898_nichtoeffentlich-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/WEBChaperon_200526_Iris-Berben_49898_nichtoeffentlich-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/blauer-reiter-neu-gesehen-iris-berben-rueckt-die-kuenstlerinnen-der-moderne-ins-licht/" title="Blauer Reiter neu gesehen: Iris Berben rückt die Künstlerinnen der Moderne ins Licht">
										Blauer Reiter neu gesehen: Iris Berben rückt die Künstlerinnen der Moderne ins Licht									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>11. Juli 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/blauer-reiter-neu-gesehen-iris-berben-rueckt-die-kuenstlerinnen-der-moderne-ins-licht/#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://www.youtube.com/watch?v=2Wj4IBasw3g" class="mh-widget-title-link">Aktuelle INSA-Umfragen: Aktuelle Umfragen: Sonntagsfrage, Soziale Marktwirtschaft, gewünschter politischer Kurs | INSA</a></span></h4>			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/2Wj4IBasw3g" data-id="2Wj4IBasw3g" 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/2Wj4IBasw3g?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/07/'> Juli 2026 </option>
	<option value='https://www.tabularasamagazin.de/2026/06/'> Juni 2026 </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-92093 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-bundestagsfraktion tag-cdu tag-cdu-csu-fraktion tag-csu tag-deutscher-bundestag tag-fraktionsvorsitz tag-friedrich-merz tag-jens-spahn tag-kanzleramtsminister tag-markus-soeder tag-thorsten-frei tag-unionsfraktion">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor"><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/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-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/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor">
			Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor		</a>
	</h3>
</li><li class="mh-carousel-item post-92088 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-abitur-hagenow tag-abiturpruefungen-2026 tag-bildungsministerium-mecklenburg-vorpommern tag-chatgpt-schule tag-digitale-bildung tag-digitale-endgeraete tag-digitalisierung-schule tag-durchfallquote-abitur tag-handyverbot-pruefung tag-ki-in-der-schule tag-kuenstliche-intelligenz-unterricht tag-leistungsbewertung-schule tag-robert-stock-gymnasium tag-smartphone-in-pruefungen tag-taeuschungsversuch-abitur">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co"><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="Immer mehr Schüler erschleichen sich gute Noten durch KI-Nutzung, wogegen Lehrkräfte meist machtlos sind." decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="Immer mehr Schüler erschleichen sich gute Noten durch KI-Nutzung, wogegen Lehrkräfte meist machtlos sind." decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-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/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co">
			Selbstbetrug mit Handy, KI und Co		</a>
	</h3>
</li><li class="mh-carousel-item post-92078 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-asylrecht tag-bundeskanzleramt tag-buergergeld tag-cdu tag-cdu-csu tag-friedrich-merz tag-jens-spahn tag-migrationspolitik tag-politische-kritik tag-sozialstaat tag-thorsten-frei tag-ukraine tag-unionsfraktion tag-wirtschaftspolitik">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik"><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/07/Thorsten-Frei-Tobias-Koch-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-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/07/Thorsten-Frei-Tobias-Koch-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-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/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik">
			Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik		</a>
	</h3>
</li><li class="mh-carousel-item post-92072 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-brandmauer tag-bundesregierung tag-buerokratieabbau tag-cdu tag-friedrich-merz tag-landtagswahl tag-mecklenburg-vorpommern tag-michael-kretschmer tag-minderheitsregierung tag-sachsen tag-sachsen-anhalt tag-thueringen tag-wirtschaftskrise">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten"><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/01/germany-2291554_1280-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-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/2024/01/germany-2291554_1280-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-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/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten">
			Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten		</a>
	</h3>
</li><li class="mh-carousel-item post-91760 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-berliner-mauer tag-das-beben-von-berlin tag-ddr tag-ddr-literatur tag-deutsche-teilung tag-grenzverletzung tag-heiner-studt tag-karsten-duemmel tag-mauerfall tag-politische-verfolgung tag-staatssicherheit tag-stasi tag-todesstreifen tag-vera-lengsfeld tag-zersetzungsmassnahmen">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR"><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/2020/02/berlin-2188605_1280-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-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/2020/02/berlin-2188605_1280-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-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/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR">
			Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR		</a>
	</h3>
</li><li class="mh-carousel-item post-92019 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-sport tag-deutsche-nationalspieler-gehalt tag-dfb-praemien tag-fussballergehaelter tag-grundrente tag-julian-nagelsmann-gehalt tag-mindestlohn-rente tag-rente-nach-40-jahren tag-rentenvergleich tag-wm-2026">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/engelbert-eichholz-mehr-als-400-000-euro-fuer-den-wm-titel-rund-1-264-euro-nach-40-jahren-arbeit/" title="Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit"><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/07/assy-european-football-championship-1420475_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640.jpg 640w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_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/07/assy-european-football-championship-1420475_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640.jpg 640w" 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/engelbert-eichholz-mehr-als-400-000-euro-fuer-den-wm-titel-rund-1-264-euro-nach-40-jahren-arbeit/" title="Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit">
			Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit		</a>
	</h3>
</li><li class="mh-carousel-item post-91971 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-buch tag-buchrezension tag-buchvorstellung tag-schweden tag-schwedische-literatur tag-stig-dagerman tag-stockholm tag-suizid tag-trost tag-volker-wackerfuss">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/stig-dagerman-trost-volker-wackerfuss/" title="Stig Dagerman:  „Trost“"><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/07/Stig-Dagerman-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-80x60.jpeg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-326x245.jpeg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-326x245.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-80x60.jpeg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Bücher	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/stig-dagerman-trost-volker-wackerfuss/" title="Stig Dagerman:  „Trost“">
			Stig Dagerman:  „Trost“		</a>
	</h3>
</li><li class="mh-carousel-item post-91989 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-deutschland tag-dollar tag-interviews-richard-werner">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/marc-friedrich-darum-faellt-deutschland-wirtschaftlich-immer-weiter-zurueck/" title="Darum fällt Deutschland wirtschaftlich immer weiter zurück"><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/2022/05/dollar-g6abf59ed3_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_640-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_640-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_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/2022/05/dollar-g6abf59ed3_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_640-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Finanzen	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/marc-friedrich-darum-faellt-deutschland-wirtschaftlich-immer-weiter-zurueck/" title="Darum fällt Deutschland wirtschaftlich immer weiter zurück">
			Darum fällt Deutschland wirtschaftlich immer weiter zurück		</a>
	</h3>
</li><li class="mh-carousel-item post-91776 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-arbeitsplaetze tag-biontech tag-curevac tag-curevac-uebernahme tag-ethisches-unternehmertum tag-gemeinwohl tag-mrna-technologie tag-oezlem-tuereci tag-patentstreit tag-pharmaindustrie tag-standortschliessung tag-stellenabbau tag-tuebingen tag-ugur-sahin tag-unternehmensethik tag-verantwortung">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/boris-palmer-auf-facebook-ethisches-unternehmertum-erst-gekauft-dann-dichtgemacht-der-bittere-curevac-kahlschlag/" title="Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag"><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/07/ChatGPT-Image-18.-Juli-2026-07_09_01-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-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/07/ChatGPT-Image-18.-Juli-2026-07_09_01-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Finanzen	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/boris-palmer-auf-facebook-ethisches-unternehmertum-erst-gekauft-dann-dichtgemacht-der-bittere-curevac-kahlschlag/" title="Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag">
			Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag		</a>
	</h3>
</li><li class="mh-carousel-item post-91803 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-bindng tag-gefuehle tag-hochzeit tag-liebe tag-partnerschaft tag-ring tag-ringe tag-rutuale tag-verlobung-verlobungsring">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/warum-die-kleinen-rituale-unseren-alltag-zusammenhalten/" title="Warum die kleinen Rituale unseren Alltag zusammenhalten"><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/07/lukin_photography-engagement-ring-3633790_1280-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-80x60.jpeg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-326x245.jpeg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-326x245.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-80x60.jpeg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Lifestyle und Reisen	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/warum-die-kleinen-rituale-unseren-alltag-zusammenhalten/" title="Warum die kleinen Rituale unseren Alltag zusammenhalten">
			Warum die kleinen Rituale unseren Alltag zusammenhalten		</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-92093 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-bundestagsfraktion tag-cdu tag-cdu-csu-fraktion tag-csu tag-deutscher-bundestag tag-fraktionsvorsitz tag-friedrich-merz tag-jens-spahn tag-kanzleramtsminister tag-markus-soeder tag-thorsten-frei tag-unionsfraktion">
							<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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor"><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/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-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/07/Thorsten-Frei-Tobias-KOch-1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-KOch-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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor">
												Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Thorsten Frei, CDU/CSU-Fraktion, Unionsfraktion, Friedrich Merz, Markus Söder, Jens Spahn, Fraktionsvorsitz, Deutscher Bundestag, CDU, CSU, Bundestagsfraktion, Kanzleramtsminister <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/friedrich-merz-und-markus-soeder-schlagen-thorsten-frei-als-neuen-vorsitzenden-der-unionsfraktion-vor/" title="Friedrich Merz und Markus Söder schlagen Thorsten Frei als neuen Vorsitzenden der Unionsfraktion vor">[&#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-92078 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-asylrecht tag-bundeskanzleramt tag-buergergeld tag-cdu tag-cdu-csu tag-friedrich-merz tag-jens-spahn tag-migrationspolitik tag-politische-kritik tag-sozialstaat tag-thorsten-frei tag-ukraine tag-unionsfraktion tag-wirtschaftspolitik">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik"><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/07/Thorsten-Frei-Tobias-Koch-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-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/07/Thorsten-Frei-Tobias-Koch-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Thorsten-Frei-Tobias-Koch-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/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/" title="Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik">
										Thorsten Frei: Merz’ Vertrauter mit hartem Kurs in der Migrationspolitik									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/egidius-schwarz-thorsten-frei-merz-vertrauter-mit-hartem-kurs-in-der-migrationspolitik/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92072 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-brandmauer tag-bundesregierung tag-buerokratieabbau tag-cdu tag-friedrich-merz tag-landtagswahl tag-mecklenburg-vorpommern tag-michael-kretschmer tag-minderheitsregierung tag-sachsen tag-sachsen-anhalt tag-thueringen tag-wirtschaftskrise">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten"><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/01/germany-2291554_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_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/2024/01/germany-2291554_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/01/germany-2291554_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/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/" title="Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten">
										Sachsens Ministerpräsident Michael Kretschmer schlägt Alarm: Berlin verliert Zeit, der Osten Mehrheiten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/sachsens-ministerpraesident-michael-kretschmer-schlaegt-alarm-berlin-verliert-zeit-der-osten-mehrheiten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91760 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-berliner-mauer tag-das-beben-von-berlin tag-ddr tag-ddr-literatur tag-deutsche-teilung tag-grenzverletzung tag-heiner-studt tag-karsten-duemmel tag-mauerfall tag-politische-verfolgung tag-staatssicherheit tag-stasi tag-todesstreifen tag-vera-lengsfeld tag-zersetzungsmassnahmen">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR"><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/02/berlin-2188605_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_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/02/berlin-2188605_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/berlin-2188605_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/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/" title="Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR">
										Die Stasi trieb ihn in den Tod – dieses Buch zeigt die ganze Grausamkeit der DDR									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/vera-lengsfeld-die-stasi-trieb-ihn-in-den-tod-dieses-buch-zeigt-die-ganze-grausamkeit-der-ddr/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91931 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd-dessau tag-angela-merkel tag-ddr-nationalhymne tag-deutschland-einig-vaterland tag-ermittlungen-gegen-uwe-steimle tag-kunstfreiheit tag-meinungsfreiheit tag-paragraf-126 tag-politische-satire tag-satire tag-staatsanwaltschaft tag-stauffenberg tag-uwe-steimle tag-vera-lengsfeld">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/vera-lengsfeld-witz-vor-gericht-jetzt-ermittelt-die-staatsanwaltschaft-gegen-uwe-steimle/" title="Witz vor Gericht! Jetzt ermittelt die Staatsanwaltschaft gegen Uwe Steimle"><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/07/geralt-glasses-8461335_6401-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-glasses-8461335_6401-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-glasses-8461335_6401-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-glasses-8461335_6401-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/07/geralt-glasses-8461335_6401-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-glasses-8461335_6401-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/vera-lengsfeld-witz-vor-gericht-jetzt-ermittelt-die-staatsanwaltschaft-gegen-uwe-steimle/" title="Witz vor Gericht! Jetzt ermittelt die Staatsanwaltschaft gegen Uwe Steimle">
										Witz vor Gericht! Jetzt ermittelt die Staatsanwaltschaft gegen Uwe Steimle									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>21. Juli 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/vera-lengsfeld-witz-vor-gericht-jetzt-ermittelt-die-staatsanwaltschaft-gegen-uwe-steimle/#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-91924 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft category-hauptartikel tag-angstbewaeltigung tag-deutsche-literatur tag-exilliteratur tag-friedenspreis-des-deutschen-buchhandels tag-gedichte-gegen-die-angst tag-hans-magnus-enzensberger tag-herbert-csef tag-holocaust tag-juedische-lyrik tag-literaturnobelpreis tag-nelly-sachs tag-psychische-traumatisierung tag-resilienz tag-trauma tag-weine-aus-die-entfesselte-schwere-der-angst">
							<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/herbert-csef-weine-aus-die-entfesselte-schwere-der-angst-lyrik-zur-angstbewaeltigung-von-nelly-sachs/" title="Weine aus die entfesselte Schwere der Angst“- Lyrik zur Angstbewältigung von Nelly Sachs"><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/07/vilkasss-face-9948037_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640-300x226.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640.jpg 640w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_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/07/vilkasss-face-9948037_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640-300x226.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/vilkasss-face-9948037_640.jpg 640w" 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/herbert-csef-weine-aus-die-entfesselte-schwere-der-angst-lyrik-zur-angstbewaeltigung-von-nelly-sachs/" title="Weine aus die entfesselte Schwere der Angst“- Lyrik zur Angstbewältigung von Nelly Sachs">
												Weine aus die entfesselte Schwere der Angst“- Lyrik zur Angstbewältigung von Nelly Sachs											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Juli 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-weine-aus-die-entfesselte-schwere-der-angst-lyrik-zur-angstbewaeltigung-von-nelly-sachs/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Nelly Sachs überlebte Verfolgung, Exil und schwere Traumatisierungen. Ihr spätes Gedicht zeigt, wie Angst durch Sprache, Tränen und Hoffnung ins Leuchten geraten kann. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/herbert-csef-weine-aus-die-entfesselte-schwere-der-angst-lyrik-zur-angstbewaeltigung-von-nelly-sachs/" title="Weine aus die entfesselte Schwere der Angst“- Lyrik zur Angstbewältigung von Nelly Sachs">[&#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-91807 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-40537 tag-amphitheater tag-musik-arena tag-rasanter-tanz-auf-dem-rad tag-sommer-tollwood tag-sommer-tollwood-festival tag-sommerfestival-tollwood tag-sommertollwood tag-tollwood tag-tollwood-2026 tag-tollwood-muenchen tag-tollwood-sommer tag-tollwood-sommerfestival tag-wochenende tag-wochenende-tipps">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/das-letzte-wochenende-auf-dem-tollwood-sommerfestival/" title="Das letzte Wochenende auf dem Tollwood Sommerfestival"><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/07/KL-rue-giratoire-amphitheater-tollwood-so26-foto-kalimba-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/KL-rue-giratoire-amphitheater-tollwood-so26-foto-kalimba-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/KL-rue-giratoire-amphitheater-tollwood-so26-foto-kalimba-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/KL-rue-giratoire-amphitheater-tollwood-so26-foto-kalimba-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/KL-rue-giratoire-amphitheater-tollwood-so26-foto-kalimba-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/07/KL-rue-giratoire-amphitheater-tollwood-so26-foto-kalimba-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/KL-rue-giratoire-amphitheater-tollwood-so26-foto-kalimba-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/KL-rue-giratoire-amphitheater-tollwood-so26-foto-kalimba-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/das-letzte-wochenende-auf-dem-tollwood-sommerfestival/" title="Das letzte Wochenende auf dem Tollwood Sommerfestival">
										Das letzte Wochenende auf dem Tollwood Sommerfestival									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>17. Juli 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/das-letzte-wochenende-auf-dem-tollwood-sommerfestival/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91729 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-hauptartikel tag-aelter tag-buchrezension tag-franzoesische-literatur tag-gesellschaftskritik tag-kriminalroman tag-mond-gefangen-in-einem-toten-auge tag-pascal-garnier tag-ruhestand tag-schwarzer-humor tag-seniorenheim tag-septime-verlag">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/ansgar-lange-grab-auf-lebenszeit-in-pascal-garniers-roman-ueber-eine-seniorenresidenz-in-suedfrankreich-stirbt-niemand-vor-langeweile/" title="Grab auf Lebenszeit – In Pascal Garniers Roman über eine Seniorenresidenz in Südfrankreich stirbt niemand vor Langeweile"><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/07/pascal-garnier-1-Kopie-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/pascal-garnier-1-Kopie-80x60.jpg" 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/ansgar-lange-grab-auf-lebenszeit-in-pascal-garniers-roman-ueber-eine-seniorenresidenz-in-suedfrankreich-stirbt-niemand-vor-langeweile/" title="Grab auf Lebenszeit – In Pascal Garniers Roman über eine Seniorenresidenz in Südfrankreich stirbt niemand vor Langeweile">
										Grab auf Lebenszeit – In Pascal Garniers Roman über eine Seniorenresidenz in Südfrankreich stirbt niemand vor Langeweile									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>17. Juli 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/ansgar-lange-grab-auf-lebenszeit-in-pascal-garniers-roman-ueber-eine-seniorenresidenz-in-suedfrankreich-stirbt-niemand-vor-langeweile/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91163 post type-post status-publish format-standard has-post-thumbnail category-feuilleton tag-abschied tag-armut tag-ausgrenzung tag-besinnung tag-duft-der-menschlichkeit tag-empathie tag-erinnerung tag-erinnerungskultur tag-freiheit tag-geistige-tiefe tag-gerechtigkeit tag-gute tag-gute-menschen tag-herz tag-hoffnung tag-humanistische-werte tag-innere-schoenheit tag-lebensphilosophie tag-lebensspur tag-licht tag-menschliche-haltung tag-menschlichkeit tag-menschlichkeit-bewahren tag-menschsein tag-mitgefuehl tag-moralische-staerke tag-nachklang tag-nachruf tag-naechstenliebe tag-poetischer-text tag-seele tag-sinn-des-lebens tag-soziale-verantwortung tag-stille-wuerde tag-trost tag-ungleichheit tag-verantwortung tag-wahrheit tag-werte tag-wuerde-des-menschen tag-zivilcourage">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-der-duft-der-menschen/" title="Der Duft der Menschen"><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="Lavendel, Blumen hintergrund, Schöne blumen, Quelle: Hans," decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/hans-lavenders-1595486_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/hans-lavenders-1595486_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/hans-lavenders-1595486_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/hans-lavenders-1595486_640-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Lavendel, Blumen hintergrund, Schöne blumen, Quelle: Hans," decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/hans-lavenders-1595486_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/hans-lavenders-1595486_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/hossein-zalzadeh-der-duft-der-menschen/" title="Der Duft der Menschen">
										Der Duft der Menschen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>21. Juni 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-der-duft-der-menschen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90784 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-album-drop tag-album-release tag-cellist tag-cello tag-ellist tag-eythor-arnalds tag-islaendischer-cellist tag-music-for-walking tag-musik tag-neues-album">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/neues-album-von-eythor-arnalds-music-for-walking/" title="Neues Album von Eythor Arnalds: Music for Walking"><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/06/KARIM-ILIYA-KL-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/KARIM-ILIYA-KL-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/KARIM-ILIYA-KL-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/KARIM-ILIYA-KL-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/06/KARIM-ILIYA-KL-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/06/KARIM-ILIYA-KL-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/KARIM-ILIYA-KL-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/06/KARIM-ILIYA-KL-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/neues-album-von-eythor-arnalds-music-for-walking/" title="Neues Album von Eythor Arnalds: Music for Walking">
										Neues Album von Eythor Arnalds: Music for Walking									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>2. Juni 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/neues-album-von-eythor-arnalds-music-for-walking/#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-91971 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-buch tag-buchrezension tag-buchvorstellung tag-schweden tag-schwedische-literatur tag-stig-dagerman tag-stockholm tag-suizid tag-trost tag-volker-wackerfuss">
							<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/stig-dagerman-trost-volker-wackerfuss/" title="Stig Dagerman:  „Trost“"><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/07/Stig-Dagerman-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-80x60.jpeg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-326x245.jpeg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-326x245.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Stig-Dagerman-80x60.jpeg 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/stig-dagerman-trost-volker-wackerfuss/" title="Stig Dagerman:  „Trost“">
												Stig Dagerman:  „Trost“											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/stig-dagerman-trost-volker-wackerfuss/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Der schwedische Schriftsteller Stig Dagerman (1923-1954) schreibt im Jahre 1951, auf Anfrage einer schwedischen Zeitschrift, einen kurzen Text mit dem Titel: „Vart behov av tröst är omättligt“. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/stig-dagerman-trost-volker-wackerfuss/" title="Stig Dagerman:  „Trost“">[&#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-91663 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-70-jahre-pixi-buecher tag-aktuelle-buecher tag-aktuelles-buch tag-bewusstsein tag-buch tag-buch-charts tag-buecher tag-buecher-aktuell tag-buecher-charts tag-lausbergs-buchtipp tag-michael-lausberg tag-michael-lehofer tag-reichtum tag-zu-viel-von-allem-und-zu-wenig-vom-richtigen-begegnung-lebendigkeit-liebe">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/michael-lehofer-zu-viel-von-allem-und-zu-wenig-vom-richtigen-buchrezension-ueber-begegnung-lebendigkeit-und-liebe/" title="Michael Lehofer: Zu viel von allem und zu wenig vom Richtigen – Buchrezension über Begegnung, Lebendigkeit und Liebe"><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/07/jan-brueghel-1529601_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/jan-brueghel-1529601_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/jan-brueghel-1529601_1280-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/jan-brueghel-1529601_1280-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/jan-brueghel-1529601_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/07/jan-brueghel-1529601_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/jan-brueghel-1529601_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/jan-brueghel-1529601_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/michael-lehofer-zu-viel-von-allem-und-zu-wenig-vom-richtigen-buchrezension-ueber-begegnung-lebendigkeit-und-liebe/" title="Michael Lehofer: Zu viel von allem und zu wenig vom Richtigen – Buchrezension über Begegnung, Lebendigkeit und Liebe">
										Michael Lehofer: Zu viel von allem und zu wenig vom Richtigen – Buchrezension über Begegnung, Lebendigkeit und Liebe									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>10. Juli 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/michael-lehofer-zu-viel-von-allem-und-zu-wenig-vom-richtigen-buchrezension-ueber-begegnung-lebendigkeit-und-liebe/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91598 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-buch tag-buecher tag-buecher-aktuell tag-buecher-charts tag-buchrezension tag-c-o-l-d-water-methode tag-klarheit tag-lausbers-buchtipp tag-michael-lausberg tag-mirjam-berle tag-selbstvertrauen tag-stabilitaet">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/michael-lausberg-buchrezension-klarheit-von-mirjam-berle-mit-der-c-o-l-d-water-methode-stabilitaet-und-selbstvertrauen/" title="Buchrezension: Klarheit von Mirjam Berle – Mit der C.O.L.D.-Water®-Methode zu mehr Stabilität und Selbstvertrauen"><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/07/geralt-board-2433978_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-board-2433978_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-board-2433978_1280-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-board-2433978_1280-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-board-2433978_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/07/geralt-board-2433978_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-board-2433978_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/geralt-board-2433978_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/michael-lausberg-buchrezension-klarheit-von-mirjam-berle-mit-der-c-o-l-d-water-methode-stabilitaet-und-selbstvertrauen/" title="Buchrezension: Klarheit von Mirjam Berle – Mit der C.O.L.D.-Water®-Methode zu mehr Stabilität und Selbstvertrauen">
										Buchrezension: Klarheit von Mirjam Berle – Mit der C.O.L.D.-Water®-Methode zu mehr Stabilität und Selbstvertrauen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. Juli 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/michael-lausberg-buchrezension-klarheit-von-mirjam-berle-mit-der-c-o-l-d-water-methode-stabilitaet-und-selbstvertrauen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91566 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-anastasios-michailidis tag-buch tag-buchcharts tag-buecher tag-buchrezension tag-buchvorstellung tag-dienstleistungen tag-dienstleistungsprozesse tag-handbuch tag-laubergs-buchtipp tag-michael-lausberg tag-neue-buecher tag-sachbuch-neuerscheinung tag-sachbuecher tag-sachbuchkritik tag-transformation">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/michael-lausberg-buchrezension-handbuch-transformation-von-dienstleistungsprozessen-von-anastasios-michailidis/" title="Buchrezension: Handbuch Transformation von Dienstleistungsprozessen von Anastasios Michailidis"><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/07/louisehoffmann83-office-2360063-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/louisehoffmann83-office-2360063-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/louisehoffmann83-office-2360063-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/louisehoffmann83-office-2360063-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/louisehoffmann83-office-2360063-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/07/louisehoffmann83-office-2360063-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/louisehoffmann83-office-2360063-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/louisehoffmann83-office-2360063-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/michael-lausberg-buchrezension-handbuch-transformation-von-dienstleistungsprozessen-von-anastasios-michailidis/" title="Buchrezension: Handbuch Transformation von Dienstleistungsprozessen von Anastasios Michailidis">
										Buchrezension: Handbuch Transformation von Dienstleistungsprozessen von Anastasios Michailidis									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. Juli 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/michael-lausberg-buchrezension-handbuch-transformation-von-dienstleistungsprozessen-von-anastasios-michailidis/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91520 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-4-vollstaendig-ueberarbeitete-und-erweiterte-auflage tag-aktuelle-buecher tag-aktuelles-buch tag-buch tag-buecher-aktuell tag-buecher-business tag-buecher-charts tag-corporate tag-finanzentscheidungen tag-finanzierung tag-gerd-waschbusch tag-hartmut-bieg tag-heinz-kussmaul tag-inazierngsmanagement tag-lausbergs-buchtipp tag-michael-lausberg tag-unternehmen tag-unternehmensfinanzierung tag-vahlen tag-vahlens-handbuecher">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/finanzierung-von-hartmut-bieg-heinz-kussmaul-und-gerd-waschbusch-buchrezension-zur-4-auflage-michael-lausberg/" title="„Finanzierung“ von Hartmut Bieg, Heinz Kußmaul und Gerd Waschbusch – Buchrezension zur 4. Auflage"><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/08/frame-3302911_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/08/frame-3302911_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/08/frame-3302911_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/08/frame-3302911_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/08/frame-3302911_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/08/frame-3302911_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/08/frame-3302911_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/08/frame-3302911_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/finanzierung-von-hartmut-bieg-heinz-kussmaul-und-gerd-waschbusch-buchrezension-zur-4-auflage-michael-lausberg/" title="„Finanzierung“ von Hartmut Bieg, Heinz Kußmaul und Gerd Waschbusch – Buchrezension zur 4. Auflage">
										„Finanzierung“ von Hartmut Bieg, Heinz Kußmaul und Gerd Waschbusch – Buchrezension zur 4. Auflage									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>7. Juli 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/finanzierung-von-hartmut-bieg-heinz-kussmaul-und-gerd-waschbusch-buchrezension-zur-4-auflage-michael-lausberg/#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-91989 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-deutschland tag-dollar tag-interviews-richard-werner">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-darum-faellt-deutschland-wirtschaftlich-immer-weiter-zurueck/" title="Darum fällt Deutschland wirtschaftlich immer weiter zurück"><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/dollar-g6abf59ed3_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_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/2022/05/dollar-g6abf59ed3_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/dollar-g6abf59ed3_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/marc-friedrich-darum-faellt-deutschland-wirtschaftlich-immer-weiter-zurueck/" title="Darum fällt Deutschland wirtschaftlich immer weiter zurück">
										Darum fällt Deutschland wirtschaftlich immer weiter zurück									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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-darum-faellt-deutschland-wirtschaftlich-immer-weiter-zurueck/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91776 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-arbeitsplaetze tag-biontech tag-curevac tag-curevac-uebernahme tag-ethisches-unternehmertum tag-gemeinwohl tag-mrna-technologie tag-oezlem-tuereci tag-patentstreit tag-pharmaindustrie tag-standortschliessung tag-stellenabbau tag-tuebingen tag-ugur-sahin tag-unternehmensethik tag-verantwortung">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/boris-palmer-auf-facebook-ethisches-unternehmertum-erst-gekauft-dann-dichtgemacht-der-bittere-curevac-kahlschlag/" title="Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag"><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/07/ChatGPT-Image-18.-Juli-2026-07_09_01-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-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/07/ChatGPT-Image-18.-Juli-2026-07_09_01-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-07_09_01-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/boris-palmer-auf-facebook-ethisches-unternehmertum-erst-gekauft-dann-dichtgemacht-der-bittere-curevac-kahlschlag/" title="Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag">
										Boris Palmer auf Facebook: Ethisches Unternehmertum &#8211; Erst gekauft, dann dichtgemacht! Der bittere CureVac-Kahlschlag									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/boris-palmer-auf-facebook-ethisches-unternehmertum-erst-gekauft-dann-dichtgemacht-der-bittere-curevac-kahlschlag/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91994 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-arbeitskosten tag-bayerische-wirtschaft tag-bayern-aussenhandel tag-bertram-brossardt tag-china-handel tag-energiepreise tag-eu-binnenmarkt tag-exporte-china tag-exportkrise tag-industrie-bayern tag-maschinenbau tag-pkw-exporte tag-standortreformen tag-us-zoelle tag-vbw">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/china-schock-fuer-bayern-exporte-brechen-um-17-prozent-ein/" title="China-Schock für Bayern: Exporte brechen um 17 Prozent ein"><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/10/flag-2292666_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/10/flag-2292666_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/10/flag-2292666_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/10/flag-2292666_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/10/flag-2292666_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/10/flag-2292666_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/china-schock-fuer-bayern-exporte-brechen-um-17-prozent-ein/" title="China-Schock für Bayern: Exporte brechen um 17 Prozent ein">
										China-Schock für Bayern: Exporte brechen um 17 Prozent ein									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>20. Juli 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/china-schock-fuer-bayern-exporte-brechen-um-17-prozent-ein/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91894 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-aktivrente tag-altersarmut tag-alterssicherungskommission tag-baerbel-bas tag-betriebsrente tag-caritas-in-veritate tag-centesimus-annus tag-deutsche-bischofskonferenz tag-friedrich-merz tag-generationengerechtigkeit tag-gesetzliche-rente tag-kapitalrente tag-katholische-soziallehre tag-muetterrente-iii tag-pacem-in-terris tag-papst-leo-xiv tag-rente-ab-63 tag-renteneintrittsalter tag-rentenkommission tag-rentenniveau tag-rentenreform-2026 tag-sozialstaat">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/wie-katholisch-ist-die-rente-von-baerbel-bas-und-friedrich-merz-vertraegt-sich-die-grosse-rentenreform-mit-der-katholischen-soziallehre/" title="Wie katholisch ist die Rente von Bärbel Bas und Friedrich Merz? Verträgt sich die große Rentenreform mit der katholischen Soziallehre?"><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/old-people-1553352_1280-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/old-people-1553352_1280-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/old-people-1553352_1280-326x245.webp 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/old-people-1553352_1280-80x60.webp" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/old-people-1553352_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/07/old-people-1553352_1280-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/old-people-1553352_1280-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/old-people-1553352_1280-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/wie-katholisch-ist-die-rente-von-baerbel-bas-und-friedrich-merz-vertraegt-sich-die-grosse-rentenreform-mit-der-katholischen-soziallehre/" title="Wie katholisch ist die Rente von Bärbel Bas und Friedrich Merz? Verträgt sich die große Rentenreform mit der katholischen Soziallehre?">
										Wie katholisch ist die Rente von Bärbel Bas und Friedrich Merz? Verträgt sich die große Rentenreform mit der katholischen Soziallehre?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Juli 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/wie-katholisch-ist-die-rente-von-baerbel-bas-und-friedrich-merz-vertraegt-sich-die-grosse-rentenreform-mit-der-katholischen-soziallehre/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91764 post type-post status-publish format-standard has-post-thumbnail category-finanzen tag-arbeitskosten tag-arbeitsmarkt tag-bayerischer-industrie-und-handelskammertag tag-bayern tag-bihk tag-buerokratieabbau tag-fachkraefte tag-industrie tag-lohnnebenkosten tag-manfred-goessl tag-mindestlohn tag-minijobs tag-produktionsverlagerung tag-renteneintritt tag-sozialversicherungsbeitraege tag-stellenabbau tag-wirtschaftswachstum">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/bayerns-jobmotor-stottert-jedes-vierte-unternehmen-will-stellen-streichen/" title="Bayerns Jobmotor stottert – jedes vierte Unternehmen will Stellen streichen"><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/looking-for-a-job-1257233_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/looking-for-a-job-1257233_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/looking-for-a-job-1257233_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/looking-for-a-job-1257233_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/looking-for-a-job-1257233_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/looking-for-a-job-1257233_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/bayerns-jobmotor-stottert-jedes-vierte-unternehmen-will-stellen-streichen/" title="Bayerns Jobmotor stottert – jedes vierte Unternehmen will Stellen streichen">
										Bayerns Jobmotor stottert – jedes vierte Unternehmen will Stellen streichen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Juli 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/bayerns-jobmotor-stottert-jedes-vierte-unternehmen-will-stellen-streichen/#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-91816 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-welt tag-asylpolitik tag-deutschland tag-einwanderung tag-europa tag-illegale-migration tag-integration tag-islamismus tag-migration tag-migration-fatigue tag-migrationskrise tag-parallelgesellschaften tag-remigration tag-suedafrika tag-suedostasien tag-usa">
							<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/wolfgang-sachsenroeder-das-zeitalter-homogener-nationalstaaten-ist-vorbei-wie-andere-laender-mit-der-migration-umgehen/" title="Das Zeitalter homogener Nationalstaaten ist vorbei &#8211; Wie andere Länder mit der Migration umgehen"><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/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5-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/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-15_13_31-5-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/wolfgang-sachsenroeder-das-zeitalter-homogener-nationalstaaten-ist-vorbei-wie-andere-laender-mit-der-migration-umgehen/" title="Das Zeitalter homogener Nationalstaaten ist vorbei &#8211; Wie andere Länder mit der Migration umgehen">
												Das Zeitalter homogener Nationalstaaten ist vorbei &#8211; Wie andere Länder mit der Migration umgehen											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. Juli 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/wolfgang-sachsenroeder-das-zeitalter-homogener-nationalstaaten-ist-vorbei-wie-andere-laender-mit-der-migration-umgehen/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Migration Fatigue in Europa, den USA, Südafrika und Südostasien: Ursachen, politische Folgen, Integration und Wege aus der Migrationskrise. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/wolfgang-sachsenroeder-das-zeitalter-homogener-nationalstaaten-ist-vorbei-wie-andere-laender-mit-der-migration-umgehen/" title="Das Zeitalter homogener Nationalstaaten ist vorbei &#8211; Wie andere Länder mit der Migration umgehen">[&#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-91827 post type-post status-publish format-standard has-post-thumbnail category-politik category-welt tag-europaeische-union tag-fluechtlinge tag-geopolitische-machtpolitik tag-kas-laenderbericht tag-konrad-adenauer-stiftung tag-mali tag-mauretanien tag-migration tag-nationaler-dialog tag-nouakchott tag-politische-stabilitaet tag-russland-2 tag-sahel tag-steven-hoefner tag-westafrika">
															<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-mauretanien-europas-letzter-stabilitaetsanker-im-sahel/" title="Länderbericht der Konrad-Adenauer-Stiftung: Mauretanien – Europas letzter Stabilitätsanker im Sahel"><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/07/ChatGPT-Image-17.-Juli-2026-21_15_46-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_15_46-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_15_46-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_15_46-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/07/ChatGPT-Image-17.-Juli-2026-21_15_46-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_15_46-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/laenderbericht-der-konrad-adenauer-stiftung-mauretanien-europas-letzter-stabilitaetsanker-im-sahel/" title="Länderbericht der Konrad-Adenauer-Stiftung: Mauretanien – Europas letzter Stabilitätsanker im Sahel">
										Länderbericht der Konrad-Adenauer-Stiftung: Mauretanien – Europas letzter Stabilitätsanker im Sahel									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. Juli 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-mauretanien-europas-letzter-stabilitaetsanker-im-sahel/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91829 post type-post status-publish format-standard has-post-thumbnail category-hauptartikel category-politik category-welt tag-bab-al-mandab tag-deutsche-sicherheitspolitik tag-dschibuti tag-geostrategie tag-golf-von-aden tag-horn-von-afrika tag-huthi-miliz tag-internationale-schifffahrt tag-jan-ole-voss tag-karl-wiesemeyer tag-kas-laenderbericht tag-konrad-adenauer-stiftung tag-militaerstuetzpunkte tag-piraterie tag-rotes-meer tag-seehandel">
															<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-darum-kaempfen-die-weltmaechte-um-dschibuti/" title="Länderbericht der Konrad-Adenauer-Stiftung: Darum kämpfen die Weltmächte um Dschibuti"><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/07/ChatGPT-Image-17.-Juli-2026-21_07_46-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_07_46-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_07_46-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_07_46-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/07/ChatGPT-Image-17.-Juli-2026-21_07_46-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-17.-Juli-2026-21_07_46-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/laenderbericht-der-konrad-adenauer-stiftung-darum-kaempfen-die-weltmaechte-um-dschibuti/" title="Länderbericht der Konrad-Adenauer-Stiftung: Darum kämpfen die Weltmächte um Dschibuti">
										Länderbericht der Konrad-Adenauer-Stiftung: Darum kämpfen die Weltmächte um Dschibuti									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. Juli 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-darum-kaempfen-die-weltmaechte-um-dschibuti/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91724 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-250-geburtstag tag-amerika tag-amerikanische-politik tag-armut-in-den-usa tag-donald-trump tag-friedensversprechen tag-krieg-und-profit tag-kriegswirtschaft tag-militaerausgaben tag-ruestungsindustrie tag-soziale-ungleichheit tag-us-aussenpolitik tag-usa tag-waffenindustrie tag-wirtschaftspolitik">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-us-praesident-donald-trump-versprechen-und-ergebnis-frieden-als-marketing-krieg-als-geschaeft/" title="US-Präsident Donald Trump, Versprechen und Ergebnis &#8211; Frieden als Marketing – Krieg als Geschäft"><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/07/ChatGPT-Image-13.-Juli-2026-17_34_15-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-13.-Juli-2026-17_34_15-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-13.-Juli-2026-17_34_15-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-13.-Juli-2026-17_34_15-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/07/ChatGPT-Image-13.-Juli-2026-17_34_15-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-13.-Juli-2026-17_34_15-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-us-praesident-donald-trump-versprechen-und-ergebnis-frieden-als-marketing-krieg-als-geschaeft/" title="US-Präsident Donald Trump, Versprechen und Ergebnis &#8211; Frieden als Marketing – Krieg als Geschäft">
										US-Präsident Donald Trump, Versprechen und Ergebnis &#8211; Frieden als Marketing – Krieg als Geschäft									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>17. Juli 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-us-praesident-donald-trump-versprechen-und-ergebnis-frieden-als-marketing-krieg-als-geschaeft/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91720 post type-post status-publish format-image has-post-thumbnail category-gesellschaft category-welt tag-alltag-in-teheran tag-buchrezension tag-diktatur-iran tag-frauenrechte-iran tag-internationale-gesellschaft-fuer-menschenrechte tag-iran tag-iranische-opposition tag-menschenrechte-iran tag-mullah-regime tag-raha-nik-andish tag-religioeser-zwang tag-salman-rushdie tag-teheran-tagebuecher tag-ullstein-verlag post_format-post-format-image">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/benedikt-vallendar-mullah-iran-wie-gott-zur-geissel-des-volkes-wird/" title="Mullah-Iran: Wie Gott zur Geißel des Volkes 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/2020/01/iran-1151139_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_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/01/iran-1151139_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_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/benedikt-vallendar-mullah-iran-wie-gott-zur-geissel-des-volkes-wird/" title="Mullah-Iran: Wie Gott zur Geißel des Volkes wird">
										Mullah-Iran: Wie Gott zur Geißel des Volkes wird									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>15. Juli 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-mullah-iran-wie-gott-zur-geissel-des-volkes-wird/#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/nrw/staedte/moenchengladbach/moenchengladbach-planung-fuer-abschiebegefaengnis-im-jhq-wird-konkreter_aid-147115065'>Militärgelände in Mönchengladbach: Land NRW kauft Teilfläche für Abschiebegefängnis im JHQ</a> <span class="rss-date">22. Juli 2026</span><div class="rssSummary">Es wird die zweite Einrichtung ihrer Art in NRW. Bis zu 140 Personen sollen dort Platz finden. Der Kaufvertrag muss allerdings noch eine Hürde nehmen. Zudem sind mehrere Fragen zur Zukunft des Militärgeländes im Westen Mönchengladbachs weiter offen.</div></li><li><a class='rsswidget' href='https://rp-online.de/nrw/staedte/neuss/bahn-zwischen-neuss-und-krefeld-warum-es-beim-rb37-und-re7-probleme-gibt_aid-151609229'>Ärger um Bahnstrecke zwischen Neuss und Krefeld: „Es ist meine Lebenszeit, die vergeudet wird“</a> <span class="rss-date">22. Juli 2026</span><div class="rssSummary">Von Neuss nach Krefeld mit der Bahn pendeln? Ein 36-Jähriger würde das nicht empfehlen. Drei Jahre fährt er diese Strecke – und ist frustriert. Seine Frau dachte aufgrund der vielen Verspätungen sogar, dass er sie betrügt.</div></li><li><a class='rsswidget' href='https://rp-online.de/nrw/staedte/duesseldorf/heute-show-special-dreh-auf-koenigsallee-in-duesseldorf_aid-151911033'>Für das Sommer Special: Heute-Show dreht auf Düsseldorfer Königsallee – zum Thema Müll</a> <span class="rss-date">22. Juli 2026</span><div class="rssSummary">Fabian Köster und Lutz van der Horst waren auf der Düsseldorfer Königsallee unterwegs – mit Fashion-Influencer Joe Laschet. Mancher Passant wich lieber aus. Was die drei dort trieben, ist ab dem 14. August im ZDF zu sehen.</div></li><li><a class='rsswidget' href='https://rp-online.de/wirtschaft/nrw-so-teuer-sind-immobilien-in-der-region-neue-zahlen_aid-151899021'>Neue Empirica-Zahlen: So teuer sind Immobilien in NRW aktuell</a> <span class="rss-date">22. Juli 2026</span><div class="rssSummary">Die Mieten steigen weiter, während die Preise für Wohneigentum aktuell stabil sind. Woran das liegt und warum trotz der Babyboomer-Generation in den nächsten Jahren nicht mit einer Flut an vererbten Häusern und Wohnungen zu rechnen ist.</div></li><li><a class='rsswidget' href='https://rp-online.de/nrw/staedte/duisburg/lehrerin-ueber-16-jahre-krank-was-ihr-jetzt-droht-fragen-und-antworten_aid-151898089'>Beamtin wehrt sich gegen Ruhestand: Der bizarre Fall der dauerkranken Lehrerin – und was ihr jetzt droht</a> <span class="rss-date">22. Juli 2026</span><div class="rssSummary">Der Fall einer seit mehr als 16 Jahren krankgeschriebenen Lehrerin aus Duisburg sorgt seit Monaten für Diskussionen. Jetzt wehrt sie sich gegen ihre Versetzung in den Ruhestand. Warum fiel all das jahrelang nicht auf? Und welche Konsequenzen muss sie fürchten?</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-91780 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-arthouse-kino tag-deutsches-theater tag-film tag-filme tag-filmfest-muenchen tag-kino">
							<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/grosses-kino-im-deutschen-theater/" title="Großes Kino im Deutschen Theater"><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/05/Deutcsjes-Theater-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/05/Deutcsjes-Theater-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/05/Deutcsjes-Theater-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/05/Deutcsjes-Theater-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/05/Deutcsjes-Theater-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/05/Deutcsjes-Theater-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/grosses-kino-im-deutschen-theater/" title="Großes Kino im Deutschen Theater">
												Großes Kino im Deutschen Theater											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>15. Juli 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/grosses-kino-im-deutschen-theater/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Das FILMFEST MÜNCHEN verwandelt das Deutsche Theater diesen Sommer erneut in einen ganz besonderen Premierenort.   <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/grosses-kino-im-deutschen-theater/" title="Großes Kino im Deutschen Theater">[&#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-91603 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-aitana-sanchez-gijon tag-aktuelle-kinofilme tag-aktueller-kinofilm tag-arthouse-kino tag-arthousekino tag-barbara-lennie tag-bitteres-fest tag-film tag-filme tag-filmrezension tag-filmstart tag-filmvorstellung tag-filmvorstellungfilmkritik tag-kino tag-kino-aktuelle tag-kinofilm tag-kinofilme tag-kinostarts tag-leonardo-sbaraglia tag-milena-smit tag-patrick-criado tag-pedro-almodovar tag-quim-gutierrez tag-regie tag-sophie-adell tag-spanischer-film tag-victoria-luengo 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/bitteres-fest-pedro-almodovars-bewegender-film-ueber-trauer-kreativitaet-und-die-grenzen-zwischen-realitaet-und-fiktion/" title="BITTERES FEST – Pedro Almodóvars bewegender Film über Trauer, Kreativität und die Grenzen zwischen Realität und Fiktion"><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/07/image003-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/image003-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/bitteres-fest-pedro-almodovars-bewegender-film-ueber-trauer-kreativitaet-und-die-grenzen-zwischen-realitaet-und-fiktion/" title="BITTERES FEST – Pedro Almodóvars bewegender Film über Trauer, Kreativität und die Grenzen zwischen Realität und Fiktion">
										BITTERES FEST – Pedro Almodóvars bewegender Film über Trauer, Kreativität und die Grenzen zwischen Realität und Fiktion									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. Juli 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/bitteres-fest-pedro-almodovars-bewegender-film-ueber-trauer-kreativitaet-und-die-grenzen-zwischen-realitaet-und-fiktion/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91511 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-40537 tag-filmfest tag-filmfest-muenchen tag-filmpreis tag-foerderpreis-neues-deutsches-kino tag-gweinner tag-muenchen tag-neues-deutsches-kino tag-preistraeger">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/die-gewinner-des-foerderpreises-neues-deutsches-kino-2026-stehen-fest/" title="Die Gewinner des Förderpreises Neues Deutsches Kino 2026 stehen fest"><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/07/2023_ffmuc__hashtag_rhe-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2023_ffmuc__hashtag_rhe-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2023_ffmuc__hashtag_rhe-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2023_ffmuc__hashtag_rhe-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2023_ffmuc__hashtag_rhe-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/07/2023_ffmuc__hashtag_rhe-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2023_ffmuc__hashtag_rhe-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/2023_ffmuc__hashtag_rhe-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/die-gewinner-des-foerderpreises-neues-deutsches-kino-2026-stehen-fest/" title="Die Gewinner des Förderpreises Neues Deutsches Kino 2026 stehen fest">
										Die Gewinner des Förderpreises Neues Deutsches Kino 2026 stehen fest									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>4. Juli 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/die-gewinner-des-foerderpreises-neues-deutsches-kino-2026-stehen-fest/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91336 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-43-filmfest-muenchen tag-amerikahaus-muenchen tag-arnaud-desplechin-deux-pianos tag-birgit-minichmayr tag-charly-huebner tag-corinna-harfouch tag-david-duchovny tag-ella-rumpf tag-filmfest-gaeste-2026 tag-filmfest-muenchen-2026 tag-filmfestival-deutschland tag-filmfestival-muenchen tag-filmfinder-filmfest-muenchen tag-filmtalks-kostenlos tag-filmtalks-muenchen tag-haley-bennett tag-hochschule-fuer-fernsehen-und-film-muenchen tag-internationale-filme-muenchen tag-ira-sachs-the-man-i-love tag-isarcarpet tag-jella-haase tag-jutta-brueckner tag-katharina-thalbach tag-kino-muenchen-2026 tag-maren-kroymann tag-margarethe-von-trotta tag-museum-brandhorst tag-neues-deutsches-kino tag-pedro-almodovar tag-randa-chahoud tag-sabrina-setlur-identitti tag-toni-servillo">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/filmfest-muenchen-2026-grosse-stars-starke-filmtalks-und-kino-hautnah/" title="FILMFEST MÜNCHEN 2026: Große Stars, starke FilmTalks und Kino hautnah"><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/tmpimageup_UayTUW-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/tmpimageup_UayTUW-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/tmpimageup_UayTUW-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/tmpimageup_UayTUW-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/tmpimageup_UayTUW-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/tmpimageup_UayTUW-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/filmfest-muenchen-2026-grosse-stars-starke-filmtalks-und-kino-hautnah/" title="FILMFEST MÜNCHEN 2026: Große Stars, starke FilmTalks und Kino hautnah">
										FILMFEST MÜNCHEN 2026: Große Stars, starke FilmTalks und Kino hautnah									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. Juni 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/filmfest-muenchen-2026-grosse-stars-starke-filmtalks-und-kino-hautnah/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91061 post type-post status-publish format-standard has-post-thumbnail category-film tag-130-filmpremieren tag-43-filmfest-muenchen tag-bitteres-fest tag-cannes-filme tag-cinemerit-award tag-das-getraeumte-abenteuer tag-david-duchovny tag-everytime tag-filme-aus-56-laendern tag-filmfest-muenchen tag-filmfest-muenchen-2026 tag-filmfestival-muenchen tag-filmgeschichte tag-filmpremieren-muenchen tag-internationale-wettbewerbe tag-ira-sachs tag-jay-duplass tag-kino-fuer-alle tag-pedro-almodovar tag-see-you-when-i-see-you tag-sommerfilmfestival-deutschland tag-the-man-i-love">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/kino-fuer-alle-das-43-filmfest-muenchen-bringt-130-premieren-aus-56-laendern/" title="Kino für alle: Das 43. FILMFEST MÜNCHEN bringt 130 Premieren aus 56 Ländern"><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/2023/09/IMG_7951-scaled-1-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7951-scaled-1-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7951-scaled-1-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7951-scaled-1.jpeg 500w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7951-scaled-1-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7951-scaled-1-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/2023/09/IMG_7951-scaled-1-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7951-scaled-1-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7951-scaled-1-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7951-scaled-1.jpeg 500w" 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/kino-fuer-alle-das-43-filmfest-muenchen-bringt-130-premieren-aus-56-laendern/" title="Kino für alle: Das 43. FILMFEST MÜNCHEN bringt 130 Premieren aus 56 Ländern">
										Kino für alle: Das 43. FILMFEST MÜNCHEN bringt 130 Premieren aus 56 Ländern									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juni 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/kino-fuer-alle-das-43-filmfest-muenchen-bringt-130-premieren-aus-56-laendern/#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-91803 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-bindng tag-gefuehle tag-hochzeit tag-liebe tag-partnerschaft tag-ring tag-ringe tag-rutuale tag-verlobung-verlobungsring">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/warum-die-kleinen-rituale-unseren-alltag-zusammenhalten/" title="Warum die kleinen Rituale unseren Alltag zusammenhalten"><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/07/lukin_photography-engagement-ring-3633790_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_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/07/lukin_photography-engagement-ring-3633790_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/lukin_photography-engagement-ring-3633790_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/warum-die-kleinen-rituale-unseren-alltag-zusammenhalten/" title="Warum die kleinen Rituale unseren Alltag zusammenhalten">
										Warum die kleinen Rituale unseren Alltag zusammenhalten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/warum-die-kleinen-rituale-unseren-alltag-zusammenhalten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92064 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-beauty-trends tag-extensionsbuerste tag-frisur tag-haarausfall tag-haare tag-haarpflege tag-haarstyling tag-haarverlaengerung tag-haarvolumen tag-identitaet tag-individuelle-frisuren tag-moderne-haarpflege tag-persoenlichkeit tag-selbstbewusstsein tag-selbstfuersorge">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/warum-haare-mehr-sind-als-nur-ein-aeusserliches-merkmal/" title="Warum Haare mehr sind als nur ein äusserliches Merkmal"><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/07/Bild1-1-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Bild1-1-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Bild1-1-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Bild1-1-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Bild1-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/07/Bild1-1-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Bild1-1-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Bild1-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/warum-haare-mehr-sind-als-nur-ein-aeusserliches-merkmal/" title="Warum Haare mehr sind als nur ein äusserliches Merkmal">
										Warum Haare mehr sind als nur ein äusserliches Merkmal									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/warum-haare-mehr-sind-als-nur-ein-aeusserliches-merkmal/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91750 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-edward-kenway tag-karibik tag-piraten-aesthetik">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/auf-hoher-see-mit-edward-kenway-warum-die-karibik-gerade-der-heisseste-trend-der-saison-ist/" title="Auf hoher See mit Edward Kenway: Warum die Karibik gerade der heißeste Trend der Saison 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/07/assets_2026_04_1776929556_ACBFR_Screenshot_Static_16x9_NavalGameplay_230426_615PMCEST-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assets_2026_04_1776929556_ACBFR_Screenshot_Static_16x9_NavalGameplay_230426_615PMCEST-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assets_2026_04_1776929556_ACBFR_Screenshot_Static_16x9_NavalGameplay_230426_615PMCEST-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assets_2026_04_1776929556_ACBFR_Screenshot_Static_16x9_NavalGameplay_230426_615PMCEST-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assets_2026_04_1776929556_ACBFR_Screenshot_Static_16x9_NavalGameplay_230426_615PMCEST-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/07/assets_2026_04_1776929556_ACBFR_Screenshot_Static_16x9_NavalGameplay_230426_615PMCEST-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assets_2026_04_1776929556_ACBFR_Screenshot_Static_16x9_NavalGameplay_230426_615PMCEST-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assets_2026_04_1776929556_ACBFR_Screenshot_Static_16x9_NavalGameplay_230426_615PMCEST-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/auf-hoher-see-mit-edward-kenway-warum-die-karibik-gerade-der-heisseste-trend-der-saison-ist/" title="Auf hoher See mit Edward Kenway: Warum die Karibik gerade der heißeste Trend der Saison ist">
										Auf hoher See mit Edward Kenway: Warum die Karibik gerade der heißeste Trend der Saison ist									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/auf-hoher-see-mit-edward-kenway-warum-die-karibik-gerade-der-heisseste-trend-der-saison-ist/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91998 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-buchten-madeira tag-curral-das-freiras tag-funchal-reisetipps tag-levada-wanderungen tag-madeira tag-madeira-geheimtipps tag-madeira-kulinarisch tag-madeira-mietwagen tag-madeira-natur tag-madeira-reisezeit tag-madeira-rundreise tag-madeira-sehenswuerdigkeiten tag-madeira-urlaub tag-naturpools-madeira tag-porto-moniz tag-santana-madeira tag-seixal-madeira tag-straende-madeira tag-verborgene-orte-madeira tag-wasserfaelle-madeira">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/madeiras-verborgene-paradiese-entdecken/" title="Madeiras verborgene Paradiese entdecken"><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/07/matthias_groeneveld-sea-7352141_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/matthias_groeneveld-sea-7352141_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/matthias_groeneveld-sea-7352141_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/matthias_groeneveld-sea-7352141_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/07/matthias_groeneveld-sea-7352141_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/matthias_groeneveld-sea-7352141_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/madeiras-verborgene-paradiese-entdecken/" title="Madeiras verborgene Paradiese entdecken">
										Madeiras verborgene Paradiese entdecken									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>20. Juli 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/madeiras-verborgene-paradiese-entdecken/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91910 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-lifestyle-und-reisen tag-anonymer-reisebericht tag-customer-relationslufthansa-com tag-eu-fluggastrechte tag-flugausfall tag-fluggastrechte tag-flugverspaetung tag-hotelkosten tag-hotelkostenerstattung tag-lufthansa tag-lufthansa-beschwerde tag-lufthansa-erstattung tag-lufthansa-kundenservice tag-lufthansa-verspaetung tag-schlichtungsstelle-reise-und-verkehr">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/egidius-schwarz-hotel-selbst-bezahlt-lufthansa-laesst-reisende-wochenlang-warten/" title="Hotel selbst bezahlt – Lufthansa lässt Reisende wochenlang warten"><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/07/ChatGPT-Image-18.-Juli-2026-11_36_53-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-11_36_53-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-11_36_53-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-11_36_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/07/ChatGPT-Image-18.-Juli-2026-11_36_53-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ChatGPT-Image-18.-Juli-2026-11_36_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/egidius-schwarz-hotel-selbst-bezahlt-lufthansa-laesst-reisende-wochenlang-warten/" title="Hotel selbst bezahlt – Lufthansa lässt Reisende wochenlang warten">
										Hotel selbst bezahlt – Lufthansa lässt Reisende wochenlang warten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Juli 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/egidius-schwarz-hotel-selbst-bezahlt-lufthansa-laesst-reisende-wochenlang-warten/#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-92088 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-abitur-hagenow tag-abiturpruefungen-2026 tag-bildungsministerium-mecklenburg-vorpommern tag-chatgpt-schule tag-digitale-bildung tag-digitale-endgeraete tag-digitalisierung-schule tag-durchfallquote-abitur tag-handyverbot-pruefung tag-ki-in-der-schule tag-kuenstliche-intelligenz-unterricht tag-leistungsbewertung-schule tag-robert-stock-gymnasium tag-smartphone-in-pruefungen tag-taeuschungsversuch-abitur">
							<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/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co"><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="Immer mehr Schüler erschleichen sich gute Noten durch KI-Nutzung, wogegen Lehrkräfte meist machtlos sind." decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="Immer mehr Schüler erschleichen sich gute Noten durch KI-Nutzung, wogegen Lehrkräfte meist machtlos sind." decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/10/backpack-1149544_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/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co">
												Selbstbetrug mit Handy, KI und Co											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/selbstbetrug-mit-handy-ki-und-co/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Am Robert-Stock-Gymnasium in Hagenow fiel fast ein Drittel des Abiturjahrgangs durch. Der Fall wirft Fragen zu Smartphones, KI, Täuschung und digitalem Lernen auf. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/selbstbetrug-mit-handy-ki-und-co/" title="Selbstbetrug mit Handy, KI und Co">[&#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-91762 post type-post status-publish format-standard has-post-thumbnail category-wissen tag-erzaehler tag-essayis tag-hermann-burger tag-lyriker tag-schweizerischer-romancier">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herbert-csef-der-wahre-kuenstler-ist-ein-todesartist-erinnerungen-an-den-suizid-des-schriftstellers-hermann-burger/" title="Der wahre Künstler ist ein Todesartist.“  Erinnerungen an den Suizid des Schriftstellers Hermann Burger"><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="Bücher, Bibliothek, Lesen.Quelle: StockSnap" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2023/11/books-2606859_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/11/books-2606859_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/11/books-2606859_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2023/11/books-2606859_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2023/11/books-2606859_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Bücher, Bibliothek, Lesen.Quelle: StockSnap" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2023/11/books-2606859_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/11/books-2606859_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/11/books-2606859_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/herbert-csef-der-wahre-kuenstler-ist-ein-todesartist-erinnerungen-an-den-suizid-des-schriftstellers-hermann-burger/" title="Der wahre Künstler ist ein Todesartist.“  Erinnerungen an den Suizid des Schriftstellers Hermann Burger">
										Der wahre Künstler ist ein Todesartist.“  Erinnerungen an den Suizid des Schriftstellers Hermann Burger									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>17. Juli 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-der-wahre-kuenstler-ist-ein-todesartist-erinnerungen-an-den-suizid-des-schriftstellers-hermann-burger/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91656 post type-post status-publish format-standard has-post-thumbnail category-wissen tag-aerodynamische-optimierung tag-dach tag-dachdecken tag-daecher tag-dachziegel tag-dachziegelhersteller tag-decra tag-decra-dachsysteme tag-garantie tag-hagelschutz tag-metalldach tag-metalldachpfannen tag-sturmbestaendigkeit tag-sturmschaeden tag-windbestaendig tag-windkanaltests">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/wie-decra-seine-produkte-auf-sturmfestigkeit-testet/" title="Wie Decra seine Produkte auf Sturmfestigkeit testet"><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/07/stufforge-roof-7649801_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/stufforge-roof-7649801_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/stufforge-roof-7649801_1280-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/stufforge-roof-7649801_1280-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/stufforge-roof-7649801_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/07/stufforge-roof-7649801_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/stufforge-roof-7649801_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/stufforge-roof-7649801_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/wie-decra-seine-produkte-auf-sturmfestigkeit-testet/" title="Wie Decra seine Produkte auf Sturmfestigkeit testet">
										Wie Decra seine Produkte auf Sturmfestigkeit testet									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>10. Juli 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/wie-decra-seine-produkte-auf-sturmfestigkeit-testet/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91591 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-kinder tag-krieg tag-schutz tag-shajareh-tayebeh tag-uno">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-was-tat-die-welt-als-163-kinder-ihre-klassenzimmer-betraten-und-niemals-wieder-nach-hause-zurueckkehrten/" title="Was tat die Welt, als 163 Kinder ihre Klassenzimmer betraten – und niemals wieder nach Hause zurückkehrten?"><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/07/amrulqays-child-8479265_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/amrulqays-child-8479265_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/amrulqays-child-8479265_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/amrulqays-child-8479265_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/07/amrulqays-child-8479265_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/amrulqays-child-8479265_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/hossein-zalzadeh-was-tat-die-welt-als-163-kinder-ihre-klassenzimmer-betraten-und-niemals-wieder-nach-hause-zurueckkehrten/" title="Was tat die Welt, als 163 Kinder ihre Klassenzimmer betraten – und niemals wieder nach Hause zurückkehrten?">
										Was tat die Welt, als 163 Kinder ihre Klassenzimmer betraten – und niemals wieder nach Hause zurückkehrten?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. Juli 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-was-tat-die-welt-als-163-kinder-ihre-klassenzimmer-betraten-und-niemals-wieder-nach-hause-zurueckkehrten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91585 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-gibmir5 tag-aufklaerung-drogenkonsum tag-crack-deutschland tag-deutsche-gesellschaft-fuer-suchtmedizin tag-drogen-und-suchtrat tag-drogenbedingte-todesfaelle tag-drogenkonsumraeume tag-drogennotfall tag-drogenpolitik tag-drogentod tag-drogentote-deutschland-2025 tag-drugchecking tag-eva-egartner tag-fachverband-drogen-und-suchthilfe tag-fruehwarnsystem-drogen tag-harm-reduction tag-junge-menschen-drogen tag-kommunale-fruehwarnsysteme tag-maurice-cabanis tag-mischkonsum tag-naloxon tag-paritaetischer-gesamtverband tag-praevention-drogen tag-schadensminderung tag-substitution tag-suchthilfe tag-suchtpolitik tag-synthetische-drogen tag-synthetische-opioide tag-ueberdosis tag-vulnerable-konsumphasen">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/drogentote-in-deutschland-2-150-menschen-sterben-an-den-folgen-ihres-konsums/" title="Drogentote in Deutschland: 2.150 Menschen sterben an den Folgen ihres Konsums"><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/2023/07/drugs-21987_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/07/drugs-21987_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/07/drugs-21987_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2023/07/drugs-21987_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2023/07/drugs-21987_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/2023/07/drugs-21987_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/07/drugs-21987_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/07/drugs-21987_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/drogentote-in-deutschland-2-150-menschen-sterben-an-den-folgen-ihres-konsums/" title="Drogentote in Deutschland: 2.150 Menschen sterben an den Folgen ihres Konsums">
										Drogentote in Deutschland: 2.150 Menschen sterben an den Folgen ihres Konsums									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. Juli 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/drogentote-in-deutschland-2-150-menschen-sterben-an-den-folgen-ihres-konsums/#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-91307 post type-post status-publish format-standard has-post-thumbnail category-glaube tag-afd-sachsen-anhalt tag-cdu-thueringen tag-christina-tasch tag-christlich-abendlaendische-tradition tag-christliche-feiertage tag-christliche-kultur tag-dorfkirchen tag-fasching tag-feiertage-thueringen tag-glaubensgemeinschaften tag-heimat tag-himmelfahrt tag-karfreitag tag-kirchen-thueringen tag-kirmes tag-ostern tag-pfingsten tag-reformationstag tag-religionsfreiheit tag-sonnenwendfeiern tag-thueringer-feier-und-gedenktagsgesetz tag-thueringer-landtag tag-wartburg tag-weihnachten">
							<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/christliche-feiertage-schuetzen-cdu-fraktion-stellt-sich-gegen-streichung-von-weihnachten-ostern-und-pfingsten/" title="Christliche Feiertage schützen: CDU-Fraktion stellt sich gegen Streichung von Weihnachten, Ostern und Pfingsten"><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/2023/02/bible-2167778_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2023/02/bible-2167778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/02/bible-2167778_1280-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2023/02/bible-2167778_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2023/02/bible-2167778_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/2023/02/bible-2167778_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2023/02/bible-2167778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/02/bible-2167778_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/christliche-feiertage-schuetzen-cdu-fraktion-stellt-sich-gegen-streichung-von-weihnachten-ostern-und-pfingsten/" title="Christliche Feiertage schützen: CDU-Fraktion stellt sich gegen Streichung von Weihnachten, Ostern und Pfingsten">
												Christliche Feiertage schützen: CDU-Fraktion stellt sich gegen Streichung von Weihnachten, Ostern und Pfingsten											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. Juni 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/christliche-feiertage-schuetzen-cdu-fraktion-stellt-sich-gegen-streichung-von-weihnachten-ostern-und-pfingsten/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Die CDU-Fraktion Thüringen fordert den Schutz christlicher Feiertage. Christina Tasch warnt vor Angriffen auf Tradition, Heimat und christlich-abendländische Kultur. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/christliche-feiertage-schuetzen-cdu-fraktion-stellt-sich-gegen-streichung-von-weihnachten-ostern-und-pfingsten/" title="Christliche Feiertage schützen: CDU-Fraktion stellt sich gegen Streichung von Weihnachten, Ostern und Pfingsten">[&#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-91079 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-deutschland tag-islamismus tag-krieg tag-religion">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/sylvia-pantel-islamismus-ist-die-groesste-bedrohung-fuer-die-demokratie-in-europa/" title="Der Islamismus ist die größte Bedrohung für die Demokratie in Europa"><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/08/1kid-1077793_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/08/1kid-1077793_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/08/1kid-1077793_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/08/1kid-1077793_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/08/1kid-1077793_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/08/1kid-1077793_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/sylvia-pantel-islamismus-ist-die-groesste-bedrohung-fuer-die-demokratie-in-europa/" title="Der Islamismus ist die größte Bedrohung für die Demokratie in Europa">
										Der Islamismus ist die größte Bedrohung für die Demokratie in Europa									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Juni 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/sylvia-pantel-islamismus-ist-die-groesste-bedrohung-fuer-die-demokratie-in-europa/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90800 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-akademie-veranstaltungen-muenchen tag-barockes-christentum tag-christliche-kultur tag-donald-trump-religion tag-evangelikale-christen-usa tag-evangelische-akademie-tutzing tag-glaube-macht-politik tag-katholische-akademie-in-bayern tag-katholische-perspektiven-usa tag-kirche-deutschland tag-mehr-als-migration-und-integration tag-migration-und-kirche tag-mozart tag-oekumene-deutschland tag-orientalisch-orthodoxe-christen tag-orlando-di-lasso tag-orthodoxe-christen-deutschland tag-philoxenia tag-religion-und-politik tag-religioese-rechte-usa tag-sinn-und-sinnlichkeit">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/religion-wird-wieder-politisch-katholische-akademie-laedt-zu-debatten-ueber-orthodoxie-usa-und-barock/" title="Religion wird wieder politisch: Katholische Akademie lädt zu Debatten über Orthodoxie, USA und Barock"><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/Header-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Header-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Header-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Header-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/Header-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Header-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/religion-wird-wieder-politisch-katholische-akademie-laedt-zu-debatten-ueber-orthodoxie-usa-und-barock/" title="Religion wird wieder politisch: Katholische Akademie lädt zu Debatten über Orthodoxie, USA und Barock">
										Religion wird wieder politisch: Katholische Akademie lädt zu Debatten über Orthodoxie, USA und Barock									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>6. Juni 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/religion-wird-wieder-politisch-katholische-akademie-laedt-zu-debatten-ueber-orthodoxie-usa-und-barock/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small 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">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" 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="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/lusiasmile-buildings-6371608_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_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/lusiasmile-buildings-6371608_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_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/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>
								</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/papst-leo-xiv-segnet-jesus-turm-der-sagrada-familia/#mh-comments">0</a></span>
								</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>			</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-92001 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft category-hauptartikel tag-andy-burnham tag-bee-network tag-britischer-premierminister tag-dezentralisierung tag-downing-street tag-greater-manchester tag-grossbritannien tag-keir-starmer tag-koenig-des-nordens tag-labour-party tag-lebenshaltungskosten tag-regierungswechsel tag-wohnungsbau">
							<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/regierungswechsel-in-grossbritannien-andy-burnham-uebernimmt-grossbritannien-und-setzt-andere-akzente-als-keir-starmer/" title="Regierungswechsel: Andy Burnham übernimmt Großbritannien – und setzt andere Akzente als Keir Starmer"><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/07/terimakasih0-united-kingdom-2405963_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/terimakasih0-united-kingdom-2405963_640-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/terimakasih0-united-kingdom-2405963_640-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/terimakasih0-united-kingdom-2405963_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/07/terimakasih0-united-kingdom-2405963_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/terimakasih0-united-kingdom-2405963_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/regierungswechsel-in-grossbritannien-andy-burnham-uebernimmt-grossbritannien-und-setzt-andere-akzente-als-keir-starmer/" title="Regierungswechsel: Andy Burnham übernimmt Großbritannien – und setzt andere Akzente als Keir Starmer">
												Regierungswechsel: Andy Burnham übernimmt Großbritannien – und setzt andere Akzente als Keir Starmer											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>20. Juli 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/regierungswechsel-in-grossbritannien-andy-burnham-uebernimmt-grossbritannien-und-setzt-andere-akzente-als-keir-starmer/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Andy Burnham ist neuer britischer Premierminister. Was ihn von Keir Starmer unterscheidet und welche Politik er für Großbritannien plant. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/regierungswechsel-in-grossbritannien-andy-burnham-uebernimmt-grossbritannien-und-setzt-andere-akzente-als-keir-starmer/" title="Regierungswechsel: Andy Burnham übernimmt Großbritannien – und setzt andere Akzente als Keir Starmer">[&#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-91876 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-chatkontrolle-2-0 tag-datenschutz tag-digitale-ueberwachung tag-ende-zu-ende-verschluesselung tag-eu-chatkontrolle tag-eu-verordnung tag-europaeisches-parlament tag-kinderschutz tag-massenueberwachung tag-messenger tag-private-nachrichten tag-privatsphaere tag-signal tag-telegram tag-ueberwachungsstaat tag-whatsapp">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-eu-greift-nach-ihren-chats-was-whatsapp-und-signal-jetzt-droht/" title="EU greift nach Ihren Chats! Was WhatsApp und Signal jetzt droht"><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/2023/10/internet-3113279_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/10/internet-3113279_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/10/internet-3113279_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2023/10/internet-3113279_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2023/10/internet-3113279_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/2023/10/internet-3113279_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/10/internet-3113279_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/10/internet-3113279_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-eu-greift-nach-ihren-chats-was-whatsapp-und-signal-jetzt-droht/" title="EU greift nach Ihren Chats! Was WhatsApp und Signal jetzt droht">
										EU greift nach Ihren Chats! Was WhatsApp und Signal jetzt droht									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>20. Juli 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-eu-greift-nach-ihren-chats-was-whatsapp-und-signal-jetzt-droht/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91773 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-afd tag-bericht tag-krieg tag-markus-frohnmaier tag-paul-ronzheimer tag-ukraine">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/franz-sommerfeld-nationale-deutsche-interessen/" title="Nationale deutsche Interessen"><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/ukraine-g4d5cda37b_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/ukraine-g4d5cda37b_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/ukraine-g4d5cda37b_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/ukraine-g4d5cda37b_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/2022/05/ukraine-g4d5cda37b_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/ukraine-g4d5cda37b_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/franz-sommerfeld-nationale-deutsche-interessen/" title="Nationale deutsche Interessen">
										Nationale deutsche Interessen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>15. Juli 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-nationale-deutsche-interessen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91769 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-estland tag-geschichte tag-tallin">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/franz-sommerfeld-im-kumu-museum-in-tallinn-zeigt-sich-selbstbewusstsein-estlands/" title="Im Kumu Museum in Tallinn zeigt sich Selbstbewusstsein Estlands"><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/07/Quelle-Franz-Sommerfeld-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-300x222.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-1024x759.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-768x569.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-1536x1139.jpg 1536w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld.jpg 2048w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-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/07/Quelle-Franz-Sommerfeld-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-300x222.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-1024x759.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-768x569.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-1536x1139.jpg 1536w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/Quelle-Franz-Sommerfeld.jpg 2048w" 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/franz-sommerfeld-im-kumu-museum-in-tallinn-zeigt-sich-selbstbewusstsein-estlands/" title="Im Kumu Museum in Tallinn zeigt sich Selbstbewusstsein Estlands">
										Im Kumu Museum in Tallinn zeigt sich Selbstbewusstsein Estlands									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>15. Juli 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-im-kumu-museum-in-tallinn-zeigt-sich-selbstbewusstsein-estlands/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91733 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-7497-beschwerden-gegen-gerichte tag-amtsmissbrauch tag-amtsmissbrauch-durch-richter tag-anti-slapp-oesterreich tag-anti-slapp-richtlinie tag-anti-slapp-richtlinie-oesterreich-2026 tag-beschwerden-gegen-gerichte tag-beschwerden-gegen-richter tag-beschwerden-ueber-gerichte-in-oesterreich tag-demokratische-prinzipien-eu tag-einschuechterungsklagen-gegen-journalisten tag-eu-und-rechtsstaatlichkeit tag-eu-bericht-oesterreich tag-eu-bericht-oesterreich-2026 tag-eu-bericht-zur-medienfreiheit tag-eu-foerdermittel-und-rechtsstaatlichkeit tag-eu-justizkommissar tag-eu-rechtsstaatsbericht-2026 tag-eu-rechtsstaatsbericht-2026-oesterreich tag-eu-rechtsstaatsbericht-methodische-fehler tag-eu-richtlinie-gegen-slapp-klagen tag-europaeische-kommission tag-europaeische-kommission-oesterreich tag-europaeische-kommission-rechtsstaatlichkeit tag-europaeische-union-justiz tag-gewaltenteilung-in-europa tag-grundrechte-eu tag-grundrechtsverletzungen-oesterreich tag-journalisten-unter-druck tag-justiz-in-oesterreich tag-justiz-oesterreich tag-justizreform-oesterreich tag-kontrolle-der-justiz tag-kontrolle-staatlicher-institutionen tag-kontrollinstanzen-oesterreich tag-korruptionsbekaempfung-eu tag-kritik-am-eu-rechtsstaatsbericht tag-kritik-am-eu-rechtsstaatsbericht-2026 tag-kritik-am-rechtsstaatsbericht tag-medienfreiheit-in-oesterreich tag-medienfreiheit-oesterreich tag-medienpluralismus-eu tag-menschenrechte-in-oesterreich tag-methodische-fehler-im-rechtsstaatsbericht tag-michael-mcgrath tag-oesterreichische-gerichte tag-oesterreichische-justiz-in-der-kritik tag-pressefreiheit-eu tag-pressefreiheit-in-europa tag-probleme-der-oesterreichischen-justiz tag-rechtsstaat-und-grundrechte tag-rechtsstaatlichkeit-in-der-eu tag-rechtsstaatlichkeit-oesterreich tag-rechtsstaatlichkeit-oesterreich-2026 tag-rechtsstaatlichkeit-und-eu-gelder tag-rechtsstaatlichkeitsbericht-kritik tag-rechtsstaatsmechanismus-der-eu tag-richter-bestellen-richter tag-richterliche-unabhaengigkeit tag-rule-of-law-report-2026 tag-rule-of-law-report-2026-kritik tag-rule-of-law-report-oesterreich tag-schutz-von-journalisten tag-schutz-von-journalisten-vor-slapp-klagen tag-slapp-klagen tag-strategic-lawsuits-against-public-participation tag-unabhaengigkeit-der-justiz tag-volksanwaltschaft-beschwerden-gerichtsbarkeit tag-volksanwaltschaft-oesterreich tag-wie-unabhaengig-ist-die-justiz-in-oesterreich tag-zivilrechtliche-verfolgung-von-journalisten">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/johannes-schuetz-der-rule-of-law-report-der-europaeischen-union-muss-bisher-als-ungenuegend-beurteilt-werden/" title="Der Rule of Law Report der Europäischen Union muss bisher als ungenügend beurteilt werden"><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/07/rule-of-law-2025_cover-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/rule-of-law-2025_cover-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/rule-of-law-2025_cover-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/rule-of-law-2025_cover-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/07/rule-of-law-2025_cover-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/rule-of-law-2025_cover-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/johannes-schuetz-der-rule-of-law-report-der-europaeischen-union-muss-bisher-als-ungenuegend-beurteilt-werden/" title="Der Rule of Law Report der Europäischen Union muss bisher als ungenügend beurteilt werden">
										Der Rule of Law Report der Europäischen Union muss bisher als ungenügend beurteilt werden									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>14. Juli 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-der-rule-of-law-report-der-europaeischen-union-muss-bisher-als-ungenuegend-beurteilt-werden/#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-92019 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-sport tag-deutsche-nationalspieler-gehalt tag-dfb-praemien tag-fussballergehaelter tag-grundrente tag-julian-nagelsmann-gehalt tag-mindestlohn-rente tag-rente-nach-40-jahren tag-rentenvergleich tag-wm-2026">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/engelbert-eichholz-mehr-als-400-000-euro-fuer-den-wm-titel-rund-1-264-euro-nach-40-jahren-arbeit/" title="Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit"><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/07/assy-european-football-championship-1420475_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640.jpg 640w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_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/07/assy-european-football-championship-1420475_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/assy-european-football-championship-1420475_640.jpg 640w" 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/engelbert-eichholz-mehr-als-400-000-euro-fuer-den-wm-titel-rund-1-264-euro-nach-40-jahren-arbeit/" title="Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit">
										Mehr als 400.000 Euro für den WM-Titel – rund 1.264 Euro nach 40 Jahren Arbeit									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Juli 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/engelbert-eichholz-mehr-als-400-000-euro-fuer-den-wm-titel-rund-1-264-euro-nach-40-jahren-arbeit/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-92014 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-sport tag-deutsche-nationalmannschaft tag-deutschland-paraguay tag-dfb-elf tag-dfb-krise tag-fussball-deutschland tag-julian-nagelsmann tag-juergen-klinsmann tag-juergen-klopp tag-philipp-lahm tag-wm-2026">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/egidius-schwarz-zu-weich-zu-planlos-zu-selbstgewiss-wie-die-dfb-elf-abstuerzte-und-was-juergen-klopp-aendern-muss/" title="Zu weich, zu planlos, zu selbstgewiss: Wie die DFB-Elf abstürzte – und was Jürgen Klopp ändern muss"><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="Menschenmenge, Fußball, Deutschland, Quelle: Ganossi," decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ganossi-crowd-2140590_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ganossi-crowd-2140590_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ganossi-crowd-2140590_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ganossi-crowd-2140590_640-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Menschenmenge, Fußball, Deutschland, Quelle: Ganossi," decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ganossi-crowd-2140590_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/ganossi-crowd-2140590_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/egidius-schwarz-zu-weich-zu-planlos-zu-selbstgewiss-wie-die-dfb-elf-abstuerzte-und-was-juergen-klopp-aendern-muss/" title="Zu weich, zu planlos, zu selbstgewiss: Wie die DFB-Elf abstürzte – und was Jürgen Klopp ändern muss">
										Zu weich, zu planlos, zu selbstgewiss: Wie die DFB-Elf abstürzte – und was Jürgen Klopp ändern muss									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>21. Juli 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/egidius-schwarz-zu-weich-zu-planlos-zu-selbstgewiss-wie-die-dfb-elf-abstuerzte-und-was-juergen-klopp-aendern-muss/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91822 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-sport tag-afd tag-bsw tag-bundestagswahl tag-cdu tag-csu tag-fdp tag-gruene-2 tag-linke tag-parteien tag-sonntagsfrage tag-spd tag-umfragewerte tag-union tag-waehlergunst tag-wahlumfrage">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-insa-sonntagsumfrage-afd-und-union-im-sinkflug/" title="INSA-Sonntagsumfrage: AfD und Union im Sinkflug"><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/07/HSwybMMJZo3g-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/HSwybMMJZo3g-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/HSwybMMJZo3g-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/HSwybMMJZo3g-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/07/HSwybMMJZo3g-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/07/HSwybMMJZo3g-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/HSwybMMJZo3g-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/07/HSwybMMJZo3g-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-sonntagsumfrage-afd-und-union-im-sinkflug/" title="INSA-Sonntagsumfrage: AfD und Union im Sinkflug">
										INSA-Sonntagsumfrage: AfD und Union im Sinkflug									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>17. Juli 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-sonntagsumfrage-afd-und-union-im-sinkflug/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-91552 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen category-sport tag-fussball tag-sport tag-wm">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/die-groesste-wm-aller-zeiten-wer-bezahlt-dafuer-eigentlich/" title="Die größte WM aller Zeiten: Wer bezahlt dafür eigentlich?"><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/08/stadium-189777_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/08/stadium-189777_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/08/stadium-189777_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/08/stadium-189777_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/08/stadium-189777_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/08/stadium-189777_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/08/stadium-189777_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/08/stadium-189777_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/die-groesste-wm-aller-zeiten-wer-bezahlt-dafuer-eigentlich/" title="Die größte WM aller Zeiten: Wer bezahlt dafür eigentlich?">
										Die größte WM aller Zeiten: Wer bezahlt dafür eigentlich?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>7. Juli 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/die-groesste-wm-aller-zeiten-wer-bezahlt-dafuer-eigentlich/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90948 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-sport tag-arbeitgeber tag-arbeitnehmer tag-arbeitsplatz tag-arbeitsrecht tag-bayern tag-bertram-brossardt tag-exporte tag-fussball-wm-2026 tag-handel tag-importe tag-kanada tag-mexiko tag-public-viewing tag-schichtarbeit tag-urlaub tag-usa tag-vbw tag-wirtschaft tag-wm-spiele">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/fussball-weltmeisterschaft-2026-in-den-usa-mexiko-und-kanada-arbeitsrecht-macht-keine-pause/" title="Fußball-Weltmeisterschaft 2026 in den USA, Mexiko und Kanada: Arbeitsrecht macht keine Pause"><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/2023/10/soccer-3311817_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/10/soccer-3311817_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/10/soccer-3311817_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2023/10/soccer-3311817_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2023/10/soccer-3311817_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/2023/10/soccer-3311817_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/10/soccer-3311817_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/10/soccer-3311817_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/fussball-weltmeisterschaft-2026-in-den-usa-mexiko-und-kanada-arbeitsrecht-macht-keine-pause/" title="Fußball-Weltmeisterschaft 2026 in den USA, Mexiko und Kanada: Arbeitsrecht macht keine Pause">
										Fußball-Weltmeisterschaft 2026 in den USA, Mexiko und Kanada: Arbeitsrecht macht keine Pause									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>11. Juni 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/fussball-weltmeisterschaft-2026-in-den-usa-mexiko-und-kanada-arbeitsrecht-macht-keine-pause/#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-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":"c1099e2fb3"};
/* ]]> */
</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":"6ce971bc17","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.19" 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 type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/cache/min/1/printfriendly.js?ver=1779292560" id="printfriendly-sdk-js" defer></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@1784743315 -->