Wiki-Quellcode von eltern.klasse5
Version 17.1 von Sarah Groeneveld am 2026/06/08 09:11
Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
![]() |
6.1 | 1 | {{velocity}} |
| 2 | #set($void = $xwiki.ssfx.use("willkommen5.css")) | ||
| 3 | {{/velocity}} | ||
| 4 | |||
| 5 | {{html clean="false"}} | ||
![]() |
4.1 | 6 | <style> |
![]() |
6.1 | 7 | /* ===== KGS WILLKOMMEN-SEITE – 5. JAHRGANG 2026/27 ===== */ |
![]() |
1.1 | 8 | |
![]() |
6.1 | 9 | .wk-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; } |
| 10 | |||
| 11 | /* HERO BANNER */ | ||
![]() |
4.1 | 12 | .wk-hero { |
| 13 | background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); | ||
![]() |
6.1 | 14 | border-radius: 12px; |
| 15 | padding: 48px 40px; | ||
| 16 | margin-bottom: 32px; | ||
| 17 | position: relative; | ||
| 18 | overflow: hidden; | ||
![]() |
4.1 | 19 | } |
| 20 | .wk-hero::before { | ||
![]() |
6.1 | 21 | content: ''; |
| 22 | position: absolute; top: -60px; right: -60px; | ||
![]() |
4.1 | 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 { | ||
![]() |
6.1 | 28 | content: ''; |
| 29 | position: absolute; bottom: -40px; left: 10%; | ||
![]() |
4.1 | 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 { | ||
![]() |
6.1 | 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; | ||
![]() |
4.1 | 45 | } |
| 46 | .wk-hero h1 { | ||
![]() |
6.1 | 47 | color: #ffffff; |
| 48 | font-size: 2.2em; | ||
| 49 | font-weight: 800; | ||
| 50 | margin: 0 0 8px 0; | ||
| 51 | line-height: 1.2; | ||
![]() |
4.1 | 52 | } |
| 53 | .wk-hero h1 span { color: #FFD600; } | ||
![]() |
6.1 | 54 | .wk-hero-sub { |
| 55 | color: rgba(255,255,255,0.75); | ||
| 56 | font-size: 1.05em; | ||
| 57 | margin: 0; | ||
| 58 | } | ||
![]() |
7.1 | 59 | .wk-hero-photo { |
![]() |
6.1 | 60 | margin-top: 20px; |
![]() |
7.1 | 61 | border-radius: 10px; |
| 62 | overflow: hidden; | ||
| 63 | height: 200px; | ||
| 64 | position: relative; | ||
| 65 | z-index: 1; | ||
![]() |
4.1 | 66 | } |
![]() |
7.1 | 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 | } | ||
![]() |
1.1 | 75 | |
![]() |
6.1 | 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 | } | ||
![]() |
4.1 | 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; } | ||
![]() |
1.1 | 90 | |
![]() |
6.1 | 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; } | ||
| 116 | |||
| 117 | .wk-section-title h2 { | ||
| 118 | font-size: 1.2em; | ||
| 119 | font-weight: 700; | ||
| 120 | color: #1a1a2e; | ||
| 121 | margin: 0; | ||
| 122 | } | ||
| 123 | |||
| 124 | /* TIMELINE – Termine */ | ||
![]() |
4.1 | 125 | .wk-timeline { position: relative; padding-left: 28px; } |
![]() |
6.1 | 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; } | ||
![]() |
1.1 | 174 | |
![]() |
16.1 | 175 | /* CARDS GRID – float-basiert für XWiki-Kompatibilität */ |
![]() |
17.1 | 176 | .wk-cards { overflow: hidden; } |
![]() |
16.1 | 177 | .wk-card { |
| 178 | float: left; | ||
![]() |
17.1 | 179 | width: 48%; |
| 180 | margin: 0 1% 16px 1%; | ||
![]() |
16.1 | 181 | background: #fff; |
| 182 | border: 1px solid #e8eaf0; | ||
| 183 | border-radius: 10px; | ||
![]() |
17.1 | 184 | padding: 16px; |
![]() |
16.1 | 185 | box-shadow: 0 2px 6px rgba(0,0,0,0.04); |
| 186 | box-sizing: border-box; | ||
![]() |
17.1 | 187 | min-width: 200px; |
![]() |
6.1 | 188 | } |
![]() |
16.1 | 189 | .wk-cards-clear { clear: both; } |
![]() |
6.1 | 190 | .wk-card { |
| 191 | background: #fff; | ||
| 192 | border: 1px solid #e8eaf0; | ||
| 193 | border-radius: 10px; | ||
| 194 | padding: 18px; | ||
| 195 | box-shadow: 0 2px 6px rgba(0,0,0,0.04); | ||
| 196 | transition: box-shadow 0.2s; | ||
| 197 | } | ||
| 198 | .wk-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.09); } | ||
| 199 | .wk-card-head { | ||
| 200 | display: flex; align-items: center; gap: 10px; | ||
| 201 | margin-bottom: 10px; | ||
| 202 | } | ||
| 203 | .wk-card-icon { | ||
| 204 | width: 32px; height: 32px; | ||
| 205 | border-radius: 8px; | ||
| 206 | display: flex; align-items: center; justify-content: center; | ||
| 207 | font-size: 1em; | ||
| 208 | flex-shrink: 0; | ||
| 209 | } | ||
| 210 | .wk-card h3 { | ||
| 211 | font-size: 0.95em; | ||
| 212 | font-weight: 700; | ||
| 213 | color: #1a1a2e; | ||
| 214 | margin: 0; | ||
| 215 | } | ||
| 216 | .wk-card p, .wk-card li { | ||
| 217 | font-size: 0.87em; | ||
| 218 | color: #555; | ||
| 219 | line-height: 1.6; | ||
| 220 | margin: 0; | ||
| 221 | } | ||
![]() |
4.1 | 222 | .wk-card ul { padding-left: 18px; margin: 6px 0 0 0; } |
| 223 | .wk-card a { color: #0f3460; font-weight: 600; } | ||
![]() |
1.1 | 224 | |
![]() |
6.1 | 225 | /* STUNDENPLAN TABLE */ |
| 226 | .wk-timetable { | ||
| 227 | width: 100%; | ||
| 228 | border-collapse: collapse; | ||
| 229 | font-size: 0.88em; | ||
| 230 | border-radius: 10px; | ||
| 231 | overflow: hidden; | ||
| 232 | box-shadow: 0 2px 8px rgba(0,0,0,0.06); | ||
| 233 | } | ||
| 234 | .wk-timetable thead tr { | ||
| 235 | background: #1a1a2e; | ||
| 236 | color: #fff; | ||
| 237 | } | ||
| 238 | .wk-timetable th { | ||
| 239 | padding: 10px 14px; | ||
| 240 | text-align: left; | ||
| 241 | font-weight: 600; | ||
| 242 | font-size: 0.9em; | ||
| 243 | letter-spacing: 0.3px; | ||
| 244 | } | ||
| 245 | .wk-timetable td { | ||
| 246 | padding: 9px 14px; | ||
| 247 | border-bottom: 1px solid #f0f0f0; | ||
| 248 | color: #333; | ||
| 249 | } | ||
![]() |
4.1 | 250 | .wk-timetable tr:nth-child(even) td { background: #f8f9fc; } |
![]() |
6.1 | 251 | .wk-timetable tr.pause-row td { |
| 252 | background: #fff9e6; | ||
| 253 | color: #7a6000; | ||
| 254 | font-style: italic; | ||
| 255 | font-size: 0.85em; | ||
| 256 | } | ||
![]() |
1.1 | 257 | |
![]() |
6.1 | 258 | /* MATERIAL CHIPS */ |
![]() |
4.1 | 259 | .wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; } |
![]() |
6.1 | 260 | .wk-chip { |
| 261 | display: inline-flex; align-items: center; gap: 5px; | ||
| 262 | padding: 4px 12px; | ||
| 263 | border-radius: 20px; | ||
| 264 | font-size: 0.82em; | ||
| 265 | font-weight: 600; | ||
| 266 | border: 1.5px solid; | ||
| 267 | } | ||
![]() |
4.1 | 268 | .chip-rot { background: #fdecea; color: #c62828; border-color: #ef9a9a; } |
| 269 | .chip-gelb { background: #fffde7; color: #827717; border-color: #fff176; } | ||
| 270 | .chip-blau { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; } | ||
| 271 | .chip-gruen { background: #e8f5e9; color: #1b5e20; border-color: #a5d6a7; } | ||
| 272 | .chip-weiss { background: #fafafa; color: #424242; border-color: #bdbdbd; } | ||
| 273 | .chip-orange { background: #fff3e0; color: #e65100; border-color: #ffcc80; } | ||
| 274 | .chip-lila { background: #f3e5f5; color: #4a148c; border-color: #ce93d8; } | ||
| 275 | .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; } | ||
| 276 | .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; } | ||
![]() |
1.1 | 277 | |
![]() |
17.1 | 278 | /* CONTACT CARDS – float-basiert */ |
| 279 | .wk-contacts { overflow: hidden; margin: 0 -6px; } | ||
![]() |
6.1 | 280 | .wk-contact { |
![]() |
17.1 | 281 | float: left; |
| 282 | width: calc(33.33% - 12px); | ||
| 283 | margin: 0 6px 12px 6px; | ||
![]() |
6.1 | 284 | background: #f8f9fc; |
| 285 | border-radius: 10px; | ||
| 286 | padding: 14px 16px; | ||
| 287 | border: 1px solid #e8eaf0; | ||
![]() |
17.1 | 288 | box-sizing: border-box; |
![]() |
6.1 | 289 | } |
![]() |
17.1 | 290 | .wk-contacts-clear { clear: both; } |
![]() |
4.1 | 291 | .wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; } |
| 292 | .wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; } | ||
| 293 | .wk-contact a { font-size: 0.83em; color: #0f3460; } | ||
![]() |
1.1 | 294 | |
![]() |
16.1 | 295 | /* PLATFORM PILLS – float-basiert */ |
![]() |
17.1 | 296 | .wk-platforms { overflow: hidden; margin-top: 4px; } |
![]() |
6.1 | 297 | .wk-platform { |
![]() |
16.1 | 298 | float: left; |
![]() |
17.1 | 299 | width: 48%; |
| 300 | margin: 0 1% 12px 1%; | ||
![]() |
6.1 | 301 | background: #fff; |
| 302 | border: 1.5px solid #e0e4ef; | ||
| 303 | border-radius: 8px; | ||
| 304 | padding: 10px 14px; | ||
| 305 | font-size: 0.87em; | ||
![]() |
16.1 | 306 | box-sizing: border-box; |
![]() |
17.1 | 307 | min-width: 200px; |
![]() |
6.1 | 308 | } |
![]() |
16.1 | 309 | .wk-platforms-clear { clear: both; } |
![]() |
6.1 | 310 | .wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; } |
| 311 | .wk-platform-desc { color: #666; font-size: 0.9em; } | ||
![]() |
4.1 | 312 | .wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; } |
![]() |
1.1 | 313 | |
![]() |
6.1 | 314 | /* FOERDERVEREIN */ |
| 315 | .wk-foerder { | ||
| 316 | background: linear-gradient(135deg, #e8f5e9, #f1f8f1); | ||
| 317 | border: 1.5px solid #a5d6a7; | ||
| 318 | border-radius: 10px; | ||
| 319 | padding: 18px 20px; | ||
| 320 | font-size: 0.9em; | ||
| 321 | color: #1b5e20; | ||
| 322 | line-height: 1.7; | ||
| 323 | } | ||
![]() |
4.1 | 324 | .wk-foerder strong { color: #1a1a2e; } |
| 325 | .wk-foerder a { color: #0f3460; font-weight: 600; } | ||
![]() |
1.1 | 326 | |
![]() |
6.1 | 327 | /* DIVIDER */ |
| 328 | .wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 10px 0 28px 0; } | ||
![]() |
4.1 | 329 | </style> |
![]() |
1.1 | 330 | |
![]() |
6.1 | 331 | <div class="wk-page"> |
| 332 | |||
| 333 | <!-- HERO --> | ||
![]() |
4.1 | 334 | <div class="wk-hero"> |
| 335 | <div class="wk-hero-tag">🎒 Elterninformationen · Schuljahr 2026/27</div> | ||
| 336 | <h1>Willkommen an der<br><span>KGS Stuhr-Brinkum</span></h1> | ||
| 337 | <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler!<br> | ||
| 338 | Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p> | ||
![]() |
7.1 | 339 | <div class="wk-hero-photo"> |
![]() |
15.1 | 340 | <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 | 341 | </div> |
![]() |
4.1 | 342 | </div> |
![]() |
2.1 | 343 | |
![]() |
6.1 | 344 | <!-- WICHTIGE TERMINE --> |
![]() |
4.1 | 345 | <div class="wk-section"> |
| 346 | <div class="wk-section-title"> | ||
| 347 | <div class="wk-section-title-icon icon-red">📅</div> | ||
| 348 | <h2>Die wichtigsten Termine auf einen Blick</h2> | ||
| 349 | </div> | ||
![]() |
6.1 | 350 | |
![]() |
4.1 | 351 | <div class="wk-timeline"> |
![]() |
6.1 | 352 | |
![]() |
4.1 | 353 | <div class="wk-event highlight-event"> |
| 354 | <div class="wk-event-date">Freitag, 14. August 2026 · 08:30 Uhr</div> | ||
| 355 | <div class="wk-event-title">🎉 Einschulungsfeier – Erster Schultag</div> | ||
| 356 | <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> | ||
| 357 | </div> | ||
![]() |
6.1 | 358 | |
![]() |
4.1 | 359 | <div class="wk-event"> |
| 360 | <div class="wk-event-date">17. – 21. August 2026</div> | ||
| 361 | <div class="wk-event-title">📚 Einführungswoche</div> | ||
![]() |
6.1 | 362 | <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 | 363 | </div> |
![]() |
6.1 | 364 | |
![]() |
4.1 | 365 | <div class="wk-event"> |
| 366 | <div class="wk-event-date">August – Oktober 2026 (vor Herbstferien)</div> | ||
| 367 | <div class="wk-event-title">🤝 Kennenlerntage statt Klassenfahrt</div> | ||
![]() |
6.1 | 368 | <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> |
![]() |
4.1 | 369 | </div> |
![]() |
6.1 | 370 | |
![]() |
4.1 | 371 | <div class="wk-event"> |
| 372 | <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div> | ||
| 373 | <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div> | ||
![]() |
16.1 | 374 | <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> |
![]() |
4.1 | 375 | </div> |
![]() |
6.1 | 376 | |
![]() |
4.1 | 377 | </div> |
| 378 | </div> | ||
![]() |
1.1 | 379 | |
![]() |
6.1 | 380 | <hr class="wk-divider"/> |
| 381 | |||
| 382 | <!-- TÄGLICHER SCHULBETRIEB --> | ||
![]() |
4.1 | 383 | <div class="wk-section"> |
| 384 | <div class="wk-section-title"> | ||
| 385 | <div class="wk-section-title-icon icon-blue">🕐</div> | ||
| 386 | <h2>Unterrichtszeiten</h2> | ||
| 387 | </div> | ||
| 388 | <table class="wk-timetable"> | ||
![]() |
6.1 | 389 | <thead> |
| 390 | <tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr> | ||
| 391 | </thead> | ||
![]() |
4.1 | 392 | <tbody> |
| 393 | <tr><td><strong>1. Stunde</strong></td><td>07:45 – 08:30 Uhr</td></tr> | ||
| 394 | <tr><td><strong>2. Stunde</strong></td><td>08:35 – 09:20 Uhr</td></tr> | ||
| 395 | <tr class="pause-row"><td>☕ 1. große Pause (20 Min.)</td><td>09:20 – 09:40 Uhr</td></tr> | ||
| 396 | <tr><td><strong>3. Stunde</strong></td><td>09:40 – 10:25 Uhr</td></tr> | ||
| 397 | <tr><td><strong>4. Stunde</strong></td><td>10:25 – 11:10 Uhr</td></tr> | ||
| 398 | <tr class="pause-row"><td>☕ 2. große Pause (20 Min.)</td><td>11:10 – 11:30 Uhr</td></tr> | ||
| 399 | <tr><td><strong>5. Stunde</strong></td><td>11:30 – 12:15 Uhr</td></tr> | ||
| 400 | <tr><td><strong>6. Stunde</strong></td><td>12:20 – 13:05 Uhr</td></tr> | ||
| 401 | <tr class="pause-row"><td>🍽️ Mittagspause (55 Min.)</td><td>13:05 – 14:00 Uhr</td></tr> | ||
| 402 | <tr><td><strong>7. Stunde</strong></td><td>14:00 – 14:45 Uhr</td></tr> | ||
| 403 | <tr><td><strong>8. Stunde</strong></td><td>14:45 – 15:30 Uhr</td></tr> | ||
| 404 | </tbody> | ||
| 405 | </table> | ||
| 406 | </div> | ||
![]() |
1.1 | 407 | |
![]() |
6.1 | 408 | <hr class="wk-divider"/> |
| 409 | |||
| 410 | <!-- WICHTIGE INFOS CARDS --> | ||
![]() |
4.1 | 411 | <div class="wk-section"> |
| 412 | <div class="wk-section-title"> | ||
| 413 | <div class="wk-section-title-icon icon-orange">ℹ️</div> | ||
| 414 | <h2>Wichtige Informationen</h2> | ||
| 415 | </div> | ||
| 416 | <div class="wk-cards"> | ||
![]() |
6.1 | 417 | |
![]() |
4.1 | 418 | <div class="wk-card"> |
![]() |
6.1 | 419 | <div class="wk-card-head"> |
| 420 | <div class="wk-card-icon icon-orange">🚌</div> | ||
| 421 | <h3>Schulbus & TIM-Ticket</h3> | ||
| 422 | </div> | ||
| 423 | <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> | ||
![]() |
4.1 | 424 | </div> |
![]() |
6.1 | 425 | |
![]() |
4.1 | 426 | <div class="wk-card"> |
![]() |
6.1 | 427 | <div class="wk-card-head"> |
| 428 | <div class="wk-card-icon icon-teal">🍽️</div> | ||
| 429 | <h3>Mensa & Kiosk (MensaMax)</h3> | ||
| 430 | </div> | ||
| 431 | <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> | ||
![]() |
15.1 | 432 | <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/mensamax/">→ Anleitung im Wiki</a></li></ul> |
![]() |
6.1 | 433 | |
![]() |
4.1 | 434 | <div class="wk-card"> |
![]() |
6.1 | 435 | <div class="wk-card-head"> |
| 436 | <div class="wk-card-icon" style="background:#fce4ec;">📵</div> | ||
| 437 | <h3>Handyfreie Schule</h3> | ||
| 438 | </div> | ||
| 439 | <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> | ||
![]() |
4.1 | 440 | </div> |
![]() |
6.1 | 441 | |
![]() |
4.1 | 442 | <div class="wk-card"> |
![]() |
6.1 | 443 | <div class="wk-card-head"> |
| 444 | <div class="wk-card-icon icon-red">🤒</div> | ||
| 445 | <h3>Krankmeldung</h3> | ||
| 446 | </div> | ||
| 447 | <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> | ||
![]() |
15.1 | 448 | <ul> |
| 449 | <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Krankmeldungen/">→ Krankmeldung im Wiki</a></li> | ||
| 450 | <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Entschuldigungen/">→ Entschuldigungen im Wiki</a></li> | ||
| 451 | </ul> | ||
![]() |
4.1 | 452 | </div> |
![]() |
6.1 | 453 | |
![]() |
4.1 | 454 | <div class="wk-card"> |
![]() |
6.1 | 455 | <div class="wk-card-head"> |
| 456 | <div class="wk-card-icon icon-blue">📚</div> | ||
| 457 | <h3>Schulbücher (Lernmittelausleihe)</h3> | ||
| 458 | </div> | ||
| 459 | <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> | ||
![]() |
15.1 | 460 | <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/lernmittelausleihe/">→ Anleitung im Wiki</a></li></ul> |
![]() |
6.1 | 461 | |
![]() |
4.1 | 462 | <div class="wk-card"> |
![]() |
6.1 | 463 | <div class="wk-card-head"> |
| 464 | <div class="wk-card-icon icon-green">🏠</div> | ||
| 465 | <h3>Jugendzentrum „Haus am Wall"</h3> | ||
| 466 | </div> | ||
| 467 | <p>Partner der KGS in Brinkum – kostenlos, ohne Anmeldung. Café, Garten, Billard, Kicker, Playstation, Ferienprogramme. Enge Kooperation mit der Schule.</p> | ||
| 468 | <ul><li><a href="https://hausamwall.de/" target="_blank">→ hausamwall.de</a></li></ul> | ||
![]() |
4.1 | 469 | </div> |
![]() |
6.1 | 470 | |
![]() |
4.1 | 471 | </div> |
![]() |
17.1 | 472 | <div class="wk-cards-clear"></div> |
![]() |
4.1 | 473 | </div> |
![]() |
1.1 | 474 | |
![]() |
6.1 | 475 | <hr class="wk-divider"/> |
| 476 | |||
![]() |
4.1 | 477 | <!-- MATERIALIEN --> |
| 478 | <div class="wk-section"> | ||
| 479 | <div class="wk-section-title"> | ||
| 480 | <div class="wk-section-title-icon icon-purple">✏️</div> | ||
| 481 | <h2>Materialien & Ausstattung</h2> | ||
| 482 | </div> | ||
![]() |
6.1 | 483 | |
![]() |
4.1 | 484 | <div class="wk-highlight"> |
| 485 | <div class="wk-highlight-icon">🎒</div> | ||
| 486 | <div class="wk-highlight-text"> | ||
![]() |
6.1 | 487 | <strong>Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte |
![]() |
4.1 | 488 | </div> |
| 489 | </div> | ||
![]() |
6.1 | 490 | |
| 491 | <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> | ||
| 492 | <p style="font-size:0.9em; color:#555; margin-bottom:8px;"><strong>Heftumschläge:</strong></p> | ||
![]() |
4.1 | 493 | <div class="wk-chips"> |
| 494 | <span class="wk-chip chip-rot">Deutsch · rot</span> | ||
| 495 | <span class="wk-chip chip-gelb">Englisch · gelb</span> | ||
| 496 | <span class="wk-chip chip-blau">Mathematik · blau</span> | ||
| 497 | </div> | ||
![]() |
6.1 | 498 | <p style="font-size:0.9em; color:#555; margin: 14px 0 8px;"><strong>Pappmappen:</strong></p> |
![]() |
4.1 | 499 | <div class="wk-chips"> |
| 500 | <span class="wk-chip chip-gruen">Biologie · grün</span> | ||
| 501 | <span class="wk-chip chip-weiss">Physik · weiß</span> | ||
| 502 | <span class="wk-chip chip-orange">Musik · orange</span> | ||
| 503 | <span class="wk-chip chip-lila">Religion · lila</span> | ||
| 504 | <span class="wk-chip chip-grau">Geschichte · grau</span> | ||
| 505 | <span class="wk-chip chip-braun">Erdkunde · braun</span> | ||
| 506 | </div> | ||
![]() |
6.1 | 507 | <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> |
![]() |
4.1 | 508 | </div> |
![]() |
1.1 | 509 | |
![]() |
6.1 | 510 | <hr class="wk-divider"/> |
| 511 | |||
![]() |
4.1 | 512 | <!-- DIGITALE PLATTFORMEN --> |
| 513 | <div class="wk-section"> | ||
| 514 | <div class="wk-section-title"> | ||
| 515 | <div class="wk-section-title-icon icon-blue">💻</div> | ||
| 516 | <h2>Digitale Plattformen</h2> | ||
| 517 | </div> | ||
| 518 | <div class="wk-platforms"> | ||
| 519 | <div class="wk-platform"> | ||
| 520 | <div class="wk-platform-name">📨 IServ (Elternmodul)</div> | ||
![]() |
6.1 | 521 | <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.<br> |
| 522 | <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/IServ-Elternmodul/">→ Anleitung im Wiki</a></div> | ||
![]() |
4.1 | 523 | </div> |
| 524 | <div class="wk-platform"> | ||
| 525 | <div class="wk-platform-name">📅 WebUntis / Untis App</div> | ||
![]() |
6.1 | 526 | <div class="wk-platform-desc">Aktueller Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.<br> |
| 527 | <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/untis-eltern/">→ Anleitung im Wiki</a></div> | ||
![]() |
4.1 | 528 | </div> |
| 529 | <div class="wk-platform"> | ||
| 530 | <div class="wk-platform-name">📖 Eltern-Wiki</div> | ||
![]() |
6.1 | 531 | <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br> |
| 532 | <a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div> | ||
![]() |
4.1 | 533 | </div> |
| 534 | <div class="wk-platform"> | ||
| 535 | <div class="wk-platform-name">🌐 Schulhomepage</div> | ||
![]() |
6.1 | 536 | <div class="wk-platform-desc">Allgemeines, Schulleben, Profile, Kontakte.<br> |
| 537 | <a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div> | ||
![]() |
4.1 | 538 | </div> |
| 539 | </div> | ||
![]() |
17.1 | 540 | <div class="wk-platforms-clear"></div> |
![]() |
4.1 | 541 | </div> |
![]() |
1.1 | 542 | |
![]() |
6.1 | 543 | <hr class="wk-divider"/> |
| 544 | |||
| 545 | <!-- BERATUNG & KONTAKT --> | ||
![]() |
4.1 | 546 | <div class="wk-section"> |
| 547 | <div class="wk-section-title"> | ||
| 548 | <div class="wk-section-title-icon icon-green">🤝</div> | ||
| 549 | <h2>Beratung & Unterstützung</h2> | ||
| 550 | </div> | ||
![]() |
6.1 | 551 | <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> |
![]() |
4.1 | 552 | <div class="wk-contacts"> |
![]() |
6.1 | 553 | <div class="wk-contact"> |
| 554 | <div class="wk-contact-name">Ariane Vollmer</div> | ||
| 555 | <div class="wk-contact-role">Schulsozialarbeit</div> | ||
| 556 | <div>Tel.: 0421 80969-1990</div> | ||
| 557 | <a href="mailto:vollmer@kgs-sb.de">vollmer@kgs-sb.de</a> | ||
| 558 | </div> | ||
| 559 | <div class="wk-contact"> | ||
| 560 | <div class="wk-contact-name">Annika Reiners</div> | ||
| 561 | <div class="wk-contact-role">Schulsozialarbeit</div> | ||
| 562 | <div>Tel.: 0421 80969-1560</div> | ||
| 563 | <a href="mailto:reiners@kgs-sb.de">reiners@kgs-sb.de</a> | ||
| 564 | </div> | ||
| 565 | <div class="wk-contact"> | ||
| 566 | <div class="wk-contact-name">Lucy Tiedemann</div> | ||
| 567 | <div class="wk-contact-role">Schulsozialarbeit</div> | ||
| 568 | <a href="mailto:tiedemann@kgs-sb.de">tiedemann@kgs-sb.de</a> | ||
| 569 | </div> | ||
| 570 | <div class="wk-contact"> | ||
| 571 | <div class="wk-contact-name">Andrea Barnert</div> | ||
| 572 | <div class="wk-contact-role">Beratungslehrkraft</div> | ||
| 573 | <div>Tel.: 0421 80969-134</div> | ||
| 574 | <a href="mailto:a.barnert@kgs-sb.de">a.barnert@kgs-sb.de</a> | ||
| 575 | </div> | ||
| 576 | <div class="wk-contact"> | ||
| 577 | <div class="wk-contact-name">Sabrina Röber <em>(i. A.)</em></div> | ||
| 578 | <div class="wk-contact-role">Beratungslehrkraft</div> | ||
| 579 | <a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a> | ||
| 580 | </div> | ||
![]() |
4.1 | 581 | </div> |
![]() |
17.1 | 582 | <div class="wk-contacts-clear"></div> |
![]() |
4.1 | 583 | </div> |
![]() |
1.1 | 584 | |
![]() |
6.1 | 585 | <hr class="wk-divider"/> |
| 586 | |||
![]() |
4.1 | 587 | <!-- FÖRDERVEREIN --> |
| 588 | <div class="wk-section"> | ||
| 589 | <div class="wk-section-title"> | ||
| 590 | <div class="wk-section-title-icon icon-green">💚</div> | ||
| 591 | <h2>Förderverein KGS Stuhr-Brinkum e.V.</h2> | ||
| 592 | </div> | ||
| 593 | <div class="wk-foerder"> | ||
![]() |
6.1 | 594 | Unterstützen Sie Ihre Schulgemeinschaft! Der Förderverein hilft dort, wo öffentliche Mittel nicht reichen – von Ausstattung über Schulhofprojekte bis zu Klassenfahrten. |
![]() |
4.1 | 595 | <strong>Jahresbeitrag: nur 12,00 €</strong> (oder mehr, freiwillig). |
| 596 | <br><br> | ||
| 597 | <a href="https://www.kgs-stuhr.de/informationen/foerderverein/">→ Informationen & Beitrittsformular auf der Homepage</a> | ||
| 598 | </div> | ||
| 599 | </div> | ||
![]() |
1.1 | 600 | |
![]() |
4.1 | 601 | </div> |
![]() |
6.1 | 602 | {{/html}} |
![]() |
11.1 | 603 |
