/* Breakpoints */
/* ====================================================================== */
/* === News
/* ====================================================================== */
.mod-news .backlinkpadding {
  padding: 35px 0 35px 0;
}
.mod-news time {
  display: inline-block;
}
.mod-news .img-wrap {
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 0 15px 0 0;
}
.mod-news .img-wrap img {
  width: 100%;
  height: auto;
}
@media (min-width: 928px) {
  .mod-news .img-wrap {
    width: 50%;
  }
}
.mod-news .description {
  float: left;
  width: 100%;
  margin: 0;
  margin-top: 30px;
}
@media (min-width: 928px) {
  .mod-news .description {
    width: 50%;
    margin-top: 0;
    padding: 0 15px;
  }
  .mod-news .description.no-image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mod-news .description.no-image {
    width: 80%;
  }
}
.related-files {
  margin-top: 15px;
}
.related-files ul {
  list-style: none;
  padding: 0;
}
.related-files li:before {
  display: inline-block;
  color: #000000;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: 1em;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  content: "\f056";
  font-size: 25px;
  margin-right: 10px;
  color: #79706c;
}
.related-files a {
  text-decoration: none;
}
.mod-news-detail .backlinkpadding {
  padding: 35px 0 35px 0;
}
.mod-news-detail time {
  display: inline-block;
}
.mod-news-detail .news-related {
  border: 0;
  padding: 0;
  width: 100%;
}
.mod-news-detail .news-related-files {
  margin-top: 15px;
}
.mod-news-detail .news-related-files ul {
  list-style: none;
  padding: 0;
}
.mod-news-detail .news-related-files li:before {
  display: inline-block;
  color: #000000;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: 1em;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  content: "\f056";
  font-size: 25px;
  margin-right: 10px;
  color: #79706c;
}
.mod-news-detail .news-related-files a {
  text-decoration: none;
}
/* =================================================
== Filter
===================================================*/
/* News List rechts platzieren */
.tx_next_newsfilter {
  margin-bottom: 30px;
}
.tx_next_newsfilter a {
  text-decoration: none;
}
.tx_next_newsfilter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tx_next_newsfilter .filter-remove:before {
  display: inline-block;
  color: #000000;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: 1em;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  content: "\F00C";
  content: "\F0C0";
  font-size: 0.875em;
  margin-bottom: 15px;
}
.tx_next_newsfilter .disabled {
  cursor: default;
  color: #393939;
}
.tx_next_newsfilter .category-title h3 {
  margin-top: 0;
}
.tx_next_newsfilter .category-filter ul li a.title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 7.5px 0;
  background: #e2dfde;
  padding: 5px;
}
.tx_next_newsfilter .category-filter ul li a.collapser {
  display: block;
}
.tx_next_newsfilter .category-filter ul li a.collapser:after {
  float: right;
  margin-right: 2%;
  display: inline-block;
  color: #000000;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: 1em;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  content: "\f021";
  content: "\F01B";
}
.tx_next_newsfilter .category-filter ul li a.collapser.expanded:after {
  content: "\f021";
}
.tx_next_newsfilter .category-filter ul li ul li {
  padding-left: 2%;
}
@media (min-width: 928px) {
  .tx_next_newsfilter .category-filter ul li ul li {
    padding-left: 1%;
  }
}
@media (min-width: 992px) {
  .tx_next_newsfilter .category-filter ul li ul li {
    padding-left: 3%;
  }
}
.tx_next_newsfilter .category-filter ul li ul li a {
  display: block;
  padding-left: 20px;
  text-indent: -10px;
}
.tx_next_newsfilter .category-filter ul li ul li a:before {
  margin-right: 5px;
  display: inline-block;
  color: #000000;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: 1em;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  content: "\F08B";
  font-size: 0.75em;
}
.tx_next_newsfilter .category-filter ul li ul li a.active:before {
  content: "\F014";
}
.tx_next_newsfilter .category-filter ul li ul li a.disabled {
  color: #999;
}
.tx_next_newsfilter .category-filter ul li ul li a.disabled:before {
  color: #999;
  content: "\F08B";
  padding-right: 1.5px;
}
.panel-group .panel.panel-default .panel-heading h2.no-news-entry a:after {
  display: none;
}
