eltern.klasse5

Version 4.1 von Sarah Groeneveld am 2026/06/08 08:35
Warnung
Aus Sicherheitsgründen wird das Dokument in einem eingeschränkten Modus angezeigt, da es sich nicht um die aktuelle Version handelt. Dadurch kann es zu Abweichungen und Fehlern kommen.

Das Makro [velocity] konnte nicht ausgeführt werden. Grund: [The execution of the [velocity] script macro is not allowed in [xwiki:wiki-eltern.eltern\.klasse5.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Klicke auf diese Nachricht, um Details zu erfahren.

/* ===== KGS WILLKOMMEN-SEITE – 5. JAHRGANG 2026/27 ===== */

.wk-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; }

/* HERO BANNER */
.wk-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 12px;
  padding: 48px 40px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.wk-hero::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(229,57,53,0.25) 0%, transparent 70%);
  border-radius: 50%;
}
.wk-hero::after {
  content: '';
  position: absolute; bottom: -40px; left: 10%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(255,214,0,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.wk-hero-tag {
  display: inline-block;
  background: rgba(229,57,53,0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.wk-hero h1 {
  color: #ffffff;
  font-size: 2.2em;
  font-weight: 800;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
.wk-hero h1 span { color: #FFD600; }
.wk-hero-sub {
  color: rgba(255,255,255,0.75);
  font-size: 1.05em;
  margin: 0;
}
.wk-hero-img-hint {
  margin-top: 20px;
  border: 2px dashed rgba(255,255,255,0.25);
  border-radius: 8px;
  padding: 16px 20px;
  color: rgba(255,255,255,0.5);
  font-size: 0.85em;
  font-style: italic;
}

/* HIGHLIGHT BOX */
.wk-highlight {
  background: linear-gradient(135deg, #fff9e6, #fff3cc);
  border-left: 5px solid #FFD600;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.wk-highlight-icon { font-size: 1.4em; flex-shrink: 0; margin-top: 2px; }
.wk-highlight-text { font-size: 0.95em; color: #3d3000; line-height: 1.6; }
.wk-highlight-text strong { color: #1a1a2e; }

/* SECTION HEADERS */
.wk-section {
  margin-bottom: 36px;
}
.wk-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8eaf0;
}
.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;
}
.icon-red { background: #fdecea; }
.icon-blue { background: #e3f0ff; }
.icon-green { background: #e8f5e9; }
.icon-orange { background: #fff3e0; }
.icon-purple { background: #f3e5f5; }
.icon-teal { background: #e0f2f1; }

.wk-section-title h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

/* TIMELINE – Termine */
.wk-timeline { position: relative; padding-left: 28px; }
.wk-timeline::before {
  content: '';
  position: absolute; left: 8px; top: 4px; bottom: 4px;
  width: 2px; background: linear-gradient(to bottom, #E53935, #FFD600);
  border-radius: 2px;
}
.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);
}
.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;
}
.wk-event-date {
  font-size: 0.78em;
  font-weight: 700;
  color: #E53935;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.wk-event-title {
  font-size: 0.98em;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 2px;
}
.wk-event-desc {
  font-size: 0.87em;
  color: #555;
  line-height: 1.5;
}
.wk-event.highlight-event {
  border-color: #E53935;
  background: linear-gradient(135deg, #fff9f9, #fff);
}
.wk-event.highlight-event::before { background: #E53935; }

/* CARDS GRID */
.wk-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.wk-card {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s;
}
.wk-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.09); }
.wk-card-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.wk-card-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1em;
  flex-shrink: 0;
}
.wk-card h3 {
  font-size: 0.95em;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.wk-card p, .wk-card li {
  font-size: 0.87em;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.wk-card ul { padding-left: 18px; margin: 6px 0 0 0; }
.wk-card a { color: #0f3460; font-weight: 600; }

/* STUNDENPLAN TABLE */
.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);
}
.wk-timetable thead tr {
  background: #1a1a2e;
  color: #fff;
}
.wk-timetable th {
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.3px;
}
.wk-timetable td {
  padding: 9px 14px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
}
.wk-timetable tr:nth-child(even) td { background: #f8f9fc; }
.wk-timetable tr.pause-row td {
  background: #fff9e6;
  color: #7a6000;
  font-style: italic;
  font-size: 0.85em;
}

/* MATERIAL CHIPS */
.wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.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;
}
.chip-rot    { background: #fdecea; color: #c62828; border-color: #ef9a9a; }
.chip-gelb   { background: #fffde7; color: #827717; border-color: #fff176; }
.chip-blau   { background: #e3f2fd; color: #0d47a1; border-color: #90caf9; }
.chip-gruen  { background: #e8f5e9; color: #1b5e20; border-color: #a5d6a7; }
.chip-weiss  { background: #fafafa; color: #424242; border-color: #bdbdbd; }
.chip-orange { background: #fff3e0; color: #e65100; border-color: #ffcc80; }
.chip-lila   { background: #f3e5f5; color: #4a148c; border-color: #ce93d8; }
.chip-grau   { background: #f5f5f5; color: #424242; border-color: #bdbdbd; }
.chip-braun  { background: #efebe9; color: #3e2723; border-color: #bcaaa4; }

/* CONTACT CARDS */
.wk-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.wk-contact {
  background: #f8f9fc;
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid #e8eaf0;
}
.wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; }
.wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; }
.wk-contact a { font-size: 0.83em; color: #0f3460; }

/* PLATFORM PILLS */
.wk-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.wk-platform {
  background: #fff;
  border: 1.5px solid #e0e4ef;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.87em;
  min-width: 180px;
}
.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
.wk-platform-desc { color: #666; font-size: 0.9em; }
.wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; }

/* FOERDERVEREIN */
.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;
}
.wk-foerder strong { color: #1a1a2e; }
.wk-foerder a { color: #0f3460; font-weight: 600; }

/* DIVIDER */
.wk-divider { border: none; border-top: 2px solid #f0f0f5; margin: 10px 0 28px 0; }
🎒 Elterninformationen · Schuljahr 2026/27

Willkommen an der
KGS Stuhr-Brinkum

Herzlich willkommen, liebe Eltern der neuen Fünftklässlerinnen und Fünftklässler!
Hier finden Sie alle wichtigen Informationen für einen gelungenen Start.

📸 Hier können Sie ein Willkommensbild oder Schulgebäude-Foto einfügen
📅

Die wichtigsten Termine auf einen Blick

Freitag, 14. August 2026 · 08:30 Uhr
🎉 Einschulungsfeier – Erster Schultag
Begrüßung in der Mensa der KGS Stuhr-Brinkum. Bitte begleiten Sie Ihr Kind mit maximal zwei Personen. Unterrichtsende: 12:15 Uhr.
17. – 21. August 2026
📚 Einführungswoche
Unterricht von der 2. bis 6. Stunde – meist durch Klassenlehrkräfte. Für den ersten Tag: Federtasche und Schreibblock mitbringen.
August – Oktober 2026 (vor Herbstferien)
🤝 Kennenlerntage statt Klassenfahrt
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.
Ca. 2 Wochen nach Schuljahresbeginn
🎨 Einwahl in AGs (Offener Ganztag)
Die Einwahl in Arbeitsgemeinschaften erfolgt digital über IServ. Achtung: die Teilnahme ist dann für das gesamte Schuljahr verpflichtend.

🕐

Unterrichtszeiten

Stunde / PauseUhrzeit
1. Stunde07:45 – 08:30 Uhr
2. Stunde08:35 – 09:20 Uhr
☕ 1. große Pause (20 Min.)09:20 – 09:40 Uhr
3. Stunde09:40 – 10:25 Uhr
4. Stunde10:25 – 11:10 Uhr
☕ 2. große Pause (20 Min.)11:10 – 11:30 Uhr
5. Stunde11:30 – 12:15 Uhr
6. Stunde12:20 – 13:05 Uhr
🍽️ Mittagspause (55 Min.)13:05 – 14:00 Uhr
7. Stunde14:00 – 14:45 Uhr
8. Stunde14:45 – 15:30 Uhr

ℹ️

Wichtige Informationen

🚌

Schulbus & TIM-Ticket

Schüler:innen ab 4 km Schulweg erhalten automatisch eine kostenlose Busfahrkarte. Kein Antrag nötig – das Sekretariat meldet die Daten. Die TIM-Tickets werden zu Beginn des Schuljahres verteilt.

🍽️

Mensa & Kiosk (MensaMax)

Mittagessen 13:05–14:00 Uhr. Anmeldung im Sekretariat, dann Essens-Chip erhalten. Bestellung über die MensaMax-App oder Browser – bargeldlos, Prepaid. Ohne Chip keine Ausgabe.

📵

Handyfreie Schule

Handys und Smartphones sind im Unterricht und in allen Pausen verboten. Tablets nur mit ausdrücklicher Erlaubnis der Lehrkraft zu Unterrichtszwecken.

🤒

Krankmeldung

Krankmeldung bis 07:45 Uhr per E-Mail an die Klassenlehrkraft (nachname@kgs-sb.de) oder über WebUntis. Schriftliche Entschuldigung im Entschuldigungsheft nach der Genesung.

📚

Schulbücher (Lernmittelausleihe)

Anmeldung über IServ → Modul „Schulbücher". Nur als Gesamtpaket buchbar. Ermäßigung für Familien mit ≥3 schulpflichtigen Kindern; Befreiung bei Bürgergeld etc. (Nachweis im Sekretariat).

🏠

Jugendzentrum „Haus am Wall"

Partner der KGS in Brinkum – kostenlos, ohne Anmeldung. Café, Garten, Billard, Kicker, Playstation, Ferienprogramme. Enge Kooperation mit der Schule.


✏️

Materialien & Ausstattung

🎒
Federtasche: Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte

Hefte DIN-A4: Lineatur 25 für Deutsch & Englisch · Lineatur 28 für Mathematik

Heftumschläge:

Deutsch · rot Englisch · gelb Mathematik · blau

Pappmappen:

Biologie · grün Physik · weiß Musik · orange Religion · lila Geschichte · grau Erdkunde · braun

Bitte auch die separate Materialliste für Kunst Jg. 5/6 beachten.


💻

Digitale Plattformen

📨 IServ (Elternmodul)
Offizielle Kommunikation, Elternbriefe, Elternsprechatremindertermine. Zugangsdaten über Klassenlehrkraft.
📅 WebUntis / Untis App
Aktueller Stundenplan, Vertretungen, Raumwechsel. Erst nach IServ-Einrichtung möglich.
→ Anleitung im Wiki
📖 Eltern-Wiki
FAQs, Anleitungen, Formulare.
→ wiki.kgs-stuhr.de
🌐 Schulhomepage
Allgemeines, Schulleben, Profile, Kontakte.
→ www.kgs-stuhr.de

🤝

Beratung & Unterstützung

Bei schulischen oder persönlichen Sorgen stehen zwei vertrauliche Beratungssysteme zur Verfügung:

Ariane Vollmer
Schulsozialarbeit
Tel.: 0421 80969-1990
vollmer@kgs-sb.de
Annika Reiners
Schulsozialarbeit
Tel.: 0421 80969-1560
reiners@kgs-sb.de
Lucy Tiedemann
Schulsozialarbeit
tiedemann@kgs-sb.de
Andrea Barnert
Beratungslehrkraft
Tel.: 0421 80969-134
a.barnert@kgs-sb.de
Sabrina Röber (i. A.)
Beratungslehrkraft
s.roeber@kgs-sb.de

💚

Förderverein KGS Stuhr-Brinkum e.V.

Unterstützen Sie Ihre Schulgemeinschaft! Der Förderverein hilft dort, wo öffentliche Mittel nicht reichen – von Ausstattung über Schulhofprojekte bis zu Klassenfahrten. Jahresbeitrag: nur 12,00 € (oder mehr, freiwillig).

→ Informationen & Beitrittsformular auf der Homepage