/**************************************/
/* Default styles for news extension */
/**************************************/
.news-list-view-header {
  border-bottom: 1px solid #B3B3B3;
  display: flex;
  justify-content: space-between;
}
.news-list-view-header h3 {
  border-bottom: 1px solid #292D33;
  margin-bottom: -1px;
}
.news-list-view-header .archivLink a {
  padding-bottom: 20px;
  text-decoration: none;
  color: #6E7A8A;
}
.news-list-view-header .archivLink a:visited {
  color: #6E7A8A;
}
.news-list-view-header .archivLink a:hover {
  color: #4DB3BD;
}

.news-list-view .article {
  display: flex;
  justify-content: space-between;
  border: none;
  margin: 40px 0;
}
.news-list-view .article .news-list-Content {
  flex: 1 1 auto;
  padding-bottom: 20px;
  position: relative;
  max-height: 160px;
  overflow: hidden;
  box-sizing: border-box;
}
.news-list-view .article .news-list-Content h3.header {
  font-size: 1.35em;
  line-height: 1.4em;
  background: none;
  border: none;
  padding: 0;
  color: #464D57;
  font-weight: bold;
  display: block;
}
.news-list-view .article .news-list-Content .dynamicRemoval p.bodytext:after {
  content: "...";
  display: inline;
}
.news-list-view .article .news-list-Content .news-list-Item-footer {
  position: absolute;
  bottom: 0;
  background: transparent;
  display: block;
  width: 100%;
}
.news-list-view .article .news-list-Content .news-list-Item-footer a.more {
  font-size: 0.8em;
  font-weight: normal;
  color: #4DB3BD;
}
.news-list-view .article .news-list-Content .news-list-Item-footer a.more:hover {
  color: #464D57;
}
.news-list-view .article .news-list-Content .news-list-Item-footer a.more:visited {
  color: #4DB3BD;
}
.news-list-view .article .news-list-Content .news-list-Item-footer .news-list-date {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
  padding-left: 15px;
}
.news-list-view .article .news-related-files,
.news-list-view .article .news-img-wrap {
  flex: 0 0 200px;
  margin-left: 60px;
}
.news-list-view .article .news-related-files img,
.news-list-view .article .news-img-wrap img {
  display: block;
}
.news-list-view .article .news-related-files {
  font-size: 0.75em;
  line-height: 1.25em;
  text-align: center;
}
.news-list-view .article .news-related-files .downloadIco {
  display: block;
  font-size: 45px;
  padding-bottom: 15px;
}

.page-navigation .f3-widget-paginator {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 10px 0px 10px;
}
.page-navigation .f3-widget-paginator .current {
  font-weight: bold;
}

.news-single .header h1 {
  padding: 0;
  font-size: 2.65em;
  font-weight: bold;
  color: #4DB3BD;
  line-height: 1em;
}
.news-single .teaser-text {
  font-weight: bold;
  padding-bottom: 15px;
}
.news-single .teaser-text * {
  font-weight: inherit;
}

.contentArea .news-menu-view > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}
.contentArea .news-menu-view > ul > li {
  flex: 1 1 33%;
  margin-bottom: 25px;
}

/*# sourceMappingURL=news-basic.css.map */
