#calendar{
	margin-bottom:50px;
}

/* borders */
.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #bbae94;
}

/* geblokte uren */
.fc-non-business {
    /*background-color: #ffcccc !important;*/ /* Change to your desired color */
    /*opacity: 1 !important;*/ /* Optional: Make it solid instead of transparent */
}
/* dit zijn de openingstijden (groen)*/
.fc .fc-bg-event {
  background:#8fdf82; /*8fdf82  009148*/
  opacity: 0.3;
}
/* openingstijden in monthview (groen)*/
.business-day {
  background-color: rgba(143, 223, 130, 0.3);

}

/* vandaag hele rij */
.fc .fc-timegrid-col.fc-day-today {
  background-color: transparent;
}
/* vandaag header */
.fc .fc-col-header-cell.fc-day-today {
  /*background-color: rgba(143,223,130,.3);*/ /* 0.15 */
	background-color: rgba(220,100,64,.5); /*rood 0.15 */
	background-color: rgba(187,174,148,.65); /*geel 0.15 */
}
.fc .fc-col-header-cell.fc-day-today a{
	color:#bbae94; /* geel */
	/* color:#dc6440;*/ /* rood */
	font-weight:bold;
}
/* .fc-day-today {
} */
/* vandaag in month view */
.fc .fc-daygrid-day.fc-day-today {
  /* background-color: rgba(255,220,40,.3); */
	background-color: rgba(220,100,64,.5); /*rood */
	background-color: rgba(187,174,148,.65); /*geel 0.15 */
}
.fc .fc-daygrid-day.fc-day-today a{
	color:#bbae94; /* geel */
	/* color:#dc6440;*/ /* rood */
	font-weight:bold;
}

/* google calendar event */
.fc-event {
  /* box-shadow: 0 0 0 1px #dc6440 !important; */
	box-shadow: none !important;
	cursor:default !important;
}



/* opmaak van monthview events hetzelfde als weekview */
.fc-daygrid-event {
  background-color: #dc6440 !important; /* dezelfde kleur als weekview */
  border: 1px solid #dc6440 !important; /* optioneel, voor rand */
  color: white !important;              /* tekstkleur */
  padding: 2px 4px;                     /* blokgevoel */
  border-radius: 3px;                    /* afgeronde hoeken */
  font-size: 0.85em;                     /* iets kleiner dan weekview */
}


@media (max-width: 768px) {
.fc .fc-toolbar {flex-wrap: wrap;}

.fc .fc-toolbar-title{margin-bottom:15px;}
}
