
* #mapbg iframe {
  background-image: url("../imgfix/anfahrt.png");
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 100%;
  min-height: 500px;
  border: 1px solid #d0cfca;
  margin: 0 0 0 0;
  padding: 0px;
}

#form {
  margin: 1em 0 0 0;
}

.input {
  background-color: #eeeacf;
  font-family: 'Open Sans';
  line-height:1.4em;
  font-size:1em;
  font-weight: 600;
  color:#4a4538;
  border: none;
  padding:3px 6px 4px 6px;
  text-align: left;
  width: 96%; /* falls calc net funzd */
  width: calc(100% - 12px);
}

.inputt {
  background-color: #eeeacf;
  font-family: 'Open Sans';
  line-height:1.4em;
  color:#4a4538;
  font-size:1em;
  font-weight: 600;
  resize: none;
  border:none;
  width: 96%; /* falls calc net funzd */
  width: calc(100% - 12px);
  height:250px;
  padding:3px 6px 4px 6px;
}

.buttonr {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  font-size: 0.9em;
  display:block;
  cursor: pointer;
  background-color: transparent;
  color:#4a4538;
  border: 3px solid #c7b889;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin-top: 1.2em;
  outline: none;
}

.buttonr:hover {
  background-color: #eeeacf;
  cursor: pointer;
  outline: none;
}

#norm {
  color: #4a4538;
}

#great {
  color: #79b52e;
}

#warning {
  color: #ce1e1d;
}

#city {
  display: none;
}

#prt_area {
  display: none;
}

