

/* --- Stylesheet 1597 () --------- */ 

#motiv {
	margin-top: 100px;
	background-color: #E4E2D7;
	background-repeat: no-repeat;
	background-position: center center;
}

/* --- Stylesheet 2727 () --------- */ 

@media all and (min-width: 1000px) and (max-width: 1250px) {

}

@media all and (min-width: 768px) and (max-width: 999px) {
	#motiv { margin-top: 50px; }
}

@media all and (max-width: 767px) {
	#motiv { margin-top: 20px; }
}