@charset "UTF-8";
/* www.dgwev.de */

/* Accordeon */
.ui-widget-content a {
	/*color: #B8702A;*/ /* orange */
	color: #000;
	/*text-decoration: none;*/
	text-decoration: underline;
}
.ui-widget-content a:hover {
	background: #E8C7A6; /* hell */
	color: #3E3E3E;  /* dunkelgrau  */
	text-decoration: none;
}
.ui-widget figure figcaption {
	font-size: 0.8em;
}
#Accordion1 ul li, #Accordion2 ul li, #Accordion3 ul li {
	padding-bottom: 1.5%;
}
#Accordion1 figure a:hover, #Accordion2 figure a:hover, #Accordion3 figure a:hover {
	background: none;
	text-decoration: none;
}