.kikaDokumenteAkkordeonContainer .kikaAkkordeonList {
    box-shadow: none;  
}
.k-icon {
    font-size: 26px!important;
    color: #7BAFC7;
}
.kikaDokumenteAkkordeonContainer .kikaAkkordeonList {
    box-shadow: none;
}
.kikaDokumenteAkkordeonContainer .kikaAkkordeonList {
    border: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #7BAFC7;
    padding-left: 20px;
}
.kikaDokumenteAkkordeonContainer .kikaDocumentAkkordeon {
    padding: 12px;
    outline: none;
    font-size: 26px;
    font-weight: 400;
    box-shadow: none;
    background: white;
}
.k-i-chevron-down::before {
    background: white;
}
@media only screen and (max-width: 980px){
.kikaDokumenteAkkordeonContainer .kikaDocumentAkkordeon{
font-size: 18px !important;
}
}