.ueberuns_content {
    padding: 10px 38px;
    width: 100%;
    max-width: 1300px;
	min-height: 100px;
}

.ueberuns_reihe {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 70px;
    justify-content: center;
}

.ueberuns_reihe:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ueberuns_reihe > div {
    padding-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
    max-width: 400px;
}
.ueberuns_reihe  img {
    width: 100%;
}

.ueberuns_reihe > p {
    text-align: justify;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 2.5em;
    width: 100%;
}

.ueberuns_reihe:nth-child(2n) > div {
    padding-right: 0;
    padding-left: 40px;
}

.ueberuns_reihe:nth-child(2n) > p {
    padding-right: 20px;
}

@media only screen and (max-width: 1300px) {
    .ueberuns_reihe {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 100px;
    }

    .ueberuns_reihe:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ueberuns_reihe > p {
        line-height: 2em;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }

    .ueberuns_reihe:nth-child(2n) > p {
        padding-right: 0px;
    }

    .ueberuns_reihe > div  {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        min-width: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ueberuns_reihe:nth-child(2n) > div {
        padding: 0;
    }

    .ueberuns_content {

        padding: 10px;
        width: 100%;
    }
}