
/******************************************************************************/
/* weiterer Accordion-Katalog                                                 */
/******************************************************************************/

.weiter {
 clear:left;
 width: 100%;
 max-height: 100%;
 margin: 0 auto;
 background: transparent;
 color:#A1A1A1;
 border-top:0px solid #E9953B;
}

.weiter input[type="radio"] {
 position: absolute;
 opacity: 0;
}

.weiter label {
 position: relative;
 width: 100%;
 height: 100%;
 line-height: 100%;
 padding: 0;
 padding-left: 0%;
 padding-top: 2%;
 padding-bottom: 1%;
 font-size: 100%;
 color: #E9953B;
 background: white;
 cursor: pointer;
 border-bottom:0px solid #A1A1A1;
 font-weight:bold;

 display: block;
 
 display: inline-block;
}

.weiter label:hover {
 background: white;
 margin-top:0%;
}

.weiter label:after {  }

.weiter .content {
 height: 0;
 overflow: hidden;
}

.weiter input[type="radio"]:checked ~ label {
 color:#A1A1A1;
}


.weiter input[type="radio"]:checked ~ .content {
 height: 100%;
 margin-left:0%;
 margin-top:2%;
 padding-left:-2%;
}



.weiter .content ul li {
	list-style: none;
	float: left;
}
.weiter .content ul li:nth-child(2n+1) {
	margin-right: 4%;
	width:64%;
	margin-bottom:2%;
	margin-left:-2%;
}
.weiter .content ul li:nth-child(2n) { width:28%; margin-left:1%; }
