/* CollapsedDivs artdisc.org */
/* agb, help+ */
/* CollapsedDivs Anfang ------------------------------- */

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1.4em;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.contentCol {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
	padding-top: 0;
	padding-left: 18px;
	padding-right: 18px;
}

/* CollapsedDivs Ende ------------------------------- */

#vita-small{
	cursor: zoom-in;
	overflow:hidden;
 	max-height:39.5em; /*Vorgabehöhe:  1.5em(line-height) x 3 Zeilen = 4.5em */
 	min-height:auto; 
 	
 	line-height:1.5em;
}

#vita-big{
	cursor: zoom-out;
	display: none;
}

/*

*/

