.weiteres{ 
    width:100%; 
    }
.weiteres h3{
    color:#fff;
    padding:10px 0 10px 10px;
    background-color:#9a6b8b;
    font-weight:600;
}
.weiteres ul{
    list-style: none;
    margin:9px 10px 0 -39px;
}
.weiteres a{
    font-weight:600;
}
.weiteres li{
    width:100%;
    background-color:#fff;
    padding:10px 0 10px 10px;
    border-top:2px solid  #9a6b8b;
}
.weiteres li:last-child{
    border-bottom:2px solid  #9a6b8b;

}
.weiteres li:hover{
    background-color: #E8E1E8;
}
 
@media screen and (max-width:1099px) {
	
}

@media screen and (max-width:999px) {
}