body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden;
  background-color: white;
}
.flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.projekte{
  background-color: white;
  min-height: 700px;
  height: auto;
  max-width: 500px;
  min-width: 350px;
  width: 30vw;
  margin: 80px;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  border: 2px solid black ;

  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.projekte img{
  max-width: 500px;
  width: 30vw;
  min-width: 350px;
  min-height: 175px;
  max-height: 210px;
  cursor: pointer;
}


.projekte h1{
  background-color: #fc7600;
  text-align: center;
  color: white;
  font-family: 'Kanit', sans-serif;
  margin: 0;
  border-radius: 15px 15px 0px 0px;
  font-size: 40px;
  line-height: 100px;
}

.projekte article{
  font-family: 'Kanit', sans-serif;
  padding: 17px;
  text-align: justify;
  font-size: 17px;
  font-weight: 700;
}
.projekte button{
  background-color: darkorange;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 0;
  position: absolute;
  bottom: 20px;
}