#map_interactive {
  z-index: 1;
}
#map_interactive .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  color: var(--text-color);
  -webkit-box-shadow: 0 0 0 1px var(--border-color), 1px 3px 21px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 0 1px var(--border-color), 1px 3px 21px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px var(--border-color), 1px 3px 21px 1px rgba(0, 0, 0, 0.08);
}
#map_interactive .leaflet-popup-content-wrapper a {
  color: #2B2B2B;
}
#map_interactive .leaflet-popup-content-wrapper .btn {
  color: var(--dark-color);
}
#map_interactive .leaflet-popup-content {
  margin: 0;
}
#map_interactive .leaflet-popup-close-button {
  color: var(--text-color);
}
#map_interactive .leaflet-popup-scrolled {
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.isNotTouch #map_interactive .leaflet-popup-scrolled {
  scrollbar-width: thin;
  scrollbar-color: var(--text-muted) var(--box-bg);
}
.isNotTouch #map_interactive .leaflet-popup-scrolled::-webkit-scrollbar {
  width: 4px;
  background-color: var(--box-bg);
}
.isNotTouch #map_interactive .leaflet-popup-scrolled::-webkit-scrollbar-thumb {
  background-color: var(--text-muted);
}

#map_interactive .map_marker_body {
  padding: 15px;
}
#map_interactive .map_marker_image {
  margin: 0;
}
#map_interactive .map_marker_image img {
  max-width: 100%;
  height: auto;
}
#map_interactive .map_marker_title {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--dark-color);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}
#map_interactive .map_marker_block {
  position: relative;
  padding-left: 24px;
  margin: 4px 0;
}
#map_interactive .map_marker_block i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  color: var(--text-muted);
}
#map_interactive .map_marker_hours {
  margin-top: 8px;
  border-top: 1px solid var(--border-color);
  padding-top: 8px;
}

.opening-hours {
  width: 100%;
  margin: 0;
  text-align: right;
}
.opening-hours td {
  padding: 2px 4px;
  color: var(--text-color);
  vertical-align: top;
}
.opening-hours td:first-child {
  padding-left: 0;
}
.opening-hours td:last-child {
  padding-right: 0;
}
.opening-hours_day_now td {
  font-weight: 900;
  color: var(--dark-color);
}
.opening-hours_day_name {
  text-align: left;
}
.opening-hours_closed td {
  color: var(--text-muted);
}

.contact-title {
  margin: -8px 0 12px 0;
  line-height: 24px;
}
.contact-title i {
  font-size: 21px;
  color: var(--dark-color);
  padding: 0 8px 0 0;
}

.contact-form-box {
  margin: 12px auto;
  max-width: calc(480px + var(--box-padding));
}
.contact-form-box #desc_contact0 {
  display: none;
}
.contact-form-box .submit {
  margin-top: 16px;
}

#contact_coords,
#contact_form,
#legal-informations {
  padding: var(--grid-gap-half);
}

#secondary-content_contact {
  margin-top: var(--grid-gap);
}

#contact_coords #map_interactive {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  max-height: 55vh;
  margin-bottom: var(--grid-gap-half);
}
#contact_coords #mapLinkContainer {
  text-align: center;
}

.panel {
  line-height: 1.4;
}
.panel .page-subheading {
  margin: 0 0 var(--grid-gap-half);
}
.panel > *:last-child {
  margin-bottom: 0;
}

#email_f_2 {
  display: none;
}

#submitMessage {
  column-gap: 0.6em;
}
#submitMessage i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 1.2em;
}

#contact.customerthread #center_column {
  max-width: initial;
}

#customer_thread .page-subheading {
  margin-top: 0;
}

#ct_contact_form,
#ct_timeline,
#ct_data {
  margin-top: var(--box-padding);
}

@media (min-width: 1060px) {
  #ct_contact_form {
    margin-top: 0;
  }
}

.timeline-item {
  display: block;
  text-align: right;
}
.timeline-item + .timeline-item {
  margin-top: 12px;
}
.timeline-item.shop + .shop, .timeline-item.customer + .customer {
  margin-top: 4px;
}

.timeline-caption {
  max-width: 75%;
  position: relative;
  padding: 12px 16px;
  min-width: 200px;
  background: #96C11F;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.timeline-caption .timeline-time {
  display: block;
  color: white;
  opacity: 0.75;
}
.timeline-caption:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 12px;
  right: -5px;
  background: #96C11F;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.timeline-item.shop {
  text-align: left;
}
.timeline-item.shop .timeline-caption {
  background: var(--box-bg);
  color: var(--text-color);
}
.timeline-item.shop .timeline-caption .timeline-time {
  color: var(--text-muted);
  opacity: 1;
}
.timeline-item.shop .timeline-caption:before {
  background: var(--box-bg);
  right: auto;
  left: -5px;
}

.timeline-date {
  margin: 16px 0 8px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.875rem;
}
.timeline-date:first-child {
  margin-top: 0;
}

#last_message .timeline-item {
  text-align: left;
}
#last_message .timeline-item .timeline-caption {
  max-width: 100%;
}
#last_message .timeline-caption:before {
  content: none;
}

#ct_timeline #ct_timeline_list {
  margin-top: 24px;
}

#ct_data dd + dt {
  margin-top: 8px;
}

/*# sourceMappingURL=contact-form.css.map */
