html {

} 
body {
	background: #ffffff;
	font-family:Verdana;
	color:#000000;
	margin:0;
	padding: 0;
	position: relative;
} 
h1{
	margin-top: 30px;
	color: #0077AB;
	font-family: Verdana;
	font-weight: 600;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 0;
}
h2{
	font-size: 20px;
	font-family: Verdana;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
}
a, a:visited {
	color: #0077AB;
	text-decoration: none;
}
a:hover {
	color: #FFEC01;
}
#top {
	height: 484px;
	width: 100%;
	background-image: url('img/hofer-reinhard-bg.jpg');
	background-position: center;
    background-repeat: no-repeat;
}
#content{
	width: 800px;
	position: relative;
	top: 84px;
	margin-left: 40%;
}
#services {
	color: #fff;
	width: 360px;
	float: left;
	text-align: right;
	padding-right: 40px;
	line-height: 2.5em;
}
#conctact{
	width: 400px;
	float: left;
}
#conctact p,
#conctact h1,
#conctact h2{
		padding: 5px 40px;
	}
.entry{
	color: #888;
    display: inline-block;
    width: 70px;
}
#impressum-row{
	font-size: 0.8em;
	text-align: center;
	margin-top:350px ;
}
#impressum{
	margin: 30px;
}
.passt{
	position: relative;
	top: 5px;
}

@media only screen and (max-width: 1380px){
	#content{
		margin-left: 20%;
	}
}
@media only screen and (max-width: 1030px){
	#content{
		margin-left: 20px;
	}
	#services {
		width: 260px;
	}
}
@media only screen and (max-width: 740px){
	#content{
		width: 100%;
		top: 0;
		margin-left: 0;
	}
	#conctact{
		width: 100%;
		text-align: center;
	}
	#services{
		float: left;
		text-align: center;
		width: 100%;
		height: 270px;
		line-height: 2em;
		background-color: #000;
	}
	#top{
		height: 205px;
		background-image: none;
	}
	#logo{
		width: 100%;
		background-color: #0077AB;
	}
	.entry{
		width: auto;
		margin-right: 10px;
	}

}
@media only screen and (max-width: 425px){

	
	#conctact img{
		max-width: 80%;
	}
	#conctact p {
	    padding: 5px 10px;
	}
	#impressum-row {
	    margin-top: 100px;
	}
	#conctact p {
	    padding: 5px 30px;
	}
}
#impress {
	margin: 40px;
	max-width: 1000px;
}
#impress h1 {
	margin-bottom: 10px;
}
@media only screen and (max-width: 740px){
	#impress {
		margin: 20px;
	}
}