/* ------------------------------------------------
 * styles for news_tuhh
 * ------------------------------------------------ */

/* CONTENT-FRAME allgemein */

#content-frame .news {
	margin-top:1em;
	margin-bottom:0;
	padding-bottom:0;
}
#content-frame .news .news-img-wrap a {
	background:transparent;
	border:none;
	margin-top:0;
	padding:0;
}
#content-frame .news .footer {
	border-top: none;
	margin-top: 0; 
	padding-top: 0;
}
#content-frame .news .footer p {
	line-height: 140%;
  margin-bottom: 0; 
}

/* LISTEN-ANSICHT */

#content-frame .news-list-view .article {
	display: flex;
}
#content-frame .news-list-view .article::after {
	display: none;
}
#content-frame .news-list-view h3 {
	font-size: 120%;
	line-height:100%;
}
#content-frame .news-list-view h3 a {
	text-decoration: none;
}
#content-frame .news-list-view .news-img-wrap {
	background:transparent;
	flex-basis:auto;
	flex-grow:0;
	flex-shrink:1;
	margin-top:0;
	min-width:initial;
	width:auto;
}
#content-frame .news-list-view .news-img-wrap img {
	width: 100px;
}
#content-frame .news-list-view .right-column {
	flex-basis:0;
	flex-grow:1;
	flex-shrink:0;
}
#content-frame .news-list-view .topnews .right-column {
	background-color: lightblue;
	padding: 1em;
}
#content-frame .news-list-view .teaser-text {
	margin-bottom: 0;
}
#content-frame .news-list-view .teaser-text p  { 
	margin-bottom: 0;
}

/* DETAIL-ANSICHT */

#content-frame .news-single h3 {
	font-size: 220%;
	line-height:100%;
}
#content .news-single .article .news-img-wrap img {
	width:auto;
	width: 340px;
}
#content-frame .news-single .mediaelement {
	width:auto;	 
}
#content-frame .news-single .teaser-text {
	margin-bottom: 1rem;
	color: black;
	font-size: 16px;
	line-height: 140%;
}
#content-frame .news-related {
	padding: 1rem;
	background: #eee;
}
/*	Backlink as a button  */
#content-frame .news-backlink-wrap {
	background-color: #00BDDC;
	border-radius: 8px;
	box-shadow: 2px 2px 2px #666;
	display: inline-block;
	font-weight: bold;
	margin: 5px 2em 14px 0;
	padding: 10px 25px;
	text-align: center;
	width: auto;
}
#content-frame .news-backlink-wrap:hover {
	background-color: #E4E4E4;
}
#content-frame .news-backlink-wrap a {
	color:white;
}
#content-frame .news-backlink-wrap:hover a {
	color:#00BDDC;
}

/*	SIDEBAR	 */

#sidebar .news-list-view .news-img-wrap {
	min-width:00px;
}
#sidebar .news-list-view .news-img-wrap img {
  width: 50px;
}
