body {
  font-family:  Verdana, Helvetica, Arial, sans-serif;
  color: white; background:black;
}
hr {color: aqua; height: 3px; box-shadow: 2px 1px 1px #000000;}
img  {max-width: 100%; height: auto;}
li {line-height: 150%;}
a {color: aqua; text-decoration: none;}
a:hover {color: yellow; text-decoration: underline;}
a:visited { color:grey;}

table {align:center; box-shadow: 3px 3px 5px  #FFFFFF; color:white;}
th {background:#434588 vertical-align:top; alignment:left;}
td {vertical-align:top; alignment:left; color:white;}

h1 {font-family: Verdana, Helvetica, Helv; font-size: 20pt;  font-style:bold; letter-spacing:3px;}
h2 {font-family: Verdana, Helvetica, Helv; font-size: 12pt; font-style:italic; font-weight:400; color:#A3B3D5;}
h3 {font-size: 20px; font-weight:bold;}
h4 {font-weight:bold; color:#010156; text-shadow: 2px 2px 1px #FFFFFF;}
b {font-weight:bold;}
p {text-align:left; white-space:normal; line-height: 120%; margin-top:3pt;}
input {background:#FFFFFF; color:#010156; border-color:#010156}

* {
  box-sizing: border-box;
}
.mitte {align-items: center;}
.rechts {

  max-width: 320px;
  float: right;
  padding: 6px;

  z-index: 0;
}
.main {
  width: 100%;
  max-width: 1000px;
  float: left;
  padding: 6px;
  z-index: -1;
}
.maintitel {
  width: 100%;
  float: left;
  padding: 6px;
  background-color: #7BBD7B;
  min-height: 30px;  max-height: 60px;
}
.maininhalt {
  width: 100%;
  float: left;
  padding: 6px;
  background-color:rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.titel {
  width: 100%;
  float: center;
  text-align: center;
  padding: 0px;
 position: relative;
}
.u_titel{
  padding-top: 0px;
  padding-left: 15px;
    font-size: 12px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.dropbtn {
  background-color: transparent;
  color: black;
  padding: 6px;
  font-size: 16px;
  border: none;
  text-align: left;
}
.dropdown {
 position: relative;
  text-align: left;
/* float: right;
/* position: fixed; /* Set the navbar to fixed position */
  /* top: 0; /* Position the navbar at the top of the page */
   /* width: 100%; /* Full width */
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f1f1f1;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: #006600;
  font-weight: bold;
  padding: 1px 16px 1px;
  text-decoration: none;
  display: block;
}
.dropdown-content p {
  color: black;
  font-size: 12px;
  padding: 0px 16px;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {color: #006600;}
