Änderungen von Dokument eltern.klasse5

Zuletzt geändert von Sarah Groeneveld am 2026/06/28 17:47

Von Version 30.1
bearbeitet von Sarah Groeneveld
am 2026/06/27 18:36
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 16.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:09
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Tags
... ... @@ -1,1 +1,0 @@
1 -5. Klasse
Inhalt
... ... @@ -1,3 +1,7 @@
1 +{{velocity}}
2 +#set($void = $xwiki.ssfx.use("willkommen5.css"))
3 +{{/velocity}}
4 +
1 1  {{html clean="false"}}
2 2  <style>
3 3  /* ===== KGS WILLKOMMEN-SEITE – 5. JAHRGANG 2026/27 ===== */
... ... @@ -4,37 +4,105 @@
4 4  
5 5  .wk-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; }
6 6  
7 -/* HERO */
11 +/* HERO BANNER */
8 8  .wk-hero {
9 9   background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
10 - border-radius: 12px; padding: 40px 36px; margin-bottom: 28px;
11 - position: relative; overflow: hidden;
14 + border-radius: 12px;
15 + padding: 48px 40px;
16 + margin-bottom: 32px;
17 + position: relative;
18 + overflow: hidden;
12 12  }
13 13  .wk-hero::before {
14 - content: ''; position: absolute; top: -60px; right: -60px;
21 + content: '';
22 + position: absolute; top: -60px; right: -60px;
15 15   width: 300px; height: 300px;
16 16   background: radial-gradient(circle, rgba(229,57,53,0.25) 0%, transparent 70%);
17 17   border-radius: 50%;
18 18  }
27 +.wk-hero::after {
28 + content: '';
29 + position: absolute; bottom: -40px; left: 10%;
30 + width: 200px; height: 200px;
31 + background: radial-gradient(circle, rgba(255,214,0,0.15) 0%, transparent 70%);
32 + border-radius: 50%;
33 +}
19 19  .wk-hero-tag {
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;
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;
23 23  }
24 24  .wk-hero h1 {
25 - color: #fff; font-size: 2em; font-weight: 800; margin: 0 0 8px 0;
26 - line-height: 1.2; position: relative; z-index: 1;
47 + color: #ffffff;
48 + font-size: 2.2em;
49 + font-weight: 800;
50 + margin: 0 0 8px 0;
51 + line-height: 1.2;
27 27  }
28 28  .wk-hero h1 span { color: #FFD600; }
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; }
54 +.wk-hero-sub {
55 + color: rgba(255,255,255,0.75);
56 + font-size: 1.05em;
57 + margin: 0;
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 +}
32 32  
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; }
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 +}
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; }
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 +}
38 38  .icon-red { background: #fdecea; }
39 39  .icon-blue { background: #e3f0ff; }
40 40  .icon-green { background: #e8f5e9; }
... ... @@ -42,28 +42,158 @@
42 42  .icon-purple { background: #f3e5f5; }
43 43  .icon-teal { background: #e0f2f1; }
44 44  
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; }
117 +.wk-section-title h2 {
118 + font-size: 1.2em;
119 + font-weight: 700;
120 + color: #1a1a2e;
121 + margin: 0;
122 +}
53 53  
54 -/* TIMETABLE */
55 -.wk-timetable { width: 100%; border-collapse: collapse; font-size: 0.88em; }
56 -.wk-timetable thead tr { background: #1a1a2e; color: #fff; }
57 -.wk-timetable th { padding: 10px 14px; text-align: left; font-weight: 600; }
58 -.wk-timetable td { padding: 9px 14px; border-bottom: 1px solid #f0f0f0; color: #333; }
124 +/* TIMELINE – Termine */
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; }
174 +
175 +/* CARDS GRID – float-basiert für XWiki-Kompatibilität */
176 +.wk-cards { overflow: hidden; margin: 0 -8px; }
177 +.wk-card {
178 + float: left;
179 + width: calc(50% - 16px);
180 + margin: 0 8px 16px 8px;
181 + background: #fff;
182 + border: 1px solid #e8eaf0;
183 + border-radius: 10px;
184 + padding: 18px;
185 + box-shadow: 0 2px 6px rgba(0,0,0,0.04);
186 + box-sizing: border-box;
187 +}
188 +.wk-cards-clear { clear: both; }
189 +.wk-card {
190 + background: #fff;
191 + border: 1px solid #e8eaf0;
192 + border-radius: 10px;
193 + padding: 18px;
194 + box-shadow: 0 2px 6px rgba(0,0,0,0.04);
195 + transition: box-shadow 0.2s;
196 +}
197 +.wk-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.09); }
198 +.wk-card-head {
199 + display: flex; align-items: center; gap: 10px;
200 + margin-bottom: 10px;
201 +}
202 +.wk-card-icon {
203 + width: 32px; height: 32px;
204 + border-radius: 8px;
205 + display: flex; align-items: center; justify-content: center;
206 + font-size: 1em;
207 + flex-shrink: 0;
208 +}
209 +.wk-card h3 {
210 + font-size: 0.95em;
211 + font-weight: 700;
212 + color: #1a1a2e;
213 + margin: 0;
214 +}
215 +.wk-card p, .wk-card li {
216 + font-size: 0.87em;
217 + color: #555;
218 + line-height: 1.6;
219 + margin: 0;
220 +}
221 +.wk-card ul { padding-left: 18px; margin: 6px 0 0 0; }
222 +.wk-card a { color: #0f3460; font-weight: 600; }
223 +
224 +/* STUNDENPLAN TABLE */
225 +.wk-timetable {
226 + width: 100%;
227 + border-collapse: collapse;
228 + font-size: 0.88em;
229 + border-radius: 10px;
230 + overflow: hidden;
231 + box-shadow: 0 2px 8px rgba(0,0,0,0.06);
232 +}
233 +.wk-timetable thead tr {
234 + background: #1a1a2e;
235 + color: #fff;
236 +}
237 +.wk-timetable th {
238 + padding: 10px 14px;
239 + text-align: left;
240 + font-weight: 600;
241 + font-size: 0.9em;
242 + letter-spacing: 0.3px;
243 +}
244 +.wk-timetable td {
245 + padding: 9px 14px;
246 + border-bottom: 1px solid #f0f0f0;
247 + color: #333;
248 +}
59 59  .wk-timetable tr:nth-child(even) td { background: #f8f9fc; }
60 -.wk-timetable tr.pause-row td { background: #fff9e6; color: #7a6000; font-style: italic; font-size: 0.85em; }
250 +.wk-timetable tr.pause-row td {
251 + background: #fff9e6;
252 + color: #7a6000;
253 + font-style: italic;
254 + font-size: 0.85em;
255 +}
61 61  
62 -/* CHIPS */
63 -.wk-chips { margin-top: 8px; }
64 -.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; }
257 +/* MATERIAL CHIPS */
258 +.wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
259 +.wk-chip {
260 + display: inline-flex; align-items: center; gap: 5px;
261 + padding: 4px 12px;
262 + border-radius: 20px;
263 + font-size: 0.82em;
264 + font-weight: 600;
265 + border: 1.5px solid;
266 +}
65 65  .chip-rot { background: #fdecea; color: #c62828; border-color: #ef9a9a; }
66 -.chip-gelb { background: #fffde7; color: #827717; border-color: #f9e84a; }
268 +.chip-gelb { background: #fffde7; color: #827717; border-color: #fff176; }
67 67  .chip-blau { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; }
68 68  .chip-gruen { background: #e8f5e9; color: #1b5e20; border-color: #a5d6a7; }
69 69  .chip-weiss { background: #fafafa; color: #424242; border-color: #bdbdbd; }
... ... @@ -71,55 +71,52 @@
71 71  .chip-lila { background: #f3e5f5; color: #4a148c; border-color: #ce93d8; }
72 72  .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; }
73 73  .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; }
74 -.chip-pink { background: #fce4ec; color: #880e4f; border-color: #f48fb1; }
75 75  
76 -/* HIGHLIGHT BOX */
77 -.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; }
78 -.wk-highlight strong { color: #1a1a2e; }
277 +/* CONTACT CARDS */
278 +.wk-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
279 +.wk-contact {
280 + background: #f8f9fc;
281 + border-radius: 10px;
282 + padding: 14px 16px;
283 + border: 1px solid #e8eaf0;
284 +}
285 +.wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; }
286 +.wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; }
287 +.wk-contact a { font-size: 0.83em; color: #0f3460; }
79 79  
80 -/* KUNST-DOWNLOAD BOX */
81 -.wk-download-box {
82 - background: #f3e5f5; border: 1.5px solid #ce93d8; border-radius: 10px;
83 - padding: 16px 20px; margin-bottom: 16px; display: table; width: 100%; box-sizing: border-box;
289 +/* PLATFORM PILLS – float-basiert */
290 +.wk-platforms { overflow: hidden; margin: 4px -6px 0 -6px; }
291 +.wk-platform {
292 + float: left;
293 + width: calc(50% - 12px);
294 + margin: 0 6px 12px 6px;
295 + background: #fff;
296 + border: 1.5px solid #e0e4ef;
297 + border-radius: 8px;
298 + padding: 10px 14px;
299 + font-size: 0.87em;
300 + box-sizing: border-box;
84 84  }
85 -.wk-download-icon { display: table-cell; width: 48px; vertical-align: middle; font-size: 2em; }
86 -.wk-download-body { display: table-cell; vertical-align: middle; padding-left: 8px; }
87 -.wk-download-title { font-weight: 700; color: #1a1a2e; font-size: 0.97em; margin-bottom: 2px; }
88 -.wk-download-desc { font-size: 0.85em; color: #555; line-height: 1.5; margin-bottom: 8px; }
89 -.wk-download-btn {
90 - display: inline-block; background: #7b1fa2; color: #fff !important;
91 - font-size: 0.85em; font-weight: 700; padding: 7px 16px; border-radius: 20px;
92 - text-decoration: none !important; letter-spacing: 0.3px;
93 -}
94 -.wk-download-btn:hover { background: #6a1b9a; }
302 +.wk-platforms-clear { clear: both; }
303 +.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
304 +.wk-platform-desc { color: #666; font-size: 0.9em; }
305 +.wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; }
95 95  
96 -/* KUNST MATERIALLISTE INLINE */
97 -.wk-kunst-list { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 16px 20px; margin-bottom: 12px; }
98 -.wk-kunst-list h3 { font-size: 0.95em; font-weight: 700; color: #4a148c; margin: 0 0 10px 0; }
99 -.wk-kunst-list ul { margin: 0; padding-left: 20px; }
100 -.wk-kunst-list li { font-size: 0.87em; color: #444; line-height: 1.7; }
101 -.wk-kunst-list li em { color: #7b1fa2; font-style: normal; font-weight: 600; }
102 -.wk-kunst-hinweis { background: #e8f5e9; border-left: 4px solid #66bb6a; border-radius: 6px; padding: 10px 14px; font-size: 0.85em; color: #1b5e20; line-height: 1.6; margin-top: 12px; }
103 -
104 -/* PLATFORMS */
105 -.wk-platform { background: #f8f9fc; border: 1.5px solid #e0e4ef; border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; font-size: 0.88em; }
106 -.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 3px; }
107 -.wk-platform-desc { color: #666; line-height: 1.5; }
108 -.wk-platform a { color: #E53935; font-weight: 600; }
109 -
110 -/* CONTACTS */
111 -.wk-contact { background: #f8f9fc; border-radius: 10px; padding: 12px 14px; border: 1px solid #e8eaf0; margin-bottom: 8px; font-size: 0.88em; }
112 -.wk-contact-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
113 -.wk-contact-role { color: #888; font-size: 0.9em; margin-bottom: 4px; }
114 -.wk-contact a { color: #0f3460; }
115 -
116 116  /* FOERDERVEREIN */
117 -.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; }
308 +.wk-foerder {
309 + background: linear-gradient(135deg, #e8f5e9, #f1f8f1);
310 + border: 1.5px solid #a5d6a7;
311 + border-radius: 10px;
312 + padding: 18px 20px;
313 + font-size: 0.9em;
314 + color: #1b5e20;
315 + line-height: 1.7;
316 +}
118 118  .wk-foerder strong { color: #1a1a2e; }
119 119  .wk-foerder a { color: #0f3460; font-weight: 600; }
120 120  
121 121  /* DIVIDER */
122 -.wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 4px 0 28px 0; }
321 +.wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 10px 0 28px 0; }
123 123  </style>
124 124  
125 125  <div class="wk-page">
... ... @@ -128,50 +128,61 @@
128 128   <div class="wk-hero">
129 129   <div class="wk-hero-tag">🎒 Elterninformationen · Schuljahr 2026/27</div>
130 130   <h1>Willkommen an der<br><span>KGS Stuhr-Brinkum</span></h1>
131 - <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>
330 + <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler!<br>
331 + Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p>
132 132   <div class="wk-hero-photo">
133 133   <img src="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/IMG_4592.webp" alt="KGS Stuhr-Brinkum Schulgelände">
134 134   </div>
135 135   </div>
136 136  
137 - <!-- TERMINE -->
337 + <!-- WICHTIGE TERMINE -->
138 138   <div class="wk-section">
139 139   <div class="wk-section-title">
140 - <h2><span class="wk-section-icon icon-red">📅</span>Die wichtigsten Termine auf einen Blick</h2>
340 + <div class="wk-section-title-icon icon-red">📅</div>
341 + <h2>Die wichtigsten Termine auf einen Blick</h2>
141 141   </div>
343 +
142 142   <div class="wk-timeline">
345 +
143 143   <div class="wk-event highlight-event">
144 - <div class="wk-event-date">Freitag, 14. August 2026 · 10:00 Uhr</div>
347 + <div class="wk-event-date">Freitag, 14. August 2026 · 08:30 Uhr</div>
145 145   <div class="wk-event-title">🎉 Einschulungsfeier – Erster Schultag</div>
146 146   <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>
147 147   </div>
351 +
148 148   <div class="wk-event">
149 149   <div class="wk-event-date">17. – 21. August 2026</div>
150 150   <div class="wk-event-title">📚 Einführungswoche</div>
151 151   <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>
152 152   </div>
357 +
153 153   <div class="wk-event">
154 154   <div class="wk-event-date">August – Oktober 2026 (vor Herbstferien)</div>
155 155   <div class="wk-event-title">🤝 Kennenlerntage statt Klassenfahrt</div>
156 - <div class="wk-event-desc">Intensive Kennenlerntage vor Ort: Jahrgangsfrühstück · Tagesausflug (Stadtgarten, Abenteuerland oder Warwer Sand) · Sozialtrainingstag. Genaue Termine folgen.</div>
361 + <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>
157 157   </div>
363 +
158 158   <div class="wk-event">
159 159   <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div>
160 160   <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div>
161 - <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>
367 + <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>
162 162   </div>
369 +
163 163   </div>
164 164   </div>
165 165  
166 166   <hr class="wk-divider"/>
167 167  
168 - <!-- STUNDENPLAN -->
375 + <!-- TÄGLICHER SCHULBETRIEB -->
169 169   <div class="wk-section">
170 170   <div class="wk-section-title">
171 - <h2><span class="wk-section-icon icon-blue">🕐</span>Unterrichtszeiten</h2>
378 + <div class="wk-section-title-icon icon-blue">🕐</div>
379 + <h2>Unterrichtszeiten</h2>
172 172   </div>
173 173   <table class="wk-timetable">
174 - <thead><tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr></thead>
382 + <thead>
383 + <tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr>
384 + </thead>
175 175   <tbody>
176 176   <tr><td><strong>1. Stunde</strong></td><td>07:45 – 08:30 Uhr</td></tr>
177 177   <tr><td><strong>2. Stunde</strong></td><td>08:35 – 09:20 Uhr</td></tr>
... ... @@ -190,49 +190,68 @@
190 190  
191 191   <hr class="wk-divider"/>
192 192  
193 - <!-- WICHTIGE INFOS -->
403 + <!-- WICHTIGE INFOS CARDS -->
194 194   <div class="wk-section">
195 195   <div class="wk-section-title">
196 - <h2><span class="wk-section-icon icon-orange">ℹ️</span>Wichtige Informationen</h2>
406 + <div class="wk-section-title-icon icon-orange">ℹ️</div>
407 + <h2>Wichtige Informationen</h2>
197 197   </div>
409 + <div class="wk-cards">
198 198  
199 - <table style="width:100%;border-collapse:separate;border-spacing:8px;">
200 - <tr>
201 - <td style="width:50%;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:#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 &amp; TIM-Ticket</strong></div>
203 - <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>
204 - </td>
205 - <td style="width:50%;background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
206 - <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 &amp; Kiosk (MensaMax)</strong></div>
207 - <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>
208 - <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>
209 - </td>
210 - </tr>
211 - <tr>
212 - <td style="background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
213 - <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>
214 - <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>
215 - </td>
216 - <td style="background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
217 - <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>
218 - <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>
219 - <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>
220 - <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>
221 - </td>
222 - </tr>
223 - <tr>
224 - <td style="background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
225 - <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>
226 - <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>
227 - <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>
228 - </td>
229 - <td style="background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 18px;vertical-align:top;">
230 - <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>
231 - <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>
232 - <a href="https://hausamwall.de/" style="font-size:0.88em;color:#0f3460;font-weight:600;">→ hausamwall.de</a>
233 - </td>
234 - </tr>
235 - </table>
411 + <div class="wk-card">
412 + <div class="wk-card-head">
413 + <div class="wk-card-icon icon-orange">🚌</div>
414 + <h3>Schulbus & TIM-Ticket</h3>
415 + </div>
416 + <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>
417 + </div>
418 +
419 + <div class="wk-card">
420 + <div class="wk-card-head">
421 + <div class="wk-card-icon icon-teal">🍽️</div>
422 + <h3>Mensa & Kiosk (MensaMax)</h3>
423 + </div>
424 + <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>
425 + <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/mensamax/">→ Anleitung im Wiki</a></li></ul>
426 +
427 + <div class="wk-card">
428 + <div class="wk-card-head">
429 + <div class="wk-card-icon" style="background:#fce4ec;">📵</div>
430 + <h3>Handyfreie Schule</h3>
431 + </div>
432 + <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>
433 + </div>
434 +
435 + <div class="wk-card">
436 + <div class="wk-card-head">
437 + <div class="wk-card-icon icon-red">🤒</div>
438 + <h3>Krankmeldung</h3>
439 + </div>
440 + <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>
441 + <ul>
442 + <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Krankmeldungen/">→ Krankmeldung im Wiki</a></li>
443 + <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Entschuldigungen/">→ Entschuldigungen im Wiki</a></li>
444 + </ul>
445 + </div>
446 +
447 + <div class="wk-card">
448 + <div class="wk-card-head">
449 + <div class="wk-card-icon icon-blue">📚</div>
450 + <h3>Schulbücher (Lernmittelausleihe)</h3>
451 + </div>
452 + <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>
453 + <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/lernmittelausleihe/">→ Anleitung im Wiki</a></li></ul>
454 +
455 + <div class="wk-card">
456 + <div class="wk-card-head">
457 + <div class="wk-card-icon icon-green">🏠</div>
458 + <h3>Jugendzentrum „Haus am Wall"</h3>
459 + </div>
460 + <p>Partner der KGS in Brinkum – kostenlos, ohne Anmeldung. Café, Garten, Billard, Kicker, Playstation, Ferienprogramme. Enge Kooperation mit der Schule.</p>
461 + <ul><li><a href="https://hausamwall.de/" target="_blank">→ hausamwall.de</a></li></ul>
462 + </div>
463 +
464 + </div>
236 236   </div>
237 237  
238 238   <hr class="wk-divider"/>
... ... @@ -240,21 +240,25 @@
240 240   <!-- MATERIALIEN -->
241 241   <div class="wk-section">
242 242   <div class="wk-section-title">
243 - <h2><span class="wk-section-icon icon-purple">✏️</span>Materialien &amp; Ausstattung</h2>
472 + <div class="wk-section-title-icon icon-purple">✏️</div>
473 + <h2>Materialien & Ausstattung</h2>
244 244   </div>
245 245  
246 - <!-- Allgemeine Materialliste -->
247 247   <div class="wk-highlight">
248 - <strong>🎒 Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
477 + <div class="wk-highlight-icon">🎒</div>
478 + <div class="wk-highlight-text">
479 + <strong>Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
480 + </div>
249 249   </div>
250 - <p style="font-size:0.9em;color:#555;margin-bottom:8px;"><strong>Hefte DIN-A4:</strong> Lineatur 25 (Deutsch/Englisch) · Lineatur 28 (Mathematik)</p>
251 - <p style="font-size:0.9em;color:#555;margin-bottom:6px;"><strong>Heftumschläge:</strong></p>
482 +
483 + <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>
484 + <p style="font-size:0.9em; color:#555; margin-bottom:8px;"><strong>Heftumschläge:</strong></p>
252 252   <div class="wk-chips">
253 253   <span class="wk-chip chip-rot">Deutsch · rot</span>
254 254   <span class="wk-chip chip-gelb">Englisch · gelb</span>
255 255   <span class="wk-chip chip-blau">Mathematik · blau</span>
256 256   </div>
257 - <p style="font-size:0.9em;color:#555;margin:12px 0 6px;"><strong>Pappmappen:</strong></p>
490 + <p style="font-size:0.9em; color:#555; margin: 14px 0 8px;"><strong>Pappmappen:</strong></p>
258 258   <div class="wk-chips">
259 259   <span class="wk-chip chip-gruen">Biologie · grün</span>
260 260   <span class="wk-chip chip-weiss">Physik · weiß</span>
... ... @@ -262,42 +262,8 @@
262 262   <span class="wk-chip chip-lila">Religion · lila</span>
263 263   <span class="wk-chip chip-grau">Geschichte · grau</span>
264 264   <span class="wk-chip chip-braun">Erdkunde · braun</span>
265 - <span class="wk-chip chip-pink">Kunst · pink</span>
266 266   </div>
267 -
268 - <!-- TRENNLINIE ZUR KUNSTLISTE -->
269 - <div style="border-top:1px dashed #e0e0e0;margin:22px 0 18px 0;"></div>
270 -
271 - <!-- KUNST-DOWNLOAD BOX -->
272 - <div class="wk-download-box">
273 - <div class="wk-download-icon">🎨</div>
274 - <div class="wk-download-body">
275 - <div class="wk-download-title">Materialienliste Kunst Jg. 5/6 – Download</div>
276 - <div class="wk-download-desc">Die Fachschaft Kunst stellt eine separate Liste bereit. Alle Materialien müssen mit Namen beschriftet werden und bleiben bis Schuljahresende in der Schule.</div>
277 - <a class="wk-download-btn" href="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/Materialien_Liste_F%C3%BCnftkl%C3%A4ssler_2026.pdf?rev=1.1">⬇ PDF herunterladen</a>
278 - </div>
279 - </div>
280 -
281 - <!-- KUNST-MATERIALLISTE INLINE -->
282 - <div class="wk-kunst-list">
283 - <h3>🖌️ Für den Kunstunterricht mitzubringen (Jg. 5/6)</h3>
284 - <ul>
285 - <li>Pappmappe <em>pink</em></li>
286 - <li>Skizzenbuch / Skizzenblock: <em>DIN-A4 Hochformat, Blanko, mind. 40 Seiten, mind. 120 g/m²</em></li>
287 - <li>Mehrere Borsten- und Haarpinsel in versch. Stärken in einem Pinselmäppchen<br>
288 - <span style="font-size:0.85em;color:#888;">Tipp: Pelikan 700405 Pinsel Starter Set (5 Haar- + 5 Borstenpinsel + Pinseltasche)</span></li>
289 - <li>Farbkasten mit Deckweiß</li>
290 - <li>Einen normalen Bleistift (HB / B) und einen weicheren (2B / 3B / 4B)</li>
291 - <li>Schwarzer Fineliner (z.B. Stabilo)</li>
292 - <li>Schere, Klebestift, Lineal, Anspitzer und Radiergummi</li>
293 - <li>DIN-A3 Zeichenblock (<em>mind. 120 g/m²</em>)</li>
294 - <li>DIN-A3 Sammelmappe</li>
295 - </ul>
296 - <div class="wk-kunst-hinweis">
297 - <strong>Hinweise der Fachschaft Kunst:</strong> Acrylfarben, Linolfarben, Linolplatten und besondere Papiere werden von der Schule gestellt. Für die Acrylmalerei verwenden die Schüler:innen eigene Pinsel. Ab Jg. 6 entscheidet die jeweilige Lehrkraft über weitere Materialien.
298 - </div>
299 - </div>
300 -
499 + <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>
301 301   </div>
302 302  
303 303   <hr class="wk-divider"/>
... ... @@ -305,81 +305,72 @@
305 305   <!-- DIGITALE PLATTFORMEN -->
306 306   <div class="wk-section">
307 307   <div class="wk-section-title">
308 - <h2><span class="wk-section-icon icon-blue">💻</span>Digitale Plattformen</h2>
507 + <div class="wk-section-title-icon icon-blue">💻</div>
508 + <h2>Digitale Plattformen</h2>
309 309   </div>
310 - <table style="width:100%;border-collapse:separate;border-spacing:8px;">
311 - <tr>
312 - <td style="width:50%;background:#f8f9fc;border:1.5px solid #e0e4ef;border-radius:8px;padding:12px 14px;vertical-align:top;">
313 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:4px;">📨 IServ (Elternmodul)</div>
314 - <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>
315 - </td>
316 - <td style="width:50%;background:#f8f9fc;border:1.5px solid #e0e4ef;border-radius:8px;padding:12px 14px;vertical-align:top;">
317 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:4px;">📅 WebUntis / Untis App</div>
318 - <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>
319 - </td>
320 - </tr>
321 - <tr>
322 - <td style="background:#f8f9fc;border:1.5px solid #e0e4ef;border-radius:8px;padding:12px 14px;vertical-align:top;">
323 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:4px;">📖 Eltern-Wiki</div>
324 - <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>
325 - </td>
326 - <td style="background:#f8f9fc;border:1.5px solid #e0e4ef;border-radius:8px;padding:12px 14px;vertical-align:top;">
327 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:4px;">🌐 Schulhomepage</div>
328 - <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>
329 - </td>
330 - </tr>
331 - </table>
510 + <div class="wk-platforms">
511 + <div class="wk-platform">
512 + <div class="wk-platform-name">📨 IServ (Elternmodul)</div>
513 + <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.<br>
514 + <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/IServ-Elternmodul/">→ Anleitung im Wiki</a></div>
515 + </div>
516 + <div class="wk-platform">
517 + <div class="wk-platform-name">📅 WebUntis / Untis App</div>
518 + <div class="wk-platform-desc">Aktueller Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.<br>
519 + <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/untis-eltern/">→ Anleitung im Wiki</a></div>
520 + </div>
521 + <div class="wk-platform">
522 + <div class="wk-platform-name">📖 Eltern-Wiki</div>
523 + <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br>
524 + <a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div>
525 + </div>
526 + <div class="wk-platform">
527 + <div class="wk-platform-name">🌐 Schulhomepage</div>
528 + <div class="wk-platform-desc">Allgemeines, Schulleben, Profile, Kontakte.<br>
529 + <a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div>
530 + </div>
531 + </div>
332 332   </div>
333 333  
334 334   <hr class="wk-divider"/>
335 335  
336 - <!-- BERATUNG -->
536 + <!-- BERATUNG & KONTAKT -->
337 337   <div class="wk-section">
338 338   <div class="wk-section-title">
339 - <h2><span class="wk-section-icon icon-green">🤝</span>Beratung &amp; Unterstützung</h2>
539 + <div class="wk-section-title-icon icon-green">🤝</div>
540 + <h2>Beratung & Unterstützung</h2>
340 340   </div>
341 - <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>
342 - <table style="width:100%;border-collapse:separate;border-spacing:8px;">
343 - <tr>
344 - <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
345 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Annika Reiners</div>
346 - <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
347 - <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969156</div>
348 - <div style="font-size:0.85em;"><a href="mailto:reiners@kgs-sb.de" style="color:#0f3460;">reiners@kgs-sb.de</a></div>
349 - </td>
350 - <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
351 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Lucy Tiedemann</div>
352 - <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
353 - <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969194</div>
354 - <div style="font-size:0.85em;"><a href="mailto:tiedemann@kgs-sb.de" style="color:#0f3460;">tiedemann@kgs-sb.de</a></div>
355 - </td>
356 - <td style="width:33%;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
357 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Ariane Vollmer</div>
358 - <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Schulsozialarbeit</div>
359 - <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969199</div>
360 - <div style="font-size:0.85em;"><a href="mailto:vollmer@kgs-sb.de" style="color:#0f3460;">vollmer@kgs-sb.de</a></div>
361 - </td>
362 - </tr>
363 - <tr>
364 - <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
365 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Andrea Barnert</div>
366 - <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Beratungslehrkraft</div>
367 - <div style="font-size:0.85em;color:#555;">Tel.: 0421 80969134</div>
368 - <div style="font-size:0.85em;"><a href="mailto:a.barnert@kgs-sb.de" style="color:#0f3460;">a.barnert@kgs-sb.de</a></div>
369 - </td>
370 - <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
371 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Sabrina Röber <em style="font-weight:normal;">(i. A.)</em></div>
372 - <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Beratungslehrkraft</div>
373 - <div style="font-size:0.85em;"><a href="mailto:roeber@kgs-sb.de" style="color:#0f3460;">roeber@kgs-sb.de</a></div>
374 - </td>
375 - <td style="background:#f8f9fc;border:1px solid #e8eaf0;border-radius:10px;padding:14px 16px;vertical-align:top;">
376 - <div style="font-weight:700;color:#1a1a2e;margin-bottom:3px;">Haus am Wall</div>
377 - <div style="font-size:0.82em;color:#888;margin-bottom:6px;">Frau Otterstedt &amp; Frau Nietzold</div>
378 - <div style="font-size:0.85em;color:#555;">Tel.: 0421 891671</div>
379 - <div style="font-size:0.85em;"><a href="mailto:kontakt@hausamwall.de" style="color:#0f3460;">kontakt@hausamwall.de</a></div>
380 - </td>
381 - </tr>
382 - </table>
542 + <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>
543 + <div class="wk-contacts">
544 + <div class="wk-contact">
545 + <div class="wk-contact-name">Ariane Vollmer</div>
546 + <div class="wk-contact-role">Schulsozialarbeit</div>
547 + <div>Tel.: 0421 80969-1990</div>
548 + <a href="mailto:vollmer@kgs-sb.de">vollmer@kgs-sb.de</a>
549 + </div>
550 + <div class="wk-contact">
551 + <div class="wk-contact-name">Annika Reiners</div>
552 + <div class="wk-contact-role">Schulsozialarbeit</div>
553 + <div>Tel.: 0421 80969-1560</div>
554 + <a href="mailto:reiners@kgs-sb.de">reiners@kgs-sb.de</a>
555 + </div>
556 + <div class="wk-contact">
557 + <div class="wk-contact-name">Lucy Tiedemann</div>
558 + <div class="wk-contact-role">Schulsozialarbeit</div>
559 + <a href="mailto:tiedemann@kgs-sb.de">tiedemann@kgs-sb.de</a>
560 + </div>
561 + <div class="wk-contact">
562 + <div class="wk-contact-name">Andrea Barnert</div>
563 + <div class="wk-contact-role">Beratungslehrkraft</div>
564 + <div>Tel.: 0421 80969-134</div>
565 + <a href="mailto:a.barnert@kgs-sb.de">a.barnert@kgs-sb.de</a>
566 + </div>
567 + <div class="wk-contact">
568 + <div class="wk-contact-name">Sabrina Röber <em>(i. A.)</em></div>
569 + <div class="wk-contact-role">Beratungslehrkraft</div>
570 + <a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a>
571 + </div>
572 + </div>
383 383   </div>
384 384  
385 385   <hr class="wk-divider"/>
... ... @@ -387,10 +387,13 @@
387 387   <!-- FÖRDERVEREIN -->
388 388   <div class="wk-section">
389 389   <div class="wk-section-title">
390 - <h2><span class="wk-section-icon icon-green">💚</span>Förderverein KGS Stuhr-Brinkum e.V.</h2>
580 + <div class="wk-section-title-icon icon-green">💚</div>
581 + <h2>Förderverein KGS Stuhr-Brinkum e.V.</h2>
391 391   </div>
392 392   <div class="wk-foerder">
393 - 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>
584 + Unterstützen Sie Ihre Schulgemeinschaft! Der Förderverein hilft dort, wo öffentliche Mittel nicht reichen – von Ausstattung über Schulhofprojekte bis zu Klassenfahrten.
585 + <strong>Jahresbeitrag: nur 12,00 €</strong> (oder mehr, freiwillig).
586 + <br><br>
394 394   <a href="https://www.kgs-stuhr.de/informationen/foerderverein/">→ Informationen &amp; Beitrittsformular auf der Homepage</a>
395 395   </div>
396 396   </div>
Materialien_Liste_Fünftklässler_2026.pdf
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.kgs-sbde-groeneveld
Größe
... ... @@ -1,1 +1,0 @@
1 -173.0 KB
Inhalt