.c24-sach-seal {
    padding: 10px 16px;
}
.c24-sach-seal c24-sach-seal__link-container:hover {
    text-decoration: none !important; /* We need that important here because of the weird link-styles in global.scss*/
}

.c24-sach-seal__content {
    flex-grow: 1;
    padding-right: 15px;
    line-height: 1.2em;
    color: #222;
}

.c24-sach-seal__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c24-sach-seal__content-container.ico24Arrow::after {
    align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    min-height: 19px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    min-width: 19px;
}

.c24-sach-seal__content-container--open.ico24Arrow::after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.c24-sach-seal > a {
    color: inherit;
    display: block;
    font-size: 16px;
}

.c24-sach-seal__info-box--tuev-sued {
    display: none;
}

.c24-sach-seal__info-box--tuev-sued .c24Tuevsiegel {
    float: left;
    margin-right: 15px;
    width: 100px;
}

.c24-sach-seal__info-box--tuev-sued .c24Tuevsiegel span {
    /* have to decrease font-size from 0.9em to 0.7 to fit the new width, but the 0.9 is on the element itself
     * Soo... that's why the !important is needed here.*/
    font-size: 0.7em !important;
}

.c24-sach-seal__img {
    align-self: center;
    -ms-flex-item-align: center;
    float: left;
    -ms-grid-row-align: center;
    padding: 0 18px 0 0;
}

.c24-sach-seal__img img {
    width: 60px;
    height: 60px;
}

.c24-sach-seal__title {
    font-weight: 700;
}

.c24-sach-seal__text {
    font-size: 14px;
}
