.auswahl-buttons {
    margin-bottom: 30px;
}

.auswahl-buttons button {
    margin-right: 30px;
    width: 240px;
}

.auswahl-buttons button:last-child {
    margin-right: 0;
}

.auswahl-buttons button.btn {
    background: #333;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 15px;
}

.auswahl-buttons button.btn.button-suche span::before {
    content: "Im Branchenbuch suchen";
    margin-right: 10px;
}

.branchen-ueberschrift h2 {
    background: #555;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 7px 15px;
}

.card.branchenuebersicht {
    margin-bottom: 30px;
    width: 100%;
}

.card.branchenuebersicht .card-body {
    padding: 0;
}

.card.branchenuebersicht .card-body h3.card-title {
    background: #3974C0;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    min-height: 60px;
    padding: 5px 10px;
}

.card.branchenuebersicht .card-body address {
    padding: 0 10px;
}

.card.branchenuebersicht .card-body address a {
    color: #333;
    font-weight: 300;
}

#accordionPOI .card-header .btn {
    width: 100%;
    text-align: left;
}

#accordionPOI .card {
    margin-bottom: 6px;
}

#accordionPOI .btn-link {
    color: black;
}

#accordionPOI .card-header button {
    display: block;
    position: relative;
}

#accordionPOI .card-header button:after {
    content: "\f078";
    /* fa-chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
}

#accordionPOI .card-header button[aria-expanded="true"]:after {
    content: "\f077";
    /* fa-chevron-up */
}

#accordionPOI .card-body a {
    color: #5aa127;
    font-weight: 400;
}

.card.branchenuebersicht .card-body h3.card-title {
    background: #5aa127 !important;
    font-size: 16px !important;
}

.card.branchenuebersicht .card-body {
    background: rgba(0, 0, 0, .03);
}
