/* CSS Document */
.bmcms_text {
    /*display: flex;*/
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.bmcms_text P {
    font-size: 12pt;
}

.bmcms_text .bmcms_text_inhalt .bmcms_text_showdate {
    font-size: 11pt;
    color: #383737;
    font-style: italic;
}

.bmcms_text .bmcms_text_inhalt H2 {
    /*margin: 0;*/
}

.bmcms_text_inhalt SMALL {
    font-size: 13px;
    margin-top: -4px;
    font-style: italic;
    display: inline-block;
}

.bmcms_text.pos_Rechts .bmcms_text_rechts .bmcms_text_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.bmcms_text.pos_Rechts .bmcms_text_rechts .bmcms_text_text {
    width: 100%;
    margin-right: 20px;
}

.bmcms_text.pos_Links .bmcms_text_links .bmcms_text_flex {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.bmcms_text.pos_Links .bmcms_text_links .bmcms_text_text {
    width: 100%;
    margin-left: 0px;
}

.bmcms_text_inhalt .bmcms_pic_rechts,
.bmcms_text_inhalt .bmcms_pic_links {
    width: 100%;
    margin-top: 19px;
}

.bmcms_text_inhalt .bmcms_pic_rechts IMG,
.bmcms_text_inhalt .bmcms_pic_links IMG {
    width: 100%;
}

SECTION DIV#nextartikel {
    height: 36px;
    /*background-color: #3573C1;*/
    z-index: 1733;
    position: relative;
    text-align: center;
}

SECTION DIV#nextartikel BUTTON {
    cursor: pointer;
    border: 1px solid #000000;
    background-color: #FFDF5A;
    height: 28px;
    width: 190px;
}

@media only screen and (min-width:701px) {
    .bmcms_text.pos_Rechts .bmcms_text_rechts .bmcms_text_flex {
        flex-direction: row;
    }

    .bmcms_text.pos_Rechts .bmcms_text_rechts .bmcms_text_text {
        width: 65%;
        margin-right: 20px;
    }

    .bmcms_text_inhalt .bmcms_pic_rechts,
    .bmcms_text_inhalt .bmcms_pic_links {
        width: 35%;
        margin-top: 0;
    }

    .bmcms_text.pos_Links .bmcms_text_links .bmcms_text_flex {
        display: flex;
        justify-content: left;
        flex-direction: row;
    }

    .bmcms_text.pos_Links .bmcms_text_links .bmcms_text_text {
        width: 65%;
        margin-left: 20px;
    }

    .bmcms_text_inhalt .bmcms_pic_rechts,
    .bmcms_text_inhalt .bmcms_pic_links {
        width: 35%;
    }
}