.body {
  background-image: url("images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.whitebox {
  width: 80%;
  padding: 40px;
  height: 90%;
  margin: auto;
  background-color: white;
  color: black;
}
.title {
  text-align: center;
  font-size: 5vw;
  color: red;
}
.navigation {
  background-color: grey;
  margin-left: 8%;
  width: 10%;
  height: 50px;
  font-size: 2vw;
}

.navigation:hover {
  background-color: green;
  color: white;
}

.home {
  margin-left: 80px;
}
.rezepte {
  width: 17vw;
  height: 17vw;
  padding-left: 10%;
  padding-top: 5%;
  margin-bottom: 20%;
}
.footer {
  font-size:1vw;
  background-color: red;
}

.white-box {
  background-color: white;
  color: black;
  width: 90%;
  margin: auto;
  margin-top: 5%;
  opacity: 0.9;
}
.white-box1 {
  background-color: grey;
  color: black;
  height: 100%;
}
.easy {
  text-align: center;
  font-size: 3vw;
  color: green;
}
.Container {
  display: flex;
  justify-content: space-around;
}
.ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

.li {
  float: left;
}

.li a {
  display: block;
  color: white;
  text-align: center;
  padding: 1vw;
  padding-left: 1vw;
  text-decoration: none;
  font-size:1.5vw;
}

.li a:hover {
  background-color: #111111;
}