schichten

Helfer-Anmeldung – Schulstand Unterseeschule

:root {
–gelb: #F5C842;
–dunkel: #1A1A2E;
–rot: #C0392B;
–hellgrau: #F7F5F0;
–mittelgrau: #6B6875;
–weiss: #FFFFFF;
–schicht1: #E8F4FD;
–schicht2: #FFF3E0;
–schicht3: #E8F5E9;
–schicht1-akz: #1565C0;
–schicht2-akz: #E65100;
–schicht3-akz: #2E7D32;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
font-family: ‚Source Sans 3‘, sans-serif;
background: var(–hellgrau);
color: var(–dunkel);
min-height: 100vh;
}

/* HEADER */
header {
background: var(–dunkel);
color: var(–weiss);
padding: 2.5rem 2rem 2rem;
position: relative;
overflow: hidden;
}
header::before {
content: “;
position: absolute;
top: -40px; right: -60px;
width: 280px; height: 280px;
background: var(–gelb);
border-radius: 50%;
opacity: 0.12;
}
header::after {
content: ‚❤️‘;
position: absolute;
bottom: -10px; right: 2rem;
font-size: 5rem;
opacity: 0.15;
}
.header-tag {
display: inline-block;
background: var(–gelb);
color: var(–dunkel);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 0.3rem 0.8rem;
border-radius: 2px;
margin-bottom: 1rem;
}
header h1 {
font-family: ‚Playfair Display‘, serif;
font-size: clamp(1.6rem, 5vw, 2.4rem);
font-weight: 900;
line-height: 1.15;
margin-bottom: 0.5rem;
}
header h1 span { color: var(–gelb); }
header p {
font-size: 0.95rem;
color: rgba(255,255,255,0.7);
font-weight: 300;
max-width: 480px;
}
.event-info {
display: flex;
gap: 1.5rem;
margin-top: 1.2rem;
flex-wrap: wrap;
}
.event-info-item {
display: flex;
align-items: center;
gap: 0.4rem;
font-size: 0.85rem;
color: rgba(255,255,255,0.85);
font-weight: 400;
}
.event-info-item .icon { font-size: 1rem; }

/* MAIN */
main {
max-width: 700px;
margin: 0 auto;
padding: 2rem 1.25rem 4rem;
}

/* INFO BOX */
.infobox {
background: var(–weiss);
border-left: 4px solid var(–gelb);
border-radius: 4px;
padding: 1rem 1.25rem;
margin-bottom: 2rem;
font-size: 0.9rem;
color: var(–mittelgrau);
line-height: 1.6;
}
.infobox strong { color: var(–dunkel); }

/* SCHICHT-KARTE */
.schicht-section { margin-bottom: 1.5rem; }
.schicht-karte {
background: var(–weiss);
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
overflow: hidden;
}
.schicht-header {
padding: 1.1rem 1.4rem;
display: flex;
align-items: center;
gap: 1rem;
}
.schicht-badge {
width: 42px; height: 42px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.3rem;
flex-shrink: 0;
}
.schicht-meta { flex: 1; }
.schicht-titel {
font-family: ‚Playfair Display‘, serif;
font-size: 1.1rem;
font-weight: 700;
}
.schicht-zeit {
font-size: 0.82rem;
font-weight: 600;
letter-spacing: 0.04em;
margin-top: 0.1rem;
}
.schicht-slots {
font-size: 0.78rem;
color: var(–mittelgrau);
margin-top: 0.15rem;
}
.schicht-plätze {
font-size: 0.75rem;
text-align: right;
font-weight: 600;
white-space: nowrap;
}

.schicht1 .schicht-header { background: var(–schicht1); }
.schicht1 .schicht-badge { background: rgba(21,101,192,0.15); }
.schicht1 .schicht-titel { color: var(–schicht1-akz); }
.schicht1 .schicht-zeit { color: var(–schicht1-akz); }
.schicht1 .schicht-plätze { color: var(–schicht1-akz); }

.schicht2 .schicht-header { background: var(–schicht2); }
.schicht2 .schicht-badge { background: rgba(230,81,0,0.15); }
.schicht2 .schicht-titel { color: var(–schicht2-akz); }
.schicht2 .schicht-zeit { color: var(–schicht2-akz); }
.schicht2 .schicht-plätze { color: var(–schicht2-akz); }

.schicht3 .schicht-header { background: var(–schicht3); }
.schicht3 .schicht-badge { background: rgba(46,125,50,0.15); }
.schicht3 .schicht-titel { color: var(–schicht3-akz); }
.schicht3 .schicht-zeit { color: var(–schicht3-akz); }
.schicht3 .schicht-plätze { color: var(–schicht3-akz); }

