<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

    <title>katze und krieg</title>
    <style type="text/css">
      /* COLORS LIST (written as Sass for overview only, search+replace+delete this block)  */
      .colors {
        $background-color: #FFFFFF;
        $background-color-content: #ffffff;

        $headline-1-color: #A9002E;
        $headline-2-color: #A9002E;
        $text-color: #A9002E;
        $link-color: #A9002E;
        $text-color-footer: #A9002E;

        $button-background-color: #A9002E;
        $border-top-color: 1px solid #A9002E;
      }

      /* Client-specific Styles */
      #outlook a {
        padding: 0;
      } /* Force Outlook to provide a "view in browser" button. */
      body {
        width: 100% !important;
      }
      .ReadMsgBody {
        width: 100%;
      }
      .ExternalClass {
        width: 100%;
      } /* Force Hotmail to display emails at full width */
      body {
        -webkit-text-size-adjust: none;
      } /* Prevent Webkit platforms from changing default text sizes. */

      /* Reset Styles */
      body {
        margin: 0;
        padding: 0;
      }
      img {
        border: 0;
        height: auto;
        line-height: 100%;
        outline: none;
        text-decoration: none;
      }
      table td {
        border-collapse: collapse;
      }
      #backgroundTable {
        height: 100% !important;
        margin: 0;
        padding: 0;
        width: 100% !important;
      }

      /* Template Styles */

      /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: COMMON PAGE ELEMENTS /\/\/\/\/\/\/\/\/\/\ */

      /**
      * @tab Page
      * @section background color
      * @tip Set the background color for your email. You may want to choose one that matches your company's branding.
      * @theme page
      */
      body,
      #backgroundTable {
        /*@editable*/
        background-color: #FFFFFF;
      }

      /**
      * @tab Page
      * @section email border
      * @tip Set the border for your email.
      */
      #templateContainer {
      }

      /**
      * @tab Page
      * @section heading 1
      * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
      * @style heading 1
      */
      h1,
      .h1 {
        /*@editable*/
        color: #A9002E;
        display: block;
        /*@editable*/
        font-family: Arial;
        /*@editable*/
        font-size: 26px;
        /*@editable*/
        font-weight: bold;
        /*@editable*/
        line-height: 100%;
        font-weight: normal;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
        /*@editable*/
        text-align: left;
      }

      h2,
      .h2 {
        /*@editable*/
        color: #A9002E;
        display: block;
        /*@editable*/
        font-family: Arial;
        /*@editable*/
        font-size: 14px;
        /*@editable*/
        font-weight: bold;
        /*@editable*/
        line-height: 100%;
        font-weight: normal;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #A9002E;
        margin-left: 0;
        /*@editable*/
        text-align: left;
      }
          
          pre {
                font-family: Arial;
                font-size: 11px;
          }

      #templateHeader {
        /*@editable*/
        background-color: #ffffff;
        /*@editable*/
        border-bottom: 0;
      }

      .headerContent {
        /*@editable*/
        vertical-align: middle;
      }

      #headerImage {
        height: auto;
        max-width: 600px !important;
      }

      #templateContainer,
      .bodyContent {
        /*@editable*/
        background-color: #ffffff;
      }

      .bodyContent div {
        /*@editable*/
        color: #A9002E;
        /*@editable*/
        font-family: Arial;
        /*@editable*/
        font-size: 14px;
        /*@editable*/
        line-height: 150%;
        /*@editable*/
        text-align: left;
      }

      .bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */ {
        /*@editable*/
        color: #A9002E;
        /*@editable*/
        font-weight: normal;
        /*@editable*/
        text-decoration: underline;
      }

      /**
      * @tab Body
      * @section button style
      * @tip Set the styling for your email's button. Choose a style that draws attention.
      */
      .templateButton {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        /*@editable*/
        background-color: #A9002E;
        /*@editable*/
        border: 0;
        border-collapse: separate !important;
        border-radius: 3px;
      }

      /**
      * @tab Body
      * @section button style
      * @tip Set the styling for your email's button. Choose a style that draws attention.
      */
      .templateButton, .templateButton a:link, .templateButton a:visited, /* Yahoo! Mail Override */ .templateButton a .yshortcuts /* Yahoo! Mail Override */ {
        /*@editable*/
        color: #ffffff;
        /*@editable*/
        font-family: Arial;
        /*@editable*/
        font-size: 15px;
        /*@editable*/
        font-weight: bold;
        /*@editable*/
        letter-spacing: -0.5px;
        /*@editable*/
        line-height: 100%;
        text-align: center;
        text-decoration: none;
      }

      .bodyContent img {
        display: inline;
        height: auto;
      }

      /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: FOOTER /\/\/\/\/\/\/\/\/\/\ */

      /**
      * @tab Footer
      * @section footer style
      * @tip Set the background color and top border for your email's footer area.
      * @theme footer
      */
      #templateFooter {
        /*@editable*/
        background-color: #ffffff;
        /*@editable*/
        border-top: 0;
      }

      /**
      * @tab Footer
      * @section footer text
      * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
      * @theme footer
      */
      .footerContent div {
        /*@editable*/
        color: #A9002E;
        /*@editable*/
        font-family: Arial;
        /*@editable*/
        font-size: 11px;
        /*@editable*/
        line-height: 125%;
        /*@editable*/
        text-align: center;
      }

      /**
      * @tab Footer
      * @section footer link
      * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
      */
      .footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */ {
        /*@editable*/
        color: #A9002E;
        /*@editable*/
        font-weight: normal;
        /*@editable*/
        text-decoration: underline;
      }

      .footerContent img {
        display: inline;
      }

      /**
      * @tab Footer
      * @section utility bar style
      * @tip Set the background color and border for your email's footer utility bar.
      * @theme footer
      */
      #utility {
        /*@editable*/
        border: 0;
      }

      /**
      * @tab Footer
      * @section utility bar style
      * @tip Set the background color and border for your email's footer utility bar.
      */
      #utility div {
        /*@editable*/
        text-align: center;
      }
    </style>
  </head>
  <body
    leftmargin="0"
    marginwidth="0"
    topmargin="0"
    marginheight="0"
    offset="0"
  >
    <center>
      <table
        border="0"
        cellpadding="0"
        cellspacing="0"
        height="100%"
        width="100%"
        id="backgroundTable"
      >
        <tr>
          <td align="center" valign="top" style="padding-top: 20px">
            <table
              border="0"
              cellpadding="0"
              cellspacing="0"
              width="600"
              id="templateContainer"
            >
              <tr>
                <td align="center" valign="top">
                  <!-- // Begin Template Body \\ -->
                  <table
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
                    width="600"
                    id="templateBody"
                  >
                    <tr>
                      <td valign="top">
                        <!-- // Begin Module: Standard Content \\ -->
                        <table
                          border="0"
                          cellpadding="20"
                          cellspacing="0"
                          width="100%"
                        >
                          <tr>
                            <td valign="top" class="bodyContent">
                              <div>

                                <h1 class="entry-title" style="text-align: center;">Die Wiederverzauberung des öffentlichen Raumes</h1>
