.header{
	background-color:#4F4E4E;
	width:100%;
	height:130px;
	top:0%;
	left:0%;
	position:fixed;
	z-index:1000;
}

@media only screen and (orientation: portrait)
	 { .inhalt{
		width:96%;
		left:2%;
		position:absolute;
		background:rgba(250,250,250,0.8);
		top:135px;
		border-radius: 25px;
		}
	}

@media only screen and (orientation: landscape)
	 { .inhalt{
		width:40%;
		left:30%;
		position:absolute;
		background:rgba(250,250,250,0.8);
		top:135px;
		border-radius: 25px;
		}
	}
	
.produkt{
	width:40%;
	background-color:#fff;
	left:10%;
	position:relative;
		
}

.bild{
	width:30%;
	overflow:hidden;
	text-align:center;
}

.packshot{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	display:block;
	object-fit:contain;
}

.title{
	text-align:center;
	color:#365F91;
	font-size:25px;
	font-weight:600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

body{
	background-image:url(hauptbild.jpg);
	background-repeat:no-repeat;
	background-position: center 130px; 
	background-attachment: fixed;
	background-size: 100%;
	padding:0px;
	margin:0px;
	font-family: sans-serif;
	background-color:#4F4E4E;
	
}

.menu:hover{
	background-color:#76001B;
	border-radius: 10px;
}


.menu{	
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.9vw;
	font-weight:600;
	top:6px;
	z-index:1009;
}

.menulink{
	text-decoration:none;
	color:white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
	
}

.menutbl{
	right:280px;
	width:55%;
	bottom:0px;
	position:absolute;
	overflow:hidden;
	background-size: auto 100px;
	z-index:1009;
}

.subheader{
	width:61%;
	left:20%;
	position:absolute;
	bottom:10%;
	top:100%;
}	

.logo{
	background-image:url(logo.png);
	background-repeat:no-repeat;
	background-position: 5px 5px; 
	background-size: 50%;
	position:absolute;
	height:130px;
	top:-130px;
	z-index:1001;
	width:35%;
	left:16%;
	
}

.menuactive{
	border-bottom:2px solid #fff;

	
}
.menuinactive{

}

.menucell:hover{
	
	background-color:#76001B;
	border-radius: 10px;
}


.inhaltinner{
	padding:2%;
}

.tblinhalt{
	width:25%;
	padding:10px;
	border:0px solid black;
	
}

.tbl{
	width:100%;
	table-layout:fixed;
}

.line{
	border-bottom:2px solid #ccc;
	
}