body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
	background-color: rgba(255,255,255,1.00);
	margin: auto;
	width:90%;
	padding-top: 20px;
}
.ueberschrift {
	font-size: 25px;
	font-weight: bold;
}

.impress-ueberschrift{
	font-size: 20px;
	font-weight: bold;
	color: rgba(108,108,108,1.00)
}

.header {
	width: auto;
	height: 55px;
	border: 0px solid black;
	background-color: rgba(176,185,59,1.00);
	padding-top: 6px;
}

.header-inline {
	width: 90%;
	height: 40px;
	border: 0px solid red;
	font-size: 18px;
	font-weight: normal;
	color: rgba(255,255,255,1.00);
	margin-left: auto;
}

.table-Header{
	border:0px solid black;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
}

.filler{
	width: auto;
	height: 30px;
}
.middle {
	width: auto;
	height:auto;
	border:0px solid black;
}

.middle img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.impressum {
	width: auto;
	height: auto;
	border: 0px solid red;
	padding: 20px;
	color: rgba(108,108,108,1.00);
	overflow: auto;
	scroll-behavior: smooth;
	background-image:url(pics/logo-light.jpg);
	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
}
.table-impressum{
	border: 0px solid black;
	vertical-align: middle;
	margin: auto;
	width: 80%;
}
.info {
	width: auto;
	height: 150px;
	border: 0px solid black;
	margin: auto;
}

.footer {
	width: auto;
	height: 40px;
	border: 0px solid black;
	background-color: rgba(176,185,59,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 10px;
}
.footer a{
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}