.headline {
    float: none;
    clear: both;
    width: 100%;

    color: var(--textcolor);
    border-bottom: 1px solid var(--textcolor);
    border-top: 1px solid var(--textcolor);

}


.meldungstext {
    position: absolute;
    bottom: 1rem;
    margin-left: calc(36% + var(--grid-spacing));
    width: calc(64% - var(--grid-spacing));
    min-height: 1rem;
}

span.linebreak{
    height:0;
}

.meldung {
    margin-bottom: 1rem;
}

.meldungs-wrapper {

    border-bottom: none;
}

/*

.meldungs-wrapper:last-of-type {

    border-bottom: 1px solid #c4dc8b;
}

@media (min-width: 500px) {


}

.meldungs-wrapper:nth-last-of-type(2) {

    border-bottom: 1px solid #c4dc8b;
}

*/
