/*Überschrift auf der App Hauptseite*/
.slogan {
	height: 250px;
	background: no-repeat 0 center;
	background-image: url(images/slogan.png);
	position: relative;
	left: 0px;
	width: 700px;
}

/*iphone auf der App Hauptseite*/
.iphone {
	background-image: url(images/iphone.png);
	background-repeat: no-repeat;
	min-height: 350px;
	float: left;
	margin-right: 50px;
	width: 200px;
	
}