<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Radio Z Nürnberg - Dein Community Radio - Mailing-Listen</title>
    <link>https://listmonk.radio-z.net</link>
    <description>Archiv der Mailinglisten</description>
    <item>
      <title>Einladung zum Sommerfest am 20. Juni ab 14:30 in der Desi</title>
      <link>https://listmonk.radio-z.net/archive/acb4d8c4-de90-4f09-ab0f-6310c3b9e9ca</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html lang="de">
  <head>
    <title>Einladung zum Sommerfest am 20. Juni ab 14:30 in der Desi</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
    <base target="_blank">
    <style>
      * { box-sizing: border-box; }
      body {
        background-color: #1a1a1a;
        font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.7;
        margin: 0;
        padding: 0;
        color: #e0e0e0;
        -webkit-font-smoothing: antialiased;
      }
      .outer-wrap {
        background-color: #1a1a1a;
        padding: 40px 20px;
      }
      .container {
        max-width: 580px;
        margin: 0 auto;
      }

       
      .header {
        background-color: #111111;
        border-radius: 10px 10px 0 0;
        padding: 28px 36px 24px;
        text-align: center;
        border-bottom: 3px solid #D32F2F;
      }
      .header img {
        height: 48px;
        width: auto;
        display: inline-block;
      }
      .header-tagline {
        margin: 10px 0 0;
        font-size: 11px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #888;
      }

       
      .hero {
        background: linear-gradient(160deg, #1f1f1f 0%, #2a1010 100%);
        padding: 36px 36px 32px;
        margin: 0;
      }
      .hero-label {
        display: inline-block;
        background-color: #D32F2F;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 3px 10px;
        border-radius: 3px;
        margin-bottom: 14px;
      }
      .hero h1 {
        font-size: 28px;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 16px;
        line-height: 1.3;
      }
      .hero-intro {
        font-size: 17px;
        color: #bbb;
        margin: 0 0 0;
        line-height: 1.75;
      }

       
      .body-wrap {
        font-size: 17px;
        background-color: #1e1e1e;
        padding: 32px 36px;
      }
      .body-wrap h2 {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #333;
      }
      .body-wrap h3 {
        font-weight: 700;
        color: #D32F2F;
        margin: 24px 0 6px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-size: 11px;
      }
      .body-wrap p {
        margin: 0 0 16px;
        color: #ccc;
        font-size: 15px;
        line-height: 1.75;
      }
      .body-wrap a {
        color: #E57373;
        text-decoration: none;
        border-bottom: 1px solid #7f3030;
      }
      .body-wrap a:hover {
        color: #fff;
        border-bottom-color: #D32F2F;
      }
      .body-wrap ul, .body-wrap ol {
        margin: 0 0 16px 0;
        padding-left: 20px;
        color: #ccc;
      }
      .body-wrap li {
        margin-bottom: 6px;
        line-height: 1.65;
      }
      .body-wrap blockquote {
        margin: 20px 0;
        padding: 14px 20px;
        border-left: 3px solid #D32F2F;
        background: #2a1a1a;
        color: #bbb;
        font-style: italic;
        border-radius: 0 4px 4px 0;
      }
      .body-wrap pre {
        background: #141414;
        border: 1px solid #333;
        border-radius: 4px;
        padding: 14px;
        font-size: 13px;
        overflow-x: auto;
        color: #ccc;
      }
      .body-wrap table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 16px;
        font-size: 14px;
      }
      .body-wrap table th {
        background: #2a2a2a;
        color: #fff;
        padding: 8px 12px;
        text-align: left;
        font-size: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        border: 1px solid #333;
      }
      .body-wrap table td {
        padding: 8px 12px;
        border: 1px solid #2e2e2e;
        color: #ccc;
      }
      .body-wrap table tr:nth-child(even) td {
        background: #242424;
      }
      img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
      }

       
      .divider {
        border: none;
        border-top: 1px solid #2e2e2e;
        margin: 24px 0;
      }
      .divider-red {
        border-color: #7f2020;
      }

       
      .btn {
        display: inline-block;
        background-color: #D32F2F;
        color: #ffffff !important;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.5px;
        padding: 14px 32px;
        border-radius: 5px;
        text-decoration: none !important;
        border: none !important;
      }
      .btn:hover {
        background-color: #b71c1c !important;
        color: #fff !important;
      }
      .btn-outline {
        background-color: transparent;
        border: 2px solid #D32F2F !important;
        color: #E57373 !important;
      }
      .btn-outline:hover {
        background-color: #D32F2F !important;
        color: #fff !important;
      }
      .btn-wrap {
        margin: 24px 0 0;
        text-align: left;
      }

       
      .highlight-box {
        background: #2a1a1a;
        border: 1px solid #5a2020;
        border-left: 4px solid #D32F2F;
        border-radius: 0 6px 6px 0;
        padding: 16px 20px;
        margin: 20px 0;
        color: #ddd;
        font-size: 14px;
      }
      .highlight-box strong {
        color: #fff;
      }

       
      .program-grid {
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 8px;
        margin: 0 0 16px;
      }
      .program-row {
        display: table-row;
      }
      .program-time {
        display: table-cell;
        width: 90px;
        padding: 10px 14px 10px 0;
        vertical-align: top;
        color: #D32F2F;
        font-weight: 700;
        font-size: 13px;
        white-space: nowrap;
      }
      .program-info {
        display: table-cell;
        padding: 10px 0;
        vertical-align: top;
        border-top: 1px solid #2a2a2a;
      }
      .program-title {
        font-weight: 700;
        color: #fff;
        font-size: 14px;
        margin: 0 0 2px;
      }
      .program-desc {
        color: #888;
        font-size: 13px;
        margin: 0;
      }

       
      .freq-strip {
        background: #111;
        border-radius: 6px;
        padding: 16px 20px;
        margin: 20px 0;
        display: table;
        width: 100%;
      }
      .freq-item {
        display: inline-block;
        margin-right: 24px;
        vertical-align: middle;
      }
      .freq-value {
        font-size: 20px;
        font-weight: 700;
        color: #E57373;
        display: block;
      }
      .freq-label {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #666;
      }

       
      .social-strip {
        text-align: center;
        padding: 16px 0 4px;
      }
      .social-strip a {
        display: inline-block;
        margin: 0 8px;
        color: #888 !important;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        border: none !important;
      }
      .social-strip a:hover {
        color: #E57373 !important;
      }

       
      .footer-wrap {
        background-color: #0d0d0d;
        border-radius: 0 0 10px 10px;
        padding: 28px 36px;
        border-top: 2px solid #2a2a2a;
      }
      .footer-logo {
        text-align: center;
        margin-bottom: 18px;
      }
      .footer-logo img {
        height: 32px;
        width: auto;
        opacity: 0.75;
      }
      .footer-links {
        text-align: center;
        margin-bottom: 18px;
      }
      .footer-links a {
        color: #aaa !important;
        font-size: 12px;
        margin: 0 10px;
        text-decoration: none;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #444 !important;
        padding-bottom: 1px;
      }
      .footer-links a:hover {
        color: #E57373 !important;
        border-bottom-color: #D32F2F !important;
      }
      .footer-address {
        text-align: center;
        font-size: 12px;
        color: #888;
        line-height: 1.7;
        margin: 0 0 8px;
      }
      .footer-address a {
        color: #E57373 !important;
        text-decoration: none;
        border-bottom: 1px solid #7f3030 !important;
      }
      .footer-unsub-note {
        text-align: center;
        font-size: 11px;
        color: #555;
        margin: 10px 0 0;
        padding-top: 12px;
        border-top: 1px solid #222;
      }

      @media screen and (max-width: 620px) {
        .outer-wrap { padding: 16px 8px; }
        .header { padding: 20px 20px 18px; }
        .hero { padding: 24px 20px 20px; }
        .body-wrap { padding: 24px 20px; }
        .footer-wrap { padding: 20px; }
        .hero h1 { font-size: 22px; }
        .hero-intro { font-size: 15px; }
        .freq-item { margin-right: 14px; }
      }
    </style>
  </head>
  <body>
    <div class="outer-wrap">
      <div class="container">

        
        <div class="header">
          <img src="https://radio-z.s3-cdn.welocal.cloud/sources/621_prtdr8vquaxrw_9x1anqvmzkgee.svg" alt="Radio Z Logo">
          <p class="header-tagline">Community Radio Nürnberg &nbsp;·&nbsp; 95,8 MHz</p>
        </div>

        
        <div class="hero">
          <span class="hero-label">Newsletter</span>
          <h1>Einladung zum Sommerfest am 20. Juni ab 14:30 in der Desi</h1>
          <p class="hero-intro">Ganz frische NEWS von deinem Community Radio aus Nürnberg – täglich live ab 14:00 Uhr, mehr als 80 Redaktionen und immer nah dran.</p>
        </div>

        
        <div class="body-wrap">
          <h2>Hey !</h2>
          <p><span style="font-size: 16px;">wir freuen uns sehr, dass wir dieses Jahr wieder mit der Desi zusammen das diesjährige Sommerfest am</span></p>
