/* Kontakty */
.heading {
  text-align: center;
  font-size: 40px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 8rem;
}
.contact-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-wrapper ul li:hover {
  color: var(--color-primary-hover);
}
.contact-wrapper .contact-details h3 {
  font-size: 20px;
  font-weight: 600;
}
.contact-details {
  padding-top: 3rem;
  min-height: 420px;
}
.contact-wrapper li {
  margin-bottom: 1rem;
  font-size: 20px;
}
.offset {
  padding-left: 0;
}
.contact-details .heading {
  text-align: left;
  margin-bottom: 2rem;
}
.contact-details .offset h4 {
  margin: 0;
}
.contact-details .offset p,
.contact-person-text li {
  font-size: 16px;
}

.contact-persons {
  background-color: #f5f5f5;
  min-height: 420px;
  display: grid;
  place-content: center;
  row-gap: 1.5rem;
}
.person-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.person-row img {
  border-radius: 50%;
  width: 100px;
  margin-right: 2rem;
}
.contact-person-text .title {
  margin: 0;
  font-weight: 600;
}

#gmap_canvas {
  width: 100%;
  height: 450px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 450px;
  width: 100%;
}
.mapouter {
  position: relative;
  text-align: right;
  height: 450px;
  width: 100%;
}

/*form*/
.form-wrapper [itemprop="headline"],
.form-wrapper [itemprop="about"] {
  text-align: center;
}
.form-group label {
  text-align: left;
}

.form-group.submit-wrapper {
  text-align: end;
}
.form-container {
  background-color: #f5f5f5;
  padding: 5rem;
}

.form-group {
  width: 50%;
  padding-right: 1rem;
}

fieldset {
  display: flex;
  flex-wrap: wrap;
}
fieldset .form-group:nth-of-type(5) {
  width: 100%;
}
.form-group > input.form-control,
.form-group > select.form-control {
  width: 100%;
  height: 42px;
  border: 0;
}
.form-group label {
  font-size: 16px;
}
@media (min-width: 480px) {
  .form-group label {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding-right: 20px;
  }
  .form-group > input.form-control,
  .form-group > select.form-control {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .form-group > select.form-control {
    width: 217px !important;
  }
  .form-group {
    width: 100%;
    padding-right: 0;
  }
}
textarea.form-control {
  height: 140px;
  border: 0;
  width: 100%;
}
textarea.form-control::placeholder {
  color: #b8b8b8;
}
a.project-email::before {
  content: "\e924";
  line-height: 25px;
}
