@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-news.css
// Author: DH
// Änderungsdatum: 17.05.16
// Beschreibung: 	- News Elemente aus Liste
*******************************************************************************************/


/**** Layout für Mobilgeräte. */
.DIV-CLASS-NewsWrapper{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	}
.SPAN-CLASS-NewsTime{
	display: block;
	width: 100%;
	float: left;
	font-size: 10pt;
	margin-bottom: 15px;
	}
.SPAN-CLASS-NewsH1{
	display: flex;
	align-items:center;
	width: 100%;
	float: left;
	font-weight: bold;
	text-align: left;
	}	
.SPAN-CLASS-NewsProduktgeber{
	display: block;
	width: 100%;
	float: left;
	font-style: italic;
	margin-top: 5px;
	text-align: left;
	}
.IMG-CLASS-NewsLogo{
	display: block;
	clear: both;
	margin-bottom: 20px;
	}
.IMG-CLASS-NewsTipp{
	display: block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin-right: 10px;
	float: left;
	}
.SPAN-CLASS-NewsText{
	display: block;
	width: 100%;
	float: left;
	margin-top: 20px;
	}
A:link.LINK-CLASS-News {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 100%;
	display: block;
	text-decoration: underline;
	text-align: right;
}
A:visited.LINK-CLASS-News {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 100%;
	text-decoration: underline;
	text-align: right;
}
A:hover.LINK-CLASS-News {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: #312783;
	text-decoration: none;
	float: left;
	width: 100%;
	text-decoration: underline;
	text-align: right;
}

/**** Layout für Tablet-PCs. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {

	
}

/**** Desktoplayout. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 979px) and (orientation : landscape) {

A:link.LINK-CLASS-News {
	font-size: 10pt;

}
A:visited.LINK-CLASS-News {
	font-size: 10pt;

}
A:hover.LINK-CLASS-News {
	font-size: 10pt;

}
	
	
}