@font-face {
  font-family: 'fira_sansregular';
  src: url("https://www.chilli-freiburg.de/wp-content/themes/chilli2017/fonts/firasans-regular-webfont.woff2") format("woff2"), url("fonts/firasans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

td {
	padding: 0px; text-align:center; font-family: 'fira_sansregular';
}




#calback {
	margin: 0 auto;
	width: 100%;max-width:100%;height: 400px;
}



#calendar {
	width: 100%;max-width:100%;
	height: 500px;
}

.cal {
	background: #ccc;
		width: 100%; margin-left:0px;
}





.calhead {
		width: 100%;
	color: #FFF;
	font-size: 16px; background:#AF0000; height:30px; font-weight:bold;    
}

.calhead img {
	border: none;
}

.dayhead {
	height: 20px;
	background: #EEE; font-size:14px;font-weight:normal;
}

.dayhead td {
	text-align: center; height: 22px; 
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 22px; 
}

.dayrow td {
    height: 22px; 
	color: #000;
	font-size: 15px;font-weight:normal;
}

.day {
	text-align:center; height:22px; padding-top: 7px;
}
.day a{color:#AF0000; text-decoration:none; font-weight:normal; box-sizing:border-box;}

.dayover a{color:#FFF; cursor: pointer; display: block; }
.dayover {color:#FFF; background: #AF0000;cursor: pointer; padding-top: 0}

.dayout {
	background: #FFF;
}