Wiki-Quellcode von eltern.klasse5

Version 29.1 von Sarah Groeneveld am 2026/06/27 18:36

Verstecke letzte Bearbeiter
Sarah Groeneveld 6.1 1 {{html clean="false"}}
Sarah Groeneveld 4.1 2 <style>
Sarah Groeneveld 6.1 3 /* ===== KGS WILLKOMMEN-SEITE – 5. JAHRGANG 2026/27 ===== */
Sarah Groeneveld 1.1 4
Sarah Groeneveld 6.1 5 .wk-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; }
6
Sarah Groeneveld 19.1 7 /* HERO */
Sarah Groeneveld 4.1 8 .wk-hero {
9 background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
Sarah Groeneveld 19.1 10 border-radius: 12px; padding: 40px 36px; margin-bottom: 28px;
11 position: relative; overflow: hidden;
Sarah Groeneveld 4.1 12 }
13 .wk-hero::before {
Sarah Groeneveld 19.1 14 content: ''; position: absolute; top: -60px; right: -60px;
Sarah Groeneveld 4.1 15 width: 300px; height: 300px;
16 background: radial-gradient(circle, rgba(229,57,53,0.25) 0%, transparent 70%);
17 border-radius: 50%;
18 }
19 .wk-hero-tag {
Sarah Groeneveld 19.1 20 display: inline-block; background: rgba(229,57,53,0.9); color: #fff;
21 font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
22 padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; position: relative; z-index: 1;
Sarah Groeneveld 4.1 23 }
24 .wk-hero h1 {
Sarah Groeneveld 19.1 25 color: #fff; font-size: 2em; font-weight: 800; margin: 0 0 8px 0;
26 line-height: 1.2; position: relative; z-index: 1;
Sarah Groeneveld 4.1 27 }
28 .wk-hero h1 span { color: #FFD600; }
Sarah Groeneveld 19.1 29 .wk-hero-sub { color: rgba(255,255,255,0.75); font-size: 1em; margin: 0; position: relative; z-index: 1; }
30 .wk-hero-photo { margin-top: 18px; border-radius: 10px; overflow: hidden; height: 200px; position: relative; z-index: 1; }
31 .wk-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; opacity: 0.88; }
Sarah Groeneveld 1.1 32
Sarah Groeneveld 19.1 33 /* SECTION */
34 .wk-section { margin-bottom: 32px; }
35 .wk-section-title { border-bottom: 2px solid #e8eaf0; padding-bottom: 10px; margin-bottom: 16px; }
36 .wk-section-title h2 { font-size: 1.15em; font-weight: 700; color: #1a1a2e; margin: 0; }
37 .wk-section-icon { display: inline-block; width: 28px; height: 28px; border-radius: 6px; text-align: center; line-height: 28px; margin-right: 8px; font-size: 0.95em; vertical-align: middle; }
Sarah Groeneveld 6.1 38 .icon-red { background: #fdecea; }
39 .icon-blue { background: #e3f0ff; }
40 .icon-green { background: #e8f5e9; }
41 .icon-orange { background: #fff3e0; }
42 .icon-purple { background: #f3e5f5; }
43 .icon-teal { background: #e0f2f1; }
44
Sarah Groeneveld 19.1 45 /* TIMELINE */
46 .wk-timeline { border-left: 3px solid #e53935; padding-left: 20px; margin-left: 6px; }
47 .wk-event { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 14px 16px; margin-bottom: 14px; position: relative; }
48 .wk-event.highlight-event { border-color: #E53935; background: #fff9f9; }
49 .wk-event-date { font-size: 0.78em; font-weight: 700; color: #E53935; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
50 .wk-event-title { font-size: 0.97em; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
51 .wk-event-desc { font-size: 0.87em; color: #555; line-height: 1.5; }
52 .wk-event-desc a { color: #0f3460; font-weight: 600; }
Sarah Groeneveld 6.1 53
Sarah Groeneveld 19.1 54 /* TIMETABLE */
55 .wk-timetable { width: 100%; border-collapse: collapse; font-size: 0.88em; }
56 .wk-timetable thead tr { background: #1a1a2e; color: #fff; }
57 .wk-timetable th { padding: 10px 14px; text-align: left; font-weight: 600; }
58 .wk-timetable td { padding: 9px 14px; border-bottom: 1px solid #f0f0f0; color: #333; }
Sarah Groeneveld 4.1 59 .wk-timetable tr:nth-child(even) td { background: #f8f9fc; }
Sarah Groeneveld 19.1 60 .wk-timetable tr.pause-row td { background: #fff9e6; color: #7a6000; font-style: italic; font-size: 0.85em; }
Sarah Groeneveld 1.1 61
Sarah Groeneveld 19.1 62 /* CHIPS */
63 .wk-chips { margin-top: 8px; }
64 .wk-chip { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.82em; font-weight: 600; border: 1.5px solid; margin: 3px 4px 3px 0; }
Sarah Groeneveld 4.1 65 .chip-rot { background: #fdecea; color: #c62828; border-color: #ef9a9a; }
Sarah Groeneveld 19.1 66 .chip-gelb { background: #fffde7; color: #827717; border-color: #f9e84a; }
Sarah Groeneveld 4.1 67 .chip-blau { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; }
68 .chip-gruen { background: #e8f5e9; color: #1b5e20; border-color: #a5d6a7; }
69 .chip-weiss { background: #fafafa; color: #424242; border-color: #bdbdbd; }
70 .chip-orange { background: #fff3e0; color: #e65100; border-color: #ffcc80; }
71 .chip-lila { background: #f3e5f5; color: #4a148c; border-color: #ce93d8; }
72 .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; }
73 .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; }
Sarah Groeneveld 29.1 74 .chip-pink { background: #fce4ec; color: #880e4f; border-color: #f48fb1; }
Sarah Groeneveld 1.1 75
Sarah Groeneveld 19.1 76 /* HIGHLIGHT BOX */
77 .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; }
78 .wk-highlight strong { color: #1a1a2e; }
Sarah Groeneveld 1.1 79
Sarah Groeneveld 24.1 80 /* KUNST-DOWNLOAD BOX */
81 .wk-download-box {
82 background: #f3e5f5; border: 1.5px solid #ce93d8; border-radius: 10px;
83 padding: 16px 20px; margin-bottom: 16px; display: table; width: 100%; box-sizing: border-box;
84 }
85 .wk-download-icon { display: table-cell; width: 48px; vertical-align: middle; font-size: 2em; }
86 .wk-download-body { display: table-cell; vertical-align: middle; padding-left: 8px; }
87 .wk-download-title { font-weight: 700; color: #1a1a2e; font-size: 0.97em; margin-bottom: 2px; }
88 .wk-download-desc { font-size: 0.85em; color: #555; line-height: 1.5; margin-bottom: 8px; }
89 .wk-download-btn {
90 display: inline-block; background: #7b1fa2; color: #fff !important;
91 font-size: 0.85em; font-weight: 700; padding: 7px 16px; border-radius: 20px;
92 text-decoration: none !important; letter-spacing: 0.3px;
93 }
94 .wk-download-btn:hover { background: #6a1b9a; }
95
96 /* KUNST MATERIALLISTE INLINE */
97 .wk-kunst-list { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 16px 20px; margin-bottom: 12px; }
98 .wk-kunst-list h3 { font-size: 0.95em; font-weight: 700; color: #4a148c; margin: 0 0 10px 0; }
99 .wk-kunst-list ul { margin: 0; padding-left: 20px; }
100 .wk-kunst-list li { font-size: 0.87em; color: #444; line-height: 1.7; }
101 .wk-kunst-list li em { color: #7b1fa2; font-style: normal; font-weight: 600; }
102 .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; }
103
Sarah Groeneveld 19.1 104 /* PLATFORMS */
105 .wk-platform { background: #f8f9fc; border: 1.5px solid #e0e4ef; border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; font-size: 0.88em; }
106 .wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 3px; }
107 .wk-platform-desc { color: #666; line-height: 1.5; }
108 .wk-platform a { color: #E53935; font-weight: 600; }
Sarah Groeneveld 1.1 109
Sarah Groeneveld 19.1 110 /* CONTACTS */
111 .wk-contact { background: #f8f9fc; border-radius: 10px; padding: 12px 14px; border: 1px solid #e8eaf0; margin-bottom: 8px; font-size: 0.88em; }
112 .wk-contact-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
113 .wk-contact-role { color: #888; font-size: 0.9em; margin-bottom: 4px; }
114 .wk-contact a { color: #0f3460; }
115
Sarah Groeneveld 6.1 116 /* FOERDERVEREIN */
Sarah Groeneveld 19.1 117 .wk-foerder { background: #e8f5e9; border: 1.5px solid #a5d6a7; border-radius: 10px; padding: 16px 18px; font-size: 0.9em; color: #1b5e20; line-height: 1.7; }
Sarah Groeneveld 4.1 118 .wk-foerder strong { color: #1a1a2e; }
119 .wk-foerder a { color: #0f3460; font-weight: 600; }
Sarah Groeneveld 1.1 120
Sarah Groeneveld 6.1 121 /* DIVIDER */
Sarah Groeneveld 19.1 122 .wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 4px 0 28px 0; }
Sarah Groeneveld 4.1 123 </style>
Sarah Groeneveld 1.1 124
Sarah Groeneveld 6.1 125 <div class="wk-page">
126
127 <!-- HERO -->
Sarah Groeneveld 4.1 128 <div class="wk-hero">
129 <div class="wk-hero-tag">🎒 Elterninformationen · Schuljahr 2026/27</div>
130 <h1>Willkommen an der<br><span>KGS Stuhr-Brinkum</span></h1>
Sarah Groeneveld 19.1 131 <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler! Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p>
Sarah Groeneveld 7.1 132 <div class="wk-hero-photo">
Sarah Groeneveld 15.1 133 <img src="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/IMG_4592.webp" alt="KGS Stuhr-Brinkum Schulgelände">
Sarah Groeneveld 7.1 134 </div>
Sarah Groeneveld 4.1 135 </div>
Sarah Groeneveld 2.1 136
Sarah Groeneveld 19.1 137 <!-- TERMINE -->
Sarah Groeneveld 4.1 138 <div class="wk-section">
139 <div class="wk-section-title">
Sarah Groeneveld 19.1 140 <h2><span class="wk-section-icon icon-red">📅</span>Die wichtigsten Termine auf einen Blick</h2>
Sarah Groeneveld 4.1 141 </div>
142 <div class="wk-timeline">
143 <div class="wk-event highlight-event">
Sarah Groeneveld 23.1 144 <div class="wk-event-date">Freitag, 14. August 2026 · 10:00 Uhr</div>
Sarah Groeneveld 4.1 145 <div class="wk-event-title">🎉 Einschulungsfeier – Erster Schultag</div>
146 <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>
147 </div>
148 <div class="wk-event">
149 <div class="wk-event-date">17. – 21. August 2026</div>
150 <div class="wk-event-title">📚 Einführungswoche</div>
Sarah Groeneveld 6.1 151 <div class="wk-event-desc">Unterricht von der 2. bis 6. Stunde – meist durch Klassenlehrkräfte. Für den ersten Tag: <strong>Federtasche und Schreibblock</strong> mitbringen.</div>
Sarah Groeneveld 4.1 152 </div>
153 <div class="wk-event">
154 <div class="wk-event-date">August – Oktober 2026 (vor Herbstferien)</div>
155 <div class="wk-event-title">🤝 Kennenlerntage statt Klassenfahrt</div>
Sarah Groeneveld 19.1 156 <div class="wk-event-desc">Intensive Kennenlerntage vor Ort: Jahrgangsfrühstück · Tagesausflug (Stadtgarten, Abenteuerland oder Warwer Sand) · Sozialtrainingstag. Genaue Termine folgen.</div>
Sarah Groeneveld 4.1 157 </div>
158 <div class="wk-event">
159 <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div>
160 <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div>
Sarah Groeneveld 19.1 161 <div class="wk-event-desc">Digital über <strong>IServ</strong>. Achtung: Teilnahme für das gesamte Schuljahr verpflichtend. <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/ganztag/">→ Mehr zum Ganztag im Wiki</a></div>
Sarah Groeneveld 4.1 162 </div>
163 </div>
164 </div>
Sarah Groeneveld 1.1 165
Sarah Groeneveld 6.1 166 <hr class="wk-divider"/>
167
Sarah Groeneveld 19.1 168 <!-- STUNDENPLAN -->
Sarah Groeneveld 4.1 169 <div class="wk-section">
170 <div class="wk-section-title">
Sarah Groeneveld 19.1 171 <h2><span class="wk-section-icon icon-blue">🕐</span>Unterrichtszeiten</h2>
Sarah Groeneveld 4.1 172 </div>
173 <table class="wk-timetable">
Sarah Groeneveld 19.1 174 <thead><tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr></thead>
Sarah Groeneveld 4.1 175 <tbody>
176 <tr><td><strong>1. Stunde</strong></td><td>07:45 – 08:30 Uhr</td></tr>
177 <tr><td><strong>2. Stunde</strong></td><td>08:35 – 09:20 Uhr</td></tr>
178 <tr class="pause-row"><td>☕ 1. große Pause (20 Min.)</td><td>09:20 – 09:40 Uhr</td></tr>
179 <tr><td><strong>3. Stunde</strong></td><td>09:40 – 10:25 Uhr</td></tr>
180 <tr><td><strong>4. Stunde</strong></td><td>10:25 – 11:10 Uhr</td></tr>
181 <tr class="pause-row"><td>☕ 2. große Pause (20 Min.)</td><td>11:10 – 11:30 Uhr</td></tr>
182 <tr><td><strong>5. Stunde</strong></td><td>11:30 – 12:15 Uhr</td></tr>
183 <tr><td><strong>6. Stunde</strong></td><td>12:20 – 13:05 Uhr</td></tr>
184 <tr class="pause-row"><td>🍽️ Mittagspause (55 Min.)</td><td>13:05 – 14:00 Uhr</td></tr>
185 <tr><td><strong>7. Stunde</strong></td><td>14:00 – 14:45 Uhr</td></tr>
186 <tr><td><strong>8. Stunde</strong></td><td>14:45 – 15:30 Uhr</td></tr>
187 </tbody>
188 </table>
189 </div>
Sarah Groeneveld 1.1 190
Sarah Groeneveld 6.1 191 <hr class="wk-divider"/>
192
Sarah Groeneveld 19.1 193 <!-- WICHTIGE INFOS -->
Sarah Groeneveld 4.1 194 <div class="wk-section">
195 <div class="wk-section-title">
Sarah Groeneveld 19.1 196 <h2><span class="wk-section-icon icon-orange">ℹ️</span>Wichtige Informationen</h2>
Sarah Groeneveld 4.1 197 </div>
Sarah Groeneveld 6.1 198
Sarah Groeneveld 21.1 199 <table style="width:100%;border-collapse:separate;border-spacing:8px;">
200 <tr>
201 <td style="width:50%;background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
202 <div style="margin-bottom:8px;"><span style="display:inline-block;width:28px;height:28px;background:#fff3e0;border-radius:6px;text-align:center;line-height:28px;font-size:0.9em;vertical-align:middle;margin-right:6px;">🚌</span><strong style="color:#1a1a2e;vertical-align:middle;">Schulbus &amp; TIM-Ticket</strong></div>
203 <p style="font-size:0.88em;color:#555;line-height:1.6;margin:0;">Schüler:innen ab <strong>4 km Schulweg</strong> erhalten automatisch eine kostenlose Busfahrkarte. Kein Antrag nötig – das Sekretariat meldet die Daten. TIM-Tickets werden zu Schuljahresbeginn verteilt.</p>
204 </td>
205 <td style="width:50%;background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
206 <div style="margin-bottom:8px;"><span style="display:inline-block;width:28px;height:28px;background:#e0f2f1;border-radius:6px;text-align:center;line-height:28px;font-size:0.9em;vertical-align:middle;margin-right:6px;">🍽️</span><strong style="color:#1a1a2e;vertical-align:middle;">Mensa &amp; Kiosk (MensaMax)</strong></div>
207 <p style="font-size:0.88em;color:#555;line-height:1.6;margin:0 0 6px 0;">Mittagessen 13:05–14:00 Uhr. Anmeldung im Sekretariat → Essens-Chip. Bestellung über <strong>MensaMax-App</strong> – bargeldlos, Prepaid. Ohne Chip keine Ausgabe.</p>
208 <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/mensamax/" style="font-size:0.88em;color:#0f3460;font-weight:600;">→ Anleitung im Wiki</a>
209 </td>
210 </tr>
211 <tr>
212 <td style="background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
213 <div style="margin-bottom:8px;"><span style="display:inline-block;width:28px;height:28px;background:#fce4ec;border-radius:6px;text-align:center;line-height:28px;font-size:0.9em;vertical-align:middle;margin-right:6px;">📵</span><strong style="color:#1a1a2e;vertical-align:middle;">Handyfreie Schule</strong></div>
214 <p style="font-size:0.88em;color:#555;line-height:1.6;margin:0;">Handys in Unterricht und Pausen <strong>verboten</strong>. Tablets nur mit ausdrücklicher Erlaubnis der Lehrkraft zu Unterrichtszwecken.</p>
215 </td>
216 <td style="background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
217 <div style="margin-bottom:8px;"><span style="display:inline-block;width:28px;height:28px;background:#fdecea;border-radius:6px;text-align:center;line-height:28px;font-size:0.9em;vertical-align:middle;margin-right:6px;">🤒</span><strong style="color:#1a1a2e;vertical-align:middle;">Krankmeldung</strong></div>
218 <p style="font-size:0.88em;color:#555;line-height:1.6;margin:0 0 6px 0;">Bis <strong>07:45 Uhr</strong> per E-Mail (<em>nachname@kgs-sb.de</em>) oder WebUntis. Schriftliche Entschuldigung danach im Entschuldigungsheft.</p>
219 <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Krankmeldungen/" style="font-size:0.88em;color:#0f3460;font-weight:600;">→ Krankmeldung im Wiki</a><br>
220 <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Entschuldigungen/" style="font-size:0.88em;color:#0f3460;font-weight:600;">→ Entschuldigungen im Wiki</a>
221 </td>
222 </tr>
223 <tr>
224 <td style="background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
225 <div style="margin-bottom:8px;"><span style="display:inline-block;width:28px;height:28px;background:#e3f0ff;border-radius:6px;text-align:center;line-height:28px;font-size:0.9em;vertical-align:middle;margin-right:6px;">📚</span><strong style="color:#1a1a2e;vertical-align:middle;">Schulbücher (Lernmittelausleihe)</strong></div>
226 <p style="font-size:0.88em;color:#555;line-height:1.6;margin:0 0 6px 0;">Anmeldung über <strong>IServ → „Schulbücher"</strong>. Nur als Gesamtpaket. Ermäßigung/Befreiung möglich (Nachweis ins Sekretariat).</p>
227 <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/lernmittelausleihe/" style="font-size:0.88em;color:#0f3460;font-weight:600;">→ Anleitung im Wiki</a>
228 </td>
229 <td style="background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
230 <div style="margin-bottom:8px;"><span style="display:inline-block;width:28px;height:28px;background:#e8f5e9;border-radius:6px;text-align:center;line-height:28px;font-size:0.9em;vertical-align:middle;margin-right:6px;">🏠</span><strong style="color:#1a1a2e;vertical-align:middle;">Jugendzentrum „Haus am Wall"</strong></div>
231 <p style="font-size:0.88em;color:#555;line-height:1.6;margin:0 0 6px 0;">Partner der KGS – kostenlos, ohne Anmeldung. Café, Garten, Billard, Kicker, Playstation, Ferienprogramme.</p>
232 <a href="https://hausamwall.de/" style="font-size:0.88em;color:#0f3460;font-weight:600;">→ hausamwall.de</a>
233 </td>
234 </tr>
235 </table>
Sarah Groeneveld 4.1 236 </div>
Sarah Groeneveld 1.1 237
Sarah Groeneveld 6.1 238 <hr class="wk-divider"/>
239
Sarah Groeneveld 4.1 240 <!-- MATERIALIEN -->
241 <div class="wk-section">
242 <div class="wk-section-title">
Sarah Groeneveld 19.1 243 <h2><span class="wk-section-icon icon-purple">✏️</span>Materialien &amp; Ausstattung</h2>
Sarah Groeneveld 4.1 244 </div>
Sarah Groeneveld 24.1 245
246 <!-- Allgemeine Materialliste -->
Sarah Groeneveld 4.1 247 <div class="wk-highlight">
Sarah Groeneveld 23.1 248 <strong>🎒 Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
Sarah Groeneveld 4.1 249 </div>
Sarah Groeneveld 19.1 250 <p style="font-size:0.9em;color:#555;margin-bottom:8px;"><strong>Hefte DIN-A4:</strong> Lineatur 25 (Deutsch/Englisch) · Lineatur 28 (Mathematik)</p>
251 <p style="font-size:0.9em;color:#555;margin-bottom:6px;"><strong>Heftumschläge:</strong></p>
Sarah Groeneveld 4.1 252 <div class="wk-chips">
253 <span class="wk-chip chip-rot">Deutsch · rot</span>
254 <span class="wk-chip chip-gelb">Englisch · gelb</span>
255 <span class="wk-chip chip-blau">Mathematik · blau</span>
256 </div>
Sarah Groeneveld 19.1 257 <p style="font-size:0.9em;color:#555;margin:12px 0 6px;"><strong>Pappmappen:</strong></p>
Sarah Groeneveld 4.1 258 <div class="wk-chips">
259 <span class="wk-chip chip-gruen">Biologie · grün</span>
260 <span class="wk-chip chip-weiss">Physik · weiß</span>
261 <span class="wk-chip chip-orange">Musik · orange</span>
262 <span class="wk-chip chip-lila">Religion · lila</span>
263 <span class="wk-chip chip-grau">Geschichte · grau</span>
264 <span class="wk-chip chip-braun">Erdkunde · braun</span>
265 </div>
Sarah Groeneveld 24.1 266
267 <!-- TRENNLINIE ZUR KUNSTLISTE -->
268 <div style="border-top:1px dashed #e0e0e0;margin:22px 0 18px 0;"></div>
269
270 <!-- KUNST-DOWNLOAD BOX -->
271 <div class="wk-download-box">
272 <div class="wk-download-icon">🎨</div>
273 <div class="wk-download-body">
274 <div class="wk-download-title">Materialienliste Kunst Jg. 5/6 – Download</div>
275 <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>
Sarah Groeneveld 29.1 276 <a class="wk-download-btn" href="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/Materialien_Liste_F%C3%BCnftkl%C3%A4ssler_2026.pdf?rev=1.1">⬇ PDF herunterladen</a>
Sarah Groeneveld 24.1 277 </div>
278 </div>
279
280 <!-- KUNST-MATERIALLISTE INLINE -->
281 <div class="wk-kunst-list">
282 <h3>🖌️ Für den Kunstunterricht mitzubringen (Jg. 5/6)</h3>
283 <ul>
284 <li>Schnellhefter / Mappe</li>
285 <li>Skizzenbuch / Skizzenblock: <em>DIN-A4 Hochformat, Blanko, mind. 40 Seiten, mind. 120 g/m²</em></li>
286 <li>Mehrere Borsten- und Haarpinsel in versch. Stärken in einem Pinselmäppchen<br>
287 <span style="font-size:0.85em;color:#888;">Tipp: Pelikan 700405 Pinsel Starter Set (5 Haar- + 5 Borstenpinsel + Pinseltasche)</span></li>
288 <li>Farbkasten mit Deckweiß</li>
289 <li>Einen normalen Bleistift (HB / B) und einen weicheren (2B / 3B / 4B)</li>
290 <li>Schwarzer Fineliner (z.B. Stabilo)</li>
291 <li>Schere, Klebestift, Lineal, Anspitzer und Radiergummi</li>
292 <li>DIN-A3 Zeichenblock (<em>mind. 120 g/m²</em>)</li>
293 <li>DIN-A3 Sammelmappe</li>
294 </ul>
295 <div class="wk-kunst-hinweis">
296 <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.
297 </div>
298 </div>
299
Sarah Groeneveld 4.1 300 </div>
Sarah Groeneveld 1.1 301
Sarah Groeneveld 6.1 302 <hr class="wk-divider"/>
303
Sarah Groeneveld 4.1 304 <!-- DIGITALE PLATTFORMEN -->
305 <div class="wk-section">
306 <div class="wk-section-title">
Sarah Groeneveld 19.1 307 <h2><span class="wk-section-icon icon-blue">💻</span>Digitale Plattformen</h2>
Sarah Groeneveld 4.1 308 </div>
Sarah Groeneveld 21.1 309 <table style="width:100%;border-collapse:separate;border-spacing:8px;">
310 <tr>
311 <td style="width:50%;background:#f8f9fc;border:1.5px solid #e0e4ef;border-radius:8px;padding:12px 14px;vertical-align:top;">
312 <div style="font-weight:700;color:#1a1a2e;margin-bottom:4px;">📨 IServ (Elternmodul)</div>
313 <div style="font-size:0.87em;color:#666;line-height:1.5;">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.<br><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/IServ-Elternmodul/" style="color:#E53935;font-weight:600;">→ Anleitung im Wiki</a></div>
314 </td>
315 <td style="width:50%;background:#f8f9fc;border:1.5px solid #e0e4ef;border-radius:8px;padding:12px 14px;vertical-align:top;">
316 <div style="font-weight:700;color:#1a1a2e;margin-bottom:4px;">📅 WebUntis / Untis App</div>
317 <div style="font-size:0.87em;color:#666;line-height:1.5;">Aktueller Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.<br><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/untis-eltern/" style="color:#E53935;font-weight:600;">→ Anleitung im Wiki</a></div>
318 </td>
319 </tr>
320 <tr>
321 <td style="background:#f8f9fc;border:1.5px solid #e0e4ef;border-radius:8px;padding:12px 14px;vertical-align:top;">
322 <div style="font-weight:700;color:#1a1a2e;margin-bottom:4px;">📖 Eltern-Wiki</div>
323 <div style="font-size:0.87em;color:#666;line-height:1.5;">FAQs, Anleitungen, Formulare.<br><a href="https://wiki.kgs-stuhr.de/" style="color:#E53935;font-weight:600;">→ wiki.kgs-stuhr.de</a></div>
324 </td>
325 <td style="background:#f8f9fc;border:1.5px solid #e0e4ef;border-radius:8px;padding:12px 14px;vertical-align:top;">
326 <div style="font-weight:700;color:#1a1a2e;margin-bottom:4px;">🌐 Schulhomepage</div>
327 <div style="font-size:0.87em;color:#666;line-height:1.5;">Schulleben, Profile, Kontakte.<br><a href="https://www.kgs-stuhr.de/" style="color:#E53935;font-weight:600;">→ www.kgs-stuhr.de</a></div>
328 </td>
329 </tr>
330 </table>
Sarah Groeneveld 4.1 331 </div>
Sarah Groeneveld 1.1 332
Sarah Groeneveld 6.1 333 <hr class="wk-divider"/>
334
Sarah Groeneveld 19.1 335 <!-- BERATUNG -->
Sarah Groeneveld 4.1 336 <div class="wk-section">
337 <div class="wk-section-title">
Sarah Groeneveld 19.1 338 <h2><span class="wk-section-icon icon-green">🤝</span>Beratung &amp; Unterstützung</h2>
Sarah Groeneveld 4.1 339 </div>
Sarah Groeneveld 19.1 340 <p style="font-size:0.9em;color:#555;margin-bottom:12px;">Bei schulischen oder persönlichen Sorgen stehen zwei vertrauliche Beratungssysteme zur Verfügung:</p>
Sarah Groeneveld 21.1 341 <table style="width:100%;border-collapse:separate;border-spacing:8px;">
342 <tr>
343 <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
344 <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Annika Reiners</div>
345 <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
Sarah Groeneveld 23.1 346 <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969156</div>
Sarah Groeneveld 21.1 347 <div style="font-size:0.85em;"><a href="mailto:reiners@kgs-sb.de" style="color:#0f3460;">reiners@kgs-sb.de</a></div>
348 </td>
349 <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
350 <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Lucy Tiedemann</div>
351 <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
Sarah Groeneveld 23.1 352 <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969194</div>
Sarah Groeneveld 21.1 353 <div style="font-size:0.85em;"><a href="mailto:tiedemann@kgs-sb.de" style="color:#0f3460;">tiedemann@kgs-sb.de</a></div>
354 </td>
Sarah Groeneveld 23.1 355 <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
356 <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Ariane Vollmer</div>
357 <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
358 <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969199</div>
359 <div style="font-size:0.85em;"><a href="mailto:vollmer@kgs-sb.de" style="color:#0f3460;">vollmer@kgs-sb.de</a></div>
360 </td>
Sarah Groeneveld 21.1 361 </tr>
362 <tr>
363 <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
364 <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Andrea Barnert</div>
365 <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Beratungslehrkraft</div>
Sarah Groeneveld 23.1 366 <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969134</div>
Sarah Groeneveld 21.1 367 <div style="font-size:0.85em;"><a href="mailto:a.barnert@kgs-sb.de" style="color:#0f3460;">a.barnert@kgs-sb.de</a></div>
368 </td>
369 <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
370 <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Sabrina Röber <em style="font-weight:normal;">(i. A.)</em></div>
371 <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Beratungslehrkraft</div>
Sarah Groeneveld 23.1 372 <div style="font-size:0.85em;"><a href="mailto:roeber@kgs-sb.de" style="color:#0f3460;">roeber@kgs-sb.de</a></div>
Sarah Groeneveld 21.1 373 </td>
Sarah Groeneveld 23.1 374 <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
375 <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Haus am Wall</div>
376 <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Frau Otterstedt &amp; Frau Nietzold</div>
377 <div style="font-size:0.85em;color:#555;">Tel.: 0421 891671</div>
378 <div style="font-size:0.85em;"><a href="mailto:kontakt@hausamwall.de" style="color:#0f3460;">kontakt@hausamwall.de</a></div>
379 </td>
Sarah Groeneveld 21.1 380 </tr>
381 </table>
Sarah Groeneveld 4.1 382 </div>
Sarah Groeneveld 1.1 383
Sarah Groeneveld 6.1 384 <hr class="wk-divider"/>
385
Sarah Groeneveld 4.1 386 <!-- FÖRDERVEREIN -->
387 <div class="wk-section">
388 <div class="wk-section-title">
Sarah Groeneveld 19.1 389 <h2><span class="wk-section-icon icon-green">💚</span>Förderverein KGS Stuhr-Brinkum e.V.</h2>
Sarah Groeneveld 4.1 390 </div>
391 <div class="wk-foerder">
Sarah Groeneveld 19.1 392 Unterstützen Sie Ihre Schulgemeinschaft – der Förderverein hilft dort, wo öffentliche Mittel nicht reichen. <strong>Jahresbeitrag: nur 12,00 €</strong> (oder mehr, freiwillig).<br><br>
Sarah Groeneveld 4.1 393 <a href="https://www.kgs-stuhr.de/informationen/foerderverein/">→ Informationen &amp; Beitrittsformular auf der Homepage</a>
394 </div>
395 </div>
Sarah Groeneveld 1.1 396
Sarah Groeneveld 4.1 397 </div>
Sarah Groeneveld 6.1 398 {{/html}}
Sarah Groeneveld 23.1 399