#menu{
  position: -webkit-sticky;
  position: sticky;
  font-size: 24px;
  text-decoration: none;
}

#wikiInhalt{
  position:absolute;
  top:100px;
  left: 440px;
  width: 1000px;
  font-size: 20px;
  font-family: Lato, sans-serif;
}
#seitenleiste{
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  width: 300px;
  left: 16px;
  line-height: 50px;
}
body{
  font-family: Lato, sans-serif;
}
#kopfleiste{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color:lightgrey;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  color: black;
  z-index: 2;
}

#homeButton{
  display: inline-block;
  color: black;
  text-align: center;
  height: 28px;
  width:260px;
  padding: 18px 10px;
  text-decoration: none;
  justify-content: center;
}

#homeButton:hover {
  background-color:#f1f1f1 ;
  width: 500px;
}
h1{
  position: sticky;
  position: -webkit-sticky;
}

ul.breadcrumb {
  position:absolute;
  left:0;
  top: 50px;
  padding: 6px 10px;
  list-style: none;
  width: auto;
  background-color: transparent;
  z-index: 2;
}

/* Display list items side by side */
ul.breadcrumb li {
  float: left;
  font-family: Lato sans-serif;
  display: inline;
  font-size: 16px;
  color: black;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: black;
  text-decoration: underline;
  width: auto;
  padding:0 0 0 0;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  background:transparent;
  color: #01447e;
  text-decoration: underline;
}

