.box.news {
  width: 475px;
}
.sc_news {
  width: 100%;
  overflow: hidden;
  font-family: 'TisaLight', georgia, serif;
}
.sc_news .news-item {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.sc_news .news-item .news-content,
.sc_news .news-item .news-image {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.sc_news .news-item .news-content {
  width: 70%;
}
.sc_news .news-item .news-content .subtitle {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.sc_news .news-item .news-content .news-more-link {
  margin-top: 10px;
}
.sc_news .news-item .news-image {
  width: 30%;
}
.sc_news .news-item .news-image .csc-textpic {
  margin-left: -15px;
  margin-right: -15px;
}
.sc_news .news-item .news-image .csc-textpic img {
  width: 100%;
  height: auto;
}
.box.news .sc_news .news-item .news-content {
  width: 100%;
}
.box.news .sc_news .news-item .teaser-text a {
  position: relative;
  padding-left: 15px;
  color: #e20026;
}
.box.news .sc_news .news-item .teaser-text a:before {
  content: "";
  float: left;
  width: 16px;
  height: 9px;
  margin: 7px 2px 0 0;
  left: -3px;
  background: url('../gui/spritesheet.png') -85px -43px no-repeat;
  position: absolute;
}
.startseite .sc_news .news-item {
  margin-bottom: 0;
}
.container.startseite .box .sc_news {
  position: relative;
}
.container.startseite .box .sc_news .news-item {
  margin-left: -15px;
  margin-right: -15px;
}
