/*.RadioUndLabel {align-items: baseline;}*/

.ProgrammheftInhalt .Veranstaltung.beendet {display: none;} 
.RadioUndLabel
{
	display: flex;
	gap: var(--abstand);
	align-items: baseline;
	background-color: var(--hintergrund);
	margin: var(--abstand) 0;
	padding: var(--abstand);
    border-radius: var(--radius);
}

.RadioUndLabel label
{
	width: 100%;
}

.Programmbereich.Teaser.breite_0, .Programmbereich.Teaser.breite_12 {flex-basis: 50% !important;}

@media only screen and (min-width: 811px)
{
	.Programmbereich.Teaser.breite_0, .Programmbereich.Teaser.breite_12 {flex-basis: 31% !important;}
}

@media only screen and (min-width: 1215px)
{
.ProgrammbereichMitHintergrund.Programmbereich.Teaser {max-width: unset;}
}

/*.DokumentDarstellung .page_addition_first_page {top:-2cm !important;}*/

.DokumentDarstellung > div:nth-child(1) {margin: unset !important;}
.DokumentDarstellung .page_addition_first_page {position:  relative !important;}
.DokumentDarstellung .page_addition_first_page > table:nth-child(1) {margin: unset !important;}
