body #site-header {
  z-index: 99999;
}
body .hk-register-form-container {
  background: white;
  padding: 30px;
  margin: 40px auto 40px 0;
  max-width: 700px;
}
@media (max-width: 767px) {
  body .hk-register-form-container {
    margin: 0px auto 0px auto;
    max-width: 450px;
  }
}
body .hk-register-form-container h2 {
  width: 100%;
  font-size: 20px;
  font-family: "MB Empire";
  margin: 0;
}
body .hk-register-form-container form {
  display: flex;
  flex-wrap: wrap;
}
body .hk-register-form-container form h2 {
  margin: 0 0 20px;
}
body .hk-register-form-container form h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-style: italic;
  font-family: "MB Empire";
}
body .hk-register-form-container form p {
  margin: 0 0 10px;
}
body .hk-register-form-container form .hk-register__location-container,
body .hk-register-form-container form .hk-register__data-container {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: calc(50% - 1px);
}
@media (max-width: 767px) {
  body .hk-register-form-container form .hk-register__location-container,
body .hk-register-form-container form .hk-register__data-container {
    width: 100%;
  }
}
body .hk-register-form-container form .hk-register__location-container .hk-register__images-container,
body .hk-register-form-container form .hk-register__data-container .hk-register__images-container {
  margin-bottom: 20px;
}
body .hk-register-form-container form .hk-register__location-container .hk-register__contact-container,
body .hk-register-form-container form .hk-register__data-container .hk-register__contact-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body .hk-register-form-container form .hk-register__location-container {
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
  body .hk-register-form-container form .hk-register__location-container {
    border: none;
  }
}
body .hk-register-form-container form .hk-register__data-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body .hk-register-form-container form .hk-register__data-container {
    padding-left: 20px;
    margin-top: unset;
  }
}
body .hk-register-form-container form .hk-field {
  position: relative;
}
body .hk-register-form-container form .hk-field > label {
  font-size: 14px;
  color: #041E42;
  font-family: "Times New Roman";
}
body .hk-register-form-container form .hk-field > label strong {
  color: red;
}
body .hk-register-form-container form .hk-field > label small {
  font-size: 12px;
  color: #4d4d4d;
}
body .hk-register-form-container form .hk-field > input {
  padding: 5px 10px;
  font-size: 14px;
  font-family: "MB Empire";
  font-weight: 400;
  border: 1px solid #aaa;
  border-radius: 0;
}
body .hk-register-form-container form .hk-field > input:active, body .hk-register-form-container form .hk-field > input:focus {
  border-color: #041E42;
}
body .hk-register-form-container form .hk-field > input::placeholder {
  font-weight: 200;
}
body .hk-register-form-container form .hk-field + .hk-field {
  margin-top: 15px;
}
body .hk-register-form-container form .hk-field.coordinate {
  display: flex;
  flex-wrap: wrap;
}
body .hk-register-form-container form .hk-field.coordinate > label {
  width: 100%;
}
body .hk-register-form-container form .hk-field.coordinate > input {
  width: calc(50% - 5px);
}
body .hk-register-form-container form .hk-field.coordinate > input:first-of-type {
  margin-right: 10px;
}
body .hk-register-form-container form .hk-field.invalid > input {
  border-color: red;
}
body .hk-register-form-container form .hk-field.invalid > input::placeholder {
  color: red;
}
body .hk-register-form-container form .hk-field.invalid .inputfile + label {
  border-color: red;
}
body .hk-register-form-container form .register-map__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
}
body .hk-register-form-container form .register-map__overlay .kv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
}
body .hk-register-form-container form .register-map__overlay .kv-button .icon-location-get, body .hk-register-form-container form .register-map__overlay .kv-button .icon-location-set {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 10px;
}
body .hk-register-form-container form .register-map__overlay .kv-button .icon-location-get {
  background: url("../img/location_get.svg") no-repeat center center;
}
body .hk-register-form-container form .register-map__overlay .kv-button .icon-location-set {
  background: url("../img/location_set.svg") no-repeat center center;
}
body .hk-register-form-container form .register-map__overlay .kv-button:last-of-type {
  margin-bottom: 0;
}
body .hk-register-form-container form #mapContainer .leaflet-locpicker-map {
  box-shadow: none;
  background: none;
  border: 1px solid #aaa;
}
body .hk-register-form-container form #mapContainer .leaflet-locpicker-map .leaflet-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}
body .hk-register-form-container form #mapContainer .leaflet-locpicker-map .leaflet-bar.leaflet-control {
  border: 1px solid #041E42;
}
body .hk-register-form-container form #locationField {
  margin-bottom: 20px;
}
body .hk-register-form-container form .spacer {
  flex-grow: 1;
}
@media (max-width: 767px) {
  body .hk-register-form-container form .spacer {
    height: 30px;
  }
}
body .hk-register-form-container form #submit-register-button {
  margin: 0;
  width: 100%;
}
body button.kv-button, body button[type=submit].kv-button {
  padding: 8px 12px;
  margin: 0 auto 10px;
  color: #041E42;
  font-size: 12px;
  font-family: "MB Empire";
  font-weight: 500;
  border: 1px solid #333333;
  background: #EBEEF2;
  outline: none;
  text-transform: unset;
}
body button.kv-button:hover, body button[type=submit].kv-button:hover {
  background: #fed803;
  color: #041E42;
}
body .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
body .inputfile + label {
  display: flex;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
body .no-js .inputfile + label {
  display: none;
}
body .inputfile:focus + label,
body .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
body .inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
body .inputfile + label {
  color: #aaa;
}
body .inputfile + label {
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 0;
}
body .inputfile:focus + label,
body .inputfile.has-focus + label,
body .inputfile + label:hover {
  border-color: #041E42;
}
body .inputfile + label span,
body .inputfile + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
body .inputfile + label span {
  width: auto;
  flex-grow: 1;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  color: #041E42;
}
body .inputfile + label strong {
  height: 100%;
  color: #041E42;
  padding: 9px 12px;
  background-color: #EBEEF2;
  display: inline-block;
  font-size: 12px;
  font-family: "MB Empire";
  font-weight: 500;
  outline: none;
  text-transform: unset;
}
body .inputfile:focus + label strong,
body .inputfile.has-focus + label strong,
body .inputfile + label:hover strong {
  background-color: #fed803;
}
@media screen and (max-width: 50em) {
  body .inputfile + label strong {
    display: block;
  }
}
body .loader {
  display: none;
  border: 3px solid #ccc;
  /* Light grey */
  border-top: 3px solid #041E42;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .hk-completed-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
}
body .hk-completed-list-container .hk-completed-list__item-card {
  width: calc((100% - 20px) / 3);
  margin: 5px 0 5px 0;
  background: white;
  padding: 20px;
}
@media (max-width: 900px) {
  body .hk-completed-list-container .hk-completed-list__item-card {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 600px) {
  body .hk-completed-list-container .hk-completed-list__item-card {
    width: 100%;
  }
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__header {
  font-family: "MB Empire";
  line-height: 1.4;
  font-size: 16px;
  color: #041E42;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__header .item-card__header-meta {
  font-family: "Times New Roman";
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-tabs {
  display: flex;
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-tabs .compare-tab {
  font-family: "MB Empire";
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 50%;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-tabs .compare-tab:not(.selected) {
  cursor: pointer;
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-tabs .compare-tab.selected {
  border-bottom: 2px solid #041E42;
  color: #041E42;
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 18vw;
}
@media (max-width: 900px) {
  body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-container {
    height: 25vw;
  }
}
@media (max-width: 600px) {
  body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-container {
    height: 50vw;
  }
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-container .compare-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__body .compare-container .compare-image.selected {
  z-index: 2;
}
body .hk-completed-list-container .hk-completed-list__item-card .item-card__footer {
  margin-top: 30px;
}
body #all-map {
  height: 60vh;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

/*# sourceMappingURL=modul.css.map */
