* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
}

#title h1 {
  text-align: center;
  font-family: arial;
  font-size: 42px;
  margin: 20px auto 0px;
}

#title p {
  text-align: center;
  font-family: arial;
  font-size: 16px;
  color: #BEBFBD;
  margin: 5px auto 20px;
}

#linie {
  height:1px;
  width: 1150px;
  margin: 0 auto;
  background-color: #D9DBE7;

}

#Logo {
  display: flex;
  justify-content: center;
  align-items: center;


  /*position: relative;
  align-items: center;*/



}

.wrapper {
  margin: 0 auto;
  width: 1200px;
  }

.img-background {
    width: 800px;
    height: auto;
    background-image: url(img/Logo.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    }

.box-left {
    /*margin: 0px 100px;*/
    position: relative;
    left: 50px;
    top: 500px;
    background-color: white;
    width: 350px;
    height: 250px;
    text-align: center;
  }

.box-left h2 {
  font-family: Bradley Hand ITC;
  font-size: 35px;
  line-height: 65px;
}

.box-left p {
    margin-top: 10px;
    font-size: 15px;
}

.box-middle {
    /*margin: 0px 100px;*/
    position: relative;
    left:475px;
    top: 250px;
    background-color: white;
    width: 350px;
    height: 250px;
    text-align: center;
  }

.box-middle h2 {
  font-family: Bradley Hand ITC;
  font-size: 35px;
  line-height: 65px;
}

.box-middle p {
    margin-top: 10px;
    font-size: 15px;
}

.box-right {
    /*margin: 0px 100px;*/
    position: relative;
    left: 900px;
    top: 0px;
    background-color: white;
    width: 350px;
    height: 250px;
    text-align: center;
  }

.box-right h2 {
  font-family: Bradley Hand ITC;
  font-size: 35px;
  line-height: 65px;
}

.box-right p {
    margin-top: 10px;
    font-size: 15px;
}

/*.img-Hintergrund:hover {
  background-size: 100%;
}*/

  .Footer {
  background-color: #121314;
  height: 65px;
  width: auto;
  color: grey;
  font-size: 18px;
  font-family: arial;
  text-align: center;
  line-height: 65px;

  }

nav {
  width: 100%;
  height: 60px;
  background-color: #fff;

}

ul {
 text-align: center;
}

ul li {
  list-style: none;
  margin:none;
  display: inline-block;
  float: center;
  line-height: 60px;
}

ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: arial;
  color: #1e1e1e;
  padding: 0 20px;

}

ul li a:hover {
    color: #57A3FF;
  }
