.news-container p {
    padding-bottom: 01em;
}

.newsbeitrag-wrapper {
    border-top: 1px solid #000000;
    margin-left: 20px;
    margin-right: 20px;
}

.newsbeitrag {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 1em;
    text-align: center;
}

.news-link {
    padding-bottom: 1em;
}

.newsbeitrag img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 600px;
    padding-bottom: 1em;
}

a {
    font-size: 24px;
    font-family: helveticahelvetica_neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #2a2a2a;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio (Höhe/Breite * 100%) */
    margin-bottom: 1em;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .newsbeitrag p {
        text-align: left;
    }
    
}