.ac-container{
	width: %;
	margin: 10px auto 30px auto;
	text-align: left;
	
}
.ac-container label{
	font-family: 'Open Sans', 'Arial Narrow', Arial, sans-serif;
	font-weight: 700;
	padding: 5px 40px;
	position: relative;

	display: block;
	cursor: pointer;
	color: #000000;
	line-height: 25px;
	font-size: 16px;
	background: #ffffff;
	
}

.ac-ico{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 1px;
	top: 12px;
	background: transparent url(/layout/tech_logi_daten/css/toogle/arrow_down.png) no-repeat center center;	
	
}

.ac-container label:hover{
	background: #ffffff;
	color: #cc0000;
	
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #000000;
	background: #ffffff;
	
	
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 1px;
	top: 12px;

}
.ac-container input:checked + label:hover:after{

}

.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: bold;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 0px;
	
}
.ac-container input:checked ~ article{
	
}
.ac-container input:checked ~ article.ac-small{
	height: 100%;
}
.ac-container input:checked ~ article.ac-xsmall{
		height: 100%;
}

.ac-container input:checked ~ article.ac-medium{
	height: 100%;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
}

.ac-container input:checked ~ article.ac-big{
	height: 100%;
}
.ac-container input:checked ~ article.ac-pac{
	height: 800px;
}


/* Media Queries */
@media screen and (max-width: 330px) {
	.ac-container input:checked ~ article.ac-large{
		height: 100%;
	}
	
	.ac-container input:checked ~ article.ac-xsmall{
	height: 100%;
	}
	
}