/**************************************/
/* Default styles for news extension */
/**************************************/
/* Icons */
.dvfr-news-icon.dvfr-teilhabe {
  color: #7b6eab;
}
.dvfr-news-icon.dvfr-forschung {
  color: #00857e;
}
.dvfr-news-icon.dvfr-veranstaltung {
  color: #c75200;
}
.dvfr-news-icon.dvfr-auszeichnung {
  color: #e52727;
}
.dvfr-news-icon.dvfr-international {
  color: #2d8800;
}
.dvfr-news-icon.dvfr-medreha {
  color: #0074ac;
}
.dvfr-news-icon.dvfr-rehaundarbeit {
  color: #9a6e37;
}
.dvfr-news-icon.dvfr-teilhabeamleben {
  color: #eebd04;
}
.dvfr-news-icon.dvfr-ausderdvfr {
  color: #008855;
}
hr:before {
  content: "" !important;
}
hr.dvfr-teilhabe {
  border-color: #7b6eab;
}
hr.dvfr-forschung {
  border-color: #00857e;
}
hr.dvfr-veranstaltung {
  border-color: #c75200;
}
hr.dvfr-auszeichnung {
  border-color: #e52727;
}
hr.dvfr-international {
  border-color: #2d8800;
}
hr.dvfr-medreha {
  border-color: #0074ac;
}
hr.dvfr-rehaundarbeit {
  border-color: #9a6e37;
}
hr.dvfr-teilhabeamleben {
  border-color: #eebd04;
}
hr.dvfr-ausderdvfr {
  border-color: #008855;
}
.news {
  /* Kategorie Filter */
  /* Jahr Filter */
  /* Schlagworte Filter */
}
.news .news-list-view {
  /* Frontpage News */
  /* Default List */
}
.news .news-list-view .compact-view {
  font-size: 0.8em;
  min-height: 380px;
}
.news .news-list-view .compact-view .head-icon {
  display: block;
  background-color: gray;
  text-align: center;
  font-size: 3.3em;
  line-height: 1.3em;
  color: #fff;
  margin: 0.2em 0;
}
.news .news-list-view .compact-view .head-icon.dvfr-teilhabe {
  background-color: #7b6eab;
}
.news .news-list-view .compact-view .head-icon.dvfr-forschung {
  background-color: #00857e;
}
.news .news-list-view .compact-view .head-icon.dvfr-veranstaltung {
  background-color: #c75200;
}
.news .news-list-view .compact-view .head-icon.dvfr-auszeichnung {
  background-color: #e52727;
}
.news .news-list-view .compact-view .head-icon.dvfr-international {
  background-color: #2d8800;
}
.news .news-list-view .compact-view .head-icon.dvfr-medreha {
  background-color: #0074ac;
}
.news .news-list-view .compact-view .head-icon.dvfr-rehaundarbeit {
  background-color: #9a6e37;
}
.news .news-list-view .compact-view .head-icon.dvfr-teilhabeamleben {
  background-color: #eebd04;
}
.news .news-list-view .compact-view .head-icon.dvfr-ausderdvfr {
  background-color: #008855;
}
.news .news-list-view .compact-view .news-list-date {
  font-size: 1.1em;
}
.news .news-list-view .compact-view h3 {
  margin: 0.1em 0;
}
.news .news-list-view .compact-view p {
  line-height: 1.2em;
}
.news .news-list-view .compact-view a.internal-link:before {
  top: 0.15em;
}
.news .news-list-view .default-view h3 {
  margin-top: 0.1em;
  margin-bottom: 0.6em;
}
.news .clear {
  clear: both;
}
.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 .news-list-view {
  /*padding-bottom: 30px;*/
}
.news .news-list-view .article {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}
.news.news-single .article #breadcrumb hr {
  margin-bottom: 0.8em;
}
.news.news-single .article h1.news-list-category {
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  color: #263369;
}
.news.news-single .article h2 {
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.7em;
}
.news .news-orderby-panel {
  border: 1px solid #ddd;
  margin: 0 0 25px 0;
}
.news .news-orderby-panel li + li {
  margin-left: 0;
}
.news .news-orderby-panel li a {
  padding: 6px 12px;
  border-left: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.news .news-orderby-panel li a:hover,
.news .news-orderby-panel li a:focus {
  background-color: #125b9a;
}
.news .news-orderby-panel li span {
  display: block;
  padding: 6px 12px;
}
.news .no-news-found {
  color: #DB0202;
  font-style: italic;
}
.news .page-navigation p {
  float: left;
}
.news .page-navigation ul {
  float: right;
}
.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 1px;
  background: none;
}
.news .page-navigation ul li a {
  display: block;
  padding: 1px 2px;
}
.news .category-filter .form-inline .form-control,
.news .category-filter .form-inline .form-group {
  display: inline-block;
}
.news .category-filter h4 {
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  border-bottom: 0;
  margin: 0;
  padding: 0.6em 0;
}
.news .category-filter form label {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 0;
  font-weight: normal;
}
.news .category-filter form label span {
  display: block;
  padding-left: 4em;
  position: relative;
}
.news .category-filter form label span .dvfr-news-icon {
  position: absolute;
  left: 1.3em;
  font-size: 1.4em;
}
.news .category-filter form input[type="radio"] {
  margin: 0.2em 0;
  border: 1px solid #e0e0e0;
  display: inline-block;
  float: left;
}
.news .category-filter form input[type="text"] {
  width: 100px;
  padding: 6px 5px;
}
.news .category-filter form > .list-unstyled,
.news .category-filter form > .form-inline {
  border-top: 2px solid #e0e0e0;
  padding-top: 0.8em;
}
.news .category-filter form > .list-unstyled li {
  padding: 0.2em 0;
}
.news .category-filter form .time-restriction {
  margin: 1em 0;
}
.news .category-filter form .time-restriction .btn {
  padding: 0 2px;
  font-size: 1.4em;
  line-height: 1.3em;
}
.news .category-filter form .time-restriction .row {
  display: block;
}
.news .category-filter form .time-restriction .col-xs-6 {
  padding-right: 0;
  padding-left: 0;
}
.news .category-filter form .time-restriction .col-xs-6:first-child {
  padding-left: 8px;
}
.news .news-menu-view li a {
  text-decoration: none;
}
.news .news-menu-view li.active a {
  color: #008855;
}
.news .tags-filter {
  padding: 5px 0;
}
.news .tags-filter form input#news-subject {
  width: 200px;
}
.news .filter-filtered {
  padding-bottom: 1em;
}
/* 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 .author {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e0e0e0;
}
.news-single .footer {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.2em 0.3em;
  background-color: #e0e0e0;
}
.news-single .article .news-img-wrap .img-responsive {
  width: auto;
}
.news-single .teaser-text {
  font-size: 1.15em;
  color: #888;
}
.news-single cite {
  font-style: italic;
}
.news-text-wrap {
  margin-bottom: 10px;
}
.news-text-wrap .csc-default {
  clear: none;
}
.mediaelement {
  min-height: 150px;
  text-align: center;
}
.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 #DDDDDD;
  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;
}
