.btn-project {
  display: table;
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
  border: 2px solid transparent;
  outline-width: 0;
  margin: 0;
  white-space: nowrap;
  user-select: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px 30px;
  border-radius: 7px;
  align-self: flex-start;
}

.btn-project:hover,
.btn-project:focus {
  text-decoration: none;
}

.btn-project-dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-project-dark:hover,
.btn-project-dark:focus,
.btn-project-dark:active {
  color: #111111;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-project-accent {
  color: #ffffff;
  background-color: #ff9c34;
  border-color: #ff9c34;
}

.btn-project-accent:hover,
.btn-project-accent:focus,
.btn-project-accent:active {
  color: #ffffff;
  background-color: #d9550d;
  border-color: #d9550d;
}

.u-form-vertical {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.u-form-vertical.u-form-spacing-15 {
  margin-left: -15px;
  width: calc(100% + 15px);
}

.u-form-vertical.u-form-spacing-15 .u-form-group {
  margin-bottom: 15px;
  padding-left: 15px;
}

.u-form-vertical .u-form-group {
  width: 100%;
}

@media (max-width: 575px) {
  .u-form-vertical .u-form-group {
    width: 100%;
  }
}

.u-form-control-hidden {
  display: none !important;
}

.u-form-horizontal .u-btn-submit,
.u-form-vertical .u-btn-submit {
  margin-top: 1px;
  margin-bottom: 1px;
  position: relative;
}

.u-form div.u-form-send-error,
.u-form div.u-form-send-success {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border: none;
}

.u-form .u-form-group.u-form-checkbox,
.u-form .u-form-group.u-form-agree {
  display: flex;
}

.u-form .u-form-group.u-form-checkbox input[type="checkbox"],
.u-form .u-form-group.u-form-agree input[type="checkbox"] {
  float: left;
  flex-shrink: 0;
}

.u-form .u-form-group.u-form-checkbox label.u-label,
.u-form .u-form-group.u-form-agree label.u-label {
  margin-left: 5px;
}

.u-form .u-form-group.u-form-checkbox label.u-label a,
.u-form .u-form-group.u-form-agree label.u-label a {
  margin-top: 0;
  margin-bottom: 0;
}

.u-form .u-form-vertical .u-form-group.u-form-checkbox,
.u-form .u-form-vertical .u-form-group.u-form-agree {
  align-items: baseline;
}

.u-form-send-message {
  z-index: 1;
}

.u-form-send-error {
  background: #f95d51;
}

.u-form-send-success {
  background: #62c584;
}

.u-form {
  position: relative;
  font-size: 1rem;
  height: auto !important;
}

.u-form-group {
  text-align: start;
}

.u-btn-submit {
  display: inline-block;
}

.u-label {
  font-weight: normal;
}

.u-form :-ms-input-placeholder {
  opacity: 1;
}

.u-form-vertical .u-form-submit {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .u-form-horizontal {
    flex-direction: column;
    align-items: stretch;
    margin: -0.5rem !important;
  }

  .u-form-horizontal .u-form-group {
    border: 0.5rem solid transparent !important;
    margin-right: 0 !important;
  }

  .u-form-horizontal label {
    display: none;
  }

  .u-form-horizontal .u-btn-submit {
    flex-grow: 1;
  }
}

.u-cookies-consent {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px 0;
}

.u-cookies-consent.show {
  display: block;
}

.u-cookies-consent .u-btn-1 {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.u-cookies-consent .u-container-layout-2 {
  padding: 30px;
}

.u-cookies-consent .u-layout-cell-2 .u-container-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0;
}

.u-cookies-consent .u-layout-cell-2 .btn-project {
  margin: 0;
}

.u-map {
  width: 95%;
  height: 95%;
}

.u-map .embed-responsive {
  width: 100%;
  height: 100%;
}

#map-consent-hint .map-consent-action {
  text-align: center;
}

#map-consent-hint .map-consent-action .btn-project {
  margin: 0 auto;
}

#tooltip {
  font-size: 1em;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  background: rgba(255, 156, 52, 0.8);
  border-radius: 5px;
  border-top: 1px solid #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 100;
  padding: 10px;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  border-top-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #333;
  border-bottom-color: rgba(0, 0, 0, 0.6);
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.u-inner-container-layout.u-sidenav-overflow input {
  color: #000;
  font-size: 1rem;
}

input[type="search"],
input[type="submit"] {
  padding: 2px 5px !important;
}

em {
  font-weight: bold;
  font-style: normal;
}

.output a {
  font-weight: bold;
}

.searchword {
  color: #222;
  background-color: rgba(204, 204, 204, 0.7);
  border: 1px dotted rgba(204, 204, 204, 0.7);
}

.searchword0 {
  color: #222;
  background-color: rgba(255, 156, 52, 0.7);
  border: 1px dotted rgba(255, 156, 52, 0.7);
}

.searchword1 {
  color: #222;
  background-color: rgba(0, 255, 0, 0.7);
  border: 1px dotted rgba(0, 255, 0, 0.7);
}

.searchword2 {
  color: #222;
  background-color: rgba(0, 255, 255, 0.7);
  border: 1px dotted rgba(0, 255, 255, 0.7);
}

.searchword3 {
  color: #222;
  background-color: rgba(255, 187, 187, 0.7);
  border: 1px dotted rgba(255, 187, 187, 0.7);
}

.searchword4 {
  color: #222;
  background-color: rgba(221, 255, 221, 0.7);
  border: 1px dotted rgba(221, 255, 221, 0.7);
}

.searchword5 {
  color: #222;
  background-color: rgba(255, 170, 255, 0.7);
  border: 1px dotted rgba(255, 170, 255, 0.7);
}

.searchword6 {
  color: #222;
  background-color: rgba(204, 204, 204, 0.7);
  border: 1px dotted rgba(204, 204, 204, 0.7);
}

.u-back-to-top {
  position: fixed;
  z-index: 100000;
  display: none;
  width: 64px;
  height: 64px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0;
  background-image: none;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  line-height: 0;
  border-width: 0;
  padding: 15px;
  opacity: 0.85;
  color: #ffffff;
  background-color: #ff9c34;
}

.u-back-to-top:hover {
  background-color: #d9550d;
}

.u-header {
  background-image: none;
}

.u-header .u-sheet-1 {
  min-height: 80px;
}

.u-header .u-image-1 {
  width: 287px;
  height: 60px;
  margin: 22px auto 0 0;
}

.u-header .u-logo-image-1 {
  width: 100%;
  height: 100%;
}

.u-header .u-menu-1 {
  margin: -50px 0 22px auto;
}

.u-header .u-nav-2 {
  font-size: 1.25rem;
}

@media (max-width: 1199px) {
  .u-header .u-menu-1 {
    width: auto;
  }
}

.u-footer {
  background-image: none;
}

.u-footer .u-sheet-1 {
  min-height: 120px;
}

.u-footer .u-text-1 {
  width: 417px;
  margin: 49px auto;
}

@media (max-width: 1199px) {
  .u-footer .u-sheet-1 {
    min-height: 99px;
  }
}

@media (max-width: 991px) {
  .u-footer .u-sheet-1 {
    min-height: 76px;
  }
}

@media (max-width: 767px) {
  .u-footer .u-sheet-1 {
    min-height: 57px;
  }
}

@media (max-width: 575px) {
  .u-footer .u-sheet-1 {
    min-height: 36px;
  }

  .u-footer .u-text-1 {
    width: 340px;
  }
}
