body {
  background-color: peru;
  margin: 0;

}

.Kopf {
  position: fixed; z-index: 999;
  height: 15%;
  width: 100%;
  top: 0;
  background-color: white;
}
#Logo {
  position: fixed;
  height: 15%;
  width: auto;
}

.container {

  font-size: 40px;
  margin-top: 15%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;

}
#Titel {
  height: 400px;
  width: 100%;
  margin-top: 0%;
  background-image: url("Kopf.jpg");
  background-repeat: round;

}
h1 {
  margin-left: 5%;
  margin-right: 5%;
}

p {
  margin-left: 2%;
  margin-right: 2%;
  text-align: justify;
  }
.row::after {
  content: "";
  clear: both;
  display: block;
}
.col-1 {
  float: left;
  background-color: peru;
  width: 100%;
  margin-top: 2%;

}




img {
  max-height: 500px;
  width: 100%;
}



#Leistungen {
  text-align: center;
}


#Bild1 {
  width: 100%;
  max-height: 500px;

}
