.kontakt-section1{
  display: flex;
  flex-direction: column;
  max-width: 75ch;
  align-items: center;
  justify-content: center;
}

.kontakt-text{
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}

.kontakt-formular{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

input[type="email"], input[type="text"] {
  min-height: 2.5rem;
}

textarea{
  min-height: 10rem;
  resize: none;
}

.kontakt-button{
  display: flex;
  align-self: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 300;
  min-height: 2.5rem;
  font-size: 1rem;
  align-items: center;
  border: 1px solid rgba(128, 128, 128, 0.521);
  border-radius: 0;
  padding: 0rem 1rem 0rem 1rem;
  background-color: rgba(0, 128, 0, 0.349);
}

.kontakt-button:hover{
  border-radius: 0;
  border: 1px solid rgb(128, 128, 128);
  background-color: rgba(0, 128, 0, 0.521);
}

.kontakt-button:active{
  border-radius: 0;
  border: 1px solid rgb(128, 128, 128);
  background-color: rgba(0, 128, 0, 0.664);
}

.result{
  text-align: end;
}


@media (max-width: 767px) {
 
  .kontakt-section1{
    width: 90%;
  }

  .result{
    text-align: center;
  }
}
