/* News Detail Seite */
.grid__contentpage .frame-type-list {
    display: contents;
}
.block__address .text__address--footer {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 400;
}
#table__filelist span.tx_filelinksinfos,
.list__box list__downloads .link__content--aside span.tx_filelinksinfos,
ul.list__box.list__downloads li span.tx_filelinksinfos {
    display: none;
}
/* SUCHE: vorher .link__content */
.item__searchresult h3 a {
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #333;
    hyphens: auto;
}
.heading__searchresult .teaser_icon img {
    width: 16px !important;
    height: 16px !important;
}
/* SUCHE: vorher .span__highlight */
span.hit {
    background-color: #dee6e3;
}
.container__content form textarea {
    border: 0px solid #000;
    background-color: #dee6e3;
    transition: all 200ms ease;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    margin-bottom: 10px;
    color: #333;
}
