.tsv-es {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 55px;
    align-items: start;
    max-width: 1100px;
    color: inherit;
}

.tsv-es__inhalt h2 {
    margin: 0 0 2em;
    font-size: 1.75em;
    line-height: 1.3;
}

.tsv-es__inhalt h3 {
    margin: 0 0 1.6em;
    font-size: 1.05em;
    line-height: 1.4;
}

.tsv-es__inhalt p {
    margin: 0 0 1.2em;
}

.tsv-es__inhalt ul {
    margin: -.65em 0 1.6em 1.25em;
}

.tsv-es__inhalt li {
    margin-bottom: .3em;
}

.tsv-es__hinweis {
    margin-top: 2em !important;
    color: #f47721;
}

.tsv-es__grafik img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
}

.tsv-es a {
    overflow-wrap: anywhere;
}

@media (max-width: 760px) {
    .tsv-es {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tsv-es__grafik {
        grid-row: 1;
    }

    .tsv-es__inhalt h2 {
        margin-bottom: 1.2em;
    }
}

