﻿body
{
background-image:url('images/footer.png');
	

}

.black
{
	background-image:url('images/menu.png');
	color:#002f55;
	font-size:24px;
	height:60px;
	padding:0px;
	width:100%;
}

.menu
{
	background-image:url('images/menu.png');
	height:60px;
	font-size:24px;
	padding:0px;
	width:100%;
}

.content
{
	background-color:#ffffff;
	color:#000000;
	height:600px;
	padding:0px;
}

.footer
{
	background-image:url('images/footer.png');
	color:#ffffff;
	height:100px;
	padding:0px;
}

.tablebg
{
	width:100%;
	
	
}

.menuhalb1
{
  width:30%;
  display: flex;
  align-items: center; /* Vertikale Zentrierung */

}

.menuhalb2
{
	width:70%;
	text-align:right;
}
a
{
	color:#295890;
	text-decoration:none;
}
a:hover
{
	color:blue;
	text-decoration:none;
}
.white
{
	color:#ffffff;
}
.white:hover
{
	color:#bfbfbf;
}
h2
{
	color:black;
	font-size:20pt;
}
.content
{
	vertical-align:top;
	font-size:16pt;
}
.auto-style1 {
	font-size: 20pt;
	color: #FFA300;
}
.auto-style2 {
	font-size: 22pt;
	color: #295890;
}
.auto-style3 {
	color: #FFA300;
	text-align: right;
	font-size: 20pt;
}
.auto-style4 {
	color: #295890;
	font-size: 22pt;
}
.footer {
	background-image: url('images/footer.png');
	color: #ffffff;
	height: 100px;
	padding: 0px;
	text-align: center;
	font-size:16pt;
}
.auto-style6 {
	font-size: x-large;
}
.auto-style7 {
	font-size: large;
}
.slogan {
	width: 70%;
	text-align: center;
	font-size: 20pt;
}
.hauptmenu {
	text-align: center;
	font-size: 18pt;
}
.right
{
	text-align: right;
}

.checkbox-group {
  margin-bottom: 1em;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1em;
}
.checkbox-label input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
