/*
	global styles
*/

html {
  background-color: #005cad;
  font-family: arial, helvicta, sans-serif;
}

header {
  color: white;
  background-color: #005cad;
  margin-left: 0px;
  padding: 10px;
  height: 25px;
  padding-left: 10px;
  position: relative;
}

footer {
  height: 40px;
  text-align: center;
  color: white;
  background-color: #005cad;
  padding-top: 10px;
}

body {
  margin: 0px;
}

header ul {
  display: inline;
  padding: 0px;
  margin: 0px;
  font-size: 25px;
  font-weight: bold;
  background: #005cad;
  list-style: none;
}
nav {
  border-top: 2px solid #d6d9d9;
}
nav ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

nav ul li {
  display: inline-block;
  width: 110px;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #005cad;
}

nav ul li ul li {
  display: none;
  list-style: none;
  font-size: 15px;
  text-align: center;
  padding-left: 0px;
  margin-left: 0px;
  background: #005cad;
  background-color: #005cad;
  z-index: +1;
  position: relative;
  padding-right: 0px;
  width: 110px;
  padding-bottom: 5px;
}

.JavaCard:hover .dropDownJava {
  display: inline-block;
  float: left;
}

.HTML_CSSCard:hover .dropDownHTML_CSS {
  display: inline-block;
  float: left;
}

.defaultLink {
  color: white;
  text-decoration: none;
}

footer div label {
  margin: 10px;
}

.siteText {
  margin: 0px;
  color: black;
  background-color: white;
  padding: 10px;
}

body div p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

body div h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

/*website.html*/
body div h3 {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* datenschutz.html */
.privacyBlockquote {
  margin-left: 5px;
}

.privacyList {
  margin-left: 0px;
  padding-left: 25px;
}

.ionosLink {
  color: black;
}

.ionosLinkEN {
  color: navy;
}

/*temp.*/
.en {
  color: navy;
}

.menuIcon {
  height: 36px;
  top: 5px;
  right: 0;
  position: absolute;
}
