body, html, h1{
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
/* 	font-family: 'Lato', sans-serif; */
	font-family: 'latolight', sans-serif;
	background-color: white;
	
}

.wrapper{
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 600px;
	height: 100%;
	margin-left: -300px;
	
}

p{
	position: relative;
	font-size: 21px;
/* 	font-weight: 300; */
	line-height: 30px;
	letter-spacing: 1px;
	
}

p span{
/* 	font-weight: 400; */
	font-family: 'latoregular', sans-serif;
}

a{
	text-decoration: none;
/* 	font-weight: 400; */
	font-family: 'latoregular', sans-serif;
	color: #1d1d1d;
}

.padding{
	position: relative;
	height: 15%;
	min-height: 60px;
}

.logo{
	position: relative;
	height: 70px;
	width: 58px;
	margin-left: -29px;
	left: 50%;
}

.devider{
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 1px;
	
	background: #1d1d1d;
}

.spacer, .spacertop, .spacerbottom{
	position: relative;
	width: 100%;
}

.spacer{
	height: 30px;
}

.spacertop{
	height: 20px;
}

.spacerbottom{
	height: 5px;
}

.button{
	position: relative;
	color: white;
	padding: 6px 8px 6px 8px;
	background: #1d1d1d;
	width: 170px;
	font-size: 1em;
	/* font-weight: 400; */
	font-family: 'latoregular', sans-serif;
	margin-top: 30px;
	left: 175px;
	
}

.imprint{
	font-size: 12px;
/* 	color:  #c4c4c4; */
/* 	font-weight: 300; */
	padding-top: 15px;
}

.imprint .footerLink{
/* 	font-weight: 400; */
	font-family: 'latoregular', sans-serif;
	cursor:pointer;	
}





@media only screen and (max-width:510px){
	
	.padding{
		height: 40px;
	}
	
	.wrapper{
		position: absolute;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		left: 0;
		height: 100%;
	}
	
	br {
    	display: none;
	}
}

