
#cms_root {
	--content-width: 1100px;
}

#cont-7377 {
	margin-top: 50px;
}

#cont-7377 .image-db {
	margin-right: 50px;
}

#cont-7377 .image-db img {
	margin-top: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}

#cont-7377 .Name {
	font-size: 120%;
	font-weight: bold;
}

#cont-7377 .text-db {
	margin-top: 20px;
}

#cont-7394 {
	margin-block: 4rem;
}

#cont-7394 .content-col {
	overflow: hidden;
}

#cont-7394 .Tag {
	width: calc(100% / var(--anzahl,1));
}

#cont-7394 .Tag-Headline {
	font-size: 110%;
	font-weight: bold;
	background: var(--gruen);
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

#cont-7394 .rec {
	background: var(--grau);
	margin-bottom: 10px;
	border-radius: 4px;
}

#cont-7394 .Kopfzeile {
	display: flex;
	flex-wrap: wrap;
}

#cont-7394 .Datum {
	display: inline-block;
	width: 100px;
}

#cont-7394 .Uhrzeit {
	display: inline-block;
	width: 100px;
}

#cont-7394 .Thema {
	display: inline-block;
	font-weight: bold;
}

#cont-7394 .indikator {
	margin-left: auto;
}

#cont-7394 .Sprecherliste {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#cont-7394 .Label {
	font-weight: bold;
}

#cont-7394 .Sprecher {
	display: flex;
	align-items: center;
	margin: 5px 40px;
	cursor: pointer;
	padding-right: 10px;
}

#cont-7394 .Sprecher:hover {
	background: var(--lila);
	border-radius: 4px;
}

#cont-7394 .Sprecher img {
	display: block;
	float: left;
	max-height: 60px;
	border-radius: 50%;
	margin: 10px;
}

#cont-7394 .Sprecher .Name {
	font-weight: bold;
}

#cont-7394 .Sprecher .Jobtitel {
	font-size: 80%;
}

#cont-7394 .zurück {
	margin-top: 50px;
}
