.c-tds__element{
    background-color: #e6e6e6;
    border-radius: 0.12rem;
    color: #2B2B2B;
   /* display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.3333333333rem;
    margin-bottom: 1rem;
}
.c-tds__element .c-tds__link:hover {
 /*   text-decoration: underline;*/
}
.c-tds__link {
    margin-bottom: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
    text-align: left;
}
.c-tds__items .c-tds__item{
    margin-bottom: 0.3333333333rem;
}

.c-tds__element .c-tds__link {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.c-tds-flex-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.c-tds-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media ( min-width: 873px ) {
    .c-tds__sidebyside {
        padding-right: 1.2rem;
        flex: 0 0 calc(50%);
    }
}
@media ( max-width: 873px ) {
    .c-tds__sidebyside {
        flex: 0 0 calc(100%);
    }
}
textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-t3luhtds table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-t3luhtds table th {
    font-weight:bold;
}

.tx-t3luhtds table td {
    vertical-align:top;
    border: 0px;
}

.typo3-messages .message-error {
    color:red;
}

.typo3-messages .message-ok {
    color:green;
}
<<<<<<< HEAD

@media ( min-width: 504px ){
    .c-tds-list__item__row{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 0.6666666667rem;
    }
}

@media ( min-width: 504px ){
  .c-tds-list__item__row{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 0.6666666667rem;
  }
}

@media  (max-width: 504px) {
  .tx-t3luhtds  .c-contact-list__item__value{
    padding-left:1rem;
    margin-bottom: 0.6666666667rem;

  }
}
@media  (max-width: 504px) {
    .c-tds--list__subtitle--indented {
        display: inline-block;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
}
@media  (min-width: 504px) {
    .c-tds--list__subtitle--indented {
        -webkit-flex: 0 0 8rem;
        -ms-flex: 0 0 8rem;
        flex: 0 0 8rem;
        width: 8rem;
        padding-right: 0.4666666667rem;
        display: inline-block;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
}

.c-tds--list__subtitle {
    text-transform: uppercase;
    font-size: 16px;
}

c-tds-list__item__label{
    -webkit-flex: 0 0 8rem;
    line-height: 1.1666666667rem;
    font-size: .8888888889rem;
    margin-bottom: 0;
}

.c-tds-hr{
    box-sizing: content-box;
    max-width: 65.3333333333rem;
    height: 0px;
    width:100%;
    margin: 0.6rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid silver;
    border-left: 0;
}

.c-events-search__filter > .c-events-search__text{
    width: 100%;
}

.c-events-search__reset-anchor {
    padding-top: 0.6rem;
    padding-right: 0.6rem;
}
.c-events-search__reset-anchor::before{
    padding-bottom: 0.7rem;
}
