* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica !important;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #00538f;
  cursor: pointer;
}

h3 {
  margin-bottom: 10px;
}


h4 {
  margin-bottom: 5px;
}

hr {
	border: 0;
	border-top: 2px solid #000000;
}

#container {
  position: absolute;
  border-radius: 10px;
  width: 800px;
  top: 130px;
  margin-left: -400px;
  left: 50%;
  z-index: 2;
  font-size: 14px;
  bottom: 70px;
  overflow-x: hidden;
  overflow-y: hidden; 
}

#nav {
  position: relative;
}

#content {
  position: relative;
  height: calc(100% - 70px);
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 20px;
  margin-right: 5px;
  padding-right: 20px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;  
}

#footer {
  position: fixed;
  margin-left: -300px;
  left: 50%;
  bottom: 0;
  margin-bottom: 10px;
  width: 700px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #00538f;
}

ul {
  display: flex;
  list-style-type: none;
  width: 100%
}

li {
  background-color: #387ba6; 
  border-radius: 6px;
  color: #00538f;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  flex: 1;
  margin: 1px;
}

li:hover {
  background-color: #5398c6;
}

li > a {
  display: block;
  color: #e2e2e2;
  cursor: pointer;
}

.bild {
  border-radius: 6px;
}

#name {
  font-size: 35px;
  color: #00538f;
}

#funktion {
  font-size: 25px;
  color: #2480b3;
}

#adresse {
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

#design_top {
  position: absolute;
  left: 0px;
  top: 0px;
}

#design_bottom {
  position: fixed; 
  right: 0px;
  bottom: 0px;
}

#logo {
  position: absolute;
  width: 160px;
  top: 15px;
  right: 26px;
}

@media screen and (max-device-width : 600px) {
  
  #container {
	top: 210px;
	bottom: 200px;
	font-size: 34px;  
  }
  
  #adresse {
    font-size: 34px;
  }

  #footer {
	left: 41%;
	font-size: 30px;
	text-align: left;
  }
  
  #funktion {
    font-size: 34px;
  }
  
  #name {
    font-size: 40px;  
  }
  
  #logo {
    width: 280px;
  }  
  
  li {
    font-size: 31px;
  }  
}

