/* CSS Document */

*{
	margin 0;
	padding: 0;}

body {
	background-image:url(pics/screenshot_index.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	
	
}
.content{
	background-image: url(pics/EppingRahmen_neu.png);
	background-repeat: no-repeat;
	background-size:auto;
	margin:300px auto;
	width:616px;
	height: 448px;
	padding: 46px 0 0;	
}
.wrapper {
	width: 600px;
	height: 380px;
	position: relative;
	max-height: 390px;
	padding-left: 16px;

}
.text {
	max-height: 365px;
	overflow: auto;
	color: #273583;
	max-height: 367px;
}

.start h1{
	width: 100%;
	margin-left: 0;
	}
	
	.start p{
	  padding: 0;
	  font-size: 24px;
	  }

h1 {
	font-size: 21px;
	color:#fff;
	display: inline-block;
	width: 86.5%;
	margin-left: 3.5%;
	margin-bottom: 8px;
	font-weight:normal;
}

.back{
	display: inline-block;
	width:10%;
	color:#fff;
	text-decoration:none;
	}

.back img{
	position: absolute; 
	top: 10px;}
	
.content.start{
	background-image: url(pics/EppingRahmen_solo_start.png);
	text-align: center;
	font-size: 20px;
	}

.content.start h1{
	text-align: center;
	font-size: 25px;}
	
.mobil{
	color: #cd1719;}
		
.links a{
			
	font-size: 16px;
	color: #273583;
	text-decoration:none;}
			
.greytext{
	color: #878786;}
h2 {
	font-size: 18px;
	padding: 0 20px;	
}
p {
	padding: 0 20px;	
	display: block;
	font-size: 16px;
}

ul {
	padding-left: 45px;
}
		
