@charset "UTF-8";

*{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

header, .container, .name, .telefon, .box, .copyright, footer, h1, h2, h3,  section, hgroup, p, article, aside, section {
	display: block;
	}
ul{
	list-style-type:disc;margin:10px;padding:10px;
	}
a, a:link, a:visited, a:hover{
	text-decoration:none;
	color:#000;
	}
b {font-weight: bolder;}
		
.clear{
	clear:both;
	}

body{
	font-family: Arial, Helvetica, sans-serif;
	background:#66cc00;
	font-size:16px;
	}

.container{
	border:#000 solid 4px;
	margin:0 auto;
	width:80%;
	height:auto;
}

/*************************** header **************************/

header{
	border-bottom:#000 solid 4px;
	overflow: hidden;
	position:relative;
	width:100%;
}
header .container{
	border:none;
	width:80%;
	margin:0 auto;
	padding:1% 5%;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.name{
	float:left;
	padding:10px 30px 10px 0;
}
.name h1{
	font-family:arial black;
	font:#333;
	font-size:2.7em;
	font-weight:bolder;
	text-shadow: 2px 2px 3px #4B610B;
	text-transform:uppercase;

}
.name h2{
	font-family:arial black;
	font:#333;
	font-size:2em;
	font-weight:bolder;
	text-shadow: 2px 2px 3px #4B610B;
	
}
/*************************** Content **************************/
section{
	height:auto;
	border-bottom:#000 solid 4px;
	overflow: hidden;
	position:relative;
	width:100%;
	font-family: arial;
	font-size:1.5em;
	font-weight:bold;
}
section .container{
	border:none;
	width:80%;
	margin:0 auto;
	padding:1% 5%;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}

/*********************** Content Impressum *****************************/

.box2{
	display: block;
	font-family: arial;
	font-size:1.2em;
	font-weight:normal;
	float:left;
	width: 100%;
	padding:0.5%;
	margin-right:2%;
	position:relative;
	border:none;
}
.box2 ul{
	list-style:none;margin:0;padding:10px;
	}
	
.box2:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.box2  h3{
	 font-size:1em;
	 color:#4B610B;
	/** border-bottom: 2px solid #4B610B; **/
	 font-family: arial;
	 text-transform:uppercase;
	 margin:2em 0em 1em 0em;
	 font-weight:bold;
}


/************************** telefon **********************************/

.telefon{
	border-bottom:#000 solid 4px;
	
	font-family:arial black;
	color:#000;
	font-size:2.2em;
	text-shadow: 2px 2px 3px #4B610B;
	overflow:hidden;
	position:relative;
	width:100%;
}
.telefon .container{
	border:none;
	float:left;
	width:80%;
	margin:0 3%;
	padding:1% 5%;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}

/************************** Footer **********************************/
footer{
	height:auto;
	overflow: hidden;
	position:relative;
	width:100%;
}
footer .container{
	border:none;
	float:left;
	width:80%;
	margin:0 3%;
	padding:1% 5%;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.box{
	display: block;
	font-family: arial;
	font-size:1.2em;
	font-weight:bold;
	float:left;
	width: 45%;
	padding:0.5%;
	margin-right:2%;
	position:relative;
	border:none;
}
.box ul{
	list-style:none;margin:0;padding:10px;
	}
	
.box:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.box  h3{
	 font-size:1em;
	 color:#669900;
	/** border-bottom: 2px solid #4B610B; **/
	 font-family: arial;
	 text-transform:uppercase;
	 margin-bottom:10px;
	 font-weight:bold;
}

.box  p{
	padding:5px 0;
	line-height: 1.8em;
}

.copyright{
	float:left;
	font-size:14px;
	background-color:#669900;
	width:100%;
	margin:0;
	padding:1%;
	text-align:center
}
.copyright a:hover{
	 color:#000;
	 font-weight:bold;
	 text-shadow: 2px 2px 3px #333;

}
/****************************** Responsice Layout ****************************/

@media all and (max-width:850px) {
	.container {
		width:95%;
	}
	.name h1{
		font-size:2.5em;
		padding:0;
	}
	.telefon{
		font-size:2.2em;
	}
	.content{
		width:44%;
	}
	.box{
		margin:0;
		width:44%;
		padding:3%;
		font-size:1em;
	}
	section{
		font-size:1.3em;
	}

}
@media all and (max-width:700px) {
	.container{
		width:95%;
	}
	.name h1{
		font-size:1.7em;
	}
	.name h2{
		font-size:1.2em;
	}
	.telefon{
		font-size:1.5em;
	}
	.content{
		float:none;
		width:100%;
		margin:10px 0;
	}
	section{
		font-size:1em;
	}
	.box{
		font-size:0.90em;
	}
	
}
@media all and (max-width:480px) {
	.container{
		width:95%;
	}
	.name h1{
		float:none;
		font-size:1.1em;
		width:100%;
		padding:0;
		margin:0;
	}
	.name h2{
		font-size:0.85em;
	}
	.telefon{
		font-size:1em;
		text-shadow:none;
	}
	section{
		font-size:1em;
	}
	.box{
		margin:0;
		width:35%;
		padding:3%;
		font-size:0.85em;
	}
	.box2{
	font-size:0.85em;
	}
 }

