Wechseln zu:Navigation, Suche
Wiki
.Legendenbox {
	width:		11em !important;
	height:		4em;
	display:	inline-grid;
	align-content:	center;
	text-align:	center;
	vertical-align:	middle;
	margin:		1em 1em;
}

th {
	min-width: 	150px;
	border-right: 	1px solid grey;
}


/**** AV ***/

.sptable2.Spalte4-ohne-rechten-Rand td:nth-child(4) {
	border-right:	1px solid #f8f9fa;
	text-align:	right;
	width:		0em;
	}

.zellenbeschriftung, .zb,
.zellenbeschriftung2, .zb2 {
	display:	none;
	}

.center-monitor {
	text-align:	center;
	}


/*** Begin mobile Ansicht ***/

@media (max-width:576px) {


.pd5 td {
	padding:	0px;
	}

.sptable2.pd5 tr th {
	display:	none;
	}

.zellenbeschriftung, .zb,
.zellenbeschriftung2, .zb2  {
	background:		#f8f9fa;
	background-color:	#f8f9fa;
	padding: 		5px;
	border-right: 		1px solid grey;
	display: 		inline-block;
	width:			50%;
	}

.zellenbeschriftung, .zb {
	margin-right: 		24%;
	}


.zellenbeschriftung2, .zb2 {
	margin-right: 		7%;
	}


.inline-mobil {
	display:	inline;
	}

.center-monitor {
	text-align:	unset;
	}


} /*** Ende mobile Ansicht ***/