<p><img class="wp-image-2744 size-newsletter aligncenter" src="https://katzeundkrieg.de/wp-content/uploads/walzer-1-600x338.jpg" alt="" width="600" height="338" srcset="https://katzeundkrieg.de/wp-content/uploads/walzer-1-600x338.jpg 600w, https://katzeundkrieg.de/wp-content/uploads/walzer-1-300x169.jpg 300w, https://katzeundkrieg.de/wp-content/uploads/walzer-1-768x432.jpg 768w, https://katzeundkrieg.de/wp-content/uploads/walzer-1-1536x864.jpg 1536w, https://katzeundkrieg.de/wp-content/uploads/walzer-1.jpg 1600w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Die Temporary Gallery, das Zentrum für zeitgenössische Kunst in Köln lädt zu der Besichtigung einer Ausstellung ein, die sich dem Werk von katze und krieg widmet. Die Arbeit des Duos, das seit 15 Jahren unzählige Performances lokal wie international gezeigt hat, wird hier in Form einer kleinen Retrospektive vor allem anhand von Videodokumentationen reflektiert. Die Präsentation soll Gelegenheit bieten, das nahezu gesamte Schaffen von katze und krieg zusammenzufassen und zu reflektieren.</p>
<p>katze und krieg ziehen uns mit ihren Performances konsequent in ihren Bann und laden dazu ein, unsere Städte in einem anderen Licht zu sehen.  Die Künstlerinnen arbeiten mit Interventionen im Alltag des öffentlichen Raums, z. B. in Supermärkten, Bürogebäuden, Wohngebieten und Fußgängerzonen. Konsequent und mutig hinterfragen sie in ihrer Arbeit die Funktionen dieser Gemeinschaftsräume und ermutigen die Passant*innen, ihr gewohntes Verständnis davon ebenfalls infrage zu stellen. Sie erinnern uns daran, dass der öffentliche Raum allen gehört und jede*r – nicht nur privilegierte Menschen – das Recht hat, ihn zu gestalten.</p>
<p><em>Kuration</em><br />
Aneta Rostkowska</p>
<p><em>Ort und Zeit</em><br />
Temporary Gallery, Zentrum für zeitgenössische Kunst, Mauritiuswall 35, Köln.<br />
<a href="https://www.temporarygallery.org/die-wiederverzauberung-des-oeffentlichen-raumes-katze-und-krieg/" target="_blank" rel="noopener">Die Vernissage findet am 23.9.22 um 19 Uhr statt.</a><br />
Am 24.9.22 gibt es stündliche Führungen durch die Ausstellung ab 20 Uhr im Rahmen der <a href="https://www.theaternacht.de/veedel-city/katze-und-krieg-temporary-gallery/" target="_blank" rel="noopener">Theaternacht.</a><br />
Die Ausstellung ist bis zum 18.12.22 besuchbar.<br />
<a href="https://www.temporarygallery.org/institution/besuch/" target="_blank" rel="noopener">Mehr Information zu den Öffnungszeiten</a></p>
<p> </p>
<p><img class="aligncenter wp-image-2712 size-newsletter" src="https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-600x337.jpg" alt="" width="600" height="337" srcset="https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-600x337.jpg 600w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-300x169.jpg 300w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-1920x1080.jpg 1920w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-768x432.jpg 768w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-1536x864.jpg 1536w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-2048x1152.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Genau dort, wo sich die Thaimassage-Läden in Bangkok aneinanderreihen, eröffnen katze und krieg im November 2022 einen improvisierten Shop mit einem alternativen Angebot der Massage: Die Metamorphage – Eine Massage, die ihren Kund*innen verwandeln soll! Vorbeispazierende Tourist*innen und Thailaänder*innen sind eingeladen, diese besondere ARt der Massage zu erleben. katze und krieg adaptieren im Rahmen der Metamorphage die Geschäftsidee der Thaimassage – nicht jedoch ihre Form oder ihren Inhalt. Als Künstlerinnen interessiert sie das Verwandlungspotenzial von Massage. Wie kann eine Massage auf fantastische Art und Weise den oder die Massierte*n verändern? Wie wird die Massage zur Metamorphose? Welche (Ein)Griffe sind dafür notwendig? Welches Ritual und welche Magie ist vonnöten?</p>
<p><em>Performance<br />
</em>Die Performances finden Anfang November 22 im touristischen Viertel von Bangkok statt. Genauere Informationen sind bald auf der Webseite von katze und krieg einsehbar.<br />
Ein Künstlerinnengespräch über die Metamorphage findet im Rahmen des Festivals <a href="http://www.unfoldingkafkafestival.com/" target="_blank" rel="noopener">„Unfolding Kafka“</a> im Jim Thompson Art Center am 19.11.22 um 17 Uhr statt.</p>
<p><em>Unterstützung</em></p>
<div><img class="alignnone wp-image-1017 " src="https://katzeundkrieg.de/wp-content/uploads/Ministerium-Land-NRW-300x62.jpg" alt="" width="213" height="44" srcset="https://katzeundkrieg.de/wp-content/uploads/Ministerium-Land-NRW-300x62.jpg 300w, https://katzeundkrieg.de/wp-content/uploads/Ministerium-Land-NRW-768x157.jpg 768w, https://katzeundkrieg.de/wp-content/uploads/Ministerium-Land-NRW-600x123.jpg 600w, https://katzeundkrieg.de/wp-content/uploads/Ministerium-Land-NRW-1536x315.jpg 1536w, https://katzeundkrieg.de/wp-content/uploads/Ministerium-Land-NRW.jpg 1800w" sizes="(max-width: 213px) 100vw, 213px" />               <img class="alignnone wp-image-2706" src="https://katzeundkrieg.de/wp-content/uploads/GI_Logo_horizontal_green_sRGB_326x180-300x166.jpg" alt="" width="157" height="87" srcset="https://katzeundkrieg.de/wp-content/uploads/GI_Logo_horizontal_green_sRGB_326x180-300x166.jpg 300w, https://katzeundkrieg.de/wp-content/uploads/GI_Logo_horizontal_green_sRGB_326x180.jpg 326w" sizes="(max-width: 157px) 100vw, 157px" /></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div>___________________________________________</div>
<h1></h1>
<p> </p>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div>
<h1 class="entry-title" style="text-align: center;">The re-enchantment of public space</h1>
</div>
<h1></h1>
<p> </p>
<div></div>
<div><img class="aligncenter wp-image-2744 size-newsletter" src="https://katzeundkrieg.de/wp-content/uploads/walzer-1-600x338.jpg" alt="" width="600" height="338" srcset="https://katzeundkrieg.de/wp-content/uploads/walzer-1-600x338.jpg 600w, https://katzeundkrieg.de/wp-content/uploads/walzer-1-300x169.jpg 300w, https://katzeundkrieg.de/wp-content/uploads/walzer-1-768x432.jpg 768w, https://katzeundkrieg.de/wp-content/uploads/walzer-1-1536x864.jpg 1536w, https://katzeundkrieg.de/wp-content/uploads/walzer-1.jpg 1600w" sizes="(max-width: 600px) 100vw, 600px" /></div>
<div>
<p>Temporary Gallery, the center for contemporary art in Cologne invites you to visit an exhibition dedicated to the work of katze und krieg. The work of the duo, which has presented countless performances locally and internationally over the past 15 years, is reflected here in the form of a small retrospective showing mostly video documentation. The presentation is intended as an opportunity to summarize and reflect on almost the entire work to date of katze und krieg, who very consistently enchant us with their performances, prompting us to see urban spaces and our lived environment in a different light.</p>
<p>katze und krieg work with interventions into everyday situations in public space, including in supermarkets, office buildings, residential areas and pedestrian zones. In their work, they boldly examine the functions of these common spaces and invite passers-by to question their usual understanding of them. They remind us that public space belongs to everyone, and everyone has a right to shape it, not just the privileged few.</p>
<p><em>Curation</em><br />
Aneta Rostkowska</p>
<p><em>Place and time</em><br />
Temporary Gallery, Center for Contemporary Art, Mauritiuswall 35, Cologne.<br />
<a href="https://www.temporarygallery.org/en/the-re-enchantment-of-public-space-katze-und-krieg/" target="_blank" rel="noopener">The vernissage will take place on 23.9.22 at 7 pm.</a><br />
On 24.9.22 there will be hourly guided tours of the exhibition starting at 8pm as part of the <a href="https://www.theaternacht.de/veedel-city/katze-und-krieg-temporary-gallery/" target="_blank" rel="noopener">Theater Night</a>.<br />
The exhibition can be visited until 18.12.22.<br />
<a href="https://www.temporarygallery.org/en/about/visit/" target="_blank" rel="noopener">More information about the opening hours.</a></p>
</div>
<p> </p>
<div>
<p> </p>
</div>
<p><img class="aligncenter wp-image-2712 size-newsletter" src="https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-600x337.jpg" alt="" width="600" height="337" srcset="https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-600x337.jpg 600w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-300x169.jpg 300w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-1920x1080.jpg 1920w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-768x432.jpg 768w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-1536x864.jpg 1536w, https://katzeundkrieg.de/wp-content/uploads/DieMetamorphage-2048x1152.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Right where Thai massage shops line up in Bangkok, katze und krieg open up a pop-up store with an alternative offer of massage: The Metamorphage – A massage that is supposed to transform its clients! Passing tourists and locals are invited to experience this special kind of massage. Regarding the Metamorphage, katze und krieg adapt the business idea of the Thai massage, but not its form nor content. As artists they are interested in the transformative potential of massage. How can a massage fantastically change the person being massaged? How does a massage become a metamorphosis? What kind of corporal interventions are necessary fot this? What kind of rituals and which magic is needed?</p>
<p><em>Performance</em><br />
The performances will take place in early November 22 in the tourist district of Bangkok. More information will be published soon on the website of katze und krieg.<br />
An artist talk about the Metamorphage will take place as part of the festival „<a href="http://www.unfoldingkafkafestival.com/" target="_blank" rel="noopener">Unfolding Kafka“</a> at the Jim Thompson Art Center on 19.11.22 at 5pm.</p>
<p><em>Support</em></p>
<p><img class="alignnone wp-image-2597" src="https://katzeundkrieg.de/wp-content/uploads/ministerium.jpg" alt="" width="184" height="38" />                <img class="alignnone wp-image-2740" src="https://katzeundkrieg.de/wp-content/uploads/GI_Logo_horizontal_green_sRGB_326x180-2-300x166.jpg" alt="" width="141" height="78" srcset="https://katzeundkrieg.de/wp-content/uploads/GI_Logo_horizontal_green_sRGB_326x180-2-300x166.jpg 300w, https://katzeundkrieg.de/wp-content/uploads/GI_Logo_horizontal_green_sRGB_326x180-2.jpg 326w" sizes="(max-width: 141px) 100vw, 141px" /></p>
<p> </p>

                              </div>
                            </td>
                          </tr>
                          <tr>
                            <td
                              align="center"
                              valign="top"
                              style="padding-top: 0"
                            ></td>
                          </tr>
                        </table>
                        <!-- // End Module: Standard Content \\ -->
                      </td>
                    </tr>
                  </table>
                  <!-- // End Template Body \\ -->
                </td>
              </tr>
              <tr>
                <td align="center" valign="top">
                  <!-- // Begin Template Footer \\ -->
                  <table
                    border="0"
                    cellpadding="10"
                    cellspacing="0"
                    width="600"
                    id="templateFooter"
                  >
                    <tr>
                      <td valign="top" class="footerContent">
                        <table
                          border="0"
                          cellpadding="10"
                          cellspacing="0"
                          width="100%"
                        >
                          <tr>
                            <td valign="top">
                              <div>
                                <!-- // Contact Info \\ -->
                              </div>
                            </td>
                          </tr>
                          <tr>
                            <td valign="middle" id="utility">
                              <div>
                                Der Newsletter wurde erfolgreich abonniert. Zum Abmelden:   <a href="https://katzeundkrieg.de/?lang=de&emunsub=MTgwNnwzMzVjOTNiZDM4NmM1OGRkNzNlOWJjNWU%3D">https://katzeundkrieg.de/?lang=de&emunsub=MTgwNnwzMzVjOTNiZDM4NmM1OGRkNzNlOWJjNWU%3D</a>
                                <a href='https://katzeundkrieg.de/?lang=de&emtrck=MTgyOTh8MzM1YzkzYmQzODZjNThkZDczZTliYzVlfGh0dHBzOi8va2F0emV1bmRrcmllZy5kZS9kYXRlbnNjaHV0emVya2xhZXJ1bmcv'>Datenschutzerklärung</a>
                              </div>
                            </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                  <!-- // End Template Footer \\ -->
                </td>
              </tr>
            </table>
            <br />
          </td>
        </tr>
      </table>
    </center>
  
</body>
</html>