.footer__card__caption header span {
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #454545;
}
.footer__card__caption > div > span {
    font-size: .700rem;
    color: #454545;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.footer__card__caption > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.button__flat__grey {
    background: #e6e6e6;
    color: #454545;
    display: inline-block;
    padding: .2rem 2.5rem;
    font-size: .600rem;
    font-family: "DaimlerCS", sans-serif;
    transition: all 300ms ease-out;
    text-decoration: none;
    font-weight: 300;
    outline: none;
    border: 2px solid #c8c8c8;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.footer__card__comp__image {
    position: relative;
    height: 162px;
    width: 100%;
    object-fit: cover;
}
.card:hover .button--arrow--Green,
.button--arrow--Green:hover {
    background: #9fc04e;
    border-color: #9fc04e;
}
.card:hover .button--arrow--Blue,
.button--arrow--Blue:hover {
    background: #b2c9d8;
    border-color: #b2c9d8;
}
.card--image--270 {
    position: relative;
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.card--image--100 {
    position: relative;
    height: 100px;
    width: 100px;
}
.card__gray {
    background: #e6e6e6;
    padding: 2rem;
}
.card__gray__image {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.card__gray__text > *{
    font-style: italic;
    font-size: 1.125rem;
    padding-top: 2rem;
}
.card__gray__text ul {
    list-style-position: outside;
}
.card-accordion-content {
    display: none;
}
.card-accordion-content * {
    text-align: left;
}
.accordion__item--open {
    display: block;
}
.no-padding-top {
    padding-top: 0;
}
.card--70-30 .card__picture {
    max-height: 364px;
    order: inherit;
}
.flex-distribution {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.image-contact {
    max-width: 50%;
    height: auto;
    margin-left: auto;
}

.no-link .person-list__text-teaser::before {
     display: none;
}
.no-link .person-list__text-teaser::after {
     display: none;
}
.subheader--small {
    font-size: 0.8rem;
    line-height: 16px;
}