/*
@author Kraenz
CSS for the accordion element.
*/
.toggle-kraenz {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 300;
	text-align: right;
	display: block;
	margin-top: -24px;
}

/* 
does the same as base.css's .unsichtbar but in this way we can avoid the special 
cases defined for .unsichtbar (in particular .unsichtbar .linedList )
 */
.unsichtbar-kraenz {
	margin-top: -18px;
	display: none;
	/*background-image: -webkit-linear-gradient(rgb(240,240,240) 0px, white 12px); 
	background-image: -moz-linear-gradient(rgb(240,240,240) 0px, white 12px); 
	background-image: -o-linear-gradient(rgb(240,240,240) 0px, white 12px); 
	background-image: linear-gradient(rgb(240,240,240) 0px, white 12px);*/
	/*background-color:rgb(245,24\5,245);*/
	padding-top: 20px;
}