.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: #0093be;
	padding:2px;
}

td.today{
	/*background: none repeat scroll 0 0 #0063a6;*/
	background-color:#7b7b7b;
}

#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;
}
