
.center  article.text{
    text-align: center;
}
article.text h1,
article.text h2,
article.text h3,
article.text h4
{
    font-size: 2rem;
    color: #2d2d2d;
    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: 1rem;
    color: #424242;
    line-height: 1.5;
}
article.text ol,
article.text ul{
    list-style-position: outside;
    margin-left: 1em;
    line-height: 1.5;
}

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

}

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

.text-white article.text,
.text-white article.text p,
.text-white article.text strong,
.text-white article.text a,
.text-white article.text .h
{
    color:#fff;
}

.content_element.bg_yellow {
    background-color: #FECB00;
    padding: 1rem;
}
.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: 2rem;
}
.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;
}


.slogan article.text .h,
.slogan article.text p:not(:empty){
    background-color: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}
.slogan article.text .h{
    border-bottom: 5px solid #fecb00;
    margin-bottom: 1.4rem;
}


.center .static-werkstatt-kontakt {
    text-align: center;
}
@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);
    }
    .slogan article.text {
        display: none;
    }

    article.text h1,
    article.text h2,
    article.text h3,
    article.text h4
    {
        font-size: 1.4rem;

    }

}