@charset "utf-8";

/********************************************************************************
 *
 * Seiten mit festen Programmen
 *
 ********************************************************************************/

.bodytext {
	clear: left;
	margin-top: 0.5em;
}

.contenttable .hpl-label {
	float: left;
	width: 120px;
}

/* Eingebettete Bilder bei schmalen Displays ganze Breite */
@media all and (max-width: 767px) {
	.csc-textpic-imagewrap {
		width: 100%;
	}
}

/* Extension 'cal' zentriert h1-Heder, das wollen wir nicht! */
.tx-cal-controller h1 {
	text-align: left;
}

.location_without_label {
	font-size: inherit;
/*  font-weight: bold; */
/*  color: magenta; */
}


