/**
* FORMATIERUNG VON tx_News Templates
*
* Definitionen für alle News Templates
*
* @copyright       Copyright 2013, .hausformat
* @link            http://www.hausformat.com
*/

@media all {

  /*-------------------------------------------------------------------------*/
  /* News - Default Definition (tx_news) */

  .article {
       margin-bottom: 20px;

  }

  .article:last-child {
    margin-bottom: 0 !important;
  }

  .article .date {
    font-size: 81.3%;
    font-weight: 600;
  }


  /*-------------------------------------------------------------------------*/
  /* News - List (tx_news) */

  .news-list-view .article {
    border-bottom: 1px solid #DDD;


  }

  /*-------------------------------------------------------------------------*/
  /* News - List 50:50 Grid; (tx_news) */

  .news-list-view .article {
    border-bottom: 1px solid #DDD;
  }

  #news-equalheight .article {
    margin-top: 0;
    margin-bottom: 20px;
  }
  /*-------------------------------------------------------------------------*/
  /* News - Detail (tx_news) */

  .news-single .teaser-text {
    font-weight: bold;
  }

  /* Image */
  .news-single .news-img-wrap {
    height: auto;
    margin-right: 20px;
    float: left;
  }

  .news-single .news-img-wrap img {
    margin: 4px 0 6px;
  }

  .news-single .news-img-wrap a.lightbox:hover,
  .news-single .news-img-wrap a.lightbox:focus,
  .news-single .news-img-wrap a.lightbox:active {
    border-bottom: none;
  }

  /* Related Files, Links and more */
  .news-single .news-related-wrap {
    border-top: 1px solid #DDD;
    margin: 40px 0;
  }

  .news-single h5 {
    margin: 0 0 0.7em 0;
  }

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

  .news-single .news-related-wrap ul li {
    margin: 0 0 0.3em;
  }

  .news-single .news-related-wrap ul li:last-child {
    margin-bottom: 0;
  }

  .news-single .news-related-wrap .news-related-news,
  .news-single .news-related-wrap .news-related-files,
  .news-single .news-related-wrap .news-related-links {
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
  }

  .news-single .news-related-files-size:before {
    content: '–';
  }

  .news-single .news-related-links .related-links-desc:before {
    content: '– ';
  }


  /*-------------------------------------------------------------------------*/
  /* News - Pagination Definition (tx_news) */

  .page-navigation {
    border-top: 1px solid #DDD;
    padding: 5px 0;
  }

  .news .page-navigation p {
    float: left;
  }

  .news .page-navigation ul {
    float: right;
  }

  .news .page-navigation ul li {
    float: left;
    display: block;
    padding: 0 4px;
    background: none;
  }

  /*-------------------------------------------------------------------------*/
  /* News Event - Detail (newsevent) */

  .news-single .event-info p {
    margin-bottom: .5em;
  }

  .news-single .event-info strong {
     min-width: 60px;
    display: inline-block;
  }


    /*-------------------------------------------------------------------------*/
  /* News Event - List (newsevent) */
  .news .news-list-date {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 81.3%;
  }
  .news .header h3 {
    margin-bottom: 5px;
  }

  .news-list-view .article{
  margin-bottom: 20px;
  padding-bottom: 1em;
  }


  .news-list-view .article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
  /*-------------------------------------------------------------------------*/
  /* News - Mobile Definition (tx_news) */

  @media screen and ( max-width: 740px )  {

    .news-single .news-img-wrap {
      width: 100%;
      float: none;
    }

  }


}
