/*contact page*/
.google-map-p {
  margin-top: 30px;
}
.google-map-p iframe {
  width:100%;
}
    .kontakt_h1 {
    text-align: center;
  font-weight: 700 !important;
}
.kontakt_text {
    text-align: center;
}

#kontakt_formular h3, #kontakt_adresse h3 {
  font-weight: 700;
}

button, input, optgroup, select, textarea {
  font-family: open sans;
  font-size: 17px !important;
}

#kontakt_adresse {
    margin-top:40px;
    text-align: center;
}

#kontakt_formular {
    margin-top:70px;
    text-align: center;
}


#kontakt fieldset {
    border: medium none;
    margin: 0 2px 0 28%;
    padding: 0.35em 0.625em 0.75em;
    width: 500px;
}

#kontakt input {
  border: 2px solid #3c609e;
  width: 100%;
  height: 39px;
  line-height: 39px;
  border-radius: 0px;
  margin-bottom: 18px;
}

#kontakt textarea {
  border: 2px solid #3c609e;
  width: 100%;
  height: 255px;
  border-radius: 0px;
  margin-bottom: 18px;
}

#kontakt .input-plz {
    width: 100px !important;
}