CINXE.COM

Elfriede Jelinek

<!DOCTYPE html> <html lang="de" class="group/html min-h-screen has-gray-scale-Slate " data-prismjs-copy="Kopieren" data-prismjs-copy-error="Fehler" data-prismjs-copy-success="Kopiert"> <head> <meta charset="UTF-8"> <meta name="HandheldFriendly" content="True" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Elfriede Jelinek</title> <link href="https://www.elfriedejelinek.com/assets/built/main.min.css?v=9a29493459" rel="stylesheet" type="text/css" /> <script src="https://www.elfriedejelinek.com/assets/built/main.min.js?v=9a29493459" defer data-manual></script> <meta name="description" content="Website von Elfriede Jelinek, Texte zum Theater, Texte zur Kunst, Bilder aus Theaterinszenierungen, Interviews, Werkverzeichnis, biographische Informationen"> <link rel="icon" href="https://www.elfriedejelinek.com/content/images/size/w256h256/2023/11/Bildschirmfoto-2023-11-01-um-19.45.58.png" type="image/png"> <link rel="canonical" href="https://www.elfriedejelinek.com/"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta property="og:site_name" content="Elfriede Jelinek"> <meta property="og:type" content="website"> <meta property="og:title" content="Elfriede Jelinek"> <meta property="og:description" content="Website von Elfriede Jelinek, Texte zum Theater, Texte zur Kunst, Bilder aus Theaterinszenierungen, Interviews, Werkverzeichnis, biographische Informationen"> <meta property="og:url" content="https://www.elfriedejelinek.com/"> <meta property="article:modified_time" content="2024-05-16T08:15:52.000Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Elfriede Jelinek"> <meta name="twitter:description" content="Website von Elfriede Jelinek, Texte zum Theater, Texte zur Kunst, Bilder aus Theaterinszenierungen, Interviews, Werkverzeichnis, biographische Informationen"> <meta name="twitter:url" content="https://www.elfriedejelinek.com/"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "publisher": { "@type": "Organization", "name": "Elfriede Jelinek", "url": "https://www.elfriedejelinek.com/", "logo": { "@type": "ImageObject", "url": "https://www.elfriedejelinek.com/content/images/size/w256h256/2023/11/Bildschirmfoto-2023-11-01-um-19.45.58.png", "width": 60, "height": 60 } }, "author": { "@type": "Person", "name": "Elfriede Jelinek", "sameAs": [] }, "headline": "Elfriede Jelinek", "url": "https://www.elfriedejelinek.com/", "dateModified": "2024-05-16T08:15:52.000Z", "mainEntityOfPage": "https://www.elfriedejelinek.com/" } </script> <meta name="generator" content="Ghost 5.101"> <link rel="alternate" type="application/rss+xml" title="Elfriede Jelinek" href="https://www.elfriedejelinek.com/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="db9c117966fb43b152db454171" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://elfriedejelinek.ghost.io/" data-locale="de" crossorigin="anonymous"></script> <link href="https://www.elfriedejelinek.com/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=9a29493459"></script><style>:root {--ghost-accent-color: #000000;}</style> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=9a29493459"> <!-- 100% privacy-first analytics --> <script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script> <noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript> <script> window.Spiritix = window.Spiritix || {}; window.Spiritix.version = "2.3.0"; window.Spiritix.t = { "Toggle menu": 'Menü umschalten' }; </script> <script> if (localStorage && localStorage.theme) { document.documentElement.classList.toggle('dark', localStorage.theme === 'dark'); } </script> <script> window.Spiritix.hexToRgb = (hex) => { hex = hex.replace('#', ''); hex = hex.length === 3 ? hex.split().map(c => c + c).join() : hex; return [ parseInt(hex.substring(0,2), 16), parseInt(hex.substring(2,4), 16), parseInt(hex.substring(4,6), 16), ]; }; window.Spiritix.getContrastColor = (hex) => { const [r, g, b] = window.Spiritix.hexToRgb(hex); const yiq = ((r*299) + (g*587) + (b*114)) / 1000; return (yiq >= 128) ? '#000' : '#fff'; }; </script> <script> (function() { const hex = "#000000".trim(); const [r, g, b] = window.Spiritix.hexToRgb(hex); const contrastColor = window.Spiritix.getContrastColor(hex); document.documentElement.style.setProperty('--ghost-accent-color-light-rgb', `${r} ${g} ${b}`); document.documentElement.style.setProperty('--color-contrast-light', contrastColor); window.Spiritix.ghostAccentColorLightRgb = `${r} ${g} ${b}`; })(); </script> <style> :root { --color-contrast: var(--color-contrast-light); --ghost-accent-color-rgb: var(--ghost-accent-color-light-rgb); } </style> <script> (function() { const hexDark = "#ffffff".trim(); const [r, g, b] = window.Spiritix.hexToRgb(hexDark); const contrastColor = window.Spiritix.getContrastColor(hexDark); document.documentElement.style.setProperty('--ghost-accent-color-dark-rgb', `${r} ${g} ${b}`); document.documentElement.style.setProperty('--color-contrast-dark', contrastColor); window.Spiritix.ghostAccentColorDarkRgb = `${r} ${g} ${b}`; })(); </script> <style> .dark { --color-contrast: var(--color-contrast-dark); --ghost-accent-color-rgb: var(--ghost-accent-color-dark-rgb); --ghost-accent-color: #ffffff; } </style> <script> (function() { var open = XMLHttpRequest.prototype.open; XMLHttpRequest.prototype.open = function(data) { var method = arguments[0]; var url = arguments[1]; if (!method || !url || method.toUpperCase() !== "GET" || !url.includes('/ghost/api/content/posts/?')) { return open.apply(this, arguments); } var parsedUrl = new URL(url); if (parsedUrl.searchParams.get("limit") === "10000" && !parsedUrl.searchParams.has('filter')) { parsedUrl.searchParams.set('filter', 'tags:-hash-landing'); } arguments[1] = parsedUrl.href; return open.apply(this, arguments); } })(); </script> </head> <body class="home-template tag-2024 tag-2023 tag-archiv tag-hash-docs min-h-screen flex flex-col antialiased overflow-x-hidden text-gray-900 bg-white dark:text-gray-400 dark:bg-gray-900 [&.has-modal]:h-screen [&.has-modal]:overflow-hidden"> <div class="absolute right-0 top-0 -z-10 overflow-hidden"> <div class="relative w-[600px] h-[600px] -translate-y-2/3 translate-x-2/3 lg:-translate-y-1/2 lg:translate-x-1/2 bg-gradient-to-bl from-accent to-transparent rounded-full blur-[100px] opacity-50"></div> </div> <div id="viewport" class="min-h-screen flex flex-col"> <a href="#main" class="group sr-only focus:not-sr-only focus-within:not-sr-only outline-none"> <span class="relative flex items-center justify-center w-full h-12 font-semibold bg-gray-900 text-gray-50 text-sm group-focus-within:ring group-focus:ring ring-1 ring-inset ring-accent dark:bg-gray-800/60"> Zum Hauptinhalt springen </span> </a> <header data-header class="group sticky z-50 top-0 min-h-20 lg:h-20 flex flex-wrap flex-none items-center backdrop-blur border-b border-gray-900/5 transition-colors duration-300 [&.stuck]:bg-white/90 dark:border-gray-50/5 dark:bg-transparent dark:[&.stuck]:bg-gray-900/70 has-breadcrumbs " > <nav class="outer xl:outer-xl flex items-center w-full py-4 group-[.has-breadcrumbs]:lg:min-h-0 group-[.has-breadcrumbs]:min-h-20"> <div class="inner flex items-center min-h-10"> <a data-brand class="flex-shrink mr-8 font-bold text-lg text-gray-900 dark:text-gray-50 " href="https://www.elfriedejelinek.com" aria-label="Elfriede Jelinek"> Elfriede Jelinek </a> <ul class="navigation hidden lg:flex space-x-2 text-gray-700 dark:text-gray-200" role="list"> <li class="inline-flex " data-slug="startseite"> <a href="https://www.elfriedejelinek.com/" class="group px-3 py-1.5 inline-flex items-center font-semibold text-sm leading-6 whitespace-nowrap rounded-lg hover:bg-gray-100 [&.current]:bg-gray-100 [&.current-parent]:bg-gray-100 dark:hover:bg-gray-700 dark:[&.current]:bg-gray-700 dark:[&.current-parent]:bg-gray-700 current"> Startseite <svg class="hidden group-[.external]:inline flex-shrink-0 w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> <script> (function() { var link = document.currentScript.parentElement; if (link.protocol !== "javascript:" && link.hostname !== location.hostname) { link.classList.add('external'); link.target = "_blank"; } })(); </script> </a> </li> <li class="inline-flex " data-slug="zur-alten-website"> <a href="https://original.elfriedejelinek.com/" class="group px-3 py-1.5 inline-flex items-center font-semibold text-sm leading-6 whitespace-nowrap rounded-lg hover:bg-gray-100 [&.current]:bg-gray-100 [&.current-parent]:bg-gray-100 dark:hover:bg-gray-700 dark:[&.current]:bg-gray-700 dark:[&.current-parent]:bg-gray-700"> zur alten Website <svg class="hidden group-[.external]:inline flex-shrink-0 w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> <script> (function() { var link = document.currentScript.parentElement; if (link.protocol !== "javascript:" && link.hostname !== location.hostname) { link.classList.add('external'); link.target = "_blank"; } })(); </script> </a> </li> </ul> <div data-header-buttons class="hidden lg:flex items-center mx-5 pl-5 space-x-1 border-l text-gray-400 border-gray-900/10 dark:border-gray-50/10 "> <button data-theme-toggle class="h-9 w-9 flex items-center justify-center flex-shrink-0 rounded-lg hover:bg-gray-100 hover:text-gray-700 dark:hover:bg-gray-700 dark:hover:text-gray-300" title="Thema ändern" aria-label="Thema ändern"> <svg class="dark:hidden w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" /> </svg> <svg class="hidden dark:inline w-6 h-6 relative -top-px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"></path> <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2"></path> </svg> </button> </div> <div class="flex lg:hidden items-center ml-auto -mr-1.5 space-x-2 text-gray-400"> <button data-theme-toggle class="w-8 h-8 flex items-center justify-center" title="Thema ändern" aria-label="Thema ändern"> <svg class="dark:hidden w-6 h-6 hover:text-gray-700 dark:hover:text-gray-100" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" /> </svg> <svg class="hidden dark:inline w-5 h-5 hover:text-gray-700 dark:hover:text-gray-100 relative -top-px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"></path> <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2"></path> </svg> </button> <button data-mobile-menu-toggle class="w-8 h-8 flex items-center justify-center" title="Menü umschalten" aria-label="Menü umschalten"> <svg class="w-5 h-5 hover:text-gray-700 dark:hover:text-gray-100" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M4 8h16M4 16h16" /> </svg> </button> </div> </div> </nav> <div data-breadcrumbs class="outer xl:outer-xl hidden group-[.has-breadcrumbs]:lg:hidden group-[.has-breadcrumbs]:flex items-center w-full h-10 text-2xs border-t border-gray-900/5 dark:border-gray-50/5 "> <div class="inner flex items-center overflow-hidden"> <button data-breadcrumbs-button class="flex-none flex items-center justify-center h-8 w-8 -ml-1.5 mr-1.5" aria-label="Menü umschalten"> <svg class="flex-none h-5 w-5 text-gray-400 hover:text-gray-700 dark:hover:text-gray-100" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M4 8h16M4 16h16" /> </svg> </button> <span data-breadcrumbs-section class="hidden flex-none truncate text-gray-500 dark:text-gray-400"> <span data-breadcrumbs-section-text></span> <span class="mx-2">/</span> </span> <span data-breadcrumbs-current class="hidden truncate font-semibold text-gray-900 dark:text-gray-200"></span> </div> </div> </header> <nav data-mobile-menu class="group invisible flex lg:hidden fixed inset-0 -z-10 [&.open]:visible [&.open]:z-50 "> <div data-mobile-menu-close class="fixed inset-0 bg-black/20 backdrop-blur-sm"></div> <div class="fixed top-0 right-0 bottom-0 w-full max-w-xs bg-white shadow-lg font-semibold text-gray-900 transition ease-out translate-x-full group-[.open]:translate-x-0 dark:bg-gray-800 dark:text-gray-200"> <div class="relative pl-9 pr-16 pb-6 pt-14 h-full overflow-y-scroll overflow-x-hidden"> <button data-mobile-menu-close aria-label="Schließen" class="fixed flex items-center justify-center top-4 right-3 p-2 text-gray-400 hover:text-gray-700 dark:hover:text-gray-200"> <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> <div class="flex flex-col min-h-full"> <ul class="navigation space-y-2 -mx-3"> <li data-slug="startseite"> <a href="https://www.elfriedejelinek.com/" class="group px-3 py-1.5 flex items-center font-semibold text-sm leading-6 rounded-lg hover:bg-gray-100 [&.current]:bg-gray-100 [&.current-parent]:bg-gray-100 dark:hover:bg-gray-700 dark:[&.current]:bg-gray-700 dark:[&.current-parent]:bg-gray-700 current"> Startseite <svg class="hidden group-[.external]:inline flex-shrink-0 w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> </a> </li> <li data-slug="zur-alten-website"> <a href="https://original.elfriedejelinek.com/" class="group px-3 py-1.5 flex items-center font-semibold text-sm leading-6 rounded-lg hover:bg-gray-100 [&.current]:bg-gray-100 [&.current-parent]:bg-gray-100 dark:hover:bg-gray-700 dark:[&.current]:bg-gray-700 dark:[&.current-parent]:bg-gray-700"> zur alten Website <svg class="hidden group-[.external]:inline flex-shrink-0 w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> </a> </li> </ul> <div class="mt-6 pt-4 border-t border-gray-900/10 dark:border-gray-50/5"> <div class="flex flex-wrap -ml-2 text-gray-400"> </div> </div> </div> </div> </div> </nav> <main id="main" tabindex="-1" class="flex-none outline-none"> <div class="outer xl:outer-xl"> <div class="inner"> <div class="group flex relative "> <div class="hidden lg:block absolute top-0 left-0 h-full w-screen -translate-x-full group-[.has-sidebar-transparent]/html:hidden"> <div class="sticky top-20 w-full h-[calc(100vh_-_theme(spacing.20))] bg-gray-50 dark:bg-gray-800 group-[.has-sidebar-dark]/html:bg-gray-900 group-[.has-sidebar-dark]/html:dark:bg-gray-950"></div> </div> <div data-docs-menu class="group fixed -left-full invisible lg:visible lg:h-[calc(100vh_-_theme(spacing.20))] lg:sticky lg:left-0 lg:top-20 flex-none overflow-hidden [&.open]:max-lg:visible [&.open]:max-lg:z-50 [&.open]:max-lg:inset-0 "> <div data-docs-menu-close class="hidden group-[.open]:max-lg:block fixed -z-10 inset-0 bg-black/20 backdrop-blur-sm"></div> <div class="docs-menu h-full w-full max-w-xs lg:w-72 px-10 lg:pl-0 py-16 relative z-10 bg-gray-50 dark:bg-gray-800 overflow-x-hidden overflow-y-auto max-lg:pl-8 max-lg:pr-12 max-lg:-translate-x-full group-[.open]:max-lg:translate-x-0 group-[.open]:max-lg:shadow-lg group-[.open]:max-lg:transition group-[.open]:max-lg:ease-out group-[.has-sidebar-transparent]/html:lg:bg-transparent group-[.has-sidebar-transparent]/html:lg:dark:bg-transparent group-[.has-sidebar-transparent]/html:lg:border-r group-[.has-sidebar-transparent]/html:lg:border-gray-900/5 group-[.has-sidebar-transparent]/html:lg:dark:border-gray-50/5 group-[.has-sidebar-dark]/html:bg-gray-900 group-[.has-sidebar-dark.dark]/html:bg-gray-950 "> <div class="sticky top-0 h-0 w-full z-10"> <button data-docs-menu-close aria-label="Schließen" class="-translate-y-12 translate-x-full hidden group-[.open]:max-lg:flex items-center justify-center p-2 ml-auto rounded-md text-gray-400 hover:text-gray-700 dark:hover:text-gray-100 bg-gray-50 dark:bg-gray-800 group-[.has-sidebar-dark]/html:bg-gray-900 group-[.has-sidebar-dark.dark]/html:bg-gray-950"> <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <ul role="list" class="text-sm space-y-8 group-[.no-sections]:space-y-0"> <li data-docs-section> <ul class="space-y-4 border-l-2 border-gray-900/10 dark:border-gray-50/10" role="list"> <li class="relative"> <a href="https://www.elfriedejelinek.com/docs/" data-title="Startseite" class="group relative flex current "> <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Startseite </span> </a> </li> </ul> </li> <li data-docs-section class="group/ds "> <h3 data-docs-section-heading class="group/dh relative w-full font-semibold dark:text-gray-50 group-[.no-sections]:hidden "> 2024 <button class=" hidden absolute top-0 right-0 w-5 h-5 rounded flex-shrink-0 items-center justify-center translate-x-full group-hover/dh:bg-gray-900/5 dark:group-hover/dh:bg-gray-50/10" aria-label="Menü umschalten"> <svg class="w-3.5 h-3.5 text-gray-500 dark:text-gray-400 group-[.open]/ds:rotate-90" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" /> </svg> </button> </h3> <ul class="group-[.open]/ds:block mt-5 space-y-4 border-l-2 border-gray-900/10 dark:border-gray-50/10 group-[.no-sections]:pt-4 group-[.no-sections]:mt-0" role="list"> <li class="relative"> <a href="https://www.elfriedejelinek.com/endsieg/" class="group relative flex scroll-m-10" data-section="2024" data-slug="endsieg" data-title="ENDSIEG" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> ENDSIEG </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/die-krone-des-adlers/" class="group relative flex scroll-m-10" data-section="2024" data-slug="die-krone-des-adlers" data-title="DIE KRONE DES ADLERS" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> DIE KRONE DES ADLERS </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/die-schutzbefohlenen/" class="group relative flex scroll-m-10" data-section="2024" data-slug="die-schutzbefohlenen" data-title="Die Schutzbefohlenen - Was danach geschah (2024)" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Die Schutzbefohlenen - Was danach geschah (2024) </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/der-wortklauber/" class="group relative flex scroll-m-10" data-section="2024" data-slug="der-wortklauber" data-title="Der Wortklauber" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Der Wortklauber </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/wiener-festwochen-2024/" class="group relative flex scroll-m-10" data-section="2024" data-slug="wiener-festwochen-2024" data-title="Freie Republik" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Freie Republik </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/das-waere-ja-gelacht/" class="group relative flex scroll-m-10" data-section="2024" data-slug="das-waere-ja-gelacht" data-title="Das wäre ja gelacht!" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Das wäre ja gelacht! </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/sonne-luft-asche/" class="group relative flex scroll-m-10" data-section="2024" data-slug="sonne-luft-asche" data-title="SONNE / LUFT / ASCHE" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> SONNE / LUFT / ASCHE </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/commandeur-de-lordre-des-arts-et-des-lettres/" class="group relative flex scroll-m-10" data-section="2024" data-slug="commandeur-de-lordre-des-arts-et-des-lettres" data-title="Im Sprech-Bus" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Im Sprech-Bus </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/der-atem-automat/" class="group relative flex scroll-m-10" data-section="2024" data-slug="der-atem-automat" data-title="Der Atem-Automat" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Der Atem-Automat </span> </a> </li> </ul> </li> <li data-docs-section class="group/ds "> <h3 data-docs-section-heading class="group/dh relative w-full font-semibold dark:text-gray-50 group-[.no-sections]:hidden "> 2023 <button class=" hidden absolute top-0 right-0 w-5 h-5 rounded flex-shrink-0 items-center justify-center translate-x-full group-hover/dh:bg-gray-900/5 dark:group-hover/dh:bg-gray-50/10" aria-label="Menü umschalten"> <svg class="w-3.5 h-3.5 text-gray-500 dark:text-gray-400 group-[.open]/ds:rotate-90" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" /> </svg> </button> </h3> <ul class="group-[.open]/ds:block mt-5 space-y-4 border-l-2 border-gray-900/10 dark:border-gray-50/10 group-[.no-sections]:pt-4 group-[.no-sections]:mt-0" role="list"> <li class="relative"> <a href="https://www.elfriedejelinek.com/israel-hamas/" class="group relative flex scroll-m-10" data-section="2023" data-slug="israel-hamas" data-title="Kein Einer und kein Andrer mehr" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Kein Einer und kein Andrer mehr </span> </a> </li> </ul> </li> <li data-docs-section class="group/ds "> <h3 data-docs-section-heading class="group/dh relative w-full font-semibold dark:text-gray-50 group-[.no-sections]:hidden "> Archiv <button class=" hidden absolute top-0 right-0 w-5 h-5 rounded flex-shrink-0 items-center justify-center translate-x-full group-hover/dh:bg-gray-900/5 dark:group-hover/dh:bg-gray-50/10" aria-label="Menü umschalten"> <svg class="w-3.5 h-3.5 text-gray-500 dark:text-gray-400 group-[.open]/ds:rotate-90" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" /> </svg> </button> </h3> <ul class="group-[.open]/ds:block mt-5 space-y-4 border-l-2 border-gray-900/10 dark:border-gray-50/10 group-[.no-sections]:pt-4 group-[.no-sections]:mt-0" role="list"> <li class="relative"> <a href="https://www.elfriedejelinek.com/kitschliesl/" class="group relative flex scroll-m-10" data-section="Archiv" data-slug="kitschliesl" data-title="Kitschliesl" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Kitschliesl </span> </a> </li> </ul> </li> </ul> </div> </div> <div class="relative flex flex-col flex-auto min-w-0 py-16"> <div class="grid grid-cols-1 xl:grid-cols-[auto_theme(spacing.56)]"> <div data-toc-src class="flex-auto min-w-0 px-0 lg:pl-8 xl:px-16"> <h2 id="___TOCBOT___" class="sr-only m-0"> <span aria-hidden="true">Startseite</span> </h2> <article class="overflow-x-hidden max-w-3xl mx-auto"> <header> <h1 class="text-4xl leading-tight tracking-tight font-extrabold text-gray-900 dark:text-gray-50 js-toc-ignore"> Startseite </h1> </header> <div class="mt-8 content 4xl:content-lg"> <figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://www.elfriedejelinek.com/content/images/2024/05/foto-martin-vukovits-wien.jpg" class="kg-image" alt="" loading="lazy" width="624" height="703" srcset="https://www.elfriedejelinek.com/content/images/size/w600/2024/05/foto-martin-vukovits-wien.jpg 600w, https://www.elfriedejelinek.com/content/images/2024/05/foto-martin-vukovits-wien.jpg 624w"><figcaption><span style="white-space: pre-wrap;">Foto: Martin Vukovits</span></figcaption></figure><p>Sämtliche hier wiedergegebenen Texte sind urheberrechtlich geschützt und dürfen ohne ausdrückliche Erlaubnis in keiner Form wiedergegeben oder zitiert werden.</p><p><strong>Kontakt: </strong><a href="mailto:theater@rowohlt.de" rel="noreferrer"><strong>theater@rowohlt.de</strong></a></p> </div> <div class="mt-16 flex flex-col lg:flex-row max-lg:space-y-4 lg:space-x-4"> <a href="#" class="docs-prev invisible flex basis-1/2 items-center p-4 border border-gray-900/10 rounded-md no-underline hover:bg-gray-50 dark:border-gray-50/10 dark:hover:bg-gray-800"> <svg class="w-5 h-5 mr-4 flex-none text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M7 16l-4-4m0 0l4-4m-4 4h18" /> </svg> <div class="flex flex-col w-full text-right"> <span class="text-2xs font-normal text-gray-500 dark:text-gray-400"> Zurück <span class="docs-prev-section group-[.no-sections]:hidden"></span> </span> <span class="docs-prev-title text-sm font-semibold text-gray-700 dark:text-gray-300"></span> </div> </a> <a href="#" class="docs-next invisible flex basis-1/2 items-center p-4 border border-gray-900/10 rounded-md no-underline hover:bg-gray-50 dark:border-gray-50/10 dark:hover:bg-gray-800"> <div class="flex flex-col w-full"> <span class="text-2xs font-normal text-gray-500 dark:text-gray-400"> Weiter <span class="docs-next-section group-[.no-sections]:hidden"></span> </span> <span class="docs-next-title text-sm font-semibold text-gray-700 dark:text-gray-300"></span> </div> <svg class="w-5 h-5 ml-4 flex-none text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M17 8l4 4m0 0l-4 4m4-4H3" /> </svg> </a> </div> </article> </div> <div data-toc-container class="invisible hidden xl:block sticky top-[theme(spacing.36)] flex-none w-56 max-h-[calc(100vh-theme(spacing.48))]"> <h2 class="text-2xs uppercase font-bold tracking-wider mb-3 dark:text-gray-200"> Auf dieser Seite </h2> <nav data-toc-target class="relative text-xs leading-4 overflow-auto max-h-[calc(100vh-theme(spacing.48))] text-gray-500 dark:text-gray-400 [&_.current]:dark:text-gray-300"> </nav> </div> </div> </div> </div> </div> </div> </main> <footer data-footer class=" no-space-top group flex-none mt-auto text-sm text-gray-500 dark:text-gray-400 [&.no-space-top]:mt-0"> <div class="outer xl:outer-xl mt-24 pb-28 border-t border-gray-900/10 dark:border-gray-50/5 group-[.no-space-top]:mt-0"> <div class="inner"> <div class="flex flex-col lg:flex-row lg:items-center py-10"> <div> <a data-brand class="flex-none inline-flex font-bold text-lg text-gray-900 dark:text-gray-50" href="https://www.elfriedejelinek.com" aria-label="Elfriede Jelinek"> Elfriede Jelinek </a> </div> </div> <div class="pt-10 border-t border-gray-900/5 dark:border-gray-50/5"> <ul class="navigation flex flex-wrap text-sm text-gray-500 dark:text-gray-400" role="list"> <li data-slug="impressum" class="mr-8 mb-3"> <a href="https://zehentmayer-schnoetzlinger.at/impressum" class="group inline-flex items-center hover:opacity-80"> Impressum <svg class="relative top-px hidden group-[.external]:inline flex-shrink-0 w-3.5 h-3.5 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> </a> </li> <li data-slug="kontakt-rechtliche-hinweise" class="mr-8 mb-3"> <a href="https://www.elfriedejelinek.com/kontakt-rechtliche-hinweise/" class="group inline-flex items-center hover:opacity-80"> Kontakt &amp; Rechtliche Hinweise <svg class="relative top-px hidden group-[.external]:inline flex-shrink-0 w-3.5 h-3.5 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> </a> </li> </ul> </div> <div class="flex flex-col-reverse lg:flex-row lg:items-center mt-6 lg:mt-3"> <div class="text-xs mb-3 mr-5"> <a href="https://www.elfriedejelinek.com">Elfriede Jelinek</a> &copy; 2024 <span data-published-with> <span class="">•</span> Website by <a class='font-semibold hover:opacity-80' href='https://zehentmayer-schnoetzlinger.at/' target='_blank' rel='noopener'>Z&S</a>. </span> </div> <div class="mb-6 lg:mb-0 lg:ml-auto flex flex-wrap items-center text-gray-400"> <button data-theme-toggle class="mb-3 mr-5 last:mr-0 inline-flex flex-shrink-0" title="Thema ändern" aria-label="Thema ändern"> <svg class="dark:hidden w-5 h-5 lg:w-5 lg:h-5 hover:opacity-80" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" /> </svg> <svg class="hidden dark:inline w-5 h-5 lg:w-4 lg:h-4 relative -top-px hover:opacity-80" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"></path> <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2"></path> </svg> </button> </div> </div> </div> </div> </footer> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true" data-error-msg="Das Bild konnte nicht geladen werden."> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Schließen (Esc)"></button> <!-- Preloader --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader" aria-label="Lädt"> <svg class="m-1.5 text-white opacity-100 w-8 h-8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve" focusable="false" aria-hidden="true" > <path opacity="0.2" fill="currentColor" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z" /> <path fill="currentColor" d="M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"> <animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 20 20" to="360 20 20" dur="0.5s" repeatCount="indefinite" /> </path> </svg> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Zurück (Pfeil links)"></button> <button class="pswp__button pswp__button--arrow--right" title="Weiter (Pfeil rechts)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> </body> </html>

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