body {
  background-image: url("../images/temp_bg.jpg");
}
body,
html {
  color: #000;
}
img {
  display: block;
  margin: 40px auto;
}
h1,
h2,
h3 {
  text-align: center;
  font-family: Montserrat-Regular;
  text-transform: uppercase;
  color: #4a4f55;
}
h1 {
  font-size: 45px;
  margin-bottom: 10px;
}
h2 {
  margin-top: 0px;
  font-size: 40px;
}
h3 {
  margin-top: 40px;
  font-size: 30px;
}
.kontakt p {
  font-size: 20px;
  text-align: center;
  font-family: LM-Roman-Demi-10-Regular;
  color: #a67524;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit !important;
}
.contact-form {
  margin-bottom: 100px;
}
input,
textarea {
  font-family: LM-Roman-Demi-10-Regular;
  font-size: 15px;
  color: #a67524;
  margin: 0;
  width: 450px;
  padding: 10px 0px 10px 15px;
  background-color: #fff;
  border: 1px solid #a67524;
}
textarea {
  min-height: 250px;
}
button {
  font-family: LM-Roman-Demi-10-Regular;
  font-size: 15px;
  background-color: #a67524;
  border-radius: 0px 0px;
  border: none;
  padding: 10px 20px 10px 20px;
  color: #fff;
  float: left;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
button:hover {
  background-color: #fff;
  color: #a67524;
}
.message_send,
.message_not_send {
  font-size: 15px;
  text-align: center;
  font-family: LM-Roman-Demi-10-Regular;
  color: #a67524;
  display: block;
}
#map {
  min-height: 500px;
}
.container_with_map,
.container_with_map * {
  padding: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
