.inplaykalender  {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 3em;
}

.inplaymonth  {
	text-align: center;
}

.inplaydays {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-auto-rows: 50px;
	line-height: 50px;
	text-align: center;
}

.inplayday { 
	text-align: center; 
	letter-spacing: 1px; 
} 

.inplayday strong::after { 
	content: '';
	width: 27px;
	height: 7px;
	display: block;
	margin: 7px auto 0;
	background-image: url(/images/splitter/inplaycalendar-status.png);	
} 

.szenen strong::after { background-position: 0 0; } 
.geburtstag strong::after { background-position: 0 -40px; } 
.event strong::after { background-position: 0 -60px; } 
.szenengeburtstag strong::after { background-position: 0 -10px; } 
.szenenevent strong::after { background-position: 0 -20px; }
.geburtstagevent strong::after { background-position: 0 -50px; }
.szenengeburtstagevent strong::after { background-position: 0 -30px; }

.calenderlist a {
	display:block;
	padding: 10px 0;
	border-top: 1pt solid #36393e;
}

.calenderlist a:first-child {
	border-top: 0;
}