#bs4 td {padding-right:10px;}
#bs4 .card > a[aria-expanded="false"]:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';font-weight: 900;
    float: right;
}
#bs4 .card > a[aria-expanded="true"]:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';font-weight: 900;
    float: right;
}
#bs4 .card a.card-header{
cursor:pointer;
}
#bs4 #abholungContent{
margin: 10px;
}
#bs4 #abholungContent > div.col-sm-6 > p {
    margin-bottom: 1rem;
}
#bs4 #abholungContent > div.col-md-6 {
    margin-bottom: 0.5rem;
}