
.center  article.text{
    text-align: center;
}
article.text{
    position: relative;
}
article.text .headline{
	font-size: 1.8em;

}
article.text .headline .headline_zusatz{
	font-size: 0.6em;
}
article.text h1,
article.text h2,
article.text h3,
article.text h4
{
    font-size: 1.5em;
    color: rgb(24,24,24);
    margin: 0 0 20px 0;
    font-family: 'arapey';
    /*font-family:'lora';*/
    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,
article.text li
{
    font-size: 1.5em;
    color: #424242;
    line-height: 1.5em;
    /*font-family:'lora';*/
}
article.text p.blue_text{
    background-color: #476d9a;
    color: #ffffff;
    padding: 5px 10px;
}
article.text p.highlight_text{
    background-color: #DBCFC5;
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #E2D8D0, #C7B5A5);
    border-radius: 5px;
    padding: 5px 10px;
    color: #ffffff;
}
article.text ul
{
    list-style-position: inside;
}

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

article.text a
{
    text-decoration: none;
    color: #424242;
    font-size: 1em;
}
article.text a.bubble{
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #476d9a;
    color: #ffffff;
    font-size: 1rem;
    display: grid;
    justify-items: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    line-height: 1.5rem;
}
article.text a.request{
    display: inline-block;
    vertical-align: top;
    background-color: #DBCFC5;
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #E2D8D0, #C7B5A5);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 1s;
    z-index: 1;
    cursor: pointer;
    font-family: candara;
}
article.text a.request:hover{
    transform: scale(1.1);
}
.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;
}
/*---Special Text------------------------------------------------------------------------------------------------------*/
.special_text .special_text_inner{
    display: grid;
    grid-template-columns: 60px 40px 1fr;
    grid-template-areas: "headline leer text";
}
.special_text .special_text_inner .headline{
    position: relative;
    grid-area: headline;
    border-left: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
}
.special_text .special_text_inner .headline .h{
    position: absolute;
    top: 10px;
    right: 50px;
    transform-origin: top right;
    transform: rotate(-90deg);
    width: 500px;
    text-align: right;
    font-family: 'candara';
}
.special_text .special_text_inner .inhalt{
    grid-area: text;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
    margin-bottom: 200px;
    display: grid;
    align-content: end;
}
.logged_in .special_text .special_text_inner{
    grid-template-columns: 300px 50px 1fr;
    grid-template-areas:
            "headline headline headline"
            "background leer text";
}
.logged_in .special_text .special_text_inner .headline{
    border-left: none;
    border-right: none;
    border-top: 2px solid #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
    margin-bottom: 40px;
}
.logged_in .special_text .special_text_inner .headline .h{
    position: relative;
    top: 10px;
    right: unset;
    transform: rotate(0deg);
    width: 100%;
    text-align: left;
}
.logged_in .special_text .special_text_inner .background{
    width: 100%;
    max-width: 300px;
}
/*---Wellentext--------------------------------------------------------------------------------------------------------*/
.wavetext{

}
.wavetext .text{
    /*background-image: url(../../files/images/background/voegel.png);*/
    background-image: url(../../files/images/background/welle.png);
    background-position: 50px 0px;
    background-repeat: no-repeat;
    background-size: 300px;
    padding-top: 0;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    margin: 0px 70px 0 calc(100% - 770px);
    padding: 30px 0;
    /*padding-left: 260px;*/
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-areas: "head txt";
}
.wavetext .text .headline{
    grid-area: head;
    align-self: center;
}
.wavetext .headline .h{
    font-weight: lighter;
    font-family: 'raleway'!important;
    text-transform: lowercase;
    font-size: 5rem;
    text-align: left!important;
    /*font-style: italic;*/
}
.wavetext .text_inner{
    /*background-image: url(../../files/images/background/welle.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    grid-area: txt;
}
/*---Raleway-Text------------------------------------------------------------------------------------------------------*/
.raleway_text article.text .h,
.raleway_text article.text p,
.raleway_text article.text strong,
.raleway_text article.text a,
.raleway_text article.text li{
    font-family: 'raleway';
}
/*---Arapey -Text------------------------------------------------------------------------------------------------------*/
.arapey_text article.text .h,
.arapey_text article.text p,
.arapey_text article.text strong,
.arapey_text article.text a,
.arapey_text article.text li{
    font-family: 'arapey';
}
/*---Candara-Text------------------------------------------------------------------------------------------------------*/
.candara_text article.text .h,
.candara_text article.text p,
.candara_text article.text strong,
.candara_text article.text a,
.candara_text article.text li{
    font-family: 'candara';
}
/*---Signed Text-------------------------------------------------------------------------------------------------------*/
.signed_text article.text{
    padding-bottom: 100px;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.signed_text.center article.text{
    padding-bottom: 80px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 140px;
}
/*---Sub-Headline------------------------------------------------------------------------------------------------------*/
article.text .subhead{
    font-size: 1.8rem;
    line-height: 1.5em;
    margin-bottom: 10px;
}
/*---Hintergrundbild---------------------------------------------------------------------------------------------------*/
.text_bg_pic article.text{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 100px 0;
}
/*---Responsive--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px){
    article.text{
        padding: 0px 10px;
    }
    .intented_bottom article.text{
        padding-bottom: 120px;
    }
    article.text h1,
    article.text h2,
    article.text h3,
    article.text h4
    {
        font-size: 1.2em;
        margin: 0 0 10px 0;
        text-align:center;

    }

    .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);
    }
    .textdefault {
        padding-left:10px;
        padding-right:10px;
    }
    article.text p, article.text li {
        font-size: 1.2em;
        line-height: 1.4em;
    }
}
@media screen and (max-width:800px){
    .wavetext .text{
        max-width: calc(100% - 40px);
        margin: 40px auto 0;
        background-size: 300px;
    }
}
@media screen and (max-width:500px){
    .wavetext .text{
        background-image: none;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
                "head"
                "txt";
    }
}
@media screen and (max-width:400px){
    .text_bg_pic article.text{
        background-size: cover;
    }
}