/* digital40plus – FullCalendar Anpassung für termine.html
   Hover auf Terminzeilen: Template-Blau (#3F5AF3) statt Standard-Weiß von FullCalendar */

#calendar .fc-list-event:hover td {
  background-color: #3F5AF3 !important;
}

#calendar .fc-list-event:hover .fc-list-event-time,
#calendar .fc-list-event:hover .fc-list-event-title,
#calendar .fc-list-event:hover .fc-list-event-title a {
  color: #fff !important;
}

#calendar .fc-list-event-dot {
  border-color: #3F5AF3 !important;
}

/* Datumszeilen (Tagesüberschriften) an das dunkle Theme anpassen */
#calendar .fc-list-day-cushion {
  background-color: #151923 !important;
  color: #cfd3dc !important;
}
