.akordeon
{
	margin-top: 10px;
	margin-bottom: 25px;
color: rgba(255, 255, 255, 0.87);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: auto;
	
}
.akordeon-item .akordeon-item-body
{
    background-color: rgba(255,255,255,.2);
    margin:15px 0 0 40px;    
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
	color: #b0004a;
	font-size:18px;
    position:relative;
	width: 40px;
    height: 30px;
    padding: 0;
    margin: 0px;
	float:left;
}
a.akordeon-heading
{

color: rgba(255, 255, 255, 0.87);
	text-decoration: none;
	border-bottom: 1px dotted #B0004A;
}
a.akordeon-heading:hover
{
	text-decoration: none;
	border-bottom: none;
}
.akordeon-icon span
{
    color: #b0004a;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 2px;
    font-weight: bold;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span
{
    top: 2px;
}
.akordeon-item-head-container
{

    cursor: pointer;
}

.akordeon-item.expanded .akordeon-item-body
{
margin:15px 0 25px 40px;
}
.akordeon-item.collapsed
{
	margin:5px 0;
}

.akordeon-item.expanded .akordeon-heading
{

}

.akordeon-item.expanded .akordeon-item-head
{
    
}
.akordeon-item-content
{
    padding: 20px;


}

.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
    border-bottom: solid 1px black !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{

}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{

}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{

}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{

}
@media only screen and (max-width : 767px) {
.akordeon-item .akordeon-item-body
{
    background-color: rgba(255,255,255,.2);
    margin:15px 15px 0 0px;    
    border-bottom: none;
    overflow: hidden;
}
.akordeon-item.expanded .akordeon-item-body
{
margin:15px 15px 25px 0px;
}
}