/*Variables*/
.map {
  height: 20rem;
  padding-bottom: 1rem;
}

.time-day {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

form {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
form .form-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 1rem 0;
}
form .form-row input {
  width: 100%;
  padding: 0.5rem;
}
form .form-row input:hover,
form .form-row textarea:hover {
  border: solid 0.2rem rgb(1, 148, 197);
}
form .form-row input:focus,
form .form-row textarea:focus {
  border: solid 0.1rem rgb(1, 148, 197);
}
form .form-row textarea {
  width: 100%;
  height: 6rem;
  padding: 0.5rem;
}
form .form-row button {
  width: 100%;
  font-size: 1.25rem;
}/*# sourceMappingURL=kontakt.css.map */