@media all and (max-width: 767px) {

	#seite .Files, #seite .Files .File, #seite .Files .File img {
		width: 100px;
		height: auto;
	}
}

@media all and (max-width: 767px) and (orientation:landscape) {

	#seite .Files, #seite .Files .File, #seite .Files .File img {
		width: 200px;
		height: auto;
	}
}



@media all and (min-width: 768px ) and (max-width: 999px) {


}



@media all and (min-width: 1000px) and (max-width: 1270px) {


}