Änderungen von Dokument eltern.klasse5
Zuletzt geändert von Sarah Groeneveld am 2026/06/08 09:25
Von Version 1.1
bearbeitet von Sarah Groeneveld
am 2026/06/07 20:13
am 2026/06/07 20:13
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 6.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 08:38
am 2026/06/08 08:38
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -1,369 +1,569 @@ 1 -= 🌟 Willkommen in Klasse 5 an der KGS Stuhr-Brinkum = 1 +{{velocity}} 2 +#set($void = $xwiki.ssfx.use("willkommen5.css")) 3 +{{/velocity}} 2 2 3 -[[image:Banner_Willkommen_Klasse5.png]] 5 +{{html clean="false"}} 6 +<style> 7 +/* ===== KGS WILLKOMMEN-SEITE – 5. JAHRGANG 2026/27 ===== */ 4 4 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 9 +.wk-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; } 7 7 8 -{{box cssClass="infobox"}} 9 -Herzlich willkommen an der KGS Stuhr-Brinkum! 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-img-hint { 60 + margin-top: 20px; 61 + border: 2px dashed rgba(255,255,255,0.25); 62 + border-radius: 8px; 63 + padding: 16px 20px; 64 + color: rgba(255,255,255,0.5); 65 + font-size: 0.85em; 66 + font-style: italic; 67 +} 10 10 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. 12 -{{/box}} 69 +/* HIGHLIGHT BOX */ 70 +.wk-highlight { 71 + background: linear-gradient(135deg, #fff9e6, #fff3cc); 72 + border-left: 5px solid #FFD600; 73 + border-radius: 8px; 74 + padding: 16px 20px; 75 + margin-bottom: 28px; 76 + display: flex; 77 + align-items: flex-start; 78 + gap: 12px; 79 +} 80 +.wk-highlight-icon { font-size: 1.4em; flex-shrink: 0; margin-top: 2px; } 81 +.wk-highlight-text { font-size: 0.95em; color: #3d3000; line-height: 1.6; } 82 +.wk-highlight-text strong { color: #1a1a2e; } 13 13 14 -{{toc/}} 84 +/* SECTION HEADERS */ 85 +.wk-section { 86 + margin-bottom: 36px; 87 +} 88 +.wk-section-title { 89 + display: flex; 90 + align-items: center; 91 + gap: 10px; 92 + margin-bottom: 16px; 93 + padding-bottom: 10px; 94 + border-bottom: 2px solid #e8eaf0; 95 +} 96 +.wk-section-title-icon { 97 + width: 36px; height: 36px; 98 + border-radius: 8px; 99 + display: flex; align-items: center; justify-content: center; 100 + font-size: 1.1em; 101 + flex-shrink: 0; 102 +} 103 +.icon-red { background: #fdecea; } 104 +.icon-blue { background: #e3f0ff; } 105 +.icon-green { background: #e8f5e9; } 106 +.icon-orange { background: #fff3e0; } 107 +.icon-purple { background: #f3e5f5; } 108 +.icon-teal { background: #e0f2f1; } 15 15 16 ----- 110 +.wk-section-title h2 { 111 + font-size: 1.2em; 112 + font-weight: 700; 113 + color: #1a1a2e; 114 + margin: 0; 115 +} 17 17 18 -== 🚀 Schnellstart == 117 +/* TIMELINE – Termine */ 118 +.wk-timeline { position: relative; padding-left: 28px; } 119 +.wk-timeline::before { 120 + content: ''; 121 + position: absolute; left: 8px; top: 4px; bottom: 4px; 122 + width: 2px; background: linear-gradient(to bottom, #E53935, #FFD600); 123 + border-radius: 2px; 124 +} 125 +.wk-event { 126 + position: relative; 127 + margin-bottom: 18px; 128 + background: #fff; 129 + border: 1px solid #e8eaf0; 130 + border-radius: 10px; 131 + padding: 14px 16px; 132 + box-shadow: 0 2px 6px rgba(0,0,0,0.05); 133 +} 134 +.wk-event::before { 135 + content: ''; 136 + position: absolute; left: -24px; top: 18px; 137 + width: 10px; height: 10px; 138 + border-radius: 50%; 139 + background: #E53935; 140 + border: 2px solid #fff; 141 + box-shadow: 0 0 0 2px #E53935; 142 +} 143 +.wk-event-date { 144 + font-size: 0.78em; 145 + font-weight: 700; 146 + color: #E53935; 147 + text-transform: uppercase; 148 + letter-spacing: 0.5px; 149 + margin-bottom: 3px; 150 +} 151 +.wk-event-title { 152 + font-size: 0.98em; 153 + font-weight: 700; 154 + color: #1a1a2e; 155 + margin-bottom: 2px; 156 +} 157 +.wk-event-desc { 158 + font-size: 0.87em; 159 + color: #555; 160 + line-height: 1.5; 161 +} 162 +.wk-event.highlight-event { 163 + border-color: #E53935; 164 + background: linear-gradient(135deg, #fff9f9, #fff); 165 +} 166 +.wk-event.highlight-event::before { background: #E53935; } 19 19 20 -(% style="display:flex; gap:20px; flex-wrap:wrap; margin-top:20px; margin-bottom:25px;" %) 21 -((( 22 -(% style="flex:1; min-width:280px; background:#eef7ff; border-radius:12px; padding:20px; border-top:8px solid #1a6fa8;" %) 23 -((( 24 -📅 25 -=== Schulstart === 168 +/* CARDS GRID */ 169 +.wk-cards { 170 + display: grid; 171 + grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 172 + gap: 16px; 173 +} 174 +.wk-card { 175 + background: #fff; 176 + border: 1px solid #e8eaf0; 177 + border-radius: 10px; 178 + padding: 18px; 179 + box-shadow: 0 2px 6px rgba(0,0,0,0.04); 180 + transition: box-shadow 0.2s; 181 +} 182 +.wk-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.09); } 183 +.wk-card-head { 184 + display: flex; align-items: center; gap: 10px; 185 + margin-bottom: 10px; 186 +} 187 +.wk-card-icon { 188 + width: 32px; height: 32px; 189 + border-radius: 8px; 190 + display: flex; align-items: center; justify-content: center; 191 + font-size: 1em; 192 + flex-shrink: 0; 193 +} 194 +.wk-card h3 { 195 + font-size: 0.95em; 196 + font-weight: 700; 197 + color: #1a1a2e; 198 + margin: 0; 199 +} 200 +.wk-card p, .wk-card li { 201 + font-size: 0.87em; 202 + color: #555; 203 + line-height: 1.6; 204 + margin: 0; 205 +} 206 +.wk-card ul { padding-left: 18px; margin: 6px 0 0 0; } 207 +.wk-card a { color: #0f3460; font-weight: 600; } 26 26 27 -* Einschulung 28 -* Einführungswoche 29 -* Kennenlerntage 209 +/* STUNDENPLAN TABLE */ 210 +.wk-timetable { 211 + width: 100%; 212 + border-collapse: collapse; 213 + font-size: 0.88em; 214 + border-radius: 10px; 215 + overflow: hidden; 216 + box-shadow: 0 2px 8px rgba(0,0,0,0.06); 217 +} 218 +.wk-timetable thead tr { 219 + background: #1a1a2e; 220 + color: #fff; 221 +} 222 +.wk-timetable th { 223 + padding: 10px 14px; 224 + text-align: left; 225 + font-weight: 600; 226 + font-size: 0.9em; 227 + letter-spacing: 0.3px; 228 +} 229 +.wk-timetable td { 230 + padding: 9px 14px; 231 + border-bottom: 1px solid #f0f0f0; 232 + color: #333; 233 +} 234 +.wk-timetable tr:nth-child(even) td { background: #f8f9fc; } 235 +.wk-timetable tr.pause-row td { 236 + background: #fff9e6; 237 + color: #7a6000; 238 + font-style: italic; 239 + font-size: 0.85em; 240 +} 30 30 31 -[[➡ Mehr erfahren>>#Schulstart]] 32 -))) 242 +/* MATERIAL CHIPS */ 243 +.wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; } 244 +.wk-chip { 245 + display: inline-flex; align-items: center; gap: 5px; 246 + padding: 4px 12px; 247 + border-radius: 20px; 248 + font-size: 0.82em; 249 + font-weight: 600; 250 + border: 1.5px solid; 251 +} 252 +.chip-rot { background: #fdecea; color: #c62828; border-color: #ef9a9a; } 253 +.chip-gelb { background: #fffde7; color: #827717; border-color: #fff176; } 254 +.chip-blau { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; } 255 +.chip-gruen { background: #e8f5e9; color: #1b5e20; border-color: #a5d6a7; } 256 +.chip-weiss { background: #fafafa; color: #424242; border-color: #bdbdbd; } 257 +.chip-orange { background: #fff3e0; color: #e65100; border-color: #ffcc80; } 258 +.chip-lila { background: #f3e5f5; color: #4a148c; border-color: #ce93d8; } 259 +.chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; } 260 +.chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; } 33 33 34 -(% style="flex:1; min-width:280px; background:#f6f8ea; border-radius:12px; padding:20px; border-top:8px solid #7a9d23;" %) 35 -((( 36 -🎒 37 -=== Materialien === 262 +/* CONTACT CARDS */ 263 +.wk-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; } 264 +.wk-contact { 265 + background: #f8f9fc; 266 + border-radius: 10px; 267 + padding: 14px 16px; 268 + border: 1px solid #e8eaf0; 269 +} 270 +.wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; } 271 +.wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; } 272 +.wk-contact a { font-size: 0.83em; color: #0f3460; } 38 38 39 -* Federtasche 40 -* Hefte & Mappen 41 -* Schulbücher 274 +/* PLATFORM PILLS */ 275 +.wk-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; } 276 +.wk-platform { 277 + background: #fff; 278 + border: 1.5px solid #e0e4ef; 279 + border-radius: 8px; 280 + padding: 10px 14px; 281 + font-size: 0.87em; 282 + min-width: 180px; 283 +} 284 +.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; } 285 +.wk-platform-desc { color: #666; font-size: 0.9em; } 286 +.wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; } 42 42 43 -[[➡ Zur Materialliste>>#Materialien]] 44 -))) 288 +/* FOERDERVEREIN */ 289 +.wk-foerder { 290 + background: linear-gradient(135deg, #e8f5e9, #f1f8f1); 291 + border: 1.5px solid #a5d6a7; 292 + border-radius: 10px; 293 + padding: 18px 20px; 294 + font-size: 0.9em; 295 + color: #1b5e20; 296 + line-height: 1.7; 297 +} 298 +.wk-foerder strong { color: #1a1a2e; } 299 +.wk-foerder a { color: #0f3460; font-weight: 600; } 45 45 46 -(% style="flex:1; min-width:280px; background:#fff4ec; border-radius:12px; padding:20px; border-top:8px solid #d35400;" %) 47 -((( 48 -🏫 49 -=== Schulalltag === 301 +/* DIVIDER */ 302 +.wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 10px 0 28px 0; } 303 +</style> 50 50 51 -* Unterrichtszeiten 52 -* Mensa 53 -* Busse 54 -* AGs 305 +<div class="wk-page"> 55 55 56 -[[➡ Zum Schulalltag>>#Schulalltag]] 57 -))) 307 + <!-- HERO --> 308 + <div class="wk-hero"> 309 + <div class="wk-hero-tag">🎒 Elterninformationen · Schuljahr 2026/27</div> 310 + <h1>Willkommen an der<br><span>KGS Stuhr-Brinkum</span></h1> 311 + <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler!<br> 312 + Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p> 313 + <div class="wk-hero-img-hint">📸 Hier können Sie ein Willkommensbild oder Schulgebäude-Foto einfügen</div> 314 + </div> 58 58 59 -(% style="flex:1; min-width:280px; background:#f3f6fb; border-radius:12px; padding:20px; border-top:8px solid #1a2d4e;" %) 60 -((( 61 -💻 62 -=== Digitale Systeme === 316 + <!-- WICHTIGE TERMINE --> 317 + <div class="wk-section"> 318 + <div class="wk-section-title"> 319 + <div class="wk-section-title-icon icon-red">📅</div> 320 + <h2>Die wichtigsten Termine auf einen Blick</h2> 321 + </div> 63 63 64 -* IServ 65 -* WebUntis 66 -* Eltern-Wiki 323 + <div class="wk-timeline"> 67 67 68 -[[➡ Mehr erfahren>>#DigitaleSysteme]] 69 -))) 70 -))) 325 + <div class="wk-event highlight-event"> 326 + <div class="wk-event-date">Freitag, 14. August 2026 · 08:30 Uhr</div> 327 + <div class="wk-event-title">🎉 Einschulungsfeier – Erster Schultag</div> 328 + <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> 329 + </div> 71 71 72 ----- 331 + <div class="wk-event"> 332 + <div class="wk-event-date">17. – 21. August 2026</div> 333 + <div class="wk-event-title">📚 Einführungswoche</div> 334 + <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> 335 + </div> 73 73 74 -(% id="Schulstart" %) 75 -== 📅 Der Start in Klasse 5 == 337 + <div class="wk-event"> 338 + <div class="wk-event-date">August – Oktober 2026 (vor Herbstferien)</div> 339 + <div class="wk-event-title">🤝 Kennenlerntage statt Klassenfahrt</div> 340 + <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> 341 + </div> 76 76 77 -=== 🎉 Erster Schultag === 343 + <div class="wk-event"> 344 + <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div> 345 + <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div> 346 + <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.</div> 347 + </div> 78 78 79 - {{box}}80 - DieBegrüßungder neuen Fünftklässlerinnen und Fünftklässler findet am349 + </div> 350 + </div> 81 81 82 - **Freitag,14.08.2026um 08:30 Uhr inderMensa**352 + <hr class="wk-divider"/> 83 83 84 -statt. 354 + <!-- TÄGLICHER SCHULBETRIEB --> 355 + <div class="wk-section"> 356 + <div class="wk-section-title"> 357 + <div class="wk-section-title-icon icon-blue">🕐</div> 358 + <h2>Unterrichtszeiten</h2> 359 + </div> 360 + <table class="wk-timetable"> 361 + <thead> 362 + <tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr> 363 + </thead> 364 + <tbody> 365 + <tr><td><strong>1. Stunde</strong></td><td>07:45 – 08:30 Uhr</td></tr> 366 + <tr><td><strong>2. Stunde</strong></td><td>08:35 – 09:20 Uhr</td></tr> 367 + <tr class="pause-row"><td>☕ 1. große Pause (20 Min.)</td><td>09:20 – 09:40 Uhr</td></tr> 368 + <tr><td><strong>3. Stunde</strong></td><td>09:40 – 10:25 Uhr</td></tr> 369 + <tr><td><strong>4. Stunde</strong></td><td>10:25 – 11:10 Uhr</td></tr> 370 + <tr class="pause-row"><td>☕ 2. große Pause (20 Min.)</td><td>11:10 – 11:30 Uhr</td></tr> 371 + <tr><td><strong>5. Stunde</strong></td><td>11:30 – 12:15 Uhr</td></tr> 372 + <tr><td><strong>6. Stunde</strong></td><td>12:20 – 13:05 Uhr</td></tr> 373 + <tr class="pause-row"><td>🍽️ Mittagspause (55 Min.)</td><td>13:05 – 14:00 Uhr</td></tr> 374 + <tr><td><strong>7. Stunde</strong></td><td>14:00 – 14:45 Uhr</td></tr> 375 + <tr><td><strong>8. Stunde</strong></td><td>14:45 – 15:30 Uhr</td></tr> 376 + </tbody> 377 + </table> 378 + </div> 85 85 86 - Anschließendgehendie Kinder gemeinsam mit ihrenKlassenlehrkräften indieneuen Klassenräume.380 + <hr class="wk-divider"/> 87 87 88 -Der Unterricht endet an diesem Tag um **12:15 Uhr**. 89 -{{/box}} 382 + <!-- WICHTIGE INFOS CARDS --> 383 + <div class="wk-section"> 384 + <div class="wk-section-title"> 385 + <div class="wk-section-title-icon icon-orange">ℹ️</div> 386 + <h2>Wichtige Informationen</h2> 387 + </div> 388 + <div class="wk-cards"> 90 90 91 -{{info}} 92 -Bitte begleiten Sie Ihr Kind möglichst mit höchstens zwei Personen, damit alle Familien ausreichend Platz in der Mensa finden. 93 -{{/info}} 390 + <div class="wk-card"> 391 + <div class="wk-card-head"> 392 + <div class="wk-card-icon icon-orange">🚌</div> 393 + <h3>Schulbus & TIM-Ticket</h3> 394 + </div> 395 + <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> 396 + </div> 94 94 95 -=== 🤝 Einführungswoche === 398 + <div class="wk-card"> 399 + <div class="wk-card-head"> 400 + <div class="wk-card-icon icon-teal">🍽️</div> 401 + <h3>Mensa & Kiosk (MensaMax)</h3> 402 + </div> 403 + <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> 404 + </div> 96 96 97 -Die Einführungswoche findet vom **17.08. bis 21.08.2026** statt. 406 + <div class="wk-card"> 407 + <div class="wk-card-head"> 408 + <div class="wk-card-icon" style="background:#fce4ec;">📵</div> 409 + <h3>Handyfreie Schule</h3> 410 + </div> 411 + <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> 412 + </div> 98 98 99 -In dieser Woche stehen das Kennenlernen der neuen Schule, der neuen Klasse und der neuen Lehrkräfte im Mittelpunkt. 414 + <div class="wk-card"> 415 + <div class="wk-card-head"> 416 + <div class="wk-card-icon icon-red">🤒</div> 417 + <h3>Krankmeldung</h3> 418 + </div> 419 + <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> 420 + <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/krankmeldung/">→ Ausführliche Anleitung im Wiki</a></li></ul> 421 + </div> 100 100 101 -* Unterricht überwiegend bei der Klassenleitung 102 -* Kennenlernen der Schule 103 -* Vorstellung der Fachlehrkräfte 104 -* erste Unterrichtsstunden in den neuen Fächern 423 + <div class="wk-card"> 424 + <div class="wk-card-head"> 425 + <div class="wk-card-icon icon-blue">📚</div> 426 + <h3>Schulbücher (Lernmittelausleihe)</h3> 427 + </div> 428 + <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> 429 + </div> 105 105 106 -Für den ersten Tag werden lediglich eine Federtasche und ein Schreibblock benötigt. 431 + <div class="wk-card"> 432 + <div class="wk-card-head"> 433 + <div class="wk-card-icon icon-green">🏠</div> 434 + <h3>Jugendzentrum „Haus am Wall"</h3> 435 + </div> 436 + <p>Partner der KGS in Brinkum – kostenlos, ohne Anmeldung. Café, Garten, Billard, Kicker, Playstation, Ferienprogramme. Enge Kooperation mit der Schule.</p> 437 + <ul><li><a href="https://hausamwall.de/" target="_blank">→ hausamwall.de</a></li></ul> 438 + </div> 107 107 108 -=== 🌳 Kennenlerntage statt Klassenfahrt === 440 + </div> 441 + </div> 109 109 110 - Biszuden Herbstferienfindenverschiedene gemeinsame Aktionen statt:443 + <hr class="wk-divider"/> 111 111 112 -* Jahrgangsfrühstück 113 -* Tagesausflug 114 -* Sozialtraining 115 -* Teambuilding-Angebote 116 -* gemeinsames Kennenlernen innerhalb des Jahrgangs 445 + <!-- MATERIALIEN --> 446 + <div class="wk-section"> 447 + <div class="wk-section-title"> 448 + <div class="wk-section-title-icon icon-purple">✏️</div> 449 + <h2>Materialien & Ausstattung</h2> 450 + </div> 117 117 118 -Weitere Informationen erhalten Sie rechtzeitig über die Klassenleitung. 452 + <div class="wk-highlight"> 453 + <div class="wk-highlight-icon">🎒</div> 454 + <div class="wk-highlight-text"> 455 + <strong>Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte 456 + </div> 457 + </div> 119 119 120 ----- 459 + <p style="font-size:0.9em; color:#555; margin-bottom:10px;"><strong>Hefte DIN-A4:</strong> Lineatur 25 für Deutsch & Englisch · Lineatur 28 für Mathematik</p> 460 + <p style="font-size:0.9em; color:#555; margin-bottom:8px;"><strong>Heftumschläge:</strong></p> 461 + <div class="wk-chips"> 462 + <span class="wk-chip chip-rot">Deutsch · rot</span> 463 + <span class="wk-chip chip-gelb">Englisch · gelb</span> 464 + <span class="wk-chip chip-blau">Mathematik · blau</span> 465 + </div> 466 + <p style="font-size:0.9em; color:#555; margin: 14px 0 8px;"><strong>Pappmappen:</strong></p> 467 + <div class="wk-chips"> 468 + <span class="wk-chip chip-gruen">Biologie · grün</span> 469 + <span class="wk-chip chip-weiss">Physik · weiß</span> 470 + <span class="wk-chip chip-orange">Musik · orange</span> 471 + <span class="wk-chip chip-lila">Religion · lila</span> 472 + <span class="wk-chip chip-grau">Geschichte · grau</span> 473 + <span class="wk-chip chip-braun">Erdkunde · braun</span> 474 + </div> 475 + <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> 476 + </div> 121 121 122 -(% id="Materialien" %) 123 -== 🎒 Materialien & Ausstattung == 478 + <hr class="wk-divider"/> 124 124 125 -{{expandable summary="✏️ Was gehört in die Federtasche?"}} 480 + <!-- DIGITALE PLATTFORMEN --> 481 + <div class="wk-section"> 482 + <div class="wk-section-title"> 483 + <div class="wk-section-title-icon icon-blue">💻</div> 484 + <h2>Digitale Plattformen</h2> 485 + </div> 486 + <div class="wk-platforms"> 487 + <div class="wk-platform"> 488 + <div class="wk-platform-name">📨 IServ (Elternmodul)</div> 489 + <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.<br> 490 + <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/IServ-Elternmodul/">→ Anleitung im Wiki</a></div> 491 + </div> 492 + <div class="wk-platform"> 493 + <div class="wk-platform-name">📅 WebUntis / Untis App</div> 494 + <div class="wk-platform-desc">Aktueller Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.<br> 495 + <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/untis-eltern/">→ Anleitung im Wiki</a></div> 496 + </div> 497 + <div class="wk-platform"> 498 + <div class="wk-platform-name">📖 Eltern-Wiki</div> 499 + <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br> 500 + <a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div> 501 + </div> 502 + <div class="wk-platform"> 503 + <div class="wk-platform-name">🌐 Schulhomepage</div> 504 + <div class="wk-platform-desc">Allgemeines, Schulleben, Profile, Kontakte.<br> 505 + <a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div> 506 + </div> 507 + </div> 508 + </div> 126 126 127 -* Füller oder Tintenroller 128 -* Ersatzpatronen 129 -* Lineal 130 -* Textmarker 131 -* Radiergummi 132 -* Anspitzer mit Auffangbehälter 133 -* Klebestift 134 -* Schere 135 -* zwei Bleistifte 136 -* Buntstifte 510 + <hr class="wk-divider"/> 137 137 138 -{{/expandable}} 512 + <!-- BERATUNG & KONTAKT --> 513 + <div class="wk-section"> 514 + <div class="wk-section-title"> 515 + <div class="wk-section-title-icon icon-green">🤝</div> 516 + <h2>Beratung & Unterstützung</h2> 517 + </div> 518 + <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> 519 + <div class="wk-contacts"> 520 + <div class="wk-contact"> 521 + <div class="wk-contact-name">Ariane Vollmer</div> 522 + <div class="wk-contact-role">Schulsozialarbeit</div> 523 + <div>Tel.: 0421 80969-1990</div> 524 + <a href="mailto:vollmer@kgs-sb.de">vollmer@kgs-sb.de</a> 525 + </div> 526 + <div class="wk-contact"> 527 + <div class="wk-contact-name">Annika Reiners</div> 528 + <div class="wk-contact-role">Schulsozialarbeit</div> 529 + <div>Tel.: 0421 80969-1560</div> 530 + <a href="mailto:reiners@kgs-sb.de">reiners@kgs-sb.de</a> 531 + </div> 532 + <div class="wk-contact"> 533 + <div class="wk-contact-name">Lucy Tiedemann</div> 534 + <div class="wk-contact-role">Schulsozialarbeit</div> 535 + <a href="mailto:tiedemann@kgs-sb.de">tiedemann@kgs-sb.de</a> 536 + </div> 537 + <div class="wk-contact"> 538 + <div class="wk-contact-name">Andrea Barnert</div> 539 + <div class="wk-contact-role">Beratungslehrkraft</div> 540 + <div>Tel.: 0421 80969-134</div> 541 + <a href="mailto:a.barnert@kgs-sb.de">a.barnert@kgs-sb.de</a> 542 + </div> 543 + <div class="wk-contact"> 544 + <div class="wk-contact-name">Sabrina Röber <em>(i. A.)</em></div> 545 + <div class="wk-contact-role">Beratungslehrkraft</div> 546 + <a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a> 547 + </div> 548 + </div> 549 + </div> 139 139 140 - {{expandablesummary="📚Hefte und Umschläge"}}551 + <hr class="wk-divider"/> 141 141 142 -|=Fach|=Lineatur|=Farbe 143 -|Deutsch|25|Rot 144 -|Englisch|25|Gelb 145 -|Mathematik|28|Blau 553 + <!-- FÖRDERVEREIN --> 554 + <div class="wk-section"> 555 + <div class="wk-section-title"> 556 + <div class="wk-section-title-icon icon-green">💚</div> 557 + <h2>Förderverein KGS Stuhr-Brinkum e.V.</h2> 558 + </div> 559 + <div class="wk-foerder"> 560 + Unterstützen Sie Ihre Schulgemeinschaft! Der Förderverein hilft dort, wo öffentliche Mittel nicht reichen – von Ausstattung über Schulhofprojekte bis zu Klassenfahrten. 561 + <strong>Jahresbeitrag: nur 12,00 €</strong> (oder mehr, freiwillig). 562 + <br><br> 563 + <a href="https://www.kgs-stuhr.de/informationen/foerderverein/">→ Informationen & Beitrittsformular auf der Homepage</a> 564 + </div> 565 + </div> 146 146 147 -{{/expandable}} 567 +</div> 568 +{{/html}} 148 148 149 -{{expandable summary="📁 Pappmappen"}} 150 - 151 -|=Fach|=Farbe 152 -|Biologie|Grün 153 -|Physik|Weiß 154 -|Musik|Orange 155 -|Religion|Lila 156 -|Geschichte|Grau 157 -|Erdkunde|Braun 158 - 159 -{{/expandable}} 160 - 161 -{{expandable summary="📖 Schulbücher"}} 162 - 163 -Die Schulbuchausleihe erfolgt online über IServ. 164 - 165 -* vollständiges Paket für den gesamten Jahrgang 166 -* keine Einzelbestellung möglich 167 -* Ermäßigungen für Familien mit mehreren schulpflichtigen Kindern 168 -* Befreiung bei bestimmten Sozialleistungen möglich 169 - 170 -Weitere Informationen finden Sie im Bereich Schulbuchausleihe des Eltern-Wikis. 171 - 172 -{{/expandable}} 173 - 174 ----- 175 - 176 -(% id="Schulalltag" %) 177 -== 🏫 Der Schulalltag in Klasse 5 == 178 - 179 -{{expandable summary="⏰ Unterrichtszeiten"}} 180 - 181 -|=Stunde|=Zeit 182 -|1.|07:45–08:30 183 -|2.|08:35–09:20 184 -|Pause|09:20–09:40 185 -|3.|09:40–10:25 186 -|4.|10:25–11:10 187 -|Pause|11:10–11:30 188 -|5.|11:30–12:15 189 -|6.|12:20–13:05 190 -|Mittagspause|13:05–14:00 191 -|7.|14:00–14:45 192 -|8.|14:45–15:30 193 - 194 -{{/expandable}} 195 - 196 -{{expandable summary="📵 Unsere Schule ist handyfrei"}} 197 - 198 -An der KGS Stuhr-Brinkum gilt ein klares Konzept: 199 - 200 -* Handys bleiben im Unterricht und in den Pausen ausgeschaltet. 201 -* Nutzung nur mit ausdrücklicher Erlaubnis einer Lehrkraft. 202 -* Dies gilt grundsätzlich auch für Tablets außerhalb des Unterrichts. 203 - 204 -{{/expandable}} 205 - 206 -{{expandable summary="🚌 Schulbusse"}} 207 - 208 -Alle Schülerinnen und Schüler, die die Voraussetzungen des Landkreises erfüllen, erhalten automatisch eine Fahrkarte. 209 - 210 -Ein gesonderter Antrag ist in der Regel nicht erforderlich. 211 - 212 -Die Fahrkarten werden zu Beginn des Schuljahres über die Klassenleitungen verteilt. 213 - 214 -{{/expandable}} 215 - 216 ----- 217 - 218 -== 🍽️ Mensa & Ganztag == 219 - 220 -=== 🍝 Mittagessen und Schulkiosk === 221 - 222 -Die Essensbestellung erfolgt über **MensaMax**. 223 - 224 -* bargeldlose Bezahlung 225 -* persönlicher Essenschip 226 -* Vorbestellung des Mittagessens 227 -* Schulkiosk ebenfalls über MensaMax 228 - 229 -{{info}} 230 -Der Essenschip wird über das Sekretariat eingerichtet. 231 -{{/info}} 232 - 233 -=== 🎨 Arbeitsgemeinschaften (AGs) === 234 - 235 -Die KGS Stuhr-Brinkum ist eine offene Ganztagsschule. 236 - 237 -* Teilnahme freiwillig 238 -* digitale Wahl über IServ 239 -* Beginn einige Wochen nach Schuljahresstart 240 -* Teilnahme nach Wahl verbindlich für das Schuljahr 241 - 242 ----- 243 - 244 -(% id="DigitaleSysteme" %) 245 -== 💻 Digitale Systeme für Eltern == 246 - 247 -(% style="display:flex; gap:20px; flex-wrap:wrap; margin-top:15px;" %) 248 -((( 249 -(% style="flex:1; min-width:250px; background:#eef7ff; border-radius:12px; padding:18px;" %) 250 -((( 251 -=== 📧 IServ === 252 - 253 -Unsere zentrale Kommunikationsplattform. 254 - 255 -* Elternbriefe 256 -* Schulbuchausleihe 257 -* Terminbuchungen 258 -* wichtige Informationen 259 -))) 260 - 261 -(% style="flex:1; min-width:250px; background:#f6f8ea; border-radius:12px; padding:18px;" %) 262 -((( 263 -=== 📅 WebUntis === 264 - 265 -Immer aktuell informiert. 266 - 267 -* Stundenplan 268 -* Vertretungen 269 -* Raumänderungen 270 -* Krankmeldungen 271 -))) 272 - 273 -(% style="flex:1; min-width:250px; background:#fff4ec; border-radius:12px; padding:18px;" %) 274 -((( 275 -=== 📚 Eltern-Wiki === 276 - 277 -Hilfe rund um den Schulalltag. 278 - 279 -* Anleitungen 280 -* FAQs 281 -* Formulare 282 -* Schritt-für-Schritt-Erklärungen 283 -))) 284 -))) 285 - 286 ----- 287 - 288 -== 📝 Krankmeldungen == 289 - 290 -{{warning}} 291 -Bitte melden Sie Ihr Kind im Krankheitsfall bis spätestens 07:45 Uhr bei der Klassenleitung krank. 292 -{{/warning}} 293 - 294 -Die Krankmeldung kann erfolgen: 295 - 296 -* per E-Mail an die Klassenleitung 297 -* über WebUntis 298 - 299 -Nach der Rückkehr benötigt Ihr Kind eine schriftliche Entschuldigung im Entschuldigungsheft. 300 - 301 ----- 302 - 303 -== 🤝 Unterstützung & Beratung == 304 - 305 -=== ❤️ Schulsozialarbeit === 306 - 307 -Unsere Schulsozialarbeiterinnen unterstützen Schülerinnen und Schüler bei: 308 - 309 -* Konflikten 310 -* Sorgen im Schulalltag 311 -* dem Ankommen an der neuen Schule 312 -* persönlichen Herausforderungen 313 - 314 -=== 🧭 Beratungslehrkräfte === 315 - 316 -Unsere Beratungslehrkräfte helfen unter anderem bei: 317 - 318 -* Lernschwierigkeiten 319 -* Prüfungsangst 320 -* Konflikten 321 -* Mobbing 322 -* persönlichen Problemen 323 - 324 -{{info}} 325 -Alle Beratungsangebote sind freiwillig und vertraulich. 326 -{{/info}} 327 - 328 ----- 329 - 330 -== 💙 Förderverein der KGS Stuhr-Brinkum == 331 - 332 -Der Förderverein unterstützt viele Projekte und Anschaffungen, die direkt den Schülerinnen und Schülern zugutekommen. 333 - 334 -Mit einer Mitgliedschaft helfen Sie dabei, das Schulleben aktiv mitzugestalten. 335 - 336 -[[➡ Mehr zum Förderverein>>https://www.kgs-stuhr.de/informationen/foerderverein/]] 337 - 338 ----- 339 - 340 -== ❓ Häufige Fragen == 341 - 342 -{{expandable summary="Wann bekommt mein Kind die Busfahrkarte?"}} 343 -Die Fahrkarten werden zu Beginn des Schuljahres über die Klassenleitungen verteilt. 344 -{{/expandable}} 345 - 346 -{{expandable summary="Wann starten die AGs?"}} 347 -In der Regel beginnen die AGs ab der dritten oder vierten Schulwoche. 348 -{{/expandable}} 349 - 350 -{{expandable summary="Wie funktioniert die Schulbuchausleihe?"}} 351 -Die Anmeldung erfolgt online über IServ. 352 -{{/expandable}} 353 - 354 -{{expandable summary="Wie bekomme ich einen IServ-Elternzugang?"}} 355 -Die Zugangsdaten bzw. Registrierungscodes werden über die Klassenleitungen ausgegeben. 356 -{{/expandable}} 357 - 358 -{{expandable summary="Wie melde ich mein Kind krank?"}} 359 -Per E-Mail an die Klassenleitung oder direkt über WebUntis. 360 -{{/expandable}} 361 - 362 ----- 363 - 364 -{{success}} 365 -🌟 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! 366 -{{/success}} 367 - 368 -(% style="font-size:0.85em; color:#888; margin-top:2em;" %) 369 -Diese Seite gehört zum Eltern-Wiki der KGS Stuhr-Brinkum · Stand: Juli 2026