Änderungen von Dokument eltern.klasse5

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

Von Version 20.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:22
Ä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,13 +1,17 @@
1 -{{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>
2 2  <style>
3 -/* ===== 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; }
4 4  
5 -.wk-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; }
6 -
7 -/* HERO */
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;
14 + border-radius: 12px; padding: 48px 40px; margin-bottom: 32px;
11 11   position: relative; overflow: hidden;
12 12  }
13 13  .wk-hero::before {
... ... @@ -16,64 +16,70 @@
16 16   background: radial-gradient(circle, rgba(229,57,53,0.25) 0%, transparent 70%);
17 17   border-radius: 50%;
18 18  }
23 +.wk-hero::after {
24 + content: ''; position: absolute; bottom: -40px; left: 10%;
25 + width: 200px; height: 200px;
26 + background: radial-gradient(circle, rgba(255,214,0,0.15) 0%, transparent 70%);
27 + border-radius: 50%;
28 +}
19 19  .wk-hero-tag {
20 20   display: inline-block; background: rgba(229,57,53,0.9); color: #fff;
21 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;
32 + padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; position: relative; z-index: 1;
23 23  }
24 24  .wk-hero h1 {
25 - color: #fff; font-size: 2em; font-weight: 800; margin: 0 0 8px 0;
35 + color: #fff; font-size: 2.2em; font-weight: 800; margin: 0 0 8px 0;
26 26   line-height: 1.2; position: relative; z-index: 1;
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; }
39 +.wk-hero-sub { color: rgba(255,255,255,0.75); font-size: 1.05em; margin: 0; position: relative; z-index: 1; }
40 +.wk-hero-img-hint {
41 + margin-top: 20px; border: 2px dashed rgba(255,255,255,0.25);
42 + border-radius: 8px; padding: 16px 20px; color: rgba(255,255,255,0.5);
43 + font-size: 0.85em; font-style: italic; position: relative; z-index: 1;
44 +}
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; }
38 -.icon-red { background: #fdecea; }
39 -.icon-blue { background: #e3f0ff; }
40 -.icon-green { background: #e8f5e9; }
41 -.icon-orange { background: #fff3e0; }
42 -.icon-purple { background: #f3e5f5; }
43 -.icon-teal { background: #e0f2f1; }
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; }
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; }
53 +.wk-highlight { background: linear-gradient(135deg,#fff9e6,#fff3cc); border-left: 5px solid #FFD600; border-radius: 8px; padding: 16px 20px; margin-bottom: 20px; display: flex; align-items: flex-start; gap: 12px; }
54 +.wk-highlight-icon { font-size: 1.4em; flex-shrink: 0; margin-top: 2px; }
55 +.wk-highlight-text { font-size: 0.95em; color: #3d3000; line-height: 1.6; }
56 +.wk-highlight-text strong { color: #1a1a2e; }
57 +
58 +.wk-timeline { position: relative; padding-left: 28px; }
59 +.wk-timeline::before { content: ''; position: absolute; left: 8px; top: 4px; bottom: 4px; width: 2px; background: linear-gradient(to bottom, #E53935, #FFD600); border-radius: 2px; }
60 +.wk-event { position: relative; margin-bottom: 18px; background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 14px 16px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); }
61 +.wk-event::before { content: ''; position: absolute; left: -24px; top: 18px; width: 10px; height: 10px; border-radius: 50%; background: #E53935; border: 2px solid #fff; box-shadow: 0 0 0 2px #E53935; }
49 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; }
63 +.wk-event-title { font-size: 0.98em; font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
51 51  .wk-event-desc { font-size: 0.87em; color: #555; line-height: 1.5; }
52 -.wk-event-desc a { color: #0f3460; font-weight: 600; }
65 +.wk-event.highlight-event { border-color: #E53935; background: linear-gradient(135deg,#fff9f9,#fff); }
53 53  
54 -/* CARD einzeln, volle Breite */
55 -.wk-card { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 16px 18px; margin-bottom: 12px; }
56 -.wk-card-head { margin-bottom: 8px; }
57 -.wk-card-head-icon { display: inline-block; width: 28px; height: 28px; border-radius: 6px; text-align: center; line-height: 28px; font-size: 0.9em; vertical-align: middle; margin-right: 6px; }
58 -.wk-card h3 { display: inline; font-size: 0.97em; font-weight: 700; color: #1a1a2e; vertical-align: middle; }
59 -.wk-card p { font-size: 0.88em; color: #555; line-height: 1.6; margin: 6px 0 0 0; }
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; }
60 60  .wk-card ul { padding-left: 18px; margin: 6px 0 0 0; }
61 -.wk-card li { font-size: 0.88em; color: #555; line-height: 1.6; }
62 62  .wk-card a { color: #0f3460; font-weight: 600; }
63 63  
64 -/* TIMETABLE */
65 -.wk-timetable { width: 100%; border-collapse: collapse; font-size: 0.88em; }
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); }
66 66  .wk-timetable thead tr { background: #1a1a2e; color: #fff; }
67 -.wk-timetable th { padding: 10px 14px; text-align: left; font-weight: 600; }
78 +.wk-timetable th { padding: 10px 14px; text-align: left; font-weight: 600; font-size: 0.9em; }
68 68  .wk-timetable td { padding: 9px 14px; border-bottom: 1px solid #f0f0f0; color: #333; }
69 69  .wk-timetable tr:nth-child(even) td { background: #f8f9fc; }
70 70  .wk-timetable tr.pause-row td { background: #fff9e6; color: #7a6000; font-style: italic; font-size: 0.85em; }
71 71  
72 -/* CHIPS */
73 -.wk-chips { margin-top: 8px; }
74 -.wk-chip { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.82em; font-weight: 600; border: 1.5px solid; margin: 3px 4px 3px 0; }
83 +.wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
84 +.wk-chip { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 20px; font-size: 0.82em; font-weight: 600; border: 1.5px solid; }
75 75  .chip-rot { background: #fdecea; color: #c62828; border-color: #ef9a9a; }
76 -.chip-gelb { background: #fffde7; color: #827717; border-color: #f9e84a; }
86 +.chip-gelb { background: #fffde7; color: #827717; border-color: #fff176; }
77 77  .chip-blau { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; }
78 78  .chip-gruen { background: #e8f5e9; color: #1b5e20; border-color: #a5d6a7; }
79 79  .chip-weiss { background: #fafafa; color: #424242; border-color: #bdbdbd; }
... ... @@ -82,47 +82,42 @@
82 82  .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; }
83 83  .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; }
84 84  
85 -/* HIGHLIGHT BOX */
86 -.wk-highlight { background: #fff9e6; border-left: 5px solid #FFD600; border-radius: 8px; padding: 14px 18px; margin-bottom: 18px; font-size: 0.92em; color: #3d3000; line-height: 1.6; }
87 -.wk-highlight strong { color: #1a1a2e; }
95 +.wk-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
96 +.wk-contact { background: #f8f9fc; border-radius: 10px; padding: 14px 16px; border: 1px solid #e8eaf0; }
97 +.wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; }
98 +.wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; }
99 +.wk-contact a { font-size: 0.83em; color: #0f3460; }
100 +.wk-contact div { font-size: 0.83em; color: #555; }
88 88  
89 -/* PLATFORMS */
90 -.wk-platform { background: #f8f9fc; border: 1.5px solid #e0e4ef; border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; font-size: 0.88em; }
91 -.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 3px; }
92 -.wk-platform-desc { color: #666; line-height: 1.5; }
93 -.wk-platform a { color: #E53935; font-weight: 600; }
102 +.wk-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
103 +.wk-platform { background: #f8f9fc; border: 1.5px solid #e0e4ef; border-radius: 8px; padding: 12px 14px; font-size: 0.87em; min-width: 180px; flex: 1; }
104 +.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
105 +.wk-platform-desc { color: #666; font-size: 0.9em; line-height: 1.5; }
106 +.wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; }
94 94  
95 -/* CONTACTS */
96 -.wk-contact { background: #f8f9fc; border-radius: 10px; padding: 12px 14px; border: 1px solid #e8eaf0; margin-bottom: 8px; font-size: 0.88em; }
97 -.wk-contact-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
98 -.wk-contact-role { color: #888; font-size: 0.9em; margin-bottom: 4px; }
99 -.wk-contact a { color: #0f3460; }
100 -
101 -/* FOERDERVEREIN */
102 -.wk-foerder { background: #e8f5e9; border: 1.5px solid #a5d6a7; border-radius: 10px; padding: 16px 18px; font-size: 0.9em; color: #1b5e20; line-height: 1.7; }
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; }
103 103  .wk-foerder strong { color: #1a1a2e; }
104 104  .wk-foerder a { color: #0f3460; font-weight: 600; }
105 105  
106 -/* DIVIDER */
107 -.wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 4px 0 28px 0; }
112 +.wk-divider { border: none; border-top: 2px solid #eef0f5; margin: 0; }
108 108  </style>
114 +</head>
115 +<body>
116 +<div class="wiki-frame">
109 109  
110 -<div class="wk-page">
111 -
112 - <!-- HERO -->
113 113   <div class="wk-hero">
114 114   <div class="wk-hero-tag">🎒 Elterninformationen · Schuljahr 2026/27</div>
115 115   <h1>Willkommen an der<br><span>KGS Stuhr-Brinkum</span></h1>
116 - <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler! Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p>
117 - <div class="wk-hero-photo">
118 - <img src="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/IMG_4592.webp" alt="KGS Stuhr-Brinkum Schulgelände">
119 - </div>
121 + <p class="wk-hero-sub">Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler!<br>
122 + Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.</p>
123 + <div class="wk-hero-img-hint">📸 Hier können Sie ein Willkommensbild oder Schulgebäude-Foto einfügen</div>
120 120   </div>
121 121  
122 122   <!-- TERMINE -->
123 123   <div class="wk-section">
124 124   <div class="wk-section-title">
125 - <h2><span class="wk-section-icon icon-red">📅</span>Die wichtigsten Termine auf einen Blick</h2>
129 + <div class="wk-section-title-icon icon-red">📅</div>
130 + <h2>Die wichtigsten Termine auf einen Blick</h2>
126 126   </div>
127 127   <div class="wk-timeline">
128 128   <div class="wk-event highlight-event">
... ... @@ -133,7 +133,7 @@
133 133   <div class="wk-event">
134 134   <div class="wk-event-date">17. – 21. August 2026</div>
135 135   <div class="wk-event-title">📚 Einführungswoche</div>
136 - <div class="wk-event-desc">Unterricht von der 2. bis 6. Stunde meist durch Klassenlehrkräfte. Für den ersten Tag: <strong>Federtasche und Schreibblock</strong> mitbringen.</div>
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>
137 137   </div>
138 138   <div class="wk-event">
139 139   <div class="wk-event-date">August – Oktober 2026 (vor Herbstferien)</div>
... ... @@ -143,17 +143,16 @@
143 143   <div class="wk-event">
144 144   <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div>
145 145   <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div>
146 - <div class="wk-event-desc">Digital über <strong>IServ</strong>. Achtung: Teilnahme für das gesamte Schuljahr verpflichtend. <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/ganztag/">→ Mehr zum Ganztag im Wiki</a></div>
151 + <div class="wk-event-desc">Digital über <strong>IServ</strong>. Achtung: Teilnahme für das gesamte Schuljahr verpflichtend.</div>
147 147   </div>
148 148   </div>
149 149   </div>
150 150  
151 - <hr class="wk-divider"/>
152 -
153 153   <!-- STUNDENPLAN -->
154 154   <div class="wk-section">
155 155   <div class="wk-section-title">
156 - <h2><span class="wk-section-icon icon-blue">🕐</span>Unterrichtszeiten</h2>
159 + <div class="wk-section-title-icon icon-blue">🕐</div>
160 + <h2>Unterrichtszeiten</h2>
157 157   </div>
158 158   <table class="wk-timetable">
159 159   <thead><tr><th>Stunde / Pause</th><th>Uhrzeit</th></tr></thead>
... ... @@ -173,71 +173,60 @@
173 173   </table>
174 174   </div>
175 175  
176 - <hr class="wk-divider"/>
177 -
178 178   <!-- WICHTIGE INFOS -->
179 179   <div class="wk-section">
180 180   <div class="wk-section-title">
181 - <h2><span class="wk-section-icon icon-orange">ℹ️</span>Wichtige Informationen</h2>
183 + <div class="wk-section-title-icon icon-orange">ℹ️</div>
184 + <h2>Wichtige Informationen</h2>
182 182   </div>
183 -
184 - <div class="wk-card">
185 - <div class="wk-card-head"><span class="wk-card-head-icon icon-orange">🚌</span><h3>Schulbus &amp; TIM-Ticket</h3></div>
186 - <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>
186 + <div class="wk-cards">
187 + <div class="wk-card">
188 + <div class="wk-card-head"><div class="wk-card-icon icon-orange">🚌</div><h3>Schulbus & TIM-Ticket</h3></div>
189 + <p>Ab <strong>4 km Schulweg</strong> → kostenlose Busfahrkarte. Kein Antrag nötig, das Sekretariat kümmert sich. Karten werden zu Schuljahresbeginn verteilt.</p>
190 + </div>
191 + <div class="wk-card">
192 + <div class="wk-card-head"><div class="wk-card-icon icon-teal">🍽️</div><h3>Mensa & Kiosk (MensaMax)</h3></div>
193 + <p>Mittagessen 13:05–14:00 Uhr. Anmeldung im Sekretariat → Essens-Chip. Bestellung über MensaMax-App, bargeldlos/Prepaid.</p>
194 + </div>
195 + <div class="wk-card">
196 + <div class="wk-card-head"><div class="wk-card-icon" style="background:#fce4ec;">📵</div><h3>Handyfreie Schule</h3></div>
197 + <p>Handys in Unterricht und Pausen <strong>verboten</strong>. Tablets nur mit Lehrkraft-Erlaubnis für Unterrichtszwecke.</p>
198 + </div>
199 + <div class="wk-card">
200 + <div class="wk-card-head"><div class="wk-card-icon icon-red">🤒</div><h3>Krankmeldung</h3></div>
201 + <p>Bis <strong>07:45 Uhr</strong> per E-Mail (<em>nachname@kgs-sb.de</em>) oder WebUntis. Schriftliche Entschuldigung danach im Entschuldigungsheft.</p>
202 + <ul><li><a href="#">→ Anleitung im Wiki</a></li></ul>
203 + </div>
204 + <div class="wk-card">
205 + <div class="wk-card-head"><div class="wk-card-icon icon-blue">📚</div><h3>Schulbücher (Ausleihe)</h3></div>
206 + <p>Über <strong>IServ → „Schulbücher"</strong>. Nur als Gesamtpaket. Ermäßigung/Befreiung möglich (Nachweise ins Sekretariat).</p>
207 + </div>
208 + <div class="wk-card">
209 + <div class="wk-card-head"><div class="wk-card-icon icon-green">🏠</div><h3>Haus am Wall</h3></div>
210 + <p>Jugendzentrum in Brinkum – kostenlos, ohne Anmeldung. Café, Sport, Billard, Kicker, Ferienprogramme.<br><a href="https://hausamwall.de/">→ hausamwall.de</a></p>
211 + </div>
187 187   </div>
188 -
189 - <div class="wk-card">
190 - <div class="wk-card-head"><span class="wk-card-head-icon icon-teal">🍽️</span><h3>Mensa &amp; Kiosk (MensaMax)</h3></div>
191 - <p>Mittagessen 13:05–14:00 Uhr. Anmeldung im Sekretariat → Essens-Chip erhalten. Bestellung über die <strong>MensaMax-App</strong> oder Browser – bargeldlos, Prepaid. Ohne Chip keine Ausgabe.</p>
192 - <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/mensamax/">→ Anleitung im Wiki</a></li></ul>
193 - </div>
194 -
195 - <div class="wk-card">
196 - <div class="wk-card-head"><span class="wk-card-head-icon" style="background:#fce4ec;">📵</span><h3>Handyfreie Schule</h3></div>
197 - <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>
198 - </div>
199 -
200 - <div class="wk-card">
201 - <div class="wk-card-head"><span class="wk-card-head-icon icon-red">🤒</span><h3>Krankmeldung</h3></div>
202 - <p>Krankmeldung bis <strong>07:45 Uhr</strong> per E-Mail (<em>nachname@kgs-sb.de</em>) oder (bevorzugt) über WebUntis. Schriftliche Entschuldigung danach im Entschuldigungsheft.</p>
203 - <ul>
204 - <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Krankmeldungen/">→ Krankmeldung im Wiki</a></li>
205 - <li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/Entschuldigungen/">→ Entschuldigungen im Wiki</a></li>
206 - </ul>
207 - </div>
208 -
209 - <div class="wk-card">
210 - <div class="wk-card-head"><span class="wk-card-head-icon icon-blue">📚</span><h3>Schulbücher (Lernmittelausleihe)</h3></div>
211 - <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>
212 - <ul><li><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/lernmittelausleihe/">→ Anleitung im Wiki</a></li></ul>
213 - </div>
214 -
215 - <div class="wk-card">
216 - <div class="wk-card-head"><span class="wk-card-head-icon icon-green">🏠</span><h3>Jugendzentrum „Haus am Wall"</h3></div>
217 - <p>Partner der KGS in Brinkum – kostenlos, ohne Anmeldung. Café, Garten, Billard, Kicker, Playstation, Ferienprogramme. Enge Kooperation mit der Schule.</p>
218 - <ul><li><a href="https://hausamwall.de/" target="_blank">→ hausamwall.de</a></li></ul>
219 - </div>
220 -
221 221   </div>
222 222  
223 - <hr class="wk-divider"/>
224 -
225 225   <!-- MATERIALIEN -->
226 226   <div class="wk-section">
227 227   <div class="wk-section-title">
228 - <h2><span class="wk-section-icon icon-purple">✏️</span>Materialien &amp; Ausstattung</h2>
218 + <div class="wk-section-title-icon icon-purple">✏️</div>
219 + <h2>Materialien & Ausstattung</h2>
229 229   </div>
230 230   <div class="wk-highlight">
231 - <strong>🎒 Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
222 + <div class="wk-highlight-icon">🎒</div>
223 + <div class="wk-highlight-text">
224 + <strong>Federtasche:</strong> Füller + Patronen · Lineal · Textmarker · Radiergummi · Anspitzer · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
225 + </div>
232 232   </div>
233 - <p style="font-size:0.9em;color:#555;margin-bottom:8px;"><strong>Hefte DIN-A4:</strong> Lineatur 25 (Deutsch/Englisch) · Lineatur 28 (Mathematik)</p>
234 - <p style="font-size:0.9em;color:#555;margin-bottom:6px;"><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>
235 235   <div class="wk-chips">
236 236   <span class="wk-chip chip-rot">Deutsch · rot</span>
237 237   <span class="wk-chip chip-gelb">Englisch · gelb</span>
238 238   <span class="wk-chip chip-blau">Mathematik · blau</span>
239 239   </div>
240 - <p style="font-size:0.9em;color:#555;margin:12px 0 6px;"><strong>Pappmappen:</strong></p>
233 + <p style="font-size:0.9em;color:#555;margin:14px 0 8px;"><strong>Pappmappen:</strong></p>
241 241   <div class="wk-chips">
242 242   <span class="wk-chip chip-gruen">Biologie · grün</span>
243 243   <span class="wk-chip chip-weiss">Physik · weiß</span>
... ... @@ -246,61 +246,65 @@
246 246   <span class="wk-chip chip-grau">Geschichte · grau</span>
247 247   <span class="wk-chip chip-braun">Erdkunde · braun</span>
248 248   </div>
249 - <p style="font-size:0.85em;color:#888;margin-top:10px;">Separate <strong>Materialliste 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>
250 250   </div>
251 251  
252 - <hr class="wk-divider"/>
253 -
254 254   <!-- DIGITALE PLATTFORMEN -->
255 255   <div class="wk-section">
256 256   <div class="wk-section-title">
257 - <h2><span class="wk-section-icon icon-blue">💻</span>Digitale Plattformen</h2>
248 + <div class="wk-section-title-icon icon-blue">💻</div>
249 + <h2>Digitale Plattformen</h2>
258 258   </div>
259 - <div class="wk-platform">
260 - <div class="wk-platform-name">📨 IServ (Elternmodul)</div>
261 - <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.<br><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/IServ-Elternmodul/">→ Anleitung im Wiki</a></div>
251 + <div class="wk-platforms">
252 + <div class="wk-platform">
253 + <div class="wk-platform-name">📨 IServ (Elternmodul)</div>
254 + <div class="wk-platform-desc">Offizielle Kommunikation, Elternbriefe, Elternsprechtag-Buchung. Zugangsdaten über Klassenlehrkraft.</div>
255 + </div>
256 + <div class="wk-platform">
257 + <div class="wk-platform-name">📅 WebUntis / Untis App</div>
258 + <div class="wk-platform-desc">Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.<br><a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/untis-eltern/">→ Anleitung im Wiki</a></div>
259 + </div>
260 + <div class="wk-platform">
261 + <div class="wk-platform-name">📖 Eltern-Wiki</div>
262 + <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br><a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div>
263 + </div>
264 + <div class="wk-platform">
265 + <div class="wk-platform-name">🌐 Schulhomepage</div>
266 + <div class="wk-platform-desc">Schulleben, Profile, Kontakte.<br><a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div>
267 + </div>
262 262   </div>
263 - <div class="wk-platform">
264 - <div class="wk-platform-name">📅 WebUntis / Untis App</div>
265 - <div class="wk-platform-desc">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/">→ Anleitung im Wiki</a></div>
266 - </div>
267 - <div class="wk-platform">
268 - <div class="wk-platform-name">📖 Eltern-Wiki</div>
269 - <div class="wk-platform-desc">FAQs, Anleitungen, Formulare.<br><a href="https://wiki.kgs-stuhr.de/">→ wiki.kgs-stuhr.de</a></div>
270 - </div>
271 - <div class="wk-platform">
272 - <div class="wk-platform-name">🌐 Schulhomepage</div>
273 - <div class="wk-platform-desc">Schulleben, Profile, Kontakte.<br><a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div>
274 - </div>
275 275   </div>
276 276  
277 - <hr class="wk-divider"/>
278 -
279 279   <!-- BERATUNG -->
280 280   <div class="wk-section">
281 281   <div class="wk-section-title">
282 - <h2><span class="wk-section-icon icon-green">🤝</span>Beratung &amp; Unterstützung</h2>
274 + <div class="wk-section-title-icon icon-green">🤝</div>
275 + <h2>Beratung & Unterstützung</h2>
283 283   </div>
284 - <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>
285 - <div class="wk-contact"><div class="wk-contact-name">Ariane Vollmer</div><div class="wk-contact-role">Schulsozialarbeit</div>Tel.: 0421 80969-1990 · <a href="mailto:vollmer@kgs-sb.de">vollmer@kgs-sb.de</a></div>
286 - <div class="wk-contact"><div class="wk-contact-name">Annika Reiners</div><div class="wk-contact-role">Schulsozialarbeit</div>Tel.: 0421 80969-1560 · <a href="mailto:reiners@kgs-sb.de">reiners@kgs-sb.de</a></div>
287 - <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>
288 - <div class="wk-contact"><div class="wk-contact-name">Andrea Barnert</div><div class="wk-contact-role">Beratungslehrkraft</div>Tel.: 0421 80969-134 · <a href="mailto:a.barnert@kgs-sb.de">a.barnert@kgs-sb.de</a></div>
289 - <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>
277 + <div class="wk-contacts">
278 + <div class="wk-contact"><div class="wk-contact-name">Ariane Vollmer</div><div class="wk-contact-role">Schulsozialarbeit</div><div>Tel.: 0421 80969-1990</div><a href="mailto:vollmer@kgs-sb.de">vollmer@kgs-sb.de</a></div>
279 + <div class="wk-contact"><div class="wk-contact-name">Annika Reiners</div><div class="wk-contact-role">Schulsozialarbeit</div><div>Tel.: 0421 80969-1560</div><a href="mailto:reiners@kgs-sb.de">reiners@kgs-sb.de</a></div>
280 + <div class="wk-contact"><div class="wk-contact-name">Lucy Tiedemann</div><div class="wk-contact-role">Schulsozialarbeit</div><a href="mailto:tiedemann@kgs-sb.de">tiedemann@kgs-sb.de</a></div>
281 + <div class="wk-contact"><div class="wk-contact-name">Andrea Barnert</div><div class="wk-contact-role">Beratungslehrkraft</div><div>Tel.: 0421 80969-134</div><a href="mailto:a.barnert@kgs-sb.de">a.barnert@kgs-sb.de</a></div>
282 + <div class="wk-contact"><div class="wk-contact-name">Sabrina Röber <em>(i.A.)</em></div><div class="wk-contact-role">Beratungslehrkraft</div><a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a></div>
283 + </div>
290 290   </div>
291 291  
292 - <hr class="wk-divider"/>
293 -
294 294   <!-- FÖRDERVEREIN -->
295 295   <div class="wk-section">
296 296   <div class="wk-section-title">
297 - <h2><span class="wk-section-icon icon-green">💚</span>Förderverein KGS Stuhr-Brinkum e.V.</h2>
289 + <div class="wk-section-title-icon icon-green">💚</div>
290 + <h2>Förderverein KGS Stuhr-Brinkum e.V.</h2>
298 298   </div>
299 299   <div class="wk-foerder">
300 - 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>
293 + Unterstützen Sie Ihre Schulgemeinschaft – der Förderverein hilft dort, wo öffentliche Mittel nicht reichen.
294 + <strong>Jahresbeitrag: nur 12,00 €</strong> (oder mehr, freiwillig).
295 + <br><br>
301 301   <a href="https://www.kgs-stuhr.de/informationen/foerderverein/">→ Informationen &amp; Beitrittsformular auf der Homepage</a>
302 302   </div>
303 303   </div>
304 304  
305 305  </div>
306 -{{/html}}
301 +</body>
302 +</html>
303 +
IMG_4592.webp
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.kgs-sbde-groeneveld
Größe
... ... @@ -1,1 +1,0 @@
1 -167.1 KB
Inhalt