* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	height: 101%;
}

body {
	
	background: #eee; 
	font-size: 1.2em;
	color: #555;
	font-family: tahoma, helvetica, sans-serif;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	text-shadow: 2px 0 0 #fff;
	text-align: center;
	position: relative;
	top: 30px;
	z-index: 100;
	letter-spacing: 5px;
	text-transform: uppercase;
}
h1 {
	font-size: 3.3em;
	text-align: center;
}
h2 {
	font-size: 2.3em;
	top: 0;
	padding: 30px 0;
	
}
.alles_rund {
	font-size: 1.3em;
	margin-top: -50px;
	text-shadow: none;
}

p {
	margin-bottom: 20px;
}

#wrapper {
	position: absolute;
	width: 100%;
	top: 270px;
	left: 0;
	background: #eee;
}

#titel {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	text-transform: uppercase;
	
	width: 100%;
	height: 400px;
	color: #eee;
	text-shadow: 1px 0 0 #000;
	
	background: url(../bilder/header.jpg) no-repeat center center;
	background-size: cover;
	/* background: linear-gradient(#fff,#bbb);  */
	text-align: center;
	font-size: 3em;
	padding-top: 50px;
	box-sizing: border-box;
	
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
}

#menu {
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
	width: 980px;
	left: 50%;
	margin-left: -490px;	
	padding-top: 20px;
}
#menu ul {
	list-style: none;
	margin-left: 15.3%;
}
#menu a, #menu a:visited {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #333;
	text-decoration: none;
	color: #333;
} 
#menu li:last-child a {
	border: none;
}
#menu a:hover {
	color: #aaa;
}


#inhalt_1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #ddd;
	float: left;
	padding: 50px 15%;
	box-sizing: border-box;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	text-align: left;
}

#inhalt_1 h3 {
	font-size: 2.2em;
	top: 0;
	padding: 20px 0;	
	color: #333;
}

#leistungen {
	width: 70%;
	left: 50%;
	top: 0;
	margin-left: 25%;
	min-height: 200px;
	
}

.links {
	float: left;
	width: 280px;
}
.rechts {
	float: right;
}


#inhalt_2 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #eee;
	float: left;
	padding: 50px 15%;
	box-sizing: border-box;
	border-bottom: 1px solid #555;
	text-align: justify;
}

#inhalt_2 h3 {
	font-size: 2.2em;
	top: 0;
	padding: 20px 0;	
	color: #333;
	text-shadow: 1px 0 0 #fff;
	
}


.vorteil {
	padding: 10px;
	background: #555;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}

#inhalt_3 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #ddd;
	float: left;
	padding: 50px 15%;
	box-sizing: border-box;
	border-bottom: 1px solid #555;
	text-align: justify;
}

#inhalt_3 h3 {
	font-size: 2.2em;
	top: 0;
	padding: 20px 0;	
	color: #333;
	text-shadow: 1px 0 0 #fff;
	
}

address {
	text-align: center;
	font-style: normal;
}
#inhalt_3 a, #inhalt_3 a:visited,
#inhalt_4 a, #inhalt_4 a:visited,
#inhalt_5 a, #inhalt_5 a:visited,
footer a, footer a:visited {
	color: #555;
	text-decoration: none;
}

#inhalt_3 a:hover, #inhalt_4 a:hover,
#inhalt_5 a:hover, footer a:hover {
	color: #aaa;
}


#inhalt_4 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #eee;
	float: left;
	padding: 50px 15%;
	box-sizing: border-box;
	border-bottom: 1px solid #555;
	text-align: justify;
}

#inhalt_4 h3 {
	font-size: 2.2em;
	top: 0;
	padding: 20px 0;	
	color: #333;
	text-shadow: 1px 0 0 #fff;
	
}


#inhalt_5 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #ddd;
	float: left;
	padding: 50px 15%;
	box-sizing: border-box;
	border-bottom: 1px solid #555;
	text-align: justify;
}

#inhalt_5 h3 {
	font-size: 2.2em;
	top: 0;
	padding: 20px 0;	
	color: #333;
	text-shadow: 1px 0 0 #fff;
	
}



h4 {
	margin: 15px 0;
}

footer {	
	position: relative;
	top: 0;
	left: 0;
	width: 100%;	
	
	background: #888;
	color: #fff;
	float: left;
	padding: 30px 20%;
	box-sizing: border-box;
	box-shadow: inset 0 10px 20px 0 rgba(0,0,0,0.5);
}

footer p {
	text-align: center;
	font-size: 0.7em;	
}
#up_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: 1px solid #555;
	width: 50px;
	height: 50px;
	background: url(../bilder/up_top.png);
	transition: all 0.5s;
}

#up_top:hover {
	background: url(../bilder/up_top.png) #ccc;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.8);
	border-radius: 25px;
}




@media screen and (max-width: 1000px) {

	nav.rmm {
		visibility: visible;
	}
	
	h1	{
		font-size: 2.5em;
	}	
	
	h2 {
		font-size: 1.5em;
	}
	.alles_rund {
		font-size: 0.8em;
	}
	
	#wrapper {
	top: 200px;
	transition: all 0.5s;
	}

	
}


@media screen and (max-width: 870px) {






}



@media screen and (max-width: 480px) {

	h1	{
		font-size: 2.2em;
	}	
	
	h2 {
		font-size: 1.0em;
	}	
	#inhalt_1 h3, #inhalt_2 h3, #inhalt_3 h3, #inhalt_4 h3, #inhalt_5 h3 {
		font-size: 1.5em;
		letter-spacing: 2px;
		margin-left: -10%;
	}
	
	.alles_rund {
		font-size: 0.7em;
	}
	#wrapper {
		top: 180px;
		transition: all 0.5s;
	}
	#titel {
		display: none;
	}
	p, h4 {
		text-align: left;
		
	}
	
}



