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