/*** NEWS ***/
/*.news .wrap--feature {
	padding-left: 0 !important;
    padding-right: 0 !important;
}*/

/*.tabs__content .content .news-teaser.img-text-preview {
	padding-top:0;
}*/
@media screen and (min-width: 650px) {
	.tabs__content .content .news-teaser.img-text-preview {
		margin-top:-0.325em;
	}
}
@media screen and (min-width: 768px) {
	.tabs__content .content .news-teaser.img-text-preview {
		margin-top:-0.533em;
	}
}
@media screen and (min-width: 1024px) {
	.tabs__content .content .news-teaser.img-text-preview {
		margin-top:-0.45em;
	}
} 
/*.contacts span {
	display:block;
}*/
.events .filter_header.nofilter{
	display: none;
}
.news .clear{
	clear: both;
}
.news .news_list_headline .td.nosort{
	cursor: default;
}

.news .news_list_headline .nosort.td.cell:after{
	border: transparent;
}

.load_more_news[disabled=disabled]{
	display: none;
}

.filter_categories .filter {
    display: block;
    margin-top: 0.3em;
    text-decoration: none;
}
.filter_categories .filter.hover, .filter_categories .filter.active{
    color: #FF2014;
    cursor: pointer;
    font-weight: 700;
}

/*.sidebar_item.calendar-list .h6 {
	margin-bottom:0;
}*/
/** Tabs **/
/*.news .tabs__list__item.active,
.news .tabs__list__item.active a {
	background-color:#fff;
	color:#ff2014;
}
.news .tabcontent{
	display: none;
}
.news .tabcontent.active{
	display: block;
}*/
/** /Tabs **/
/** Newsbox **/
/*.news .newsbox .h3 a {
	color:#000F23;
	text-decoration: none;
	display: block;
    line-height: 1.4em;
    margin-bottom: 0.75rem;
}
.news .grid--two-up-feature .newsbox.grid__unit {
	margin-bottom:0;
}
@media screen and (min-width: 600px) {
    .news .grid--two-up-feature .grid__unit {
		width: 100%;
	}
}
@media screen and (min-width: 650px) {
    .news .grid--two-up-feature .grid__unit {
		width: 50%;
	}
}
.news .newsbox .media__img img {
	width:auto;
	height: auto !important;
}*/
/** /Newsbox **/