.abschnitt_container_vertical,
.abschnitt_container_horizontal {
    xdisplay: table;
}

.section_image_container {
    xposition: relative;
    xdisplay: grid;
}

.section_content {
    xwidth: 70%;
    width: 980px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 6rem;
    margin-left: calc((100% - 980px) / 2);
    padding: 40px;
    box-sizing: border-box;
    min-height: 520px;
    xdisplay: none;
}

.section_title {
    xposition: absolute;
    xtop: 50%;
    xleft: 50%;
    x-webkit-transform: translate(-50%, -50%);
    xtransform: translate(-50%, -50%);
    xfont-size: 30px;
    xcolor: #fff;
    font-size: 3.5rem;

}

.section_lead {
    column-span: all;
    font-family: 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 980px) {
    .section_content {
        width: 90%;
        top: 2rem;
        margin-left: 5%;

    }
}

@media (max-width: 680px) {
    .section_content {
        width: 90%;
        top: 2rem;
        margin-left: 5%;

    }
}
