
#cont-7381 .schedule-col {
	overflow: hidden;
}
#cont-7381 .schedule .bhv-database {
	position: relative;
	left: 0;
	transition: left 0.7s;
	display: flex;
	width: calc(var(--anzahl,1) * 100%);
}
#cont-7381 .schedule .Tag {
	width: calc(100% / var(--anzahl,1));
}
#cont-7381 .schedule .Tag-Headline {
	font-size: 150%;
	font-weight: bold;
}
#cont-7381 .schedule .rec {
	background: var(--grau);
	margin-bottom: 40px;
	border-radius: 4px;
}
#cont-7381 .schedule .Kopfzeile {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}
#cont-7381 .schedule .Datum {
	display: inline-block;
	width: 100px;
}
#cont-7381 .schedule .Uhrzeit {
	display: inline-block;
	width: 100px;
}
#cont-7381 .schedule .Thema {
	display: inline-block;
	font-weight: bold;
}
#cont-7381 .schedule .indikator {
	margin-left: auto;
}
#cont-7381 .schedule .Sprecherliste {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#cont-7381 .schedule .Label {
	font-weight: bold;
}
#cont-7381 .schedule .Sprecher {
	display: flex;
	align-items: center;
	margin: 5px 40px;
	cursor: pointer;
	padding-right: 10px;
}
#cont-7381 .schedule .Sprecher:hover {
	background: var(--lila);
	border-radius: 4px;
}
#cont-7381 .schedule .Sprecher img {
	display: block;
	float: left;
	max-height: 60px;
	border-radius: 50%;
	margin: 10px;
}
#cont-7381 .schedule .Sprecher .Name {
	font-weight: bold;
}
#cont-7381 .schedule .Sprecher .Jobtitel {
	font-size: 80%;
}
#cont-7381 .day-nav {
	margin-bottom: 4rem;
}
#cont-7381 .day-nav .nav {
	display: inline-block;
	margin: 0px 10px;
	padding: 6px 10px;
	cursor: pointer;
	background: var(--lila);
	color: white;
	border-radius: 3px;
}
#cont-7381 .day-nav .nav:hover {
	text-decoration: underline;
}
#cont-7381 .day-nav .nav.aktiv {
	font-weight: bold;
}
