/* logo gruen berlin: */
/*
.responsive {
	  width: 100%;
	  max-width: 120px;
	  height: auto;
	  float: right;
	  display: none;
}
*/		
/* hide column-toggle button: */
.ui-table-columntoggle-btn {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
}
/* elements to be displayed on narrow screens only: */
.narrow-only {
	display: inline;
}
/* elements to be displayed on wider screens only: */
.wide-only {
	display: none;
}
/* on narrow screens, show hint to rotate the device into landscape mode to view more columns: */
.hint-quer {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
/* center 'Jg.' and 'M/W': */
.ui-table-priority-3, .ui-table-priority-4 {
	text-align: center !important;
}
/* --- breakpoint for wider screens: --- */
@media only screen and (min-width: 30em) {
	/* elements to be hidden on wider screens only: */
	.narrow-only {	display: none;		}
	
	/* elements to be displayed on wider screens only: */
	.wide-only	{	display: inline;	}
	/*.responsive	{	display: inline;	}*/
}

#AnzTeilis .anz {
	text-align: right;
	padding-left: 1em;
}
#AnzTeilis .txt {
	text-align: left;
	padding-left:	.5em;
	padding-right:	.5em;
	white-space: nowrap;
}
#AnzTeilis .strk {
	white-space: nowrap;
}

/* set href format: */
a {
	color: #6ab1ea;
	text-decoration: none;
}