
Dozent: Dr. Antonio Ferreri
Sprache: Deutsch (de)
Währung: EUR
Kursinfo / Werbeflyer als PDF:
Video:
/*=== START Kalender ===*/ #termin-kalender{ display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:10px; } .termin-slot{ padding:12px; border:1px solid #ccc; border-radius:6px; text-align:center; cursor:pointer; background:#f7f7f7; font-size:14px; } .termin-slot:hover{ background:#e8f2ff; } .termin-slot.selected{ background:#0f6cbf; color:white; border-color:#0f6cbf; } /*=== ENDE Kalender ===*/

Dozent: Dr. Antonio Ferreri