html, * {margin: 0; padding: 0;}

#hauptmenue {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 110px;
  border: none;
    
  
  color: white;
  font-weight: bold;
  font-size: 12pt;
  font-family: Arial, Helvetica, Sans-Serif;	
  background-color: #01178c;
}

#name {
  padding: 30px;  
  position: absolute;
  top: 50;
  color: #01a5f9;
}

#menuepunkte {
  position: relative;
  right: 0px;
  float: right;
}

nav{
  width: 100%;
  height: 85px;
  color: white;
  background-color: #01a5f9;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.11);
}

nav ul{
  float: right;
}

nav ul li{
  float: left;
  list-style: none;
  position: relative;
}

nav ul li a{
  font-family: Arial;
  color: #01178c;
  font-size: 18px;
  text-decoration: none;
  padding: 28px;
  display: block;
}

nav ul li a:hover{
    color: #01daf5;
  /* background-color: #ebebeb; */
} 

nav ul li ul{
  display: none;
  position: absolute;
  background-color: #01178c;
  padding: 5px;
  border-radius: 12px 12px 12px 12px;
}

nav ul li:hover ul{
  display: block;
}

nav ul li ul li a{
    color: #01daf5;
  padding: 16px 20px;
  border-radius: 10px;
}

nav ul li ul li a:hover{
  color: #01a5f9;
  /* background-color: #296b6b; */
}

#content {
  margin-top: 150px;
  margin-left: 20%;
  margin-bottom: 100px;
  width: 70%;
  background-color: #c5e8ff;
  font-family: Calibre, Arial, Helvetica, sans-serif;
}

#content_startseite {
  position: absolute;
  top: 300px; right: 300px;
  font-family: Arial;
  font-size: 42pt;
  text-align: center;
}

.kursiv {
  font-weight:100;
  font-size: 30pt;
  font-style: italic;
  color: #004eba;
}

.fettkursiv {
  font-weight: bold;
  font-size: 45pt;
  font-style: italic;
  color: #01178c;
}

h1 {
  color: #35bca8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36pt;
  font-weight: bold;
}

h2 {
  color: #0079ca;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  margin-top: 15px;
}

h3 {
    color: #0079ca;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  margin-top: 10px;
}

h4 {
    color: #0079ca;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 10px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

li {
  margin-left: 20px;
  margin-bottom: 5px;
}