Änderungen von Dokument eltern.klasse5

Zuletzt geändert von Sarah Groeneveld am 2026/06/08 09:25

Von Version 16.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:09
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 3.1
bearbeitet von Sarah Groeneveld
am 2026/06/07 20:24
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,593 +1,329 @@
1 -{{velocity}}
2 -#set($void = $xwiki.ssfx.use("willkommen5.css"))
3 -{{/velocity}}
1 += 🌟 Willkommen in Klasse 5 an der KGS Stuhr-Brinkum =
4 4  
5 -{{html clean="false"}}
6 -<style>
7 -/* ===== KGS WILLKOMMEN-SEITE – 5. JAHRGANG 2026/27 ===== */
3 +[[image:Banner_Willkommen_Klasse5.png]]
8 8  
9 -.wk-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; }
5 +(% style="background:#2c5e2e; color:#ffffff; padding:5px 14px; border-radius:20px; display:inline-block; font-size:0.8em; font-weight:bold; letter-spacing:2px;" %)
6 +● NEUE FÜNFTKLÄSSLER:INNEN
10 10  
11 -/* HERO BANNER */
12 -.wk-hero {
13 - background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
14 - border-radius: 12px;
15 - padding: 48px 40px;
16 - margin-bottom: 32px;
17 - position: relative;
18 - overflow: hidden;
19 -}
20 -.wk-hero::before {
21 - content: '';
22 - position: absolute; top: -60px; right: -60px;
23 - width: 300px; height: 300px;
24 - background: radial-gradient(circle, rgba(229,57,53,0.25) 0%, transparent 70%);
25 - border-radius: 50%;
26 -}
27 -.wk-hero::after {
28 - content: '';
29 - position: absolute; bottom: -40px; left: 10%;
30 - width: 200px; height: 200px;
31 - background: radial-gradient(circle, rgba(255,214,0,0.15) 0%, transparent 70%);
32 - border-radius: 50%;
33 -}
34 -.wk-hero-tag {
35 - display: inline-block;
36 - background: rgba(229,57,53,0.9);
37 - color: #fff;
38 - font-size: 11px;
39 - font-weight: 700;
40 - letter-spacing: 2px;
41 - text-transform: uppercase;
42 - padding: 4px 12px;
43 - border-radius: 20px;
44 - margin-bottom: 16px;
45 -}
46 -.wk-hero h1 {
47 - color: #ffffff;
48 - font-size: 2.2em;
49 - font-weight: 800;
50 - margin: 0 0 8px 0;
51 - line-height: 1.2;
52 -}
53 -.wk-hero h1 span { color: #FFD600; }
54 -.wk-hero-sub {
55 - color: rgba(255,255,255,0.75);
56 - font-size: 1.05em;
57 - margin: 0;
58 -}
59 -.wk-hero-photo {
60 - margin-top: 20px;
61 - border-radius: 10px;
62 - overflow: hidden;
63 - height: 200px;
64 - position: relative;
65 - z-index: 1;
66 -}
67 -.wk-hero-photo img {
68 - width: 100%;
69 - height: 100%;
70 - object-fit: cover;
71 - object-position: center 40%;
72 - display: block;
73 - opacity: 0.88;
74 -}
8 +{{box cssClass="infobox"}}
9 +Herzlich willkommen an der KGS Stuhr-Brinkum!
75 75  
76 -/* HIGHLIGHT BOX */
77 -.wk-highlight {
78 - background: linear-gradient(135deg, #fff9e6, #fff3cc);
79 - border-left: 5px solid #FFD600;
80 - border-radius: 8px;
81 - padding: 16px 20px;
82 - margin-bottom: 28px;
83 - display: flex;
84 - align-items: flex-start;
85 - gap: 12px;
86 -}
87 -.wk-highlight-icon { font-size: 1.4em; flex-shrink: 0; margin-top: 2px; }
88 -.wk-highlight-text { font-size: 0.95em; color: #3d3000; line-height: 1.6; }
89 -.wk-highlight-text strong { color: #1a1a2e; }
11 +Der Wechsel auf die weiterführende Schule ist ein großer Schritt. Auf dieser Seite finden Sie die wichtigsten Informationen für einen gelungenen Start Ihres Kindes in Klasse 5. Viele weitere Informationen und Anleitungen finden Sie im Eltern-Wiki.
12 +{{/box}}
90 90  
91 -/* SECTION HEADERS */
92 -.wk-section {
93 - margin-bottom: 36px;
94 -}
95 -.wk-section-title {
96 - display: flex;
97 - align-items: center;
98 - gap: 10px;
99 - margin-bottom: 16px;
100 - padding-bottom: 10px;
101 - border-bottom: 2px solid #e8eaf0;
102 -}
103 -.wk-section-title-icon {
104 - width: 36px; height: 36px;
105 - border-radius: 8px;
106 - display: flex; align-items: center; justify-content: center;
107 - font-size: 1.1em;
108 - flex-shrink: 0;
109 -}
110 -.icon-red { background: #fdecea; }
111 -.icon-blue { background: #e3f0ff; }
112 -.icon-green { background: #e8f5e9; }
113 -.icon-orange { background: #fff3e0; }
114 -.icon-purple { background: #f3e5f5; }
115 -.icon-teal { background: #e0f2f1; }
14 +{{toc/}}
116 116  
117 -.wk-section-title h2 {
118 - font-size: 1.2em;
119 - font-weight: 700;
120 - color: #1a1a2e;
121 - margin: 0;
122 -}
16 +----
123 123  
124 -/* TIMELINE – Termine */
125 -.wk-timeline { position: relative; padding-left: 28px; }
126 -.wk-timeline::before {
127 - content: '';
128 - position: absolute; left: 8px; top: 4px; bottom: 4px;
129 - width: 2px; background: linear-gradient(to bottom, #E53935, #FFD600);
130 - border-radius: 2px;
131 -}
132 -.wk-event {
133 - position: relative;
134 - margin-bottom: 18px;
135 - background: #fff;
136 - border: 1px solid #e8eaf0;
137 - border-radius: 10px;
138 - padding: 14px 16px;
139 - box-shadow: 0 2px 6px rgba(0,0,0,0.05);
140 -}
141 -.wk-event::before {
142 - content: '';
143 - position: absolute; left: -24px; top: 18px;
144 - width: 10px; height: 10px;
145 - border-radius: 50%;
146 - background: #E53935;
147 - border: 2px solid #fff;
148 - box-shadow: 0 0 0 2px #E53935;
149 -}
150 -.wk-event-date {
151 - font-size: 0.78em;
152 - font-weight: 700;
153 - color: #E53935;
154 - text-transform: uppercase;
155 - letter-spacing: 0.5px;
156 - margin-bottom: 3px;
157 -}
158 -.wk-event-title {
159 - font-size: 0.98em;
160 - font-weight: 700;
161 - color: #1a1a2e;
162 - margin-bottom: 2px;
163 -}
164 -.wk-event-desc {
165 - font-size: 0.87em;
166 - color: #555;
167 - line-height: 1.5;
168 -}
169 -.wk-event.highlight-event {
170 - border-color: #E53935;
171 - background: linear-gradient(135deg, #fff9f9, #fff);
172 -}
173 -.wk-event.highlight-event::before { background: #E53935; }
18 +== 🚀 Schnellstart ==
174 174  
175 -/* CARDS GRID – float-basiert für XWiki-Kompatibilität */
176 -.wk-cards { overflow: hidden; margin: 0 -8px; }
177 -.wk-card {
178 - float: left;
179 - width: calc(50% - 16px);
180 - margin: 0 8px 16px 8px;
181 - background: #fff;
182 - border: 1px solid #e8eaf0;
183 - border-radius: 10px;
184 - padding: 18px;
185 - box-shadow: 0 2px 6px rgba(0,0,0,0.04);
186 - box-sizing: border-box;
187 -}
188 -.wk-cards-clear { clear: both; }
189 -.wk-card {
190 - background: #fff;
191 - border: 1px solid #e8eaf0;
192 - border-radius: 10px;
193 - padding: 18px;
194 - box-shadow: 0 2px 6px rgba(0,0,0,0.04);
195 - transition: box-shadow 0.2s;
196 -}
197 -.wk-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.09); }
198 -.wk-card-head {
199 - display: flex; align-items: center; gap: 10px;
200 - margin-bottom: 10px;
201 -}
202 -.wk-card-icon {
203 - width: 32px; height: 32px;
204 - border-radius: 8px;
205 - display: flex; align-items: center; justify-content: center;
206 - font-size: 1em;
207 - flex-shrink: 0;
208 -}
209 -.wk-card h3 {
210 - font-size: 0.95em;
211 - font-weight: 700;
212 - color: #1a1a2e;
213 - margin: 0;
214 -}
215 -.wk-card p, .wk-card li {
216 - font-size: 0.87em;
217 - color: #555;
218 - line-height: 1.6;
219 - margin: 0;
220 -}
221 -.wk-card ul { padding-left: 18px; margin: 6px 0 0 0; }
222 -.wk-card a { color: #0f3460; font-weight: 600; }
20 +(% style="display:flex; gap:20px; flex-wrap:wrap; margin-top:20px; margin-bottom:25px;" %)
21 +(((
22 +(% style="flex:1; min-width:260px; background:#eef7ff; border-radius:12px; padding:20px; border-top:8px solid #1a6fa8;" %)
23 +(((
24 +📅
25 +=== Schulstart ===
223 223  
224 -/* STUNDENPLAN TABLE */
225 -.wk-timetable {
226 - width: 100%;
227 - border-collapse: collapse;
228 - font-size: 0.88em;
229 - border-radius: 10px;
230 - overflow: hidden;
231 - box-shadow: 0 2px 8px rgba(0,0,0,0.06);
232 -}
233 -.wk-timetable thead tr {
234 - background: #1a1a2e;
235 - color: #fff;
236 -}
237 -.wk-timetable th {
238 - padding: 10px 14px;
239 - text-align: left;
240 - font-weight: 600;
241 - font-size: 0.9em;
242 - letter-spacing: 0.3px;
243 -}
244 -.wk-timetable td {
245 - padding: 9px 14px;
246 - border-bottom: 1px solid #f0f0f0;
247 - color: #333;
248 -}
249 -.wk-timetable tr:nth-child(even) td { background: #f8f9fc; }
250 -.wk-timetable tr.pause-row td {
251 - background: #fff9e6;
252 - color: #7a6000;
253 - font-style: italic;
254 - font-size: 0.85em;
255 -}
27 +Einschulung, Einführungswoche und Kennenlerntage.
28 +)))
256 256  
257 -/* MATERIAL CHIPS */
258 -.wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
259 -.wk-chip {
260 - display: inline-flex; align-items: center; gap: 5px;
261 - padding: 4px 12px;
262 - border-radius: 20px;
263 - font-size: 0.82em;
264 - font-weight: 600;
265 - border: 1.5px solid;
266 -}
267 -.chip-rot { background: #fdecea; color: #c62828; border-color: #ef9a9a; }
268 -.chip-gelb { background: #fffde7; color: #827717; border-color: #fff176; }
269 -.chip-blau { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; }
270 -.chip-gruen { background: #e8f5e9; color: #1b5e20; border-color: #a5d6a7; }
271 -.chip-weiss { background: #fafafa; color: #424242; border-color: #bdbdbd; }
272 -.chip-orange { background: #fff3e0; color: #e65100; border-color: #ffcc80; }
273 -.chip-lila { background: #f3e5f5; color: #4a148c; border-color: #ce93d8; }
274 -.chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; }
275 -.chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; }
30 +(% style="flex:1; min-width:260px; background:#f6f8ea; border-radius:12px; padding:20px; border-top:8px solid #7a9d23;" %)
31 +(((
32 +🎒
33 +=== Materialien ===
276 276  
277 -/* CONTACT CARDS */
278 -.wk-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
279 -.wk-contact {
280 - background: #f8f9fc;
281 - border-radius: 10px;
282 - padding: 14px 16px;
283 - border: 1px solid #e8eaf0;
284 -}
285 -.wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; }
286 -.wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; }
287 -.wk-contact a { font-size: 0.83em; color: #0f3460; }
35 +Materiallisten, Schulbücher und Ausstattung.
36 +)))
288 288  
289 -/* PLATFORM PILLS – float-basiert */
290 -.wk-platforms { overflow: hidden; margin: 4px -6px 0 -6px; }
291 -.wk-platform {
292 - float: left;
293 - width: calc(50% - 12px);
294 - margin: 0 6px 12px 6px;
295 - background: #fff;
296 - border: 1.5px solid #e0e4ef;
297 - border-radius: 8px;
298 - padding: 10px 14px;
299 - font-size: 0.87em;
300 - box-sizing: border-box;
301 -}
302 -.wk-platforms-clear { clear: both; }
303 -.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
304 -.wk-platform-desc { color: #666; font-size: 0.9em; }
305 -.wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; }
38 +(% style="flex:1; min-width:260px; background:#fff4ec; border-radius:12px; padding:20px; border-top:8px solid #d35400;" %)
39 +(((
40 +🏫
41 +=== Schulalltag ===
306 306  
307 -/* FOERDERVEREIN */
308 -.wk-foerder {
309 - background: linear-gradient(135deg, #e8f5e9, #f1f8f1);
310 - border: 1.5px solid #a5d6a7;
311 - border-radius: 10px;
312 - padding: 18px 20px;
313 - font-size: 0.9em;
314 - color: #1b5e20;
315 - line-height: 1.7;
316 -}
317 -.wk-foerder strong { color: #1a1a2e; }
318 -.wk-foerder a { color: #0f3460; font-weight: 600; }
43 +Unterricht, Busse, Mensa und AGs.
44 +)))
319 319  
320 -/* DIVIDER */
321 -.wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 10px 0 28px 0; }
322 -</style>
46 +(% style="flex:1; min-width:260px; background:#f3f6fb; border-radius:12px; padding:20px; border-top:8px solid #1a2d4e;" %)
47 +(((
48 +💻
49 +=== Digitale Systeme ===
323 323  
324 -<div class="wk-page">
51 +IServ, WebUntis und Eltern-Wiki.
52 +)))
325 325  
326 - <!-- HERO -->
327 - <div class="wk-hero">
328 - <div class="wk-hero-tag">🎒 Elterninformationen · Schuljahr 2026/27</div>
329 - <h1>Willkommen an der<br><span>KGS Stuhr-Brinkum</span></h1>
330 - <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler!<br>
331 - Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p>
332 - <div class="wk-hero-photo">
333 - <img src="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/IMG_4592.webp" alt="KGS Stuhr-Brinkum Schulgelände">
334 - </div>
335 - </div>
54 +(% style="flex:1; min-width:260px; background:#fff6e9; border-radius:12px; padding:20px; border-top:8px solid #f39c12;" %)
55 +(((
56 +🤝
57 +=== Unterstützung ===
336 336  
337 - <!-- WICHTIGE TERMINE -->
338 - <div class="wk-section">
339 - <div class="wk-section-title">
340 - <div class="wk-section-title-icon icon-red">📅</div>
341 - <h2>Die wichtigsten Termine auf einen Blick</h2>
342 - </div>
59 +Beratung, Schulsozialarbeit und Ansprechpartner.
60 +)))
343 343  
344 - <div class="wk-timeline">
62 +(% style="flex:1; min-width:260px; background:#eef9f0; border-radius:12px; padding:20px; border-top:8px solid #27ae60;" %)
63 +(((
64 +❓
65 +=== Häufige Fragen ===
345 345  
346 - <div class="wk-event highlight-event">
347 - <div class="wk-event-date">Freitag, 14. August 2026 · 08:30 Uhr</div>
348 - <div class="wk-event-title">🎉 Einschulungsfeier – Erster Schultag</div>
349 - <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>
350 - </div>
67 +Antworten auf die wichtigsten Fragen zum Schulstart.
68 +)))
69 +)))
351 351  
352 - <div class="wk-event">
353 - <div class="wk-event-date">17. – 21. August 2026</div>
354 - <div class="wk-event-title">📚 Einführungswoche</div>
355 - <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>
356 - </div>
71 +----
357 357  
358 - <div class="wk-event">
359 - <div class="wk-event-date">August – Oktober 2026 (vor Herbstferien)</div>
360 - <div class="wk-event-title">🤝 Kennenlerntage statt Klassenfahrt</div>
361 - <div class="wk-event-desc">Dieses Jahr gibt es intensive Kennenlerntage vor Ort statt einer mehrtägigen Fahrt: Jahrgangsfrühstück, Tagesausflug (z. B. Stadtgarten, Abenteuerland, Warwer Sand) und Sozialtrainingstag. Genaue Termine folgen.</div>
362 - </div>
73 +== 📅 Der Start in Klasse 5 ==
363 363  
364 - <div class="wk-event">
365 - <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div>
366 - <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div>
367 - <div class="wk-event-desc">Die Einwahl in Arbeitsgemeinschaften erfolgt digital über <strong>IServ</strong>. Achtung: die Teilnahme ist dann 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>
368 - </div>
75 +=== 🎉 Einschulung ===
369 369  
370 - </div>
371 - </div>
77 +{{box}}
78 +Die Begrüßung der neuen Fünftklässlerinnen und Fünftklässler findet am ersten Schultag gemeinsam mit ihren Familien in der Mensa statt.
372 372  
373 - <hr class="wk-divider"/>
80 +Dort lernen die Kinder ihre Klassenleitungen, ihre neue Klasse und ihre Mitschülerinnen und Mitschüler kennen.
81 +{{/box}}
374 374  
375 - <!-- TÄGLICHER SCHULBETRIEB -->
376 - <div class="wk-section">
377 - <div class="wk-section-title">
378 - <div class="wk-section-title-icon icon-blue">🕐</div>
379 - <h2>Unterrichtszeiten</h2>
380 - </div>
381 - <table class="wk-timetable">
382 - <thead>
383 - <tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr>
384 - </thead>
385 - <tbody>
386 - <tr><td><strong>1. Stunde</strong></td><td>07:45 – 08:30 Uhr</td></tr>
387 - <tr><td><strong>2. Stunde</strong></td><td>08:35 – 09:20 Uhr</td></tr>
388 - <tr class="pause-row"><td>☕ 1. große Pause (20 Min.)</td><td>09:20 – 09:40 Uhr</td></tr>
389 - <tr><td><strong>3. Stunde</strong></td><td>09:40 – 10:25 Uhr</td></tr>
390 - <tr><td><strong>4. Stunde</strong></td><td>10:25 – 11:10 Uhr</td></tr>
391 - <tr class="pause-row"><td>☕ 2. große Pause (20 Min.)</td><td>11:10 – 11:30 Uhr</td></tr>
392 - <tr><td><strong>5. Stunde</strong></td><td>11:30 – 12:15 Uhr</td></tr>
393 - <tr><td><strong>6. Stunde</strong></td><td>12:20 – 13:05 Uhr</td></tr>
394 - <tr class="pause-row"><td>🍽️ Mittagspause (55 Min.)</td><td>13:05 – 14:00 Uhr</td></tr>
395 - <tr><td><strong>7. Stunde</strong></td><td>14:00 – 14:45 Uhr</td></tr>
396 - <tr><td><strong>8. Stunde</strong></td><td>14:45 – 15:30 Uhr</td></tr>
397 - </tbody>
398 - </table>
399 - </div>
83 +=== 🤝 Die Einführungswoche ===
400 400  
401 - <hr class="wk-divider"/>
85 +In den ersten Tagen stehen nicht Noten und Unterrichtsstoff im Mittelpunkt, sondern das Ankommen an der neuen Schule.
402 402  
403 - <!-- WICHTIGE INFOS CARDS -->
404 - <div class="wk-section">
405 - <div class="wk-section-title">
406 - <div class="wk-section-title-icon icon-orange">ℹ️</div>
407 - <h2>Wichtige Informationen</h2>
408 - </div>
409 - <div class="wk-cards">
87 +Die Schülerinnen und Schüler lernen:
410 410  
411 - <div class="wk-card">
412 - <div class="wk-card-head">
413 - <div class="wk-card-icon icon-orange">🚌</div>
414 - <h3>Schulbus & TIM-Ticket</h3>
415 - </div>
416 - <p>Schüler:innen ab <strong>4 km Schulweg</strong> erhalten automatisch eine kostenlose Busfahrkarte. Kein Antrag nötig – das Sekretariat meldet die Daten. Die TIM-Tickets werden zu Beginn des Schuljahres verteilt.</p>
417 - </div>
89 +* ihre Klasse kennen
90 +* die Klassenleitung kennen
91 +* wichtige Räume und Gebäude kennen
92 +* die Schulregeln kennen
93 +* die digitalen Systeme kennen
418 418  
419 - <div class="wk-card">
420 - <div class="wk-card-head">
421 - <div class="wk-card-icon icon-teal">🍽️</div>
422 - <h3>Mensa & Kiosk (MensaMax)</h3>
423 - </div>
424 - <p>Mittagessen 13:05–14:00 Uhr. Anmeldung im Sekretariat, dann Essens-Chip erhalten. Bestellung über die <strong>MensaMax-App</strong> oder Browser – bargeldlos, Prepaid. Ohne Chip keine Ausgabe.</p>
425 - <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/mensamax/">→ Anleitung im Wiki</a></li></ul>
95 +Außerdem erhalten sie ihren Stundenplan und wichtige Informationen für den Schulalltag.
426 426  
427 - <div class="wk-card">
428 - <div class="wk-card-head">
429 - <div class="wk-card-icon" style="background:#fce4ec;">📵</div>
430 - <h3>Handyfreie Schule</h3>
431 - </div>
432 - <p>Handys und Smartphones sind im Unterricht und in <strong>allen Pausen verboten</strong>. Tablets nur mit ausdrücklicher Erlaubnis der Lehrkraft zu Unterrichtszwecken.</p>
433 - </div>
97 +=== 🌳 Kennenlerntage ===
434 434  
435 - <div class="wk-card">
436 - <div class="wk-card-head">
437 - <div class="wk-card-icon icon-red">🤒</div>
438 - <h3>Krankmeldung</h3>
439 - </div>
440 - <p>Krankmeldung bis <strong>07:45 Uhr</strong> per E-Mail an die Klassenlehrkraft (<em>nachname@kgs-sb.de</em>) oder über WebUntis. Schriftliche Entschuldigung im <strong>Entschuldigungsheft</strong> nach der Genesung.</p>
441 - <ul>
442 - <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Krankmeldungen/">→ Krankmeldung im Wiki</a></li>
443 - <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Entschuldigungen/">→ Entschuldigungen im Wiki</a></li>
444 - </ul>
445 - </div>
99 +Damit die neue Klasse schnell zu einer Gemeinschaft zusammenwächst, finden in den ersten Wochen verschiedene gemeinsame Aktionen statt.
446 446  
447 - <div class="wk-card">
448 - <div class="wk-card-head">
449 - <div class="wk-card-icon icon-blue">📚</div>
450 - <h3>Schulbücher (Lernmittelausleihe)</h3>
451 - </div>
452 - <p>Anmeldung über <strong>IServ → Modul „Schulbücher"</strong>. Nur als Gesamtpaket buchbar. Ermäßigung für Familien mit ≥3 schulpflichtigen Kindern; Befreiung bei Bürgergeld etc. (Nachweis im Sekretariat).</p>
453 - <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/lernmittelausleihe/">→ Anleitung im Wiki</a></li></ul>
101 +Dazu gehören beispielsweise:
454 454  
455 - <div class="wk-card">
456 - <div class="wk-card-head">
457 - <div class="wk-card-icon icon-green">🏠</div>
458 - <h3>Jugendzentrum „Haus am Wall"</h3>
459 - </div>
460 - <p>Partner der KGS in Brinkum – kostenlos, ohne Anmeldung. Café, Garten, Billard, Kicker, Playstation, Ferienprogramme. Enge Kooperation mit der Schule.</p>
461 - <ul><li><a href="https://hausamwall.de/" target="_blank">→ hausamwall.de</a></li></ul>
462 - </div>
103 +* Kennenlernspiele
104 +* Klassenaktionen
105 +* Sozialtraining
106 +* Ausflüge
107 +* jahrgangsbezogene Veranstaltungen
463 463  
464 - </div>
465 - </div>
109 +----
466 466  
467 - <hr class="wk-divider"/>
111 +== 🎒 Materialien & Ausstattung ==
468 468  
469 - <!-- MATERIALIEN -->
470 - <div class="wk-section">
471 - <div class="wk-section-title">
472 - <div class="wk-section-title-icon icon-purple">✏️</div>
473 - <h2>Materialien & Ausstattung</h2>
474 - </div>
113 +=== ✏️ Was sollte mein Kind am ersten Schultag dabeihaben? ===
475 475  
476 - <div class="wk-highlight">
477 - <div class="wk-highlight-icon">🎒</div>
478 - <div class="wk-highlight-text">
479 - <strong>Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
480 - </div>
481 - </div>
115 +Für die ersten Tage reichen zunächst:
482 482  
483 - <p style="font-size:0.9em; color:#555; margin-bottom:10px;"><strong>Hefte DIN-A4:</strong> Lineatur 25 für Deutsch &amp; Englisch · Lineatur 28 für Mathematik</p>
484 - <p style="font-size:0.9em; color:#555; margin-bottom:8px;"><strong>Heftumschläge:</strong></p>
485 - <div class="wk-chips">
486 - <span class="wk-chip chip-rot">Deutsch · rot</span>
487 - <span class="wk-chip chip-gelb">Englisch · gelb</span>
488 - <span class="wk-chip chip-blau">Mathematik · blau</span>
489 - </div>
490 - <p style="font-size:0.9em; color:#555; margin: 14px 0 8px;"><strong>Pappmappen:</strong></p>
491 - <div class="wk-chips">
492 - <span class="wk-chip chip-gruen">Biologie · grün</span>
493 - <span class="wk-chip chip-weiss">Physik · weiß</span>
494 - <span class="wk-chip chip-orange">Musik · orange</span>
495 - <span class="wk-chip chip-lila">Religion · lila</span>
496 - <span class="wk-chip chip-grau">Geschichte · grau</span>
497 - <span class="wk-chip chip-braun">Erdkunde · braun</span>
498 - </div>
499 - <p style="font-size:0.85em; color:#888; margin-top:12px;">Bitte auch die separate <strong>Materialliste für Kunst Jg. 5/6</strong> beachten.</p>
500 - </div>
117 +* Federtasche
118 +* Schreibblock
119 +* Frühstück und Getränk
501 501  
502 - <hr class="wk-divider"/>
121 +Alle weiteren Materialien werden rechtzeitig bekanntgegeben.
503 503  
504 - <!-- DIGITALE PLATTFORMEN -->
505 - <div class="wk-section">
506 - <div class="wk-section-title">
507 - <div class="wk-section-title-icon icon-blue">💻</div>
508 - <h2>Digitale Plattformen</h2>
509 - </div>
510 - <div class="wk-platforms">
511 - <div class="wk-platform">
512 - <div class="wk-platform-name">📨 IServ (Elternmodul)</div>
513 - <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.<br>
514 - <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/IServ-Elternmodul/">→ Anleitung im Wiki</a></div>
515 - </div>
516 - <div class="wk-platform">
517 - <div class="wk-platform-name">📅 WebUntis / Untis App</div>
518 - <div class="wk-platform-desc">Aktueller Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.<br>
519 - <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/untis-eltern/">→ Anleitung im Wiki</a></div>
520 - </div>
521 - <div class="wk-platform">
522 - <div class="wk-platform-name">📖 Eltern-Wiki</div>
523 - <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br>
524 - <a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div>
525 - </div>
526 - <div class="wk-platform">
527 - <div class="wk-platform-name">🌐 Schulhomepage</div>
528 - <div class="wk-platform-desc">Allgemeines, Schulleben, Profile, Kontakte.<br>
529 - <a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div>
530 - </div>
531 - </div>
532 - </div>
123 +=== 📚 Materiallisten ===
533 533  
534 - <hr class="wk-divider"/>
125 +Für einige Fächer werden zusätzliche Materialien benötigt.
535 535  
536 - <!-- BERATUNG & KONTAKT -->
537 - <div class="wk-section">
538 - <div class="wk-section-title">
539 - <div class="wk-section-title-icon icon-green">🤝</div>
540 - <h2>Beratung & Unterstützung</h2>
541 - </div>
542 - <p style="font-size:0.9em; color:#555; margin-bottom:14px;">Bei schulischen oder persönlichen Sorgen stehen zwei vertrauliche Beratungssysteme zur Verfügung:</p>
543 - <div class="wk-contacts">
544 - <div class="wk-contact">
545 - <div class="wk-contact-name">Ariane Vollmer</div>
546 - <div class="wk-contact-role">Schulsozialarbeit</div>
547 - <div>Tel.: 0421 80969-1990</div>
548 - <a href="mailto:vollmer@kgs-sb.de">vollmer@kgs-sb.de</a>
549 - </div>
550 - <div class="wk-contact">
551 - <div class="wk-contact-name">Annika Reiners</div>
552 - <div class="wk-contact-role">Schulsozialarbeit</div>
553 - <div>Tel.: 0421 80969-1560</div>
554 - <a href="mailto:reiners@kgs-sb.de">reiners@kgs-sb.de</a>
555 - </div>
556 - <div class="wk-contact">
557 - <div class="wk-contact-name">Lucy Tiedemann</div>
558 - <div class="wk-contact-role">Schulsozialarbeit</div>
559 - <a href="mailto:tiedemann@kgs-sb.de">tiedemann@kgs-sb.de</a>
560 - </div>
561 - <div class="wk-contact">
562 - <div class="wk-contact-name">Andrea Barnert</div>
563 - <div class="wk-contact-role">Beratungslehrkraft</div>
564 - <div>Tel.: 0421 80969-134</div>
565 - <a href="mailto:a.barnert@kgs-sb.de">a.barnert@kgs-sb.de</a>
566 - </div>
567 - <div class="wk-contact">
568 - <div class="wk-contact-name">Sabrina Röber <em>(i. A.)</em></div>
569 - <div class="wk-contact-role">Beratungslehrkraft</div>
570 - <a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a>
571 - </div>
572 - </div>
573 - </div>
127 +{{info}}
128 +Die aktuellen Materiallisten finden Sie hier:
574 574  
575 - <hr class="wk-divider"/>
130 +[[➡ Materiallisten für Klasse 5>>doc:eltern.materiallisten]]
131 +{{/info}}
576 576  
577 - <!-- FÖRDERVEREIN -->
578 - <div class="wk-section">
579 - <div class="wk-section-title">
580 - <div class="wk-section-title-icon icon-green">💚</div>
581 - <h2>Förderverein KGS Stuhr-Brinkum e.V.</h2>
582 - </div>
583 - <div class="wk-foerder">
584 - Unterstützen Sie Ihre Schulgemeinschaft! Der Förderverein hilft dort, wo öffentliche Mittel nicht reichen – von Ausstattung über Schulhofprojekte bis zu Klassenfahrten.
585 - <strong>Jahresbeitrag: nur 12,00 €</strong> (oder mehr, freiwillig).
586 - <br><br>
587 - <a href="https://www.kgs-stuhr.de/informationen/foerderverein/">→ Informationen &amp; Beitrittsformular auf der Homepage</a>
588 - </div>
589 - </div>
133 +=== 📖 Schulbücher ===
590 590  
591 -</div>
592 -{{/html}}
135 +Die Schulbücher werden über die Lernmittelausleihe bereitgestellt.
593 593  
137 +{{info}}
138 +Alle Informationen zur Schulbuchausleihe finden Sie hier:
139 +
140 +[[➡ Schulbuchausleihe>>doc:eltern.schulbuchausleihe]]
141 +{{/info}}
142 +
143 +----
144 +
145 +== 🏫 So funktioniert der Schulalltag ==
146 +
147 +=== ⏰ Unterrichtszeiten ===
148 +
149 +(% class="wikitable" style="width:60%" %)
150 +|=Stunde|=Zeit
151 +|1.|07:45–08:30
152 +|2.|08:35–09:20
153 +|3.|09:40–10:25
154 +|4.|10:25–11:10
155 +|5.|11:30–12:15
156 +|6.|12:20–13:05
157 +|7.|14:00–14:45
158 +|8.|14:45–15:30
159 +
160 +=== 📵 Handyregelung ===
161 +
162 +Die KGS Stuhr-Brinkum ist eine handyfreie Schule.
163 +
164 +Handys bleiben während des Schultages grundsätzlich ausgeschaltet und werden nur nach ausdrücklicher Erlaubnis einer Lehrkraft genutzt.
165 +
166 +=== 🍽️ Mensa & Schulkiosk ===
167 +
168 +Mittagessen und Schulkiosk werden über das System MensaMax organisiert.
169 +
170 +[[➡ Informationen zu MensaMax>>doc:eltern.mensamax]]
171 +
172 +=== 🎨 Ganztag & Arbeitsgemeinschaften ===
173 +
174 +Die KGS Stuhr-Brinkum bietet zahlreiche Arbeitsgemeinschaften und Ganztagsangebote an.
175 +
176 +Die Wahl erfolgt über IServ.
177 +
178 +[[➡ Ganztag & AG-Angebote>>doc:eltern.ganztag]]
179 +
180 +=== 🚌 Schulbusse ===
181 +
182 +Viele Schülerinnen und Schüler erreichen die Schule täglich mit dem Bus.
183 +
184 +[[➡ Informationen zu Busfahrkarten und Schulwegen>>doc:eltern.busfahrkarten]]
185 +
186 +----
187 +
188 +== 💻 Digitale Systeme ==
189 +
190 +=== 📧 IServ ===
191 +
192 +IServ ist unsere zentrale Kommunikationsplattform.
193 +
194 +Über IServ erhalten Sie beispielsweise:
195 +
196 +* Elterninformationen
197 +* wichtige Mitteilungen
198 +* Informationen zur Schulbuchausleihe
199 +* Termine und Wahlverfahren
200 +
201 +[[➡ IServ für Eltern>>doc:eltern.iserv]]
202 +
203 +=== 📅 WebUntis ===
204 +
205 +WebUntis informiert über:
206 +
207 +* Stundenpläne
208 +* Vertretungen
209 +* Raumänderungen
210 +* Krankmeldungen
211 +
212 +[[➡ WebUntis für Eltern>>doc:eltern.webuntis]]
213 +
214 +=== 📚 Eltern-Wiki ===
215 +
216 +Das Eltern-Wiki bündelt viele Informationen rund um den Schulalltag.
217 +
218 +Hier finden Sie Anleitungen, Formulare und Antworten auf häufige Fragen.
219 +
220 +[[➡ Zum Eltern-Wiki>>doc:wiki-eltern.WebHome]]
221 +
222 +----
223 +
224 +== 📝 Krankmeldungen ==
225 +
226 +{{warning}}
227 +Bitte melden Sie Ihr Kind im Krankheitsfall möglichst vor Unterrichtsbeginn krank.
228 +{{/warning}}
229 +
230 +Krankmeldungen können über WebUntis oder per E-Mail erfolgen.
231 +
232 +[[➡ Krankmeldungen & Entschuldigungen>>doc:eltern.krankmeldung]]
233 +
234 +----
235 +
236 +== 🤝 Unterstützung & Beratung ==
237 +
238 +=== ❤️ Schulsozialarbeit ===
239 +
240 +Unsere Schulsozialarbeiterinnen unterstützen Schülerinnen und Schüler bei schulischen, sozialen oder persönlichen Herausforderungen.
241 +
242 +[[➡ Schulsozialarbeit>>doc:eltern.schulsozialarbeit]]
243 +
244 +=== 🧭 Beratungsangebote ===
245 +
246 +Bei Lernschwierigkeiten, Konflikten oder anderen Herausforderungen stehen verschiedene Beratungsangebote zur Verfügung.
247 +
248 +[[➡ Beratung & Unterstützung>>doc:eltern.beratung]]
249 +
250 +{{info}}
251 +Alle Beratungsangebote sind freiwillig und vertraulich.
252 +{{/info}}
253 +
254 +----
255 +
256 +== 💙 Förderverein der KGS Stuhr-Brinkum ==
257 +
258 +Der Förderverein unterstützt viele Projekte, Veranstaltungen und Anschaffungen für unsere Schülerinnen und Schüler.
259 +
260 +Mit einer Mitgliedschaft helfen Sie dabei, das Schulleben aktiv mitzugestalten.
261 +
262 +[[➡ Informationen zum Förderverein>>doc:eltern.foerderverein]]
263 +
264 +----
265 +
266 +== ❓ Häufige Fragen ==
267 +
268 +{{expandable summary="Wann bekommt mein Kind seinen Stundenplan?"}}
269 +Die Stundenpläne werden zu Beginn des Schuljahres ausgegeben und anschließend über WebUntis bereitgestellt.
270 +{{/expandable}}
271 +
272 +{{expandable summary="Wann starten die Arbeitsgemeinschaften?"}}
273 +Die AGs beginnen in der Regel einige Wochen nach Schuljahresbeginn.
274 +{{/expandable}}
275 +
276 +{{expandable summary="Wie bekomme ich Zugang zu IServ?"}}
277 +Die Zugangsdaten bzw. Registrierungscodes werden über die Schule bereitgestellt.
278 +{{/expandable}}
279 +
280 +{{expandable summary="Wie melde ich mein Kind krank?"}}
281 +Über WebUntis oder per E-Mail an die Klassenleitung.
282 +{{/expandable}}
283 +
284 +{{expandable summary="Wo finde ich weitere Informationen?"}}
285 +Im Eltern-Wiki finden Sie viele weitere Informationen, Anleitungen und Hilfestellungen.
286 +{{/expandable}}
287 +
288 +----
289 +
290 +== 🔗 Nützliche Links ==
291 +
292 +(% style="display:flex; gap:20px; flex-wrap:wrap; margin-top:15px;" %)
293 +(((
294 +(% style="flex:1; min-width:220px; background:#eef7ff; border-radius:10px; padding:15px;" %)
295 +(((
296 +📚 **Schulbuchausleihe**
297 +)))
298 +
299 +(% style="flex:1; min-width:220px; background:#f6f8ea; border-radius:10px; padding:15px;" %)
300 +(((
301 +💻 **IServ**
302 +)))
303 +
304 +(% style="flex:1; min-width:220px; background:#fff4ec; border-radius:10px; padding:15px;" %)
305 +(((
306 +📅 **WebUntis**
307 +)))
308 +
309 +(% style="flex:1; min-width:220px; background:#f3f6fb; border-radius:10px; padding:15px;" %)
310 +(((
311 +🍽️ **MensaMax**
312 +)))
313 +
314 +(% style="flex:1; min-width:220px; background:#eef9f0; border-radius:10px; padding:15px;" %)
315 +(((
316 +🎨 **Ganztag & AGs**
317 +)))
318 +
319 +(% style="flex:1; min-width:220px; background:#fff6e9; border-radius:10px; padding:15px;" %)
320 +(((
321 +🤝 **Beratung**
322 +)))
323 +)))
324 +
325 +----
326 +
327 +{{success}}
328 +🌟 Wir freuen uns darauf, Ihr Kind an der KGS Stuhr-Brinkum willkommen zu heißen und gemeinsam einen erfolgreichen Start in Klasse 5 zu gestalten!
329 +{{/success}}
IMG_4592.webp
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.kgs-sbde-groeneveld
Größe
... ... @@ -1,1 +1,0 @@
1 -167.1 KB
Inhalt