
.calendar-head {
	/*margin-top: 40px;*/
	background-color: #0077c7;
	height: 40px;
	line-height: 40px;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'Klavika-Medium';
	text-align: center;
	position: relative;
}

h4.calendar-title {
	/*font-size might be changed. or might not*/
}

#custom-prev {
	position: absolute;
	left: 10px;
	cursor: pointer;
}
#custom-next {
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.fc-calendar-container .fc-calendar .fc-head {
	background-color: #8a8a8a;
}

.fc-calendar-container,
.fc-calendar-container .fc-calendar .fc-body {
	height: auto;
}
.fc-calendar-container .fc-calendar .fc-row > div {
	height: 40px;
	padding: 0;
}
.fc-calendar-container .fc-calendar .fc-row > div > span.fc-date,
.fc-calendar-container .fc-calendar .fc-row > div.fc-content a  {
	color: #434446;
	font-family: 'Klavika-Regular';
	text-shadow: none;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	position: static;
	display: block;
	height: 40px;
	width: 100%;
	/*overflow: hidden;*/
}


.fc-calendar-container .fc-calendar .fc-row > div.fc-content a,
.fc-calendar-container .fc-calendar .fc-row > div.fc-today a {
    background-color: #0077c7;
    color: #fff;
}
.fc-calendar-container .fc-calendar .fc-row > div.fc-today {
	background-color: #EEEEEE;
}
.fc-calendar-container .fc-calendar .fc-row > div.fc-today span.fc-date {
	color: #0077c7;
}
.fc-calendar-container .fc-calendar .fc-row > div.fc-today a span.fc-date {
	color: #fff;
}
.fc-calendar-container .fc-calendar .fc-row > div.fc-content a:hover {
	background-color: #FF9900;
}
.fc-calendar-container .fc-calendar .fc-row > div.fc-content > span.fc-date,
.fc-calendar-container .fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #434446;
}
.fc-calendar-container .fc-calendar .fc-row > div.fc-content a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	color: #fff;
}

.fc-calendar-container .fc-calendar .fc-row > div span.fc-weekday {
	display: none;
}



.fc-calendar-container {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.25%; /* 100% / 7
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);*/
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	/*overflow: hidden;*/
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}
.fc-calendar .fc-row > div.fc-today .fc-date {
	position: relative;
	top: -5px;
}
.fc-calendar .fc-row > div.fc-today a .fc-date:after,
.fc-calendar .fc-row > div.fc-today .fc-date:after {
	content: 'Heute';
	display: block;
	font-size: 10px;
	text-align: center;
	color: #fff;
	position: relative;
	top: -28px;
}
.en .fc-calendar .fc-row > div.fc-today a .fc-date:after,
.en .fc-calendar .fc-row > div.fc-today .fc-date:after {
	content: 'Today';
}

.fc-calendar .fc-row > div.fc-today .fc-date:after {
	color: #434446;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

.calendarlabel{
	margin:0.5em 0 1.5em 0;
}


.fc-content:hover .fc-popup {
	display: block;
}
.fc-popup {
	position: absolute;
	display: none;
	bottom: 100%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	color: #fff;
	background-color: #F90;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
