.kontakt {
  margin-top: 30px;
}

.button {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  background: transparent;
  width: 100%;
  padding-right: 60px;
  font-weight: 400;
  outline: none;
  background-color: #f8edd7;
  border-radius: 16px;
  padding: 16px;
  line-height: 32px;
  position: relative;
  max-width: 100%;
  width: 250px;
  color: #515151;  
  font-weight: bold;
  margin-top: 15px;
  display: block;
  text-align: center;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  #header .main-navigation {
    top: 150px;
    width: 100%;
    text-align: center;
    right: auto;
    left: 0px;
  }
  #header .logo img {
    max-width: 120px;
    height: auto;
  }
}