@charset "ISO-8859-1";

body, .section {
    background-color: #016368;
	color: white;
	font-size: 1em;
}

div.section {
	background-color: #128095;
	border: 1px solid;
	margin: 0  0 1em 0;
	padding: 1em;
}

.hauptueberschrift
{
	font-size: 50px;
	color: #fbd7b4;
}

.kleinschrift
{
	font-size: 0.8em;
}

.Normal
{
    font-size: 1em;
    color: white;
    background-color:  #128095;
}

.Invers
{
    font-size: 1em;
    color: black;
    background-color: white;
}



.ButtonLinkSchwarz
{
	font-size: 1em;
	font-weight: bold;
	background-color: white;
	color: black;
}

.ButtonLinkInvers
{
	font-size: 1em;
	font-weight: bold;
	background-color: black;
	color: white;
}

.ButtonLinkRot
{
	font-size: 1em;
	font-weight: bold;
	background-color: white;
	color: red;
}

.ButtonLinkBlau
{
	font-size: 1em;
	font-weight: bold;
	background-color: white;
	color: blue;
	border:1px solid red;
}


.image {
	border: 1px solid #000000;
	background-color: #ededed;
	text-decoration: none;
	background-position: center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}

.img2 {
	border: 0px solid #258195;
	background-color: #258195;
	text-decoration: none;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.imageshow{
	text-decoration: none;
	background-color: #494949;
	float: left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	padding-right: 2px;
	padding-bottom: 2px;
}

div.section h1, div.section h2 {
	margin-top: 0;
}

a:active {
	        text-decoration: none;
	        color: #FFC6BE
}

a:visited {
	        text-decoration: none;
	        color: #f9f750
}


a:link {
	        text-decoration: none;
	        color: #9effff
}

a:hover {
	text-decoration: underline;
	color: #f9f750
}

.Invers a:visited {
		color: inherit;
}

.Invers a:link {
		color: inherit;
}

.Invers a:hover {
		color: inherit;
}


nav {
  float: left;
  width: 100%;
  background: #3a3a3a;
  background: #ffffff;
  font-size: 16px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav a {
  display: block;
  color: #000000;
  text-decoration: none;
}

nav a:visited {
  display: block;
  color: #000000;
  text-decoration: none;
}

nav a:link {
  display: block;
  color: #000000;
  text-decoration: none;
}


nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #ffffff;
  transition: 0.5s;
}

@media screen and (max-width: 700px) {
nav ul li {
  position: relative;
#  float: left;
  list-style: none;
  color: #ffffff;
  transition: 0.5s;
}}

nav ul li a {
  padding: 5px;
  color: #000000;
}

nav ul li a:visited {
  padding: 5px;
  color: #000000;
}

nav ul li a:link {
  padding: 5px;
  color: #000000;
}

nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul li:hover {
  background: #4096ee;
  background: #dddddd;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #333;
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}

nav ul ul li a {
  padding: 10px 10px;
}

nav ul ul li:last-child {
  border-bottom: none;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}


.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 6px;
  padding: 10px 10px;

  /* Position the tooltip */
  position: absolute;
  right: 0px;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

form {
     display:inline;
     margin:0px;
     padding:0px;
}
