
textarea.formText, textarea.formAnriss, input.formTitel  {
    width: 78%
}
section#artikelbereich {
    width: 95%;
    margin: auto
}
.showArticleGalleryWrap {
    background-color: #fff;
    border-radius: 11px;
    font-size: 1.1em;
    overflow: auto;
    padding: 10px;
    box-shadow: none;
    float: none;
    margin: 0 0 0 0;
    width: 73.5%;
}
#articleGallery li {
    border-bottom: 1px solid #f6f6f6;
    float: none;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.handleGallery {
    float: left;
}
#articleGallery img.mediaListImage {
    float: left;
    width: 30%;
}
.mediaListImage {
    padding: 0 3%;
    width: 94%;
}

#ArticleContent {
    background-color: #0f3901 ;
    border-radius: 11px;
}
.article {
    background-color: #fff;
    float: left;
    padding: 6px;
    box-shadow: 1px 1px 2px #5A4715;  
}


article header {
    background-image: none;
    width: 100%;
    min-height: 0;
}
.article h1 {font-size: 1.1em}
.article h2, .article_one h2, .article_two h2 {margin: 10px 0 0 0;}
.article h3, .article_one h3, .article_two h3 { margin: 10px 0 0 0;font-size: 1em;}
.textContent header {height: 3em}

#teaserArticles {
    width: 85%;
    position: relative;
    margin: 0 0 0 15%;
    display: block;
}
.itemteaser {
  width: 30%
}
.article_norm {width: 100%;   margin: 0 ; }

.moreSpace { padding: 1em}
.leftBorder {padding: 0 1em 1em 42%}

.article_norm section {padding: 0 }
#teaserArticles  .itemteaser.article_one {width: 20%;}


#teaserArticles a {
    color: #7f7f7f;
    font-size: 1.1em;
    font-weight: normal; 
    text-decoration: none;
}
.itemteaser.article_two {width: 64%;}

#teaserArticles  .fb_title { 
    float: left;
    width: 80%;
    font-size: .9em;
    font-weight: bold;
    padding: .2em;
    color: #7F7F7F;
}
.socialbox {
    border-left: 1px solid #d4d4d4;
    float: right;
    padding-left: 5%;
    padding-top: 2em;
    text-align: center;
}



#wrapArticles .article_norm img { width: 100%;}


.itemteaser img {
    width: 100%;}

.aktArt { padding: 0 10px 10px 10px ;}
.article img {width: 100%}

// visitor
.listInfoheadlines {
    margin-left: 53%
}
.listInfoheadlines a {
    text-decoration: none;
    font-weight: bold;
    color: #0000FE; 
}

li.infoheadlines {
    position: relative;
    padding: .5em 0 .5em 0.4em; 
    border-bottom: 1px solid #7F7F7F;
}
 li.infoheadlines:before {
        font-family: FontAwesome;
        content: '\f054';
        position: absolute;
        left: -1em; /* same as ul padding-left */
        color: #FF3448;
}
.teaser {
    float: left;
    margin-right: .4em;
}

/*.backlink {
    background-color: #B1B2B4;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 24px;
    text-decoration: none;
    vertical-align: middle;
}*/
ul#allImagesArticle {width: 100%; margin-left: 0;position: relative;}
ul#allImagesArticle  li {
    float: left;
    margin: 0 ;
    width: 48%;
    list-style: none;
}

#allImagesArticle li img {width: 100%}
