body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden;
  background-color: white;
}
main {
  position: absolute;
  top: 100px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}

#holder {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}


#content2{
  width: 90vw;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fc7600;
  border-radius: 25px ;
  margin-bottom: 10vh ;
  flex-wrap: wrap;
  color: white;
  margin-top: 100px;
}

#right1{
  text-align: right;
  padding: 5px;
  font-size: 70px;
  width: 45%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#left1{
  text-align: left;
  padding: 5px;
  font-size: 20px;
  width: 45%;
  min-width: 300px;
}
.symbol{
  margin: 5%;
  text-align: center;
  align-items: center;
  display: flex;
}
.symbol img{
  height: 200px;
}




#content3{
  width: 100vw;
  min-height: 600px;
  height: auto;
  background-color: #ff8800;
  position: relative;
  color: #171c1f;
  margin-bottom: 40px;
  flex-wrap: wrap;
  font-family: sans-serif;
}
#content3flex{
  min-height: 530px;
  height: auto;
  flex-wrap: wrap;
}
.leistungspanal{
  min-height: 420px;
  width: 17vw;
  min-width: 242px;
  background-color: white;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.leistungspanal p{
  font-weight: bolder;
  font-size: 30px;
  text-align: left;
  margin-left: 10px;
}
.leistungspanal article{
  margin: 2vw;
}
.leistungenbutton{
  color: white;
  border: 5px solid white;
  background-color: transparent;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 30px;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;

  margin: 20px;
}
.leistungenbutton:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#content1{
  margin-top: 150px;
  justify-content: left;
  background-color: #ec6e00;
}
#content1 h1{
  color: white;
  font-size: 70px;
  font-weight: bolder;
  margin-left: 5vw;
}
.logo{
  background-color: white;
  border-radius: 100%;
}