.news-box{
    margin-bottom: 60px;
}



.news-media-container{
    padding-left:5px;
}

.article-date{
    margin-bottom:14px;
}

.teaser {
  font-weight: 400;
  font-size: 13.4pt;
}



.news-rel-files{
    padding: 15px;
  border: 1px solid #eee;
  margin-bottom:15px;
}

.news-rel{

  margin-bottom:30px;
}

.news-rel h2{
 margin-bottom:10px;
 font-size: 17pt;
}

.news-single-content h2 {
  font-size: 17pt;
  margin-bottom: 12px;
}

.news-links{
    list-style-type: none;;
}

.news-pagination-container{
    height: 2em;
    vertical-align: bottom;
}

.news-pagination {
    float: right;
    font-size:12pt;
    height:100%;
    vertical-align: bottom;
}

.pagination-underline {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 2px;
  margin-right:15px;
  margin-left:15px;
  margin-bottom: 12px;
}


h2.news-header{
    float:left;
    margin-bottom: 0;
    vertical-align:bottom;
    display:inline-block;
    box-sizing: border-box;
}

.news-pagination-container:after, .news-pagination:after, .news-header:after {
    height:100%;
    content:'';
    font-size:0;
    vertical-align:bottom;
    display:inline-block;
    box-sizing: border-box;
}

.news-date{
    position: relative;
    background: #a4a4a4;
    width: 100%;
}

.news-date p {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 6.2em;
    background-color: #196ca1;
    background-color: rgba(25, 108, 161, 0.7);
    color: white;
    padding-left: 6px;
    text-align: left;
}

.browseBox{
    margin-right:15px;
}

.news-img {
  margin-bottom: 15px;
}

.preview-color-intern{
  background-color: #196ca1;
  background-color: rgba(25, 108, 161, 0.7);
}


.icon-pagination-next:before {
  content: "\e62c";
  font-size: 0.8em;
}

.icon-pagination-prev:before {
  content: "\e630";
  font-size: 0.8em;
}

.icon-pagination-first:before {
  content: "\e640";
  font-size: 0.8em;
}

.icon-pagination-last:before {
  content: "\e641";
  font-size: 0.8em;
}

.category {
  text-transform: uppercase;
  font-size: 8.5pt;
  overflow: hidden;
  max-height: 12pt;
}

.category-intern, .category-intern-strecke {
  background: #196ca1;
  width: 10px;
  height: 4px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width:100%;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* EVENT-CALENDAR */
ul.event-pager{
    list-style-type: none;
    padding:0;
    margin:0 0 0 0;
    text-align: center;

}

ul.event-pager li{
    display:inline;
}

#event-table{
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid #7b7b7b;
}

#event-table tr.title th{
    border-bottom: 1px solid #7b7b7b;
}

td.curmonth {
    background-color: var(--blue-bg);
    padding: 2px;
}

td.today{
    /*background: none repeat scroll 0 0 #0063a6;*/
    background-color: var(--grey-menu);
}

#event-table td{

    color:white;
    padding:4px;
    vertical-align:middle;
    text-align:center;
}

@media screen and (min-width:991px) and (max-width: 1199px) {
    #event-table td,#event-table th{
        font-size:0.8m;
        padding:0;
    }
}

#event-table td a{
    color:white;
    text-decoration:underline;
}

#event-table tbody tr th{
    padding:5px;
}

.termin{
    display:none;
}

ul.infos{
    list-style-type:none;
}

.btn-primary:hover{
    background-color: #0063a6;
}

.news .article h3{
    font-size: 14pt;
    margin-bottom: 8pt;

}

/**************************************/
/* Default styles for news extension */
/**************************************/
.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 .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

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

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

.news .article .news-img-wrap {
    float: left;
    margin: 3px 12px 5px 0;
    background: #fff;
}

.news .article .news-img-wrap a {
    display: block;
    float: left;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

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

.news .article .teaser-text {
    margin: 0 0 10px 0;
}

.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.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 span:last-child {
    border-right: 0;
}

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

.news .no-news-found {
    color: #333333;
    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 2px;
    background: none;
}

.news .page-navigation ul li a {
    display: block;
}

/* 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 var(--font-color);
}

.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: 15px;
    color: #888;
}

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

/* 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;
}
