/* Month header */

#calendar {
	text-transform: uppercase;
	font-family: "korolev",sans-serif;
}

#calendar ul {
	list-style-type:none;
	padding:0;
}

#event_list {
	min-height: 260px;
}

.month {
    width: 100%;
    text-align: center;
		font-size: 1.25em;
		padding: 10px;
}

/* Month list */
.month ul {
    margin: 0;
    padding: 0;
		width: 100%;
}


/* Previous button inside month header */
.month .prev {
	float:left;
}

/* Next button */
.month .next {
	float:right;
}

/* Weekdays (Mon-Sun) */
.weekdays {
    margin: 0;
    padding: 10px 0;
		font-weight: bold;
}

.weekdays li,
.days li {
    display: block;
    width: 14.28%;
		float:left;
    text-align: center;
}

/* Days (1-31) */
.days {
    padding: 10px 0;
    margin: 0;
}

.days li {
	height: 35px;
	line-height: 35px;
}

.days li.hasevent {
	position: relative;
}

.days li.hasevent::after {
	content: '\25CF';
	bottom:5px;
	left: 0;
	width: 100%;
	line-height: 0;
	font-size: .6em;
	position: absolute;
	color: #ffc300;
}

/* Highlight the "current" day */
.days li.active {
    background: #ffc300;
		border-radius: 99px;
}

.toggle_calendar {
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.toggle_calendar .zmdi {
	margin: 0;
}

.toggle_calendar.day_view {
	right: 40px;
}

.toggle_calendar.active {
	background-color: #fff;
}

#wielerkalender .sheet_header {
	position: relative;
}
