body {
	position: relative;
	display: flex;
    margin: 0;
	justify-content: center;
	flex-direction: colomn;
	background-color: #DBD0C4; 
	background-image: url('./Grafik/HG01.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}


header {
	position: relative;
    height: 80px;
    overflow-x: hidden;
  	border-radius: 7px;
    background-color: #eee;
    border: 2px solid #FF7B4A;
	box-shadow: 0px 18px 22px -17px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 18px 22px -17px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 18px 22px -17px rgba(0,0,0,0.30);
}

header img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  min-width: 600px;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 7px;
}

header h1 {
  position: absolute;
  width: 100%;
  bottom: 5px;
  text-align: center;
  color: white;
  font-size: 3vw;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
}

#Menue {
	z-index: 10;
	width: 210px;
	padding: 20px 10px 0 20px;
}

#MobilMenueBTN {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 3px;
	display: none;
	opacity: .7;	
}
#MobilMenueBTN:hover {opacity: 1;}


#HomeBild {
	width: 100%;
	border-radius: 7px;
	box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
}

/* ----------------- Zoom-Daten --------------------*/

td.ZoomTab {
	border-bottom: 1px solid #ccc;
}




@media screen and (max-width: 600px) {

	#Menue {
		position: fixed;
		top: 48px;
		left: 0;
		display: none;
		padding: 7px;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
	}

	#MobilMenueBTN {
		z-index: 130;
		display: block;	
	}



}