Änderungen von Dokument eltern.klasse5

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

Von Version 15.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:07
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 5.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 08:37
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,261 +1,87 @@
1 -{{velocity}}
2 -#set($void = $xwiki.ssfx.use("willkommen5.css"))
3 -{{/velocity}}
4 -
5 -{{html clean="false"}}
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>
6 6  <style>
7 -/* ===== KGS WILLKOMMEN-SEITE – 5. JAHRGANG 2026/27 ===== */
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; }
8 8  
9 -.wk-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; }
10 -
11 -/* HERO BANNER */
12 12  .wk-hero {
13 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;
14 + border-radius: 12px; padding: 48px 40px; margin-bottom: 32px;
15 + position: relative; overflow: hidden;
19 19  }
20 20  .wk-hero::before {
21 - content: '';
22 - position: absolute; top: -60px; right: -60px;
18 + content: ''; position: absolute; top: -60px; right: -60px;
23 23   width: 300px; height: 300px;
24 24   background: radial-gradient(circle, rgba(229,57,53,0.25) 0%, transparent 70%);
25 25   border-radius: 50%;
26 26  }
27 27  .wk-hero::after {
28 - content: '';
29 - position: absolute; bottom: -40px; left: 10%;
24 + content: ''; position: absolute; bottom: -40px; left: 10%;
30 30   width: 200px; height: 200px;
31 31   background: radial-gradient(circle, rgba(255,214,0,0.15) 0%, transparent 70%);
32 32   border-radius: 50%;
33 33  }
34 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;
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;
45 45  }
46 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;
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;
52 52  }
53 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;
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;
58 58  }
59 -.wk-hero-photo {
60 - margin-top: 20px;
61 - border-radius: 10px;
62 - overflow: hidden;
63 - height: 200px;
64 - position: relative;
65 - z-index: 1;
66 -}
67 -.wk-hero-photo img {
68 - width: 100%;
69 - height: 100%;
70 - object-fit: cover;
71 - object-position: center 40%;
72 - display: block;
73 - opacity: 0.88;
74 -}
75 75  
76 -/* HIGHLIGHT BOX */
77 -.wk-highlight {
78 - background: linear-gradient(135deg, #fff9e6, #fff3cc);
79 - border-left: 5px solid #FFD600;
80 - border-radius: 8px;
81 - padding: 16px 20px;
82 - margin-bottom: 28px;
83 - display: flex;
84 - align-items: flex-start;
85 - gap: 12px;
86 -}
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; }
52 +
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; }
87 87  .wk-highlight-icon { font-size: 1.4em; flex-shrink: 0; margin-top: 2px; }
88 88  .wk-highlight-text { font-size: 0.95em; color: #3d3000; line-height: 1.6; }
89 89  .wk-highlight-text strong { color: #1a1a2e; }
90 90  
91 -/* SECTION HEADERS */
92 -.wk-section {
93 - margin-bottom: 36px;
94 -}
95 -.wk-section-title {
96 - display: flex;
97 - align-items: center;
98 - gap: 10px;
99 - margin-bottom: 16px;
100 - padding-bottom: 10px;
101 - border-bottom: 2px solid #e8eaf0;
102 -}
103 -.wk-section-title-icon {
104 - width: 36px; height: 36px;
105 - border-radius: 8px;
106 - display: flex; align-items: center; justify-content: center;
107 - font-size: 1.1em;
108 - flex-shrink: 0;
109 -}
110 -.icon-red { background: #fdecea; }
111 -.icon-blue { background: #e3f0ff; }
112 -.icon-green { background: #e8f5e9; }
113 -.icon-orange { background: #fff3e0; }
114 -.icon-purple { background: #f3e5f5; }
115 -.icon-teal { background: #e0f2f1; }
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 */
125 125  .wk-timeline { position: relative; padding-left: 28px; }
126 -.wk-timeline::before {
127 - content: '';
128 - position: absolute; left: 8px; top: 4px; bottom: 4px;
129 - width: 2px; background: linear-gradient(to bottom, #E53935, #FFD600);
130 - border-radius: 2px;
131 -}
132 -.wk-event {
133 - position: relative;
134 - margin-bottom: 18px;
135 - background: #fff;
136 - border: 1px solid #e8eaf0;
137 - border-radius: 10px;
138 - padding: 14px 16px;
139 - box-shadow: 0 2px 6px rgba(0,0,0,0.05);
140 -}
141 -.wk-event::before {
142 - content: '';
143 - position: absolute; left: -24px; top: 18px;
144 - width: 10px; height: 10px;
145 - border-radius: 50%;
146 - background: #E53935;
147 - border: 2px solid #fff;
148 - box-shadow: 0 0 0 2px #E53935;
149 -}
150 -.wk-event-date {
151 - font-size: 0.78em;
152 - font-weight: 700;
153 - color: #E53935;
154 - text-transform: uppercase;
155 - letter-spacing: 0.5px;
156 - margin-bottom: 3px;
157 -}
158 -.wk-event-title {
159 - font-size: 0.98em;
160 - font-weight: 700;
161 - color: #1a1a2e;
162 - margin-bottom: 2px;
163 -}
164 -.wk-event-desc {
165 - font-size: 0.87em;
166 - color: #555;
167 - line-height: 1.5;
168 -}
169 -.wk-event.highlight-event {
170 - border-color: #E53935;
171 - background: linear-gradient(135deg, #fff9f9, #fff);
172 -}
173 -.wk-event.highlight-event::before { background: #E53935; }
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); }
174 174  
175 -/* CARDS GRID */
176 -.wk-cards {
177 - display: grid;
178 - grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
179 - gap: 16px;
180 -}
181 -.wk-card {
182 - background: #fff;
183 - border: 1px solid #e8eaf0;
184 - border-radius: 10px;
185 - padding: 18px;
186 - box-shadow: 0 2px 6px rgba(0,0,0,0.04);
187 - transition: box-shadow 0.2s;
188 -}
189 -.wk-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.09); }
190 -.wk-card-head {
191 - display: flex; align-items: center; gap: 10px;
192 - margin-bottom: 10px;
193 -}
194 -.wk-card-icon {
195 - width: 32px; height: 32px;
196 - border-radius: 8px;
197 - display: flex; align-items: center; justify-content: center;
198 - font-size: 1em;
199 - flex-shrink: 0;
200 -}
201 -.wk-card h3 {
202 - font-size: 0.95em;
203 - font-weight: 700;
204 - color: #1a1a2e;
205 - margin: 0;
206 -}
207 -.wk-card p, .wk-card li {
208 - font-size: 0.87em;
209 - color: #555;
210 - line-height: 1.6;
211 - margin: 0;
212 -}
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; }
213 213  .wk-card ul { padding-left: 18px; margin: 6px 0 0 0; }
214 214  .wk-card a { color: #0f3460; font-weight: 600; }
215 215  
216 -/* STUNDENPLAN TABLE */
217 -.wk-timetable {
218 - width: 100%;
219 - border-collapse: collapse;
220 - font-size: 0.88em;
221 - border-radius: 10px;
222 - overflow: hidden;
223 - box-shadow: 0 2px 8px rgba(0,0,0,0.06);
224 -}
225 -.wk-timetable thead tr {
226 - background: #1a1a2e;
227 - color: #fff;
228 -}
229 -.wk-timetable th {
230 - padding: 10px 14px;
231 - text-align: left;
232 - font-weight: 600;
233 - font-size: 0.9em;
234 - letter-spacing: 0.3px;
235 -}
236 -.wk-timetable td {
237 - padding: 9px 14px;
238 - border-bottom: 1px solid #f0f0f0;
239 - color: #333;
240 -}
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; }
241 241  .wk-timetable tr:nth-child(even) td { background: #f8f9fc; }
242 -.wk-timetable tr.pause-row td {
243 - background: #fff9e6;
244 - color: #7a6000;
245 - font-style: italic;
246 - font-size: 0.85em;
247 -}
81 +.wk-timetable tr.pause-row td { background: #fff9e6; color: #7a6000; font-style: italic; font-size: 0.85em; }
248 248  
249 -/* MATERIAL CHIPS */
250 250  .wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
251 -.wk-chip {
252 - display: inline-flex; align-items: center; gap: 5px;
253 - padding: 4px 12px;
254 - border-radius: 20px;
255 - font-size: 0.82em;
256 - font-weight: 600;
257 - border: 1.5px solid;
258 -}
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; }
259 259  .chip-rot { background: #fdecea; color: #c62828; border-color: #ef9a9a; }
260 260  .chip-gelb { background: #fffde7; color: #827717; border-color: #fff176; }
261 261  .chip-blau { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; }
... ... @@ -266,101 +266,68 @@
266 266  .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; }
267 267  .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; }
268 268  
269 -/* CONTACT CARDS */
270 -.wk-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
271 -.wk-contact {
272 - background: #f8f9fc;
273 - border-radius: 10px;
274 - padding: 14px 16px;
275 - border: 1px solid #e8eaf0;
276 -}
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; }
277 277  .wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; }
278 278  .wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; }
279 279  .wk-contact a { font-size: 0.83em; color: #0f3460; }
100 +.wk-contact div { font-size: 0.83em; color: #555; }
280 280  
281 -/* PLATFORM PILLS */
282 282  .wk-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
283 -.wk-platform {
284 - background: #fff;
285 - border: 1.5px solid #e0e4ef;
286 - border-radius: 8px;
287 - padding: 10px 14px;
288 - font-size: 0.87em;
289 - min-width: 180px;
290 -}
291 -.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
292 -.wk-platform-desc { color: #666; font-size: 0.9em; }
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; }
293 293  .wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; }
294 294  
295 -/* FOERDERVEREIN */
296 -.wk-foerder {
297 - background: linear-gradient(135deg, #e8f5e9, #f1f8f1);
298 - border: 1.5px solid #a5d6a7;
299 - border-radius: 10px;
300 - padding: 18px 20px;
301 - font-size: 0.9em;
302 - color: #1b5e20;
303 - line-height: 1.7;
304 -}
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; }
305 305  .wk-foerder strong { color: #1a1a2e; }
306 306  .wk-foerder a { color: #0f3460; font-weight: 600; }
307 307  
308 -/* DIVIDER */
309 -.wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 10px 0 28px 0; }
112 +.wk-divider { border: none; border-top: 2px solid #eef0f5; margin: 0; }
310 310  </style>
114 +</head>
115 +<body>
116 +<div class="wiki-frame">
311 311  
312 -<div class="wk-page">
313 -
314 - <!-- HERO -->
315 315   <div class="wk-hero">
316 316   <div class="wk-hero-tag">🎒 Elterninformationen · Schuljahr 2026/27</div>
317 317   <h1>Willkommen an der<br><span>KGS Stuhr-Brinkum</span></h1>
318 318   <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler!<br>
319 319   Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p>
320 - <div class="wk-hero-photo">
321 - <img src="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/IMG_4592.webp" alt="KGS Stuhr-Brinkum Schulgelände">
322 - </div>
123 + <div class="wk-hero-img-hint">📸 Hier können Sie ein Willkommensbild oder Schulgebäude-Foto einfügen</div>
323 323   </div>
324 324  
325 - <!-- WICHTIGE TERMINE -->
126 + <!-- TERMINE -->
326 326   <div class="wk-section">
327 327   <div class="wk-section-title">
328 328   <div class="wk-section-title-icon icon-red">📅</div>
329 329   <h2>Die wichtigsten Termine auf einen Blick</h2>
330 330   </div>
331 -
332 332   <div class="wk-timeline">
333 -
334 334   <div class="wk-event highlight-event">
335 335   <div class="wk-event-date">Freitag, 14. August 2026 · 08:30 Uhr</div>
336 336   <div class="wk-event-title">🎉 Einschulungsfeier – Erster Schultag</div>
337 337   <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>
338 338   </div>
339 -
340 340   <div class="wk-event">
341 341   <div class="wk-event-date">17. – 21. August 2026</div>
342 342   <div class="wk-event-title">📚 Einführungswoche</div>
343 - <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>
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>
344 344   </div>
345 -
346 346   <div class="wk-event">
347 347   <div class="wk-event-date">August – Oktober 2026 (vor Herbstferien)</div>
348 348   <div class="wk-event-title">🤝 Kennenlerntage statt Klassenfahrt</div>
349 - <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>
146 + <div class="wk-event-desc">Intensive Kennenlerntage vor Ort: Jahrgangsfrühstück · Tagesausflug (Stadtgarten, Abenteuerland oder Warwer Sand) · Sozialtrainingstag. Genaue Termine folgen.</div>
350 350   </div>
351 -
352 352   <div class="wk-event">
353 353   <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div>
354 354   <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div>
355 - <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>
151 + <div class="wk-event-desc">Digital über <strong>IServ</strong>. Achtung: Teilnahme für das gesamte Schuljahr verpflichtend.</div>
356 356   </div>
357 -
358 358   </div>
359 359   </div>
360 360  
361 - <hr class="wk-divider"/>
362 -
363 - <!-- TÄGLICHER SCHULBETRIEB -->
156 + <!-- STUNDENPLAN -->
364 364   <div class="wk-section">
365 365   <div class="wk-section-title">
366 366   <div class="wk-section-title-icon icon-blue">🕐</div>
... ... @@ -367,9 +367,7 @@
367 367   <h2>Unterrichtszeiten</h2>
368 368   </div>
369 369   <table class="wk-timetable">
370 - <thead>
371 - <tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr>
372 - </thead>
163 + <thead><tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr></thead>
373 373   <tbody>
374 374   <tr><td><strong>1. Stunde</strong></td><td>07:45 – 08:30 Uhr</td></tr>
375 375   <tr><td><strong>2. Stunde</strong></td><td>08:35 – 09:20 Uhr</td></tr>
... ... @@ -386,9 +386,7 @@
386 386   </table>
387 387   </div>
388 388  
389 - <hr class="wk-divider"/>
390 -
391 - <!-- WICHTIGE INFOS CARDS -->
180 + <!-- WICHTIGE INFOS -->
392 392   <div class="wk-section">
393 393   <div class="wk-section-title">
394 394   <div class="wk-section-title-icon icon-orange">ℹ️</div>
... ... @@ -395,65 +395,34 @@
395 395   <h2>Wichtige Informationen</h2>
396 396   </div>
397 397   <div class="wk-cards">
398 -
399 399   <div class="wk-card">
400 - <div class="wk-card-head">
401 - <div class="wk-card-icon icon-orange">🚌</div>
402 - <h3>Schulbus & TIM-Ticket</h3>
403 - </div>
404 - <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>
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>
405 405   </div>
406 -
407 407   <div class="wk-card">
408 - <div class="wk-card-head">
409 - <div class="wk-card-icon icon-teal">🍽️</div>
410 - <h3>Mensa & Kiosk (MensaMax)</h3>
411 - </div>
412 - <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>
413 - <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/mensamax/">→ Anleitung im Wiki</a></li></ul>
414 -
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>
415 415   <div class="wk-card">
416 - <div class="wk-card-head">
417 - <div class="wk-card-icon" style="background:#fce4ec;">📵</div>
418 - <h3>Handyfreie Schule</h3>
419 - </div>
420 - <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>
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>
421 421   </div>
422 -
423 423   <div class="wk-card">
424 - <div class="wk-card-head">
425 - <div class="wk-card-icon icon-red">🤒</div>
426 - <h3>Krankmeldung</h3>
427 - </div>
428 - <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>
429 - <ul>
430 - <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Krankmeldungen/">→ Krankmeldung im Wiki</a></li>
431 - <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Entschuldigungen/">→ Entschuldigungen im Wiki</a></li>
432 - </ul>
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>
433 433   </div>
434 -
435 435   <div class="wk-card">
436 - <div class="wk-card-head">
437 - <div class="wk-card-icon icon-blue">📚</div>
438 - <h3>Schulbücher (Lernmittelausleihe)</h3>
439 - </div>
440 - <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>
441 - <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/lernmittelausleihe/">→ Anleitung im Wiki</a></li></ul>
442 -
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>
443 443   <div class="wk-card">
444 - <div class="wk-card-head">
445 - <div class="wk-card-icon icon-green">🏠</div>
446 - <h3>Jugendzentrum „Haus am Wall"</h3>
447 - </div>
448 - <p>Partner der KGS in Brinkum – kostenlos, ohne Anmeldung. Café, Garten, Billard, Kicker, Playstation, Ferienprogramme. Enge Kooperation mit der Schule.</p>
449 - <ul><li><a href="https://hausamwall.de/" target="_blank">→ hausamwall.de</a></li></ul>
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>
450 450   </div>
451 -
452 452   </div>
453 453   </div>
454 454  
455 - <hr class="wk-divider"/>
456 -
457 457   <!-- MATERIALIEN -->
458 458   <div class="wk-section">
459 459   <div class="wk-section-title">
... ... @@ -460,22 +460,19 @@
460 460   <div class="wk-section-title-icon icon-purple">✏️</div>
461 461   <h2>Materialien & Ausstattung</h2>
462 462   </div>
463 -
464 464   <div class="wk-highlight">
465 465   <div class="wk-highlight-icon">🎒</div>
466 466   <div class="wk-highlight-text">
467 - <strong>Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
224 + <strong>Federtasche:</strong> Füller + Patronen · Lineal · Textmarker · Radiergummi · Anspitzer · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
468 468   </div>
469 469   </div>
470 -
471 - <p style="font-size:0.9em; color:#555; margin-bottom:10px;"><strong>Hefte DIN-A4:</strong> Lineatur 25 für Deutsch &amp; Englisch · Lineatur 28 für Mathematik</p>
472 - <p style="font-size:0.9em; color:#555; margin-bottom:8px;"><strong>Heftumschläge:</strong></p>
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>
473 473   <div class="wk-chips">
474 474   <span class="wk-chip chip-rot">Deutsch · rot</span>
475 475   <span class="wk-chip chip-gelb">Englisch · gelb</span>
476 476   <span class="wk-chip chip-blau">Mathematik · blau</span>
477 477   </div>
478 - <p style="font-size:0.9em; color:#555; margin: 14px 0 8px;"><strong>Pappmappen:</strong></p>
233 + <p style="font-size:0.9em;color:#555;margin:14px 0 8px;"><strong>Pappmappen:</strong></p>
479 479   <div class="wk-chips">
480 480   <span class="wk-chip chip-gruen">Biologie · grün</span>
481 481   <span class="wk-chip chip-weiss">Physik · weiß</span>
... ... @@ -484,11 +484,9 @@
484 484   <span class="wk-chip chip-grau">Geschichte · grau</span>
485 485   <span class="wk-chip chip-braun">Erdkunde · braun</span>
486 486   </div>
487 - <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>
242 + <p style="font-size:0.85em;color:#888;margin-top:12px;">Separate <strong>Materialliste Kunst Jg. 5/6</strong> beachten.</p>
488 488   </div>
489 489  
490 - <hr class="wk-divider"/>
491 -
492 492   <!-- DIGITALE PLATTFORMEN -->
493 493   <div class="wk-section">
494 494   <div class="wk-section-title">
... ... @@ -498,70 +498,38 @@
498 498   <div class="wk-platforms">
499 499   <div class="wk-platform">
500 500   <div class="wk-platform-name">📨 IServ (Elternmodul)</div>
501 - <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.<br>
502 - <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/IServ-Elternmodul/">→ Anleitung im Wiki</a></div>
254 + <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.</div>
503 503   </div>
504 504   <div class="wk-platform">
505 505   <div class="wk-platform-name">📅 WebUntis / Untis App</div>
506 - <div class="wk-platform-desc">Aktueller Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.<br>
507 - <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/untis-eltern/">→ Anleitung im Wiki</a></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>
508 508   </div>
509 509   <div class="wk-platform">
510 510   <div class="wk-platform-name">📖 Eltern-Wiki</div>
511 - <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br>
512 - <a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div>
262 + <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br><a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div>
513 513   </div>
514 514   <div class="wk-platform">
515 515   <div class="wk-platform-name">🌐 Schulhomepage</div>
516 - <div class="wk-platform-desc">Allgemeines, Schulleben, Profile, Kontakte.<br>
517 - <a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div>
266 + <div class="wk-platform-desc">Schulleben, Profile, Kontakte.<br><a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div>
518 518   </div>
519 519   </div>
520 520   </div>
521 521  
522 - <hr class="wk-divider"/>
523 -
524 - <!-- BERATUNG & KONTAKT -->
271 + <!-- BERATUNG -->
525 525   <div class="wk-section">
526 526   <div class="wk-section-title">
527 527   <div class="wk-section-title-icon icon-green">🤝</div>
528 528   <h2>Beratung & Unterstützung</h2>
529 529   </div>
530 - <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>
531 531   <div class="wk-contacts">
532 - <div class="wk-contact">
533 - <div class="wk-contact-name">Ariane Vollmer</div>
534 - <div class="wk-contact-role">Schulsozialarbeit</div>
535 - <div>Tel.: 0421 80969-1990</div>
536 - <a href="mailto:vollmer@kgs-sb.de">vollmer@kgs-sb.de</a>
537 - </div>
538 - <div class="wk-contact">
539 - <div class="wk-contact-name">Annika Reiners</div>
540 - <div class="wk-contact-role">Schulsozialarbeit</div>
541 - <div>Tel.: 0421 80969-1560</div>
542 - <a href="mailto:reiners@kgs-sb.de">reiners@kgs-sb.de</a>
543 - </div>
544 - <div class="wk-contact">
545 - <div class="wk-contact-name">Lucy Tiedemann</div>
546 - <div class="wk-contact-role">Schulsozialarbeit</div>
547 - <a href="mailto:tiedemann@kgs-sb.de">tiedemann@kgs-sb.de</a>
548 - </div>
549 - <div class="wk-contact">
550 - <div class="wk-contact-name">Andrea Barnert</div>
551 - <div class="wk-contact-role">Beratungslehrkraft</div>
552 - <div>Tel.: 0421 80969-134</div>
553 - <a href="mailto:a.barnert@kgs-sb.de">a.barnert@kgs-sb.de</a>
554 - </div>
555 - <div class="wk-contact">
556 - <div class="wk-contact-name">Sabrina Röber <em>(i. A.)</em></div>
557 - <div class="wk-contact-role">Beratungslehrkraft</div>
558 - <a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a>
559 - </div>
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>
560 560   </div>
561 561   </div>
562 562  
563 - <hr class="wk-divider"/>
564 -
565 565   <!-- FÖRDERVEREIN -->
566 566   <div class="wk-section">
567 567   <div class="wk-section-title">
... ... @@ -569,7 +569,7 @@
569 569   <h2>Förderverein KGS Stuhr-Brinkum e.V.</h2>
570 570   </div>
571 571   <div class="wk-foerder">
572 - Unterstützen Sie Ihre Schulgemeinschaft! Der Förderverein hilft dort, wo öffentliche Mittel nicht reichen – von Ausstattung über Schulhofprojekte bis zu Klassenfahrten.
293 + Unterstützen Sie Ihre Schulgemeinschaft – der Förderverein hilft dort, wo öffentliche Mittel nicht reichen.
573 573   <strong>Jahresbeitrag: nur 12,00 €</strong> (oder mehr, freiwillig).
574 574   <br><br>
575 575   <a href="https://www.kgs-stuhr.de/informationen/foerderverein/">→ Informationen &amp; Beitrittsformular auf der Homepage</a>
... ... @@ -577,5 +577,6 @@
577 577   </div>
578 578  
579 579  </div>
580 -{{/html}}
301 +</body>
302 +</html>
581 581  
IMG_4592.webp
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.kgs-sbde-groeneveld
Größe
... ... @@ -1,1 +1,0 @@
1 -167.1 KB
Inhalt