/**************************************/
/* Default styles for news extension */
/**************************************/
.news-list-view {
  margin-top: 70px;
  border-bottom: 1px solid #e6e6e6;
}

.news .clear {
  clear: both;
}

.news .article {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.news .article:last-of-type .item-slideout-link {
  border: none;
}

.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news .article .news-img-wrap {
  background: #fff;
  margin: 0 auto;
}

.news .article .news-img-wrap a {
  display: block;
  padding: 0;
  border: none;
  background: #fff;
}

.news .article .news-img-wrap img {
  height: auto;
  width: auto;
}

.news .article h2 a,
.news .article h3 a {
  text-decoration: none;
  color: #000;
}

.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}

.news .nav li {
  float: left;
}

.news .nav a {
  float: left;
  display: block;
}

.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news .footer {
  clear: both;
  color: #888;
}

.news .footer p {
  line-height: 1em;
}

.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}

.news .footer:last-child {
  border-right: 0;
}

.news .footer .news-category a {
  text-transform: uppercase;
}

.news .no-news-found {
  color: #db0202;
  font-style: italic;
}

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

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

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

.news .page-navigation li a {
  display: block;
  padding: 1px 2px;
}

.news .item-image {
  height: 225px;
  overflow: hidden;
}

.news .item-content {
  position: absolute;
  left: 50%;
  text-align: center;
  width: 75%;
  top: 10px;
}

.news .item-align-center {
  position: relative;
  left: -50%;
  background: #fff;
  padding: 20px;
}

.news .item-detailview-bodytext {
  text-align: left;
}

.news .item-detailview {
  margin-top: -225px;
  overflow: hidden;
}

.news a.blocklink {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: green;
  z-index: 999;
}

.news a.blocklink.open {
  display: none;
}

.news .small-teaser {
  padding: 0;
  margin: 0;
}

.news .small-teaser:last-of-type .item-small-teaser .item-content {
  border: none;
}

.teaser-text h2,
.news .article .teaser-text h2 {
  font-family: "Foundry Form Serif W01 Bk";
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.item-teaser-text p,
.item-category p,
.news .article .item-teaser-text p,
.news .article .item-category p {
  margin: 0;
  padding: 0;
}

.news .article h2 {
  margin-bottom: 0;
  font-family: "Foundry Form Serif W01 Bd";
  font-size: 16px;
}

.item-title h2,
.news .article .item-title h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px;
}

.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

.news-single .article {
  margin-top: 0;
}

.news-single .article .news-img-wrap {
  float: right;
  width: 282px;
  margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
  float: none;
}

.news-single .teaser-text {
  font-size: 16px;
  color: #888;
}

.news-single [data-slider] {
  margin-bottom: 24px;
}

.news-text-wrap {
  margin-bottom: 10px;
}

.news-img-caption {
  color: #888;
}

/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}

.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}

.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}

.news-related ul li span {
  border-right: 1px solid #ddd;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}

.news-related ul li span:last-child {
  border-right: 0;
  padding-right: 0;
}

.news-related h4 {
  margin-bottom: 10px;
}

.news-related-files ul li {
  margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}

.news-clear {
  clear: both;
}

/**************************************/
/* END Default styles for news extension */
/**************************************/
/**************************************/
/* Customize Styles */
/**************************************/
div.news-filter-area {
  background: #e6e6e6;
  padding: 20px;
}

div.news-filter-area ul,
div.news-filter-area li {
  margin: 0;
  padding: 0;
}

.item-detailview-wrapper {
  z-index: 9998;
  background: #fff;
}

.item-detailview-infos {
  width: 75%;
  position: relative;
  margin: 0 auto;
  top: -10px;
  background: white;
}

/* Styling des Teasers in der linken Spalte */
h2.news-plugin-headline {
  margin-top: 21px;
  padding: 10px 20px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #fff;
}

.item-small-teaser {
  padding: 10px 20px 0 20px;
}

.item-small-teaser p {
  padding: 0;
  margin: 0;
  color: #fff;
}

.item-small-teaser .item-content {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  text-align: left;
  border-bottom: 1px dotted #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.item-small-teaser h3 {
  font-family: "Foundry Form Serif W01 Bk";
  font-size: 24px;
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
  line-height: 28px;
  word-wrap: normal;
}

.item-small-teaser h3 > a {
  color: #fff !important;
}

.item-small-teaser .item-teaser-text p {
  font-family: "Foundry Form Serif W01 Bk";
  font-size: 16px;
}

/* Filter bereich oben / category menu */
.news .filter-news {
  width: 100%;
  background: #f3f3f3;
  padding: 20px;
}

.news .filter-news .left-col {
  float: left;
  width: 45%;
  margin-right: 8%;
}

.news .filter-news .right-col {
  float: left;
  width: 45%;
}

.whiteroundedlink {
  float: right;
  margin-top: 25px !important;
  text-decoration: none;
  color: #000;
  padding: 10px 40px;
  background: #fff;
  border-radius: 60px;
  border: none;
}

.item-teaser .item-content .item-title h2 {
  font-size: 24px;
  margin-top: 0 !important;
  line-height: 28px;
}

.article .item-teaser .item-content .item-teaser-text p.bodytext {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
}

@media only screen and (max-width: 960px) {
  .news .filter-news {
    min-height: 200px;
  }
  .news .teaser-content {
    width: 85%;
  }
  .news .item-content {
    width: 90%;
  }
  .item-teaser .item-content .item-title h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .article .item-teaser .item-content .item-teaser-text p.bodytext {
    font-size: 13px;
  }
}

@media screen and (orientation: landscape) {
  .news a.item-slidedown {
    padding: 0 13px 13px 13px;
  }
  .news .news-list-view .item-content {
    top: 30px;
  }
}

.small-teaser-intranet .item-small-teaser h3 {
    color: #222222;
    font-family: "Foundry Form Serif W01 demi";
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

.small-teaser-intranet .item-small-teaser p {
    color: #222222 !important;
    text-align: left;
}

.news.news-layout-4 {
    border-bottom: 1px solid #e6e6e6;
}
.frame.frame-default:last-of-type,
.frame.frame-default:last-of-type .news.news-layout-4 {
    border-bottom: none;
}

@media only screen and (max-width: 960px) {
    .small-teaser-intranet .item-content {
        width: 100%
    }
}

.news.news-layout-4 .no-news-found {
    font-family: "Foundry Form Serif W01 demi";
    font-size: 16px;
    text-align: left;
    font-style: normal;
    margin-bottom: 30px;
    padding-left: 20px;
}

.sb-site-intranet .frame-type-list > header > h2 {
    text-align: left;
    font-family: "Foundry Form Serif W01 demi";
    font-size: 24px;
    padding-left: 20px;
}
