
.center  article.text{
    text-align: center;
}
article.text h1,
article.text h2,
article.text h3,
article.text h4
{
    font-size: 1.2em;
    color: rgb(24,24,24);
    margin: 0 0 20px 0;
    font-weight: lighter;
}
.headline_bold article.text h1,
.headline_bold article.text h2,
.headline_bold article.text h3,
.headline_bold article.text h4
{
    font-weight: bold;
}

.headline_uppercase article.text h1,
.headline_uppercase article.text h2,
.headline_uppercase article.text h3,
.headline_uppercase article.text h4
{
    text-transform: uppercase;
}

article.text p
{
    font-size: 1em;
    color: #424242;
    line-height: 1.5em;
}

article.text strong
{
    font-size: 1em;
    font-weight: bold;
    color: #2d2d2d;
}

article.text a
{
    text-decoration: none;
    color: #424242;
    font-size: 1em;
}

.text_gruppe {

}
.text_gruppe .gruppe_element + .gruppe_element{
    margin-top: 2em;
}


.text_gruppe h1,
.text_gruppe h2,
.text_gruppe h3, 
.text_gruppe h4
{
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 1em;
}

.text_gruppe .gruppe_links,
.text_gruppe .gruppe_rechts{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 50%;
}

.text_gruppe .gruppe_links .titel,
.text_gruppe .gruppe_rechts .titel {
    background-color: rgb(240, 97, 98);
    padding: 20px 40px;
    color: #ffffff;
    text-transform: uppercase; 
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

}



.text_gruppe .gruppe_links .titel h1,
.text_gruppe .gruppe_rechts .titel h1,
.text_gruppe .gruppe_links .titel h2,
.text_gruppe .gruppe_rechts .titel h2,
.text_gruppe .gruppe_links .titel h3,
.text_gruppe .gruppe_rechts .titel h3,
.text_gruppe .gruppe_links .titel h4,
.text_gruppe .gruppe_rechts .titel h4 
{
    font-size: 1.4em;
    font-weight: lighter;
    margin: 0;
}

.text_gruppe .gruppe_links .titel:after,
.text_gruppe .gruppe_rechts .titel:after {
    content: ' ';
    width: 120%;
    height: 120%;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(161deg);
    transform-origin: 0 0;
    z-index: 0;

}

.text_gruppe .gruppe_links .titel:after {
    top:100%;
    left:10%;
}

.text_gruppe .gruppe_rechts .titel:after {
    top:-10%;
    left:100%;
    transform: rotate(19deg);
}

.text_gruppe .gruppe_links {
    border-right: 1px solid #2d2d2d;
    text-align: right;
}
.text_gruppe .gruppe_rechts {
    /*border-left: 1px solid #2d2d2d;*/

}


.text_gruppe .gruppe_links .text,
.text_gruppe .gruppe_rechts .text {
    padding: 20px 40px;
    text-align: left;

}

.text_gruppe .gruppe_links .text {
    padding-left: 0;
}
.text_gruppe .gruppe_rechts .text {
    padding-right: 0;
}

.text_gruppe .gruppe_links .text p,
.text_gruppe .gruppe_rechts .text p {
    line-height: 1.8em;
    margin-bottom: 1em;
}

.red_subheadline > article.text h1,
.red_subheadline > article.text h2,
.red_subheadline > article.text h3,
.red_subheadline > article.text h4
{
    margin: 0;
    /*margin-top: 2em;*/
    font-size: 2em;
}
.red_subheadline > article.text p{
    font-size: 2em;
    color: #E60000;
    text-transform: uppercase;
}


.content_element.flag_left .headline::after {
    background-color: #ffffff;
    content: " ";
    height: 480px;
    left: 100%;
    position: absolute;
    top: 0;
    transform: rotate(19deg);
    transform-origin: 0 0 0;
    width: 980px;
    z-index: 0;
}
.content_element.flag_left  .headline {
    background-color: #f06162;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 40px;
    position: relative;
    text-transform: uppercase;
}

.content_element.flag_left  .headline h1, 
.content_element.flag_left  .headline h2,
.content_element.flag_left  .headline h3,
.content_element.flag_left  .headline h4 
{
   margin: 0;
   color:#ffffff;
}


@media screen and (max-width:520px){


    .text_gruppe .gruppe_links ,
    .text_gruppe .gruppe_rechts {
        border: 0;
        width: 100%;
        text-align: left;

    }
    .text_gruppe .gruppe_links .text,
    .text_gruppe .gruppe_rechts .text{
        padding: 20px 40px;

    }

    .kulturabo_after_gruppen_text .mittellinie {
        border: 0;
        padding-bottom: 0;
    }


    .text_gruppe .gruppe_links .titel:after {
        top:-10%;
        left:100%;
        transform: rotate(19deg);
    }


}