.calendarContainer td, .calendarContainer th {
	color: black;
}
.fc-header-title h2 {
	font-size: 13px;
	font-weight: normal;
}
.fc-widget-header, .fc-widget-content {
	border: 1px solid black;
}

.availabilityCalendar td {
	padding: 4px 4px;
}

td.fc-header-left{
	padding: 0;
}

.calendar {
	width: 100%;
	float: left;
	min-height: 171px;
}
.calendar:nth-last-of-type(3)/* NO IDEA WHY 3*/
{
	margin-right: 0px;
}

.fc-header-center, .fc-header-right
{
	display: none;
}

.endReservation.startReservation {
	background: url("/Globalincludesfewo/js/plugins/FewoAvailability/start_endReservation.png");
}

.explanation
{
	float: left;
	width: 10px;
	height: 10px;
	border: 1px solid black;
	margin-right: 5px;
	margin-top: 9px;
}
.explanation:nth-child(2)
{
	margin-right: 0px;
}
.fc-day
{
	background-color: #77CC6D;
	margin-top: 13px;
}

.besetzt
{
	background-color: #F27062;
	margin-top: 13px;
}

td.fc-other-month
{
	background-color: #eee;
}
.fc-other-month .fc-day-number
{
	color:black;
	opacity: 1!important;
}
.fc-day div
{
	min-height: initial!important;
}
.fc-view
{
	/*width: 140px;*/
}

.fc-widget-header
{
	font-weight: normal;
	background-color: #fff;
}
.calendarContainer[data-lang="1"] .fc-widget-header {
	text-transform: lowercase;
}

@media only screen and (min-width : 600px) {
	.calendar {
		width: 32%;
		float: left;
		margin-right: 1.3%;
		min-height: 171px;
	}
}


@media only screen and (min-width : 768px) {
	.calendar {
		width: 100%;
		float: left;
		min-height: 171px;
    	margin-bottom: 20px;
	}
}