@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	
}

#head-wrapper{
	width: 100%;
	height: 300px;
}

	#header{
		width: 1000px;
		height: 300px;
		margin: 0 auto;
		background-image: url(../img/schhhhhhs.png);
		background-repeat: no-repeat;
		background-position: top;
	}
		
		.headline{
			font-family: 'Archivo Narrow', sans-serif;
			color: #53b000;
			margin-left: 220px;
			margin-top: 80px;
			font-size: 36px;
		}

		.slogan{
			font-family: 'Indie Flower', cursive;
			color: #397306;
			margin-left: 320px;
			margin-top: -20px;
		}
		
		.puzzle-a{
			margin-left: -20px;
			margin-top: -120px;
		}

		.puzzle-z{
			margin-left: 800px;
			margin-top: -250px;
			
		}
#slide-wrapper{
	width: 100%;
	height: 300px;
	background-color:#7BCB6A;
}

#slider{
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	background-color: #ffffff;
}

#about-wrapper{
	width: 100%;
	height: 500px;
	background-image: url(../img/bg3.jpg);
	background-color:#7BCB6A;
}

	#about{
		width: 1000px;
		height: 500px;
		margin: 0 auto;
		background-color:#ffffff;
	}
	
	.select-heads{
		font-family: 'Indie Flower', bold;
		font-size: 28px;
		color: rgba(51,51,51,1);
		margin-left: 20px;
	}
	
	.impr-heads{
		font-family: 'Indie Flower', bold;
		font-size: 18px;
		color: rgba(51,51,51,1);
		margin-left: 20px;
	}
	
		.picture{
			float: right;
		}
		
			.top-navi{
				padding-left: 150px;	
				padding-top: 50px;
			}
				.navi{
					display: block;
					margin-top:5px;
					width: auto;
					height: auto;
					color: rgba(102,102,102,1);
					float: left;
					font-family: 'Indie Flower', cursive;
					font-weight: bolder;
					font-size: 16px;
					text-decoration: none;
					padding: 15px;
					text-transform: uppercase;
    				font-weight: bold;
   					line-height: 70px;
				}
				.navi:hover{
					color: rgba(255,204,0,1);
					font-size: 18px;
					
				}
				.blue:hover{
					color: #22a4f0;
				}

				.green:hover{
					color: #51be01;
				}
				.red:hover{
					color: #fe5140;
				}
#info-wrapper{
	width: 100%;
	height: auto;
	background-color:#7BCB6A;
}

	#info{
		width: 1000px;
		height: auto;
		margin: 0 auto;
		background-color:#ffffff;
	}
	
	.text{
		font-family: Arial;
		font-size: 15px;
		margin-left: 20px;
		margin-right: 30px;
	}
	
	
#kontakt-wrapper{
	width: 100%;
	height: 400px;
	background-color:#7BCB6A;
}

	#kontakt{
		width: 1000px;
		height: 400px;
		margin: 0 auto;
		background-color:#ffffff;
	}
	
	
#maps-wrapper{
	width: 100%;
	height: 300px;
	-webkit-box-shadow: 0px -14px 42px -12px rgba(145,145,145,1);
	-moz-box-shadow: 0px -14px 42px -12px rgba(145,145,145,1);
	box-shadow: 0px -14px 42px -12px rgba(145,145,145,1);
}	

#wrapper-impressum{
	width: 100%;
	height: auto;
	background-color:#7BCB6A;
}

#impressum{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background-color:#ffffff;
}

#footer-wrapper{
	width: 100%;
	height: 200px;
	background-color:#7BCB6A;
}

	#footer{
		width: 1000px;
		height: 200px;
		margin: 0 auto;
		background-color:#ffffff;
	}
	
		.foot-text{
			margin-top: 55px;
			font-family: Arial;
			font-size: 15px;
		}