.teaser-media .teaser-title {
    position: absolute;
    color: #fff;
    top: 4.5rem;
    left: 4.5rem;
    right: 4.5rem;
    text-align: center;
    text-decoration: underline;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
    margin: 0;
    /*font-size: 3rem;*/
}

.textspalten-2 {
    -webkit-column-count: 2;
    -webkit-column-width: 12em;
    columns: 2 12em;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}