html, body{
	min-height:100%;
	font-size: 16px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-weight:200;
	color:#6b6b6b;
	line-height:1.75;
	hyphens:auto;
}
body{
	background:#fff url("images/strichlinie.png") repeat-y -90px 0;
}
h1, h2, h3{
	font-weight:200;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1{
	font-size:28px;
	line-height:1.75;
}
h2, h3{
	font-size:22px;
}
a{
	color:inherit;
	transition:color .5s;
}
a:hover{
	color:#a0ba37;
	text-decoration:none;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
ul li{
	margin-bottom:10px;
}



.logo{
	max-width:75%;
}
.bg-gray{
	background: #6b6b6b;
}
.text-white{
	color:#fff;
}
.contact{
	font-size:20px;
	line-height:normal;
}
.contact span{
	vertical-align:middle;
}
.footer{
	font-size:14px;
}
.footer a{
	margin:0 10px;
}



@media (min-width: 768px){
	body{
		background-position:-75px 0;
	}
	h1{
		font-size:40px;
		line-height:1.75;
	}
	h2, h3{
		font-size:30px;
	}
	ul li{
		padding-left:25px;
		text-indent:-25px;
	}
	ul li:before{
		content:"-";
		display:inline-block;
		float:left;
		width:25px;
	}
	.logo{
		max-width:400px;
	}
}
@media (min-width: 1330px){
	body{
		background-position:left 0;
	}
	.logo{
		max-width:500px;
	}
}