ipad7
/* ===== KGS iPAD-SEITE – JAHRGANG 7 ===== */
.ip-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #1a1a2e; }
/* HERO */
.ip-hero {
background: linear-gradient(135deg, #0d1b2a 0%, #1b2a4a 50%, #1a3a5c 100%);
border-radius: 12px; padding: 40px 36px; margin-bottom: 28px;
position: relative; overflow: hidden;
}
.ip-hero::before {
content: ''; position: absolute; top: -40px; right: -40px;
width: 280px; height: 280px;
background: radial-gradient(circle, rgba(0,150,255,0.2) 0%, transparent 70%);
border-radius: 50%;
}
.ip-hero::after {
content: ''; position: absolute; bottom: -30px; left: 5%;
width: 180px; height: 180px;
background: radial-gradient(circle, rgba(229,57,53,0.15) 0%, transparent 70%);
border-radius: 50%;
}
.ip-hero-tag {
display: inline-block; background: rgba(0,122,255,0.85); color: #fff;
font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; position: relative; z-index: 1;
}
.ip-hero h1 {
color: #fff; font-size: 2em; font-weight: 800; margin: 0 0 8px 0;
line-height: 1.2; position: relative; z-index: 1;
}
.ip-hero h1 span { color: #4db8ff; }
.ip-hero-sub { color: rgba(255,255,255,0.75); font-size: 1em; margin: 0 0 20px 0; position: relative; z-index: 1; line-height: 1.6; }
.ip-hero-badges { position: relative; z-index: 1; }
.ip-badge {
display: inline-block; background: rgba(255,255,255,0.12); color: #fff;
border: 1px solid rgba(255,255,255,0.25); border-radius: 20px;
font-size: 0.82em; font-weight: 600; padding: 4px 12px; margin: 3px 4px 3px 0;
}
/* SECTION */
.ip-section { margin-bottom: 32px; }
.ip-section-title { border-bottom: 2px solid #e8eaf0; padding-bottom: 10px; margin-bottom: 16px; }
.ip-section-title h2 { font-size: 1.15em; font-weight: 700; color: #1a1a2e; margin: 0; }
.ip-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; }
.icon-blue { background: #e3f0ff; }
.icon-green { background: #e8f5e9; }
.icon-orange { background: #fff3e0; }
.icon-red { background: #fdecea; }
.icon-purple { background: #f3e5f5; }
.icon-teal { background: #e0f2f1; }
.icon-yellow { background: #fffde7; }
/* ZEITPLAN – Timeline */
.ip-timeline { border-left: 3px solid #007AFF; padding-left: 22px; margin-left: 6px; }
.ip-event { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 14px 16px; margin-bottom: 14px; position: relative; }
.ip-event::before { content: ''; position: absolute; left: -30px; top: 17px; width: 11px; height: 11px; border-radius: 50%; background: #007AFF; border: 2px solid #fff; box-shadow: 0 0 0 2px #007AFF; }
.ip-event.done { border-color: #43a047; }
.ip-event.done::before { background: #43a047; box-shadow: 0 0 0 2px #43a047; }
.ip-event.current { border-color: #007AFF; background: #f0f7ff; }
.ip-event.future { opacity: 0.85; }
.ip-event-phase { font-size: 0.75em; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px; }
.phase-done { color: #43a047; }
.phase-current { color: #007AFF; }
.phase-future { color: #888; }
.ip-event-title { font-size: 0.97em; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.ip-event-desc { font-size: 0.87em; color: #555; line-height: 1.55; }
.ip-event-desc a { color: #007AFF; font-weight: 600; }
/* INFO BOXES */
.ip-infobox {
border-radius: 10px; padding: 16px 18px; margin-bottom: 12px;
border-left: 5px solid;
}
.ip-infobox-blue { background: #f0f7ff; border-color: #007AFF; }
.ip-infobox-green { background: #f1f8f1; border-color: #43a047; }
.ip-infobox-orange { background: #fff8f0; border-color: #f9a825; }
.ip-infobox-red { background: #fff5f5; border-color: #e53935; }
.ip-infobox h3 { font-size: 0.97em; font-weight: 700; color: #1a1a2e; margin: 0 0 8px 0; }
.ip-infobox p { font-size: 0.88em; color: #444; line-height: 1.6; margin: 0; }
.ip-infobox ul { font-size: 0.88em; color: #444; line-height: 1.7; margin: 6px 0 0 0; padding-left: 18px; }
/* DEVICE TABLE */
.ip-device-table { width: 100%; border-collapse: separate; border-spacing: 8px; }
.ip-device-table td { background: #f8f9fc; border: 1px solid #e0e4ef; border-radius: 10px; padding: 14px 16px; vertical-align: top; width: 25%; }
.ip-device-icon { font-size: 1.6em; margin-bottom: 6px; }
.ip-device-label { font-size: 0.78em; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.ip-device-value { font-size: 0.92em; font-weight: 600; color: #1a1a2e; }
/* FAQ – ausklappbar */
.ip-faq {
margin-bottom: 8px;
border: 1px solid #e8eaf0;
border-radius: 10px;
overflow: hidden;
background: #fff;
}
.ip-faq details { margin: 0; }
.ip-faq summary {
padding: 13px 18px;
font-size: 0.92em;
font-weight: 700;
color: #1a1a2e;
background: #f8f9fc;
cursor: pointer;
list-style: none;
display: flex;
align-items: center;
gap: 8px;
}
.ip-faq summary::-webkit-details-marker { display: none; }
.ip-faq summary::before {
content: '▶';
font-size: 0.65em;
color: #007AFF;
transition: transform 0.2s;
flex-shrink: 0;
}
.ip-faq details[open] summary::before { transform: rotate(90deg); }
.ip-faq summary::after { content: '❓'; margin-right: 2px; order: -1; }
.ip-faq-a {
padding: 12px 18px;
font-size: 0.88em;
color: #444;
line-height: 1.65;
border-top: 1px solid #e8eaf0;
}
.ip-faq-a a { color: #007AFF; font-weight: 600; }
/* HIGHLIGHT */
.ip-highlight { background: #fffde7; border-left: 5px solid #f9a825; border-radius: 8px; padding: 14px 18px; margin-bottom: 18px; font-size: 0.9em; color: #5a4000; line-height: 1.6; }
.ip-highlight strong { color: #1a1a2e; }
/* DIVIDER */
.ip-divider { border: none; border-top: 2px solid #f0f0f5; margin: 4px 0 28px 0; }
iPads für den
7. Jahrgang
Das Land Niedersachsen stattet ab dem Schuljahr 2026/27 alle Siebtklässlerinnen und Siebtklässler kostenlos mit digitalen Endgeräten aus. An der KGS Stuhr-Brinkum kommen Apple iPads zum Einsatz – inklusive Stift, Tastatur und Ladekabel. Hier finden Sie alle wichtigen Informationen.
Hintergrund: Das Landesprogramm
800 Millionen Euro für digitales Lernen in Niedersachsen
Mit dem Kultushaushalt 2026 startete das Land Niedersachsen das größte Digitalisierungsprojekt seiner Geschichte: Alle Schülerinnen und Schüler ab Jahrgang 7 erhalten kostenlose Leih-Tablets – beginnend im Schuljahr 2026/27, danach jährlich aufsteigend bis alle Jahrgänge versorgt sind. Das Ziel: Digitales Lernen soll unabhängig vom Geldbeutel der Eltern sein. Die Geräte werden vom Land finanziert und von der Schule als Leihgeräte ausgegeben.
🏫 Unsere Schule ist dabei
Die KGS Stuhr-Brinkum hat eine schulinterne iPad-AG gegründet, die die Einführung pädagogisch und technisch vorbereitet. Wir arbeiten daran, dass die Geräte nach den Herbstferien 2026 einsatzbereit sind und im Unterricht genutzt werden können.
Zeitliche Planung
Das Gerät im Überblick
|
📱
Gerät
Apple iPad (aktuelles Modell)
|
✏️
Stift
Apple Pencil (im Lieferumfang)
|
|
⌨️
Tastatur
Tastaturhülle (im Lieferumfang)
|
🔌
Ladekabel
Ladekabel (im Lieferumfang)
|
Leihvertrag
Was ist zu beachten?
- Vor der Geräteausgabe muss ein Leihvertrag von den Erziehungsberechtigten unterschrieben werden.
- Das iPad bleibt Eigentum des Landes Niedersachsen – es wird geliehen, nicht verschenkt.
- Die Nutzung ist ausschließlich für schulische Zwecke vorgesehen.
- Bei Verlust oder mutwilliger Beschädigung können Kosten anfallen.
- Das iPad wird nach 4 Jahren durch ein neues Gerät ersetzt.
- Der Leihvertrag wird rechtzeitig über IServ zur Verfügung gestellt.
Schulbücher & digitale Lizenzen
|
📗 Schuljahr 2026/27 – Übergangsphase
Die Schulbücher werden wie gewohnt über die Lernmittelausleihe (IServ) ausgeliehen. Die normale Leihgebühr gilt weiterhin. Keine Änderung zum bisherigen Verfahren. |
📘 Ab Herbst 2026 – Digitale Lizenzen
Parallel dazu werden schrittweise kostenfreie digitale Book-Lizenzen zu den eingeführten Schulbüchern freigeschaltet. Diese ergänzen die gedruckten Bücher – sie ersetzen sie zunächst nicht. Weitere Infos folgen. |