/* @override 
  http://foerster.bw-testserver.de/fileadmin/templates/ext/news_team/Resources/Public/Css/news-basic.css?* */

/**************************************/
/* Default styles for news extension */
/**************************************/

.news,
.news .news-list-view {
  width: 100%;
  float: left;
}

.news .clear {
  clear: both;
}

.news .article {
  width: calc(33.33% - 20px);
  float: left;
  margin: 0 10px 40px;
  padding: 0px;
  color: rgb(74, 74, 74);
  -webkit-transition: all 0.2s ease-in, all 0.2s ease-out; /* Safari / Chrome */
  -moz-transition: all 0.2s ease-in, all 0.2s ease-out; /* Firefox */
  -o-transition: all 0.2s ease-in, all 0.2s ease-out; /* Opera */
  transition: all 0.2s ease-in, all 0.2s ease-out; /* Standard */
}

/*.news .news-list-view div.article:hover {
  background: rgba(0, 102, 100, .1);
  cursor: pointer;*/
}

.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news .article .news-img-wrap {
  float: left;
  margin: 0px;
  background: #fff;
}

.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: 100%;
}

.news .news-list-view div.article.articletype-0 div.teaser,
.news .news-list-view div.article.articletype-0 div.teaser h3,
.news .news-list-view div.article.articletype-0 div.teaser div.teaser-text {
  width: 100%;
  height: auto;
  float: left;
}

/*div#news-container-47.news-list-view div.article.articletype-0 div.teaser-padding {
  float: left;
  padding: 15px;
}*/

.news .news-list-view div.article.articletype-0 div.teaser {
  font: 16px/18px 'Titillium Web';
  font-style: normal;
  margin-top: 20px;
}

.news .news-list-view div.article.articletype-0 div.teaser h3 {
  margin: 0;
  color: rgb(0, 102, 100);
  font: 22px/28px 'Titillium Web';
  font-weight: 700;
  /*text-transform: uppercase;*/
  letter-spacing: 0.03em;
}

.news .news-list-view div.article.articletype-0 div.teaser div.teaser-text div.teaser-top p {
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.news .news-list-view div.article.articletype-0 div.teaser div.teaser-text div.teaser-bottom table.contenttable {
  width: 100%;
}

.news .news-list-view div.article.articletype-0 div.teaser div.teaser-text div.teaser-bottom table.contenttable tbody tr td:nth-child(1) {
  width: 65px;
}

.news .news-list-view div.article.articletype-0 div.teaser div.teaser-text div.teaser-bottom table.contenttable tbody tr td p a,
.news .news-list-view div.article.articletype-0 div.teaser-padding div.teaser div.teaser-text div.teaser-bottom table.contenttable tbody tr td a {
  color: rgb(0, 102, 100);
  text-decoration: none;
}

.news .news-list-view div.article.articletype-0 div.teaser div.teaser-text div.teaser-bottom table.contenttable tbody tr td p a:hover,
.news .news-list-view div.article.articletype-0 div.teaser-padding div.teaser div.teaser-text div.teaser-bottom table.contenttable tbody tr td a:hover {
  color: rgb(0, 0, 0);
}

/* @group MEDIA QUERIES */

@media only screen and (max-width: 768px) {

.news .article {
  width: calc(50% - 20px);
  margin: 0 10px 40px;
}

}

@media only screen and (max-width: 540px) {

.news .article {
  width: calc(100% - 0px);
  margin: 0 0px 40px;
}

.news .article:last-child {
  width: calc(100% - 0px);
  margin: 0px;
}

}

/* @end */