.bordered article.text{
    /*border: 1px solid #d8d8d8;*/
    padding: 10px;
    box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
}
.center  article.text{
    text-align: center;
}
article.text h1,
article.text h2,
article.text h3,
article.text h4
{
    font-size: 2em;
    color: #777777;
    margin: 0 0 20px 0;
    /*font-weight: lighter;*/
}
article.text h1 .location_headline,
article.text h2 .location_headline,
article.text h3 .location_headline,
article.text h4 .location_headline{
	font-size: 1em;
	font-weight: lighter;
	color: rgba(232,0,0,0.7);
}
.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.2em;
    color: #777777;
    line-height: 1.5em;
}

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

article.text a
{
    text-decoration: none;
    color: rgba(232,0,0,1);
    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;
}

/*---Logout--------------------------------------------------------------------*/

article.text.intern_claim{
	position:relative;
}
article.text.intern_claim .logout_button{
	position:absolute;
	display: inline-block;
	vertical-align: top;
	top: 10px;
	right: 10px;
}

/*---Table---------------------------------------------------------------------*/
article.text .table_wrap{
	padding: 20px 10px;
	background-color: #FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	box-sizing: border-box;
}
article.text table{
	width: 100%!important;
	border-collapse: collapse;
}
.sidebar article.text table{
    width: auto!important;
    margin: 0 auto;
    border: 1px solid #f06162;
    margin-top: 10px;
}
article.text table tr:nth-of-type(2n+1){
	background-color: #AFAFAF;
}
article.text table tr:nth-of-type(1){
	background-color: #FAFAFA;
	border-bottom: 2px solid #2d2d2d;
}
.sidebar article.text table tr{
    border: none!important;
    background-color: #ffffff!important;
}
.sidebar article.text table td{
    font-size: 1.2rem;
    line-height: 1.5em;
    padding: 2px 5px;
}
article.text table td p,
article.text table td strong{
	padding: 8px;
	font-size: 1em;
	line-height: 1em;
	color: #2d2d2d;
}


/*---Inline Table--------------------------------------------------------------*/
.inline_table{
	margin-top: 40px!important;
}
.inline_table tr:nth-of-type(2n){
	background-color: #ededed;
}
.inline_table td{
	padding: 10px 5px 10px 5px;
}
.inline_table{
	
}

/*---Floaty-Text---------------------------------------------------------------*/
.floatytext .floatypic{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 200px;
}
.floatytext.float-right .floatypic{
	float: right;
}
.floatytext .clear{
	clear: both;
}

@media screen and (max-width:520px){
	article.text p{
		font-size: 1.2em;
		line-height: 1.5em;
	}

    .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);
    }
	.floatytext .floatypic{
		float: none;
		margin-right: 0px;
		width: 100%;
		max-width: 520px;
	}
	.floatytext.float-right .floatypic{
		float: none;
	}
	.floatytext .floatypic img{
		margin:0 auto;
	}
	.floatytext .clear{
		clear: none;
	}

}