/* SLOTS */
.schicht-slots-liste {
padding: 0.75rem 1.4rem 1rem;
}
.slot {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.65rem 0;
border-bottom: 1px solid #F0EEE8;
gap: 0.75rem;
}
.slot:last-child { border-bottom: none; }
.slot-nr {
width: 24px; height: 24px;
background: #F0EEE8;
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-size: 0.75rem;
font-weight: 700;
color: var(–mittelgrau);
flex-shrink: 0;
}
.slot-name {
flex: 1;
font-size: 0.92rem;
color: var(–dunkel);
font-weight: 500;
}
.slot-name.leer {
color: #C0BBBB;
font-style: italic;
font-weight: 300;
}
.slot-btn {
padding: 0.35rem 0.9rem;
border: none;
border-radius: 20px;
font-size: 0.8rem;
font-weight: 700;
cursor: pointer;
transition: all 0.15s ease;
font-family: ‚Source Sans 3‘, sans-serif;
letter-spacing: 0.02em;
}
.slot-btn.eintragen {
background: var(–dunkel);
color: var(–weiss);
}
.slot-btn.eintragen:hover { background: #333355; transform: translateY(-1px); }
.slot-btn.austragen {
background: #EEECEA;
color: var(–mittelgrau);
border: 1px solid #DDD9D0;
}
.slot-btn.austragen:hover { background: #FFE5E5; color: var(–rot); border-color: #F5C0BA; }

/* MODAL */
.modal-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(26,26,46,0.55);
z-index: 100;
align-items: center;
justify-content: center;
padding: 1rem;
backdrop-filter: blur(3px);
}
.modal-overlay.aktiv { display: flex; }
.modal {
background: var(–weiss);
border-radius: 12px;
padding: 2rem;
max-width: 400px;
width: 100%;
box-shadow: 0 20px 60px rgba(0,0,0,0.2);
animation: slideUp 0.2s ease;
}
@keyframes slideUp {
from { transform: translateY(20px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}
.modal h3 {
font-family: ‚Playfair Display‘, serif;
font-size: 1.25rem;
margin-bottom: 0.3rem;
}
.modal-schicht-info {
font-size: 0.85rem;
color: var(–mittelgrau);
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 1px solid #EEE;
}
.form-group { margin-bottom: 1.1rem; }
.form-group label {
display: block;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(–mittelgrau);
margin-bottom: 0.4rem;
}
.form-group input {
width: 100%;
padding: 0.7rem 0.9rem;
border: 1.5px solid #DDD9D0;
border-radius: 6px;
font-size: 0.95rem;
font-family: ‚Source Sans 3‘, sans-serif;
color: var(–dunkel);
transition: border-color 0.15s;
background: var(–hellgrau);
}
.form-group input:focus {
outline: none;
border-color: var(–dunkel);
background: var(–weiss);
}
.modal-buttons {
display: flex;
gap: 0.75rem;
margin-top: 1.5rem;
}
.btn-primary {
flex: 1;
padding: 0.8rem;
background: var(–dunkel);
color: var(–weiss);
border: none;
border-radius: 6px;
font-size: 0.95rem;
font-weight: 700;
cursor: pointer;
font-family: ‚Source Sans 3‘, sans-serif;
transition: background 0.15s;
}
.btn-primary:hover { background: #333355; }
.btn-secondary {
padding: 0.8rem 1.2rem;
background: none;
color: var(–mittelgrau);
border: 1.5px solid #DDD9D0;
border-radius: 6px;
font-size: 0.95rem;
cursor: pointer;
font-family: ‚Source Sans 3‘, sans-serif;
}
.btn-secondary:hover { background: var(–hellgrau); }

/* ZUSAMMENFASSUNG */
.zusammenfassung {
background: var(–weiss);
border-radius: 8px;
padding: 1.25rem 1.4rem;
margin-top: 2rem;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.zusammenfassung h3 {
font-family: ‚Playfair Display‘, serif;
font-size: 1rem;
margin-bottom: 1rem;
color: var(–dunkel);
}
.progress-bar-wrap {
background: #EEE;
border-radius: 20px;
height: 8px;
margin-bottom: 0.5rem;
overflow: hidden;
}
.progress-bar {
height: 100%;
border-radius: 20px;
background: var(–gelb);
transition: width 0.3s ease;
}
.progress-label {
font-size: 0.82rem;
color: var(–mittelgrau);
margin-bottom: 0.25rem;
}
.progress-count {
font-size: 0.82rem;
font-weight: 700;
color: var(–dunkel);
float: right;
}

/* TOAST */
.toast {
position: fixed;
bottom: 1.5rem;
left: 50%;
transform: translateX(-50%) translateY(80px);
background: var(–dunkel);
color: var(–weiss);
padding: 0.8rem 1.4rem;
border-radius: 30px;
font-size: 0.9rem;
font-weight: 600;
z-index: 200;
box-shadow: 0 8px 24px rgba(0,0,0,0.2);
transition: transform 0.3s ease;
white-space: nowrap;
}
.toast.sichtbar { transform: translateX(-50%) translateY(0); }

footer {
text-align: center;
padding: 1.5rem;
font-size: 0.78rem;
color: #BBB;
font-weight: 300;
}

Schulstand · Unterseeschule

Helfer-Anmeldung
Herz für Kinder 2026

Meld dich für eine Schicht an – gemeinsam machen wir unseren Stand zum Erfolg!

📅 Samstag, 4. Juli 2026
📍 Tagginger Str. · beim Diakonieladen
🕙 Fest: 10:00 – 14:00 Uhr

Wie funktioniert’s? Klick auf „Eintragen“ neben einem freien Platz, gib deinen Namen und deine Klasse/Gruppe an – fertig. Pro Schicht werden 3 Helfer:innen benötigt. Insgesamt suchen wir 9 Personen.

🔧
Schicht 1 · Aufbau
08:30 – 10:00 Uhr
3 Plätze frei

0 / 3

🎪
Schicht 2 · Standbetreuung
10:00 – 12:30 Uhr
3 Plätze frei

0 / 3

📦
Schicht 3 · Abbau
12:00 – 14:30 Uhr
3 Plätze frei

0 / 3

📊 Gesamtübersicht

Aufbau 0 / 3
Standbetreuung 0 / 3
Abbau 0 / 3

Schulstand Unterseeschule · Herz für Kinder 2026 · Radolfzell

const SCHICHTEN = [
{ id: 1, titel: ‚Aufbau‘, zeit: ’08:30 – 10:00 Uhr‘, max: 3 },
{ id: 2, titel: ‚Standbetreuung‘, zeit: ’10:00 – 12:30 Uhr‘, max: 3 },
{ id: 3, titel: ‚Abbau‘, zeit: ’12:00 – 14:30 Uhr‘, max: 3 }
];

// State: { schichtId: [{name, klasse}] }
let state = { 1: [], 2: [], 3: [] };
let activeSchicht = null;
let activeSlot = null;

// Lade aus localStorage
try {
const saved = localStorage.getItem(‚unterseeschule-schichten‘);
if (saved) state = JSON.parse(saved);
} catch(e) {}

function speichern() {
try { localStorage.setItem(‚unterseeschule-schichten‘, JSON.stringify(state)); } catch(e) {}
}

function renderAlle() {
SCHICHTEN.forEach(s => renderSchicht(s.id));
renderZusammenfassung();
}

function renderSchicht(id) {
const s = SCHICHTEN.find(x => x.id === id);
const eingetragen = state[id];
const frei = s.max – eingetragen.length;

document.getElementById(`count${id}`).textContent =
frei === 0 ? ‚✓ Alle Plätze besetzt‘ : `${frei} Platz${frei !== 1 ? ‚e‘ : “} frei`;
document.getElementById(`badge${id}`).textContent = `${eingetragen.length} / ${s.max}`;

const container = document.getElementById(`slots${id}`);
container.innerHTML = “;

for (let i = 0; i austragen(id, i);
} else {
btn.className = ’slot-btn eintragen‘;
btn.textContent = ‚Eintragen‘;
btn.onclick = () => modalOeffnen(id, i);
}

div.appendChild(nr);
div.appendChild(name);
div.appendChild(btn);
container.appendChild(div);
}
}

function renderZusammenfassung() {
SCHICHTEN.forEach(s => {
const n = state[s.id].length;
const pct = (n / s.max) * 100;
document.getElementById(`prog${s.id}`).style.width = pct + ‚%‘;
document.getElementById(`prog-label${s.id}`).textContent = `${n} / ${s.max}`;
});
}

function modalOeffnen(schichtId, slotIndex) {
activeSchicht = schichtId;
activeSlot = slotIndex;
const s = SCHICHTEN.find(x => x.id === schichtId);
document.getElementById(‚modal-titel‘).textContent = `Platz ${slotIndex + 1} reservieren`;
document.getElementById(‚modal-info‘).textContent = `${s.titel} · ${s.zeit}`;
document.getElementById(‚input-name‘).value = “;
document.getElementById(‚input-klasse‘).value = “;
document.getElementById(‚modal‘).classList.add(‚aktiv‘);
setTimeout(() => document.getElementById(‚input-name‘).focus(), 100);
}

function modalSchliessen() {
document.getElementById(‚modal‘).classList.remove(‚aktiv‘);
activeSchicht = null; activeSlot = null;
}

function bestaetigen() {
const name = document.getElementById(‚input-name‘).value.trim();
if (!name) {
document.getElementById(‚input-name‘).style.borderColor = ‚#C0392B‘;
document.getElementById(‚input-name‘).focus();
return;
}
document.getElementById(‚input-name‘).style.borderColor = “;
const klasse = document.getElementById(‚input-klasse‘).value.trim();
const eingetragen = state[activeSchicht];
if (eingetragen.length t.classList.remove(’sichtbar‘), 2800);
}

// Modal schließen bei Klick außen
document.getElementById(‚modal‘).addEventListener(‚click‘, function(e) {
if (e.target === this) modalSchliessen();
});

// Enter im Formular
document.addEventListener(‚keydown‘, function(e) {
if (e.key === ‚Enter‘ && document.getElementById(‚modal‘).classList.contains(‚aktiv‘)) bestaetigen();
if (e.key === ‚Escape‘) modalSchliessen();
});

renderAlle();