@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	left: 0px;
	top: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background:#EAEAEA
	z-index: 1;
	background-repeat: no-repeat;
	background-: cover;

}



#wrapper {
   width: 80%;
   max-width: 1620px;
    min-width: 320px;
    margin: 50px auto 0 auto;

    background-image: url(../BILDER/Baustelle%20Hintergrund02%20.jpg );
	background-size:  cover;
    background-repeat: no-repeat;
    height: 1920px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgba(98,98,98,1);
    overflow: hidden;
    position: relative;
}







#kopfbereich1 {
	height: 200px;
	width: 100%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
	display: block;
	z-index: 10;
	clear: right;
	position: Absolut;
}


#Navigationsbereich {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	/* clip: rect(0px,0px,0px,0px); */
	text-align: center;
	padding: 0px;
	margin: 0px;
	/* float: left; */
	/* display: Block;*/
	height: 200px;
	width: 100%;
	/*border-radius: 20px 20px 0px 0px; */

	display: block;
	position: Absolute;
	z-index: 100;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#BOX01 {
	display: block;
	position: Absolute;
	width: 100%;
	height: 650px;
	padding-top: 50px;
	margin-top :0px;
	/*	background-color: #FFF; */
	border: thin none #C30;
	text-align: center;
	z-index: 1;
	/*	background-image: url(BILDER/Baustelle%20Hintergrund%20.jpg); */
    background-size: 1080px auto;
	background-repeat: no-repeat;
}
	


/* Handy */
@media screen and (max-width: 768px) {

	
#wrapper {
  width: 99%;
  max-width: 1080px;
  margin-top: 0;
  border-radius: 0;
  height: 920px;
}



#kopfbereich1 {
	height: 60px;
	width: 100%;
	display: block;
	border: thin none #000;	
	z-index: 10;
	clear: right;
	position: Absolut;

}


}
