html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

* {
  font-family: 'Arial', Helvetica, sans-serif;
  color: #333446;
  line-height: 1.5;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.button {
  background-color: #1B354E;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.button:hover {
  background-color: #D7FD50;
  border: none;
  color: #1B354E;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  display: inline-block;
  font-size: 16px;
}

.infobox {
  background-color: #1B354E;
  border: none;
  color: #ffffff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.foot_info {
  background-color: #1B354E;
  border: none;
  color: #ffffff;
	padding: 7px 12px 9px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button_light {
  background-color: #1B354E;
  border: none;
  color: #ffffff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  display: inline-block;
  font-size: 16px;
}

.button_light:hover {
  background-color: #ffffff;
  border: none;
  color: #1B354E;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  display: inline-block;
  font-size: 16px;
}

.button_light2 {
  background-color: #1B354E;
  border: none;
  color: #ffffff;
  padding: 7px 12px 7px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button_light2:hover {
  background-color: #D7FD50;
  border: none;
  color: #1B354E;
  padding: 7px 12px 7px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button_sub {
  display: none; /* Button standardmäßig ausblenden */
  background-color: #1B354E;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px; /* Abstand unter dem ersten Button */
  width: calc(100% - 64px); /* Gleiche Breite wie der Hauptbutton */
}

.button:hover + .button_sub {
  display: inline-block;
}

#mainMenu, ul {
	padding:0;
	margin:auto;
	list-style-type:none;
	}

#mainMenu li {
	height: 35px;
	float:left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
  font-weight: bold;
 }

#mainMenu li a {
	margin: 0;
	padding: 9px 12px 9px 12px;
	display: block;
	text-decoration: none;
  font-weight: bold;
	font: 1.0rem 'Arial', Helvetica, sans-serif;
	color: #ffffff;
	}	

#mainMenu li a:hover {
	background:#D7FD50;
	color: #1B354E;
	}

#mainMenu li:hover ul, #mainMenu li.hover ul {
	visibility:visible;
	}

#mainMenu li {
	behavior: url(hover.htc);
	}

#subMenu {
	position:absolute;
	visibility:hidden;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e4f1f9;
	border-right: 1px solid #e4f1f9;
	border-bottom: 1px solid #e4f1f9;
	background: #e4f1f9;
  z-index: 2;	
	}

#subMenu li {
	height: 28px;
	margin: 1px 0 0 0;
	padding:0;
	border:0;
	clear:left;
	width:200px;
	background: #ffffff;
	}

#subMenu li a {
	display:block;
	text-decoration:none;
	font: 1.0rem 'Arial', Helvetica, sans-serif;
	color: #333446;
	margin:0;
	padding:5px 0 8px 12px;
	}	

#subMenu li a:hover {
	text-decoration: none;
	color: #333446;
	background: #e4f1f9;
	}
