.park-article-content.podcasts {
    margin-left: 0;
}

header.header-image.podcast {
    position: relative;
    width: auto;
}

h1.header-image__heading {
    margin: 0;
    padding: 0 1.25rem;
    position: absolute;
    text-align: center;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff
}

span.header-image_dachzeile {
    display: block;
    width: 50%;
    margin: auto;
    font-weight: 600;
    font-size: 0.8em
}

span.header-image_dachzeile.page {
display: none
}

span.header-image_titel {
    color: #fff;
    display: block;
    width: 55%;
    margin: auto;
    font-size: 1.2em;
    font-weight: normal;
    font-family: 'Merriweather';
}

header.header-image.podcast a {
    color: #fff;
}

span.header-image_teaser {
    display: none;
}

@media screen and (min-width: 48.0625em) {
span.header-image_dachzeile {
    font-size: inherit;
}

span.header-image_titel{
    font-size: 2.4em;
}
span.header-image_teaser {
    width: 50%;
    display: block;
    margin: auto;
}
}