ul.faq {
    margin-bottom: 20px;
	max-width: 90%;
    margin: 0 auto;
	padding: 0;
    list-style-type: none;
}
ul.faq > li:first-child {
	border-top: 0;	
}
	
ul.faq > li:last-child {
	border-bottom: 0;
}
	
ul.faq > li > a:before {
	min-width: 28px;
	max-width: 28px;
	width: auto;
	height: 28px;
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	background-image: url('/templates/tricoma_energy/Labels/feather_black/chevron-down.svg');
	transition: all 0.25s ease;
}
	
	
ul.faq > li {
    margin-bottom: 0px;
	border-bottom: 1px solid #eee;
}
ul.faq > li > a {
    position: relative;
    display: block;
	color: #343434;
	background: transparent;
    
    padding: 0;
    padding: 24px 0;
	padding-right: 40px;
	
    text-decoration: none;
	font-weight: 700;
    font-size: 20px;
    cursor: pointer;
	user-select: none;
}
ul.faq > li > a.open_faq {
    
}
	
ul.faq > li > a.open_faq:before {
    transform: rotate(90deg);
}
ul.faq .faqcontent {
    display: none;
    border-bottom: 0px solid #eee;
	line-height: 1.6;
	color: #565656;
	margin-bottom: 40px;
	font-weight: 400;
	padding: 0;
	font-size: 17px;
	
}

.faq_ueberschrift {
    font-size: 26px;
    font-weight: 800;
}