Montag | Dienstag | Mittwoch | Donnerstag | Freitag | |
---|---|---|---|---|---|
15:30 | |||||
15:30 | |||||
16:30 | 🧒 Eltern-Kind-Turnen Mehr InfoTrainer:in: Jessica, geschlossene Gruppe im Satero 👍 Kurs findet statt | ||||
16:30 | 🧒 Kindersport Mehr InfoTrainer:in: Jessica, Kindersport im Paradiespark 👍 Kurs findet statt | ||||
17:30 | 💚 Rückengymnastik Mehr InfoTrainerin: Katrin, Rückengymnastik zur Prävention und Linderung von Rückenschmerzen 👎 Kurs fällt aus ➡️ Alternativ: Rückensport am Mittwoch, 18:30 Uhr | ||||
18:30 | |||||
19:00 | |||||
19:30 | 🏋️ Bodyshape Mehr InfoTrainerin: Anna, Stärkung Bauch, Beine, Po 👎 Kurs fällt aus ➡️ Alternativ: Bodyshape am Donnerstag, 19:30 Uhr | ||||
CSS für Osterhase-Button:
Osterhase Button
:root {
–osterhase-groesse: 80px; /* Hier kannst du die Größe ändern */
}
osterhase-button {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
width: var(–osterhase-groesse);
height: auto;
transition: transform 0.3s ease;
}
osterhase-button:hover {
transform: scale(1.1) rotate(-5deg);
}
osterhase-button img {
width: 100%;
height: auto;
animation: bunny-bounce 2s infinite;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@keyframes bunny-bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-5px); }
}
/* Verstecktes Kontrollkästchen */
.close-checkbox {
display: none;
}
/* Schließ-Kreuz / .close-btn { position: absolute; top: 0; right: 0; font-size: 20px; color: white; cursor: pointer; background-color: rgba(0, 0, 0, 0.5); width: 25px; height: 25px; text-align: center; line-height: 25px; border-radius: 50%; z-index: 10000; / Sicherstellen, dass das Kreuz über dem Bild liegt */
}
/* Wenn das Kontrollkästchen aktiv ist, das Bild ausblenden */
.close-checkbox:checked + img {
display: none;
}
Shortcode Osterhase:
HTML Osterhase:
