Ä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 5.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 08:37
am 2026/06/08 08:37
Ä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,303 @@ 1 -= 🌟 Willkommen in Klasse 5 an der KGS Stuhr-Brinkum = 1 +<!DOCTYPE html> 2 +<html lang="de"> 3 +<head> 4 +<meta charset="UTF-8"> 5 +<meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 +<title>Willkommen 5. Jahrgang – KGS Stuhr-Brinkum</title> 7 +<style> 8 +* { box-sizing: border-box; } 9 +body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f4f5f8; color: #1a1a2e; margin: 0; padding: 24px; } 10 +.wiki-frame { max-width: 860px; margin: 0 auto; background: #f4f5f8; } 2 2 3 -[[image:Banner_Willkommen_Klasse5.png]] 12 +.wk-hero { 13 + background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); 14 + border-radius: 12px; padding: 48px 40px; margin-bottom: 32px; 15 + position: relative; overflow: hidden; 16 +} 17 +.wk-hero::before { 18 + content: ''; position: absolute; top: -60px; right: -60px; 19 + width: 300px; height: 300px; 20 + background: radial-gradient(circle, rgba(229,57,53,0.25) 0%, transparent 70%); 21 + border-radius: 50%; 22 +} 23 +.wk-hero::after { 24 + content: ''; position: absolute; bottom: -40px; left: 10%; 25 + width: 200px; height: 200px; 26 + background: radial-gradient(circle, rgba(255,214,0,0.15) 0%, transparent 70%); 27 + border-radius: 50%; 28 +} 29 +.wk-hero-tag { 30 + display: inline-block; background: rgba(229,57,53,0.9); color: #fff; 31 + font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; 32 + padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; position: relative; z-index: 1; 33 +} 34 +.wk-hero h1 { 35 + color: #fff; font-size: 2.2em; font-weight: 800; margin: 0 0 8px 0; 36 + line-height: 1.2; position: relative; z-index: 1; 37 +} 38 +.wk-hero h1 span { color: #FFD600; } 39 +.wk-hero-sub { color: rgba(255,255,255,0.75); font-size: 1.05em; margin: 0; position: relative; z-index: 1; } 40 +.wk-hero-img-hint { 41 + margin-top: 20px; border: 2px dashed rgba(255,255,255,0.25); 42 + border-radius: 8px; padding: 16px 20px; color: rgba(255,255,255,0.5); 43 + font-size: 0.85em; font-style: italic; position: relative; z-index: 1; 44 +} 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 46 +.wk-section { margin-bottom: 36px; background: #fff; border-radius: 12px; padding: 24px 28px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } 47 +.wk-section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid #e8eaf0; } 48 +.wk-section-title-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1em; flex-shrink: 0; } 49 +.icon-red { background: #fdecea; } .icon-blue { background: #e3f0ff; } .icon-green { background: #e8f5e9; } 50 +.icon-orange { background: #fff3e0; } .icon-purple { background: #f3e5f5; } .icon-teal { background: #e0f2f1; } 51 +.wk-section-title h2 { font-size: 1.2em; font-weight: 700; color: #1a1a2e; margin: 0; } 7 7 8 -{{box cssClass="infobox"}} 9 -Herzlich willkommen an der KGS Stuhr-Brinkum! 53 +.wk-highlight { background: linear-gradient(135deg,#fff9e6,#fff3cc); border-left: 5px solid #FFD600; border-radius: 8px; padding: 16px 20px; margin-bottom: 20px; display: flex; align-items: flex-start; gap: 12px; } 54 +.wk-highlight-icon { font-size: 1.4em; flex-shrink: 0; margin-top: 2px; } 55 +.wk-highlight-text { font-size: 0.95em; color: #3d3000; line-height: 1.6; } 56 +.wk-highlight-text strong { color: #1a1a2e; } 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}} 58 +.wk-timeline { position: relative; padding-left: 28px; } 59 +.wk-timeline::before { content: ''; position: absolute; left: 8px; top: 4px; bottom: 4px; width: 2px; background: linear-gradient(to bottom, #E53935, #FFD600); border-radius: 2px; } 60 +.wk-event { position: relative; margin-bottom: 18px; background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 14px 16px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); } 61 +.wk-event::before { content: ''; position: absolute; left: -24px; top: 18px; width: 10px; height: 10px; border-radius: 50%; background: #E53935; border: 2px solid #fff; box-shadow: 0 0 0 2px #E53935; } 62 +.wk-event-date { font-size: 0.78em; font-weight: 700; color: #E53935; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; } 63 +.wk-event-title { font-size: 0.98em; font-weight: 700; color: #1a1a2e; margin-bottom: 2px; } 64 +.wk-event-desc { font-size: 0.87em; color: #555; line-height: 1.5; } 65 +.wk-event.highlight-event { border-color: #E53935; background: linear-gradient(135deg,#fff9f9,#fff); } 13 13 14 -{{toc/}} 67 +.wk-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; } 68 +.wk-card { background: #f8f9fc; border: 1px solid #e8eaf0; border-radius: 10px; padding: 16px; } 69 +.wk-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; } 70 +.wk-card-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1em; flex-shrink: 0; } 71 +.wk-card h3 { font-size: 0.95em; font-weight: 700; color: #1a1a2e; margin: 0; } 72 +.wk-card p, .wk-card li { font-size: 0.87em; color: #555; line-height: 1.6; margin: 0; } 73 +.wk-card ul { padding-left: 18px; margin: 6px 0 0 0; } 74 +.wk-card a { color: #0f3460; font-weight: 600; } 15 15 16 ----- 76 +.wk-timetable { width: 100%; border-collapse: collapse; font-size: 0.88em; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } 77 +.wk-timetable thead tr { background: #1a1a2e; color: #fff; } 78 +.wk-timetable th { padding: 10px 14px; text-align: left; font-weight: 600; font-size: 0.9em; } 79 +.wk-timetable td { padding: 9px 14px; border-bottom: 1px solid #f0f0f0; color: #333; } 80 +.wk-timetable tr:nth-child(even) td { background: #f8f9fc; } 81 +.wk-timetable tr.pause-row td { background: #fff9e6; color: #7a6000; font-style: italic; font-size: 0.85em; } 17 17 18 -== 🚀 Schnellstart == 83 +.wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; } 84 +.wk-chip { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 20px; font-size: 0.82em; font-weight: 600; border: 1.5px solid; } 85 +.chip-rot { background: #fdecea; color: #c62828; border-color: #ef9a9a; } 86 +.chip-gelb { background: #fffde7; color: #827717; border-color: #fff176; } 87 +.chip-blau { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; } 88 +.chip-gruen { background: #e8f5e9; color: #1b5e20; border-color: #a5d6a7; } 89 +.chip-weiss { background: #fafafa; color: #424242; border-color: #bdbdbd; } 90 +.chip-orange { background: #fff3e0; color: #e65100; border-color: #ffcc80; } 91 +.chip-lila { background: #f3e5f5; color: #4a148c; border-color: #ce93d8; } 92 +.chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; } 93 +.chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; } 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:8pxsolid #1a6fa8;"%)23 - (((24 - 📅25 - === Schulstart===95 +.wk-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; } 96 +.wk-contact { background: #f8f9fc; border-radius: 10px; padding: 14px 16px; border: 1px solid #e8eaf0; } 97 +.wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; } 98 +.wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; } 99 +.wk-contact a { font-size: 0.83em; color: #0f3460; } 100 +.wk-contact div { font-size: 0.83em; color: #555; } 26 26 27 -* Einschulung 28 -* Einführungswoche 29 -* Kennenlerntage 102 +.wk-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; } 103 +.wk-platform { background: #f8f9fc; border: 1.5px solid #e0e4ef; border-radius: 8px; padding: 12px 14px; font-size: 0.87em; min-width: 180px; flex: 1; } 104 +.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 4px; } 105 +.wk-platform-desc { color: #666; font-size: 0.9em; line-height: 1.5; } 106 +.wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; } 30 30 31 -[[➡ Mehr erfahren>>#Schulstart]] 32 -))) 108 +.wk-foerder { background: linear-gradient(135deg,#e8f5e9,#f1f8f1); border: 1.5px solid #a5d6a7; border-radius: 10px; padding: 18px 20px; font-size: 0.9em; color: #1b5e20; line-height: 1.7; } 109 +.wk-foerder strong { color: #1a1a2e; } 110 +.wk-foerder a { color: #0f3460; font-weight: 600; } 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 === 112 +.wk-divider { border: none; border-top: 2px solid #eef0f5; margin: 0; } 113 +</style> 114 +</head> 115 +<body> 116 +<div class="wiki-frame"> 38 38 39 -* Federtasche 40 -* Hefte & Mappen 41 -* Schulbücher 118 + <div class="wk-hero"> 119 + <div class="wk-hero-tag">🎒 Elterninformationen · Schuljahr 2026/27</div> 120 + <h1>Willkommen an der<br><span>KGS Stuhr-Brinkum</span></h1> 121 + <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler!<br> 122 + Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p> 123 + <div class="wk-hero-img-hint">📸 Hier können Sie ein Willkommensbild oder Schulgebäude-Foto einfügen</div> 124 + </div> 42 42 43 -[[➡ Zur Materialliste>>#Materialien]] 44 -))) 126 + <!-- TERMINE --> 127 + <div class="wk-section"> 128 + <div class="wk-section-title"> 129 + <div class="wk-section-title-icon icon-red">📅</div> 130 + <h2>Die wichtigsten Termine auf einen Blick</h2> 131 + </div> 132 + <div class="wk-timeline"> 133 + <div class="wk-event highlight-event"> 134 + <div class="wk-event-date">Freitag, 14. August 2026 · 08:30 Uhr</div> 135 + <div class="wk-event-title">🎉 Einschulungsfeier – Erster Schultag</div> 136 + <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> 137 + </div> 138 + <div class="wk-event"> 139 + <div class="wk-event-date">17. – 21. August 2026</div> 140 + <div class="wk-event-title">📚 Einführungswoche</div> 141 + <div class="wk-event-desc">Unterricht 2.–6. Stunde, meist durch Klassenlehrkräfte. Für den ersten Tag: <strong>Federtasche und Schreibblock</strong> mitbringen.</div> 142 + </div> 143 + <div class="wk-event"> 144 + <div class="wk-event-date">August – Oktober 2026 (vor Herbstferien)</div> 145 + <div class="wk-event-title">🤝 Kennenlerntage statt Klassenfahrt</div> 146 + <div class="wk-event-desc">Intensive Kennenlerntage vor Ort: Jahrgangsfrühstück · Tagesausflug (Stadtgarten, Abenteuerland oder Warwer Sand) · Sozialtrainingstag. Genaue Termine folgen.</div> 147 + </div> 148 + <div class="wk-event"> 149 + <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div> 150 + <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div> 151 + <div class="wk-event-desc">Digital über <strong>IServ</strong>. Achtung: Teilnahme für das gesamte Schuljahr verpflichtend.</div> 152 + </div> 153 + </div> 154 + </div> 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 === 156 + <!-- STUNDENPLAN --> 157 + <div class="wk-section"> 158 + <div class="wk-section-title"> 159 + <div class="wk-section-title-icon icon-blue">🕐</div> 160 + <h2>Unterrichtszeiten</h2> 161 + </div> 162 + <table class="wk-timetable"> 163 + <thead><tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr></thead> 164 + <tbody> 165 + <tr><td><strong>1. Stunde</strong></td><td>07:45 – 08:30 Uhr</td></tr> 166 + <tr><td><strong>2. Stunde</strong></td><td>08:35 – 09:20 Uhr</td></tr> 167 + <tr class="pause-row"><td>☕ 1. große Pause (20 Min.)</td><td>09:20 – 09:40 Uhr</td></tr> 168 + <tr><td><strong>3. Stunde</strong></td><td>09:40 – 10:25 Uhr</td></tr> 169 + <tr><td><strong>4. Stunde</strong></td><td>10:25 – 11:10 Uhr</td></tr> 170 + <tr class="pause-row"><td>☕ 2. große Pause (20 Min.)</td><td>11:10 – 11:30 Uhr</td></tr> 171 + <tr><td><strong>5. Stunde</strong></td><td>11:30 – 12:15 Uhr</td></tr> 172 + <tr><td><strong>6. Stunde</strong></td><td>12:20 – 13:05 Uhr</td></tr> 173 + <tr class="pause-row"><td>🍽️ Mittagspause (55 Min.)</td><td>13:05 – 14:00 Uhr</td></tr> 174 + <tr><td><strong>7. Stunde</strong></td><td>14:00 – 14:45 Uhr</td></tr> 175 + <tr><td><strong>8. Stunde</strong></td><td>14:45 – 15:30 Uhr</td></tr> 176 + </tbody> 177 + </table> 178 + </div> 50 50 51 -* Unterrichtszeiten 52 -* Mensa 53 -* Busse 54 -* AGs 180 + <!-- WICHTIGE INFOS --> 181 + <div class="wk-section"> 182 + <div class="wk-section-title"> 183 + <div class="wk-section-title-icon icon-orange">ℹ️</div> 184 + <h2>Wichtige Informationen</h2> 185 + </div> 186 + <div class="wk-cards"> 187 + <div class="wk-card"> 188 + <div class="wk-card-head"><div class="wk-card-icon icon-orange">🚌</div><h3>Schulbus & TIM-Ticket</h3></div> 189 + <p>Ab <strong>4 km Schulweg</strong> → kostenlose Busfahrkarte. Kein Antrag nötig, das Sekretariat kümmert sich. Karten werden zu Schuljahresbeginn verteilt.</p> 190 + </div> 191 + <div class="wk-card"> 192 + <div class="wk-card-head"><div class="wk-card-icon icon-teal">🍽️</div><h3>Mensa & Kiosk (MensaMax)</h3></div> 193 + <p>Mittagessen 13:05–14:00 Uhr. Anmeldung im Sekretariat → Essens-Chip. Bestellung über MensaMax-App, bargeldlos/Prepaid.</p> 194 + </div> 195 + <div class="wk-card"> 196 + <div class="wk-card-head"><div class="wk-card-icon" style="background:#fce4ec;">📵</div><h3>Handyfreie Schule</h3></div> 197 + <p>Handys in Unterricht und Pausen <strong>verboten</strong>. Tablets nur mit Lehrkraft-Erlaubnis für Unterrichtszwecke.</p> 198 + </div> 199 + <div class="wk-card"> 200 + <div class="wk-card-head"><div class="wk-card-icon icon-red">🤒</div><h3>Krankmeldung</h3></div> 201 + <p>Bis <strong>07:45 Uhr</strong> per E-Mail (<em>nachname@kgs-sb.de</em>) oder WebUntis. Schriftliche Entschuldigung danach im Entschuldigungsheft.</p> 202 + <ul><li><a href="#">→ Anleitung im Wiki</a></li></ul> 203 + </div> 204 + <div class="wk-card"> 205 + <div class="wk-card-head"><div class="wk-card-icon icon-blue">📚</div><h3>Schulbücher (Ausleihe)</h3></div> 206 + <p>Über <strong>IServ → „Schulbücher"</strong>. Nur als Gesamtpaket. Ermäßigung/Befreiung möglich (Nachweise ins Sekretariat).</p> 207 + </div> 208 + <div class="wk-card"> 209 + <div class="wk-card-head"><div class="wk-card-icon icon-green">🏠</div><h3>Haus am Wall</h3></div> 210 + <p>Jugendzentrum in Brinkum – kostenlos, ohne Anmeldung. Café, Sport, Billard, Kicker, Ferienprogramme.<br><a href="https://hausamwall.de/">→ hausamwall.de</a></p> 211 + </div> 212 + </div> 213 + </div> 55 55 56 -[[➡ Zum Schulalltag>>#Schulalltag]] 57 -))) 215 + <!-- MATERIALIEN --> 216 + <div class="wk-section"> 217 + <div class="wk-section-title"> 218 + <div class="wk-section-title-icon icon-purple">✏️</div> 219 + <h2>Materialien & Ausstattung</h2> 220 + </div> 221 + <div class="wk-highlight"> 222 + <div class="wk-highlight-icon">🎒</div> 223 + <div class="wk-highlight-text"> 224 + <strong>Federtasche:</strong> Füller + Patronen · Lineal · Textmarker · Radiergummi · Anspitzer · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte 225 + </div> 226 + </div> 227 + <p style="font-size:0.9em;color:#555;margin-bottom:8px;"><strong>Hefte DIN-A4:</strong> Lineatur 25 (Deutsch/Englisch) · Lineatur 28 (Mathe) · Heftumschläge:</p> 228 + <div class="wk-chips"> 229 + <span class="wk-chip chip-rot">Deutsch · rot</span> 230 + <span class="wk-chip chip-gelb">Englisch · gelb</span> 231 + <span class="wk-chip chip-blau">Mathematik · blau</span> 232 + </div> 233 + <p style="font-size:0.9em;color:#555;margin:14px 0 8px;"><strong>Pappmappen:</strong></p> 234 + <div class="wk-chips"> 235 + <span class="wk-chip chip-gruen">Biologie · grün</span> 236 + <span class="wk-chip chip-weiss">Physik · weiß</span> 237 + <span class="wk-chip chip-orange">Musik · orange</span> 238 + <span class="wk-chip chip-lila">Religion · lila</span> 239 + <span class="wk-chip chip-grau">Geschichte · grau</span> 240 + <span class="wk-chip chip-braun">Erdkunde · braun</span> 241 + </div> 242 + <p style="font-size:0.85em;color:#888;margin-top:12px;">Separate <strong>Materialliste Kunst Jg. 5/6</strong> beachten.</p> 243 + </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 === 245 + <!-- DIGITALE PLATTFORMEN --> 246 + <div class="wk-section"> 247 + <div class="wk-section-title"> 248 + <div class="wk-section-title-icon icon-blue">💻</div> 249 + <h2>Digitale Plattformen</h2> 250 + </div> 251 + <div class="wk-platforms"> 252 + <div class="wk-platform"> 253 + <div class="wk-platform-name">📨 IServ (Elternmodul)</div> 254 + <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.</div> 255 + </div> 256 + <div class="wk-platform"> 257 + <div class="wk-platform-name">📅 WebUntis / Untis App</div> 258 + <div class="wk-platform-desc">Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.<br><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/untis-eltern/">→ Anleitung im Wiki</a></div> 259 + </div> 260 + <div class="wk-platform"> 261 + <div class="wk-platform-name">📖 Eltern-Wiki</div> 262 + <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br><a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div> 263 + </div> 264 + <div class="wk-platform"> 265 + <div class="wk-platform-name">🌐 Schulhomepage</div> 266 + <div class="wk-platform-desc">Schulleben, Profile, Kontakte.<br><a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div> 267 + </div> 268 + </div> 269 + </div> 63 63 64 -* IServ 65 -* WebUntis 66 -* Eltern-Wiki 271 + <!-- BERATUNG --> 272 + <div class="wk-section"> 273 + <div class="wk-section-title"> 274 + <div class="wk-section-title-icon icon-green">🤝</div> 275 + <h2>Beratung & Unterstützung</h2> 276 + </div> 277 + <div class="wk-contacts"> 278 + <div class="wk-contact"><div class="wk-contact-name">Ariane Vollmer</div><div class="wk-contact-role">Schulsozialarbeit</div><div>Tel.: 0421 80969-1990</div><a href="mailto:vollmer@kgs-sb.de">vollmer@kgs-sb.de</a></div> 279 + <div class="wk-contact"><div class="wk-contact-name">Annika Reiners</div><div class="wk-contact-role">Schulsozialarbeit</div><div>Tel.: 0421 80969-1560</div><a href="mailto:reiners@kgs-sb.de">reiners@kgs-sb.de</a></div> 280 + <div class="wk-contact"><div class="wk-contact-name">Lucy Tiedemann</div><div class="wk-contact-role">Schulsozialarbeit</div><a href="mailto:tiedemann@kgs-sb.de">tiedemann@kgs-sb.de</a></div> 281 + <div class="wk-contact"><div class="wk-contact-name">Andrea Barnert</div><div class="wk-contact-role">Beratungslehrkraft</div><div>Tel.: 0421 80969-134</div><a href="mailto:a.barnert@kgs-sb.de">a.barnert@kgs-sb.de</a></div> 282 + <div class="wk-contact"><div class="wk-contact-name">Sabrina Röber <em>(i.A.)</em></div><div class="wk-contact-role">Beratungslehrkraft</div><a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a></div> 283 + </div> 284 + </div> 67 67 68 -[[➡ Mehr erfahren>>#DigitaleSysteme]] 69 -))) 70 -))) 286 + <!-- FÖRDERVEREIN --> 287 + <div class="wk-section"> 288 + <div class="wk-section-title"> 289 + <div class="wk-section-title-icon icon-green">💚</div> 290 + <h2>Förderverein KGS Stuhr-Brinkum e.V.</h2> 291 + </div> 292 + <div class="wk-foerder"> 293 + Unterstützen Sie Ihre Schulgemeinschaft – der Förderverein hilft dort, wo öffentliche Mittel nicht reichen. 294 + <strong>Jahresbeitrag: nur 12,00 €</strong> (oder mehr, freiwillig). 295 + <br><br> 296 + <a href="https://www.kgs-stuhr.de/informationen/foerderverein/">→ Informationen & Beitrittsformular auf der Homepage</a> 297 + </div> 298 + </div> 71 71 72 ----- 300 +</div> 301 +</body> 302 +</html> 73 73 74 -(% id="Schulstart" %) 75 -== 📅 Der Start in Klasse 5 == 76 - 77 -=== 🎉 Erster Schultag === 78 - 79 -{{box}} 80 -Die Begrüßung der neuen Fünftklässlerinnen und Fünftklässler findet am 81 - 82 -**Freitag, 14.08.2026 um 08:30 Uhr in der Mensa** 83 - 84 -statt. 85 - 86 -Anschließend gehen die Kinder gemeinsam mit ihren Klassenlehrkräften in die neuen Klassenräume. 87 - 88 -Der Unterricht endet an diesem Tag um **12:15 Uhr**. 89 -{{/box}} 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}} 94 - 95 -=== 🤝 Einführungswoche === 96 - 97 -Die Einführungswoche findet vom **17.08. bis 21.08.2026** statt. 98 - 99 -In dieser Woche stehen das Kennenlernen der neuen Schule, der neuen Klasse und der neuen Lehrkräfte im Mittelpunkt. 100 - 101 -* Unterricht überwiegend bei der Klassenleitung 102 -* Kennenlernen der Schule 103 -* Vorstellung der Fachlehrkräfte 104 -* erste Unterrichtsstunden in den neuen Fächern 105 - 106 -Für den ersten Tag werden lediglich eine Federtasche und ein Schreibblock benötigt. 107 - 108 -=== 🌳 Kennenlerntage statt Klassenfahrt === 109 - 110 -Bis zu den Herbstferien finden verschiedene gemeinsame Aktionen statt: 111 - 112 -* Jahrgangsfrühstück 113 -* Tagesausflug 114 -* Sozialtraining 115 -* Teambuilding-Angebote 116 -* gemeinsames Kennenlernen innerhalb des Jahrgangs 117 - 118 -Weitere Informationen erhalten Sie rechtzeitig über die Klassenleitung. 119 - 120 ----- 121 - 122 -(% id="Materialien" %) 123 -== 🎒 Materialien & Ausstattung == 124 - 125 -{{expandable summary="✏️ Was gehört in die Federtasche?"}} 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 137 - 138 -{{/expandable}} 139 - 140 -{{expandable summary="📚 Hefte und Umschläge"}} 141 - 142 -|=Fach|=Lineatur|=Farbe 143 -|Deutsch|25|Rot 144 -|Englisch|25|Gelb 145 -|Mathematik|28|Blau 146 - 147 -{{/expandable}} 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