| 12345678910111213141516171819202122232425262728293031323334 |
- <h1>Termine</h1>
- <p>Hier findest du die Termine für unsere Veranstaltungen und Ausflüge!</p>
- <p>Bei Fragen könnt ihr euch gerne euch bei einem/-r Oberministrant*in melden.</p>
- <h2>Termine für 2023</h2>
- <table role="table" class="termine-table" id="termine-2023">
- <thead role="rowgroup">
- <tr role="row">
- <th role="columnheader">Datum:</th>
- <th role="columnheader">Beschreibung:</th>
- </tr>
- </thead>
- <tbody role="rowgroup">
- <tr role="row">
- <td role="cell">02.01.2023 bis 05.01.2023</td>
- <td role="cell">Sternsingeraktion</td>
- </tr>
- <tr role="row">
- <td role="cell">10.02.2023</td>
- <td role="cell">Faschingsfeier</td>
- </tr>
- <tr role="row">
- <td role="cell">24.06.2023</td>
- <td role="cell">Sommerausflug</td>
- </tr>
- <tr role="row">
- <td role="cell">16.07.2023</td>
- <td role="cell">Mini-Aufnahme</td>
- </tr>
- <tr role="row">
- <td role="cell">22.09.2023 bis 24.09.2023</td>
- <td role="cell">Herbstwochenende</td>
- </tr>
- </tbody>
- </table>
|