body,html {
	height:100%;
	border:0px;
	margin:0px;
	background-image: url("../img/hintergrund_gruen-weiss-klein.png");
}

#outerbox {
	width:100%;
	height:100%;
	text-align center;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
}


#bierdeckel {
	max-height:80%;
	width:auto;
}

#titel {
	position:absolute;
	top:-20px;
	left:auto;
	text-align:center;
}
#titel2 {
	position:absolute;
	bottom:-20px;
	left:auto;
	text-align:center;
}

#titel h2 {
  font-size:26pt;
}


