Änderungen von Dokument eltern.klasse5

Zuletzt geändert von Sarah Groeneveld am 2026/06/28 17:47

Von Version 21.2
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:25
Änderungskommentar: Tag [5. Klasse] hinzugefügt
Auf Version 27.1
bearbeitet von Sarah Groeneveld
am 2026/06/27 18:33
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -51,16 +51,6 @@
51 51  .wk-event-desc { font-size: 0.87em; color: #555; line-height: 1.5; }
52 52  .wk-event-desc a { color: #0f3460; font-weight: 600; }
53 53  
54 -/* CARD – einzeln, volle Breite */
55 -.wk-card { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 16px 18px; margin-bottom: 12px; }
56 -.wk-card-head { margin-bottom: 8px; }
57 -.wk-card-head-icon { display: inline-block; width: 28px; height: 28px; border-radius: 6px; text-align: center; line-height: 28px; font-size: 0.9em; vertical-align: middle; margin-right: 6px; }
58 -.wk-card h3 { display: inline; font-size: 0.97em; font-weight: 700; color: #1a1a2e; vertical-align: middle; }
59 -.wk-card p { font-size: 0.88em; color: #555; line-height: 1.6; margin: 6px 0 0 0; }
60 -.wk-card ul { padding-left: 18px; margin: 6px 0 0 0; }
61 -.wk-card li { font-size: 0.88em; color: #555; line-height: 1.6; }
62 -.wk-card a { color: #0f3460; font-weight: 600; }
63 -
64 64  /* TIMETABLE */
65 65  .wk-timetable { width: 100%; border-collapse: collapse; font-size: 0.88em; }
66 66  .wk-timetable thead tr { background: #1a1a2e; color: #fff; }
... ... @@ -86,6 +86,30 @@
86 86  .wk-highlight { background: #fff9e6; border-left: 5px solid #FFD600; border-radius: 8px; padding: 14px 18px; margin-bottom: 18px; font-size: 0.92em; color: #3d3000; line-height: 1.6; }
87 87  .wk-highlight strong { color: #1a1a2e; }
88 88  
79 +/* KUNST-DOWNLOAD BOX */
80 +.wk-download-box {
81 + background: #f3e5f5; border: 1.5px solid #ce93d8; border-radius: 10px;
82 + padding: 16px 20px; margin-bottom: 16px; display: table; width: 100%; box-sizing: border-box;
83 +}
84 +.wk-download-icon { display: table-cell; width: 48px; vertical-align: middle; font-size: 2em; }
85 +.wk-download-body { display: table-cell; vertical-align: middle; padding-left: 8px; }
86 +.wk-download-title { font-weight: 700; color: #1a1a2e; font-size: 0.97em; margin-bottom: 2px; }
87 +.wk-download-desc { font-size: 0.85em; color: #555; line-height: 1.5; margin-bottom: 8px; }
88 +.wk-download-btn {
89 + display: inline-block; background: #7b1fa2; color: #fff !important;
90 + font-size: 0.85em; font-weight: 700; padding: 7px 16px; border-radius: 20px;
91 + text-decoration: none !important; letter-spacing: 0.3px;
92 +}
93 +.wk-download-btn:hover { background: #6a1b9a; }
94 +
95 +/* KUNST MATERIALLISTE INLINE */
96 +.wk-kunst-list { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 16px 20px; margin-bottom: 12px; }
97 +.wk-kunst-list h3 { font-size: 0.95em; font-weight: 700; color: #4a148c; margin: 0 0 10px 0; }
98 +.wk-kunst-list ul { margin: 0; padding-left: 20px; }
99 +.wk-kunst-list li { font-size: 0.87em; color: #444; line-height: 1.7; }
100 +.wk-kunst-list li em { color: #7b1fa2; font-style: normal; font-weight: 600; }
101 +.wk-kunst-hinweis { background: #e8f5e9; border-left: 4px solid #66bb6a; border-radius: 6px; padding: 10px 14px; font-size: 0.85em; color: #1b5e20; line-height: 1.6; margin-top: 12px; }
102 +
89 89  /* PLATFORMS */
90 90  .wk-platform { background: #f8f9fc; border: 1.5px solid #e0e4ef; border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; font-size: 0.88em; }
91 91  .wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 3px; }
... ... @@ -126,7 +126,7 @@
126 126   </div>
127 127   <div class="wk-timeline">
128 128   <div class="wk-event highlight-event">
129 - <div class="wk-event-date">Freitag, 14. August 2026 · 08:30 Uhr</div>
143 + <div class="wk-event-date">Freitag, 14. August 2026 · 10:00 Uhr</div>
130 130   <div class="wk-event-title">🎉 Einschulungsfeier – Erster Schultag</div>
131 131   <div class="wk-event-desc">Begrüßung in der Mensa der KGS Stuhr-Brinkum. Bitte begleiten Sie Ihr Kind mit <strong>maximal zwei Personen</strong>. Unterrichtsende: <strong>12:15 Uhr</strong>.</div>
132 132   </div>
... ... @@ -218,7 +218,6 @@
218 218   </td>
219 219   </tr>
220 220   </table>
221 -
222 222   </div>
223 223  
224 224   <hr class="wk-divider"/>
... ... @@ -228,6 +228,8 @@
228 228   <div class="wk-section-title">
229 229   <h2><span class="wk-section-icon icon-purple">✏️</span>Materialien &amp; Ausstattung</h2>
230 230   </div>
244 +
245 + <!-- Allgemeine Materialliste -->
231 231   <div class="wk-highlight">
232 232   <strong>🎒 Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
233 233   </div>
... ... @@ -247,7 +247,40 @@
247 247   <span class="wk-chip chip-grau">Geschichte · grau</span>
248 248   <span class="wk-chip chip-braun">Erdkunde · braun</span>
249 249   </div>
250 - <p style="font-size:0.85em;color:#888;margin-top:10px;">Separate <strong>Materialliste Kunst Jg. 5/6</strong> beachten.</p>
265 +
266 + <!-- TRENNLINIE ZUR KUNSTLISTE -->
267 + <div style="border-top:1px dashed #e0e0e0;margin:22px 0 18px 0;"></div>
268 +
269 + <!-- KUNST-DOWNLOAD BOX -->
270 + <div class="wk-download-box">
271 + <div class="wk-download-icon">🎨</div>
272 + <div class="wk-download-body">
273 + <div class="wk-download-title">Materialienliste Kunst Jg. 5/6 – Download</div>
274 + <div class="wk-download-desc">Die Fachschaft Kunst stellt eine separate Liste bereit. Alle Materialien müssen mit Namen beschriftet werden und bleiben bis Schuljahresende in der Schule.</div>
275 + <a class="wk-download-btn" href="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/Materialienliste_Kunst_Jg5-6_2026.pdf">⬇ PDF herunterladen</a>
276 + </div>
277 + </div>
278 +
279 + <!-- KUNST-MATERIALLISTE INLINE -->
280 + <div class="wk-kunst-list">
281 + <h3>🖌️ Für den Kunstunterricht mitzubringen (Jg. 5/6)</h3>
282 + <ul>
283 + <li>Schnellhefter / Mappe</li>
284 + <li>Skizzenbuch / Skizzenblock: <em>DIN-A4 Hochformat, Blanko, mind. 40 Seiten, mind. 120 g/m²</em></li>
285 + <li>Mehrere Borsten- und Haarpinsel in versch. Stärken in einem Pinselmäppchen<br>
286 + <span style="font-size:0.85em;color:#888;">Tipp: Pelikan 700405 Pinsel Starter Set (5 Haar- + 5 Borstenpinsel + Pinseltasche)</span></li>
287 + <li>Farbkasten mit Deckweiß</li>
288 + <li>Einen normalen Bleistift (HB / B) und einen weicheren (2B / 3B / 4B)</li>
289 + <li>Schwarzer Fineliner (z.B. Stabilo)</li>
290 + <li>Schere, Klebestift, Lineal, Anspitzer und Radiergummi</li>
291 + <li>DIN-A3 Zeichenblock (<em>mind. 120 g/m²</em>)</li>
292 + <li>DIN-A3 Sammelmappe</li>
293 + </ul>
294 + <div class="wk-kunst-hinweis">
295 + <strong>Hinweise der Fachschaft Kunst:</strong> Acrylfarben, Linolfarben, Linolplatten und besondere Papiere werden von der Schule gestellt. Für die Acrylmalerei verwenden die Schüler:innen eigene Pinsel. Ab Jg. 6 entscheidet die jeweilige Lehrkraft über weitere Materialien.
296 + </div>
297 + </div>
298 +
251 251   </div>
252 252  
253 253   <hr class="wk-divider"/>
... ... @@ -292,36 +292,42 @@
292 292   <table style="width:100%;border-collapse:separate;border-spacing:8px;">
293 293   <tr>
294 294   <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
295 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Ariane Vollmer</div>
296 - <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
297 - <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969-1990</div>
298 - <div style="font-size:0.85em;"><a href="mailto:vollmer@kgs-sb.de" style="color:#0f3460;">vollmer@kgs-sb.de</a></div>
299 - </td>
300 - <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
301 301   <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Annika Reiners</div>
302 302   <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
303 - <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969-1560</div>
345 + <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969156</div>
304 304   <div style="font-size:0.85em;"><a href="mailto:reiners@kgs-sb.de" style="color:#0f3460;">reiners@kgs-sb.de</a></div>
305 305   </td>
306 306   <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
307 307   <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Lucy Tiedemann</div>
308 308   <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
351 + <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969194</div>
309 309   <div style="font-size:0.85em;"><a href="mailto:tiedemann@kgs-sb.de" style="color:#0f3460;">tiedemann@kgs-sb.de</a></div>
310 310   </td>
354 + <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
355 + <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Ariane Vollmer</div>
356 + <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
357 + <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969199</div>
358 + <div style="font-size:0.85em;"><a href="mailto:vollmer@kgs-sb.de" style="color:#0f3460;">vollmer@kgs-sb.de</a></div>
359 + </td>
311 311   </tr>
312 312   <tr>
313 313   <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
314 314   <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Andrea Barnert</div>
315 315   <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Beratungslehrkraft</div>
316 - <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969-134</div>
365 + <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969134</div>
317 317   <div style="font-size:0.85em;"><a href="mailto:a.barnert@kgs-sb.de" style="color:#0f3460;">a.barnert@kgs-sb.de</a></div>
318 318   </td>
319 319   <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
320 320   <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Sabrina Röber <em style="font-weight:normal;">(i. A.)</em></div>
321 321   <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Beratungslehrkraft</div>
322 - <div style="font-size:0.85em;"><a href="mailto:s.roeber@kgs-sb.de" style="color:#0f3460;">s.roeber@kgs-sb.de</a></div>
371 + <div style="font-size:0.85em;"><a href="mailto:roeber@kgs-sb.de" style="color:#0f3460;">roeber@kgs-sb.de</a></div>
323 323   </td>
324 - <td style="background:transparent;border:none;"></td>
373 + <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
374 + <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Haus am Wall</div>
375 + <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Frau Otterstedt &amp; Frau Nietzold</div>
376 + <div style="font-size:0.85em;color:#555;">Tel.: 0421 891671</div>
377 + <div style="font-size:0.85em;"><a href="mailto:kontakt@hausamwall.de" style="color:#0f3460;">kontakt@hausamwall.de</a></div>
378 + </td>
325 325   </tr>
326 326   </table>
327 327   </div>
Materialien_Liste_Fünftklässler_2026.pdf
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.kgs-sbde-groeneveld
Größe
... ... @@ -1,0 +1,1 @@
1 +173.0 KB
Inhalt