@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-backtop.css
// Author: DH
// Änderungsdatum: 17.05.16
// Beschreibung: 	- Pfeil Seitenanfang
*******************************************************************************************/



/**** Layout für Mobilgeräte. */
.DIV-CLASS-ContentTop{
	display:block;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:99;
	cursor:pointer;
} 

.IMG-CLASS-ContentTop{
	float:right;
	width:auto;
	height:auto;
}


/**** 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) {
	
	
	
}