@media all {

    /* NEWS LIST VIEW */
    .article:not(.short) {
/*        border-bottom: 1px solid #ededed;*/
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }

    .article h2 a {
        color: #000;
    }

    .news-list-view .article iframe {
        width: 100%;
        height: auto;
    }

    .article.short {
        border-bottom: 2px solid #ededed;
        margin-bottom: 0.6em;
    }

    .news-list-view .footer {
        display: none;
    }

    .news-list-view .article .news-img-wrap {
        margin-right: 10px;
    }

    .news-list-view img{
      padding-top: 8px;
    }

    .news-list-view .teaser-text {

    }

    .news-list-view ul.f3-widget-paginator {
      list-style-type: none;
      margin-left: 0;
    }

    .news-list-view ul.f3-widget-paginator li{
      float: left;
      padding-right: 5px;
    }

    /* NEWS DETAIL VIEW */
    .footer {
        display: none;
    }

    .news-single .footer {
        display: block;
    }

    .news-single .ce-gallery {
        margin-bottom: 5px;
        max-width: 50%;
    }

    .news-related-wrap ul {
        list-style: none;
        margin-left: 0;
    }

    .news-single div.ce-textpic .ce-gallery .csc-textpic-image {
        margin-bottom: 5px !important;
    }

    /* Fix Firefox Bug responsive Images */
     .news-single div.ce-textpic .imge img{
        width: 100%;
    }


	.news-list-date{
		color:#A69C96;
	}

    .news-single .frame-200{
        margin-bottom: 0;
    }

    .news-single .news-related-wrap{
        margin-bottom: 20px;
    }


    .page-navigation p {
        display: none;
    }


    .registerevent {
        margin: 20px 0 30px 0;
    }

    .social-buttons {
        margin-top: 0.6em;
        border-top: 2px solid #ededed;
    }

    .social-buttons > div {
        float: left;
        margin-right: 10px;
        margin-top: 0.6em;
    }

    .social-buttons > div.twitter {
        margin-top: 0.7em;
    }

	.social-buttons:after {
    	display: block;
    	content: "";
    	clear: both;
	}

    .mediaelement-video iframe {
        border: none;
    }


    /* Darstellung Text/Bild Element in News-Detail-Ansicht anpassen */

    .news-single > .article > .frame{
        margin-left: 0;
        margin-right: 0;
    }

    .news-single > .article > .csc-default .csc-textpic-imagewrap {
        max-width: 100%;
    }

    .news-single > .article > .csc-default > div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
        margin-bottom: 20px !important;
    }
}