<p><strong><span style="font-size: 16px;">Samstag, 20. Juni ab 14:30 Uhr in der Desi feiern.</span></strong></p>
<p><span style="font-size: 16px;">Die Desi und Radio Z verbindet eine langjährige Freundschaft. Beste Voraussetzung um zusammen ein Fest zu feiern. Am fast längsten Tag des Jahres lockt der schönste Garten der Stadt mit einem abwechslungsreichen Bühnenprogramm und vie Visual email editor tionen: Ab 14:30 Uhr öffnet sich das Tor und lädt die Besucherlnnen ein, das Gelände in der Brückenstraße 23 zu erkunden.</span></p>
<p><span style="font-size: 16px;">Es gibt verschiedene Leckereien zu schnabulieren, erfrischende Getränke und eine Vielzahl an Ständen zu entdecken und natürlich zahlreiche Mitmachangebote.</span></p>
<p><span style="font-size: 16px;">Dazu wollen wir Euch alle herzlich einladen!</span></p>
<p><a href="https://listmonk.radio-z.net/link/4692cf4a-311d-4a6b-82e7-3878ef2acd18/acb4d8c4-de90-4f09-ab0f-6310c3b9e9ca/"><span style="font-size: 16px;">&gt;&gt; weitere Informationen auf unserer Webseite</span></a></p>

          
          <hr class="divider divider-red">
          <div class="btn-wrap">
            <a href="https://www.radio-z.net" class="btn">Jetzt reinhören &rarr;</a>
          </div>

          
          <hr class="divider" style="margin-top: 28px;">
          <div class="freq-strip">
            <div class="freq-item">
              <span class="freq-value">95,8</span>
              <span class="freq-label">MHz Nürnberg</span>
            </div>
            <div class="freq-item">
              <span class="freq-value">80+</span>
              <span class="freq-label">Redaktionen</span>
            </div>
            <div class="freq-item">
              <span class="freq-value">DAB+</span>
              <span class="freq-label">Radio Z</span>
            </div>
            <div class="freq-item">
              <span class="freq-value">Online</span>
              <span class="freq-label">radio-z.net</span>
            </div>
          </div>

          
          <div class="social-strip">
            <a href="https://www.radio-z.net">Web</a>
            <a href="https://www.instagram.com/radioznbg">Instagram</a>
            <a href="https://www.facebook.com/Radio.Z.Nuernberg">Facebook</a>
            <a href="https://www.radio-z.net/mediathek">Mediathek</a>
          </div>

        </div>

        
        <div class="footer-wrap">
          <div class="footer-logo">
            <img src="https://www.radio-z.net/storage/thumbs/120x120c/lpelw8won4tr4.webp" alt="Radio Z">
          </div>
          <div class="footer-links">
            <a href="https://listmonk.radio-z.net/subscription/acb4d8c4-de90-4f09-ab0f-6310c3b9e9ca/">Abmelden</a>
            <a href="https://listmonk.radio-z.net/campaign/acb4d8c4-de90-4f09-ab0f-6310c3b9e9ca/">Im Browser anzeigen</a>
            <a href="https://www.radio-z.net/impressum">Impressum</a>
            <a href="https://www.radio-z.net/datenschutzerklaerung">Datenschutz</a>
          </div>
          <p class="footer-address">
            Rundfunk-Aktionsgemeinschaft demokratischer Initiativen und Organisationen (R.A.D.I.O.) e. V.<br>
            Kopernikusplatz 12, 90402 Nürnberg<br>
            <a href="https://www.radio-z.net">www.radio-z.net</a>
          </p>
          <p class="footer-unsub-note">
            Du erhältst diese E-Mail, weil du den Newsletter von Radio-Z aboniert hast.
          </p>
        </div>

      </div>
    </div>

    <img src="https://listmonk.radio-z.net/campaign/acb4d8c4-de90-4f09-ab0f-6310c3b9e9ca//px.png" alt="" />
  </body>
</html>]]></content:encoded>
      <pubDate>Tue, 09 Jun 2026 15:23:36 +0000</pubDate>
    </item>
  </channel>
</rss>