
/* - switch.css - */
@media screen {
/*Contents by AuroraVisual (aurora-visual.com)*/
  .title + .content {
	overflow: hidden;
        width: 522px;
	padding: 4px 0px 0px 20px;
	margin: 2px 0px;
	background: #F2F3F1;
	
			transition: height .7s;
	-webkit-transition: height .7s;
	   -moz-transition: height .7s;
		-ms-transition: height .7s;
		 -o-transition: height .7s;
  }
  .title {
	cursor: pointer;
	font-size: 130%;
	font-family: Arial,Garuda,FreeSans,sans-serif;
	padding: 2px 2px 2px 15px;
	margin: 0px;
	background: url("https://www.botanischergarten.uni-freiburg.de/dateien/toggle.gif") no-repeat scroll 0% 0% #E0E1DD;
  }
  .title.opened {
	background-position: left 122%;
  }
}

