/* -- News List -- */
.news {
	width: 100%;
	float: left;
	clear: both;
}

.news-list-container, .news-list-container .article {
	float: left;
	clear: both;
	width: 100%;
}

.news-list-container .article {
	border-bottom: 1px solid #002d5b;
	padding-bottom: 20px;
    margin-bottom: 25px;
}

.news .news-list-container .article:last-child {
	padding-bottom: 20px;
}

.news .article:after {
	display: none;
}

.news-list-container .news-content {
	width: 75%;
	float: left;
}

.news-list-container .news-content.no-image, .news-list-container .news-content.dummy {
	width: 100%;
}

.news .news-list-container .article .news-img-wrap.dummy {
	display: none;
}

.news .news-list-container .article .news-img-wrap {
	width: 24%;
	max-width: 200px;
	float: right;
	margin: 0;
    background: none;
}

.news .article .news-img-wrap a {
    display: block;
    float: none;
    padding: 0;
    border: 0;
    background: none;
}

.news .article .news-img-wrap img {
    display: block;
    float: none;
}

/* -- News Detail -- */
.news.news-single .article {
    width: 100%;
    float: left;
    clear: both;
}
.news-single .news-text-wrap {
	width: 100%;
    float: left;
    clear: both;
}

.news-single .article .news-img-wrap {
	width: 100%;
    float: left;
    clear: both;
	margin: 20px 0 0 0;
    background: none;
}

.news-single .article .news-img-wrap .outer {
    display: inline-block;
    max-width: 200px;
	vertical-align: top;
	margin: 0 1% 10px 0;
}

.news-single .article .news-img-wrap .mediaelement {
    display: block;
}

.news-single .news-backlink-wrap {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #002d5b;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}

.news-single .news-backlink-wrap a {
	font-weight: 700;
}

.news-single .news-list-date {
	margin-bottom: 20px;
	float: left;
    clear: both;
    width: 100%;
}
/* -- News Slider -- */
.news-listslider-container {
	width: 100%;
	float: left;
	clear: both;
}

.news .news-listslider-container .article {
    width: 48%;
    float: left;
    clear: none;
    margin-right: 2%;
}

.news .news-listslider-container.owl-carousel .article {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background: #fff;
}
 
.news .news-listslider-container .article  .news-img-wrap {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

.news .news-listslider-container .article .no-media-element {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	padding-bottom: 68%;
	position: relative;
}

.news .news-listslider-container .article .no-media-element a {
	width: calc(100% - 10px);
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
}

.news .news-listslider-container .article .no-media-element a img {
	max-width: 100% !important;
	width: 500px !important;
	height: auto;
	display: inline-block;
	float: none;
}


.news-listslider-container .news-img-wrap img {
	width: 100% !important;
	height: auto !important;
}

.news-listslider-container .news-content {
	width: 96%;
	float: left;
	clear: both;
	padding: 0 2% 10px 2%;
	font-size: 14px;
}

.news-listslider-container .news-content h3 {
	font-size: 14px;
	font-weight: 400;
}

.news-listslider-container .news-content a.more {
	font-weight: 700;
}

.news-listslider-container .owl-next, .news-listslider-container .owl-prev {
    position: absolute;
    background: url(../../images/prev.svg) left top no-repeat !important;
    left: -40px;
    right: auto;
    top: 50%;
    margin-top: -25px;
    width: 25px;
    height: 50px;
    display: block;
    text-indent: 999px;
    overflow: hidden;
}

.news-listslider-container .owl-next {
    background: url(../../images/next.svg) left top no-repeat !important;
    left: auto;
    right: -40px;
}

/*.news-listslider-container .owl-dots {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.news-listslider-container .owl-dot {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: rgba(0,0,0,0.4);
	margin: 0 2px;
}

.news-listslider-container .owl-dot.active {
	background: rgba(0,0,0,1);
} */

#inhaltsbereich .inhalt > .frame.frame-type-list {
	background: #e6e6e6;
	padding-top: 70px !important;
}

#inhaltsbereich .inhalt > .frame.frame-type-list h2 {
	font-size: 26px;
    margin: 0 0 5px 0;
    color: #002d5b;
    text-transform: uppercase;
    font-weight: 700;
}

#inhaltsbereich .inhalt > .frame.frame-type-list h3 {
	font-size: 22px;
    margin: 0 0 20px 0;
    color: #19466e;
    font-weight: 400;
}