@import "../template.css";
.page-object .object-content {
  column-gap: 4.6rem;
}
.page-object .object-content .object-opening-hours {
  width: 460px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-object .object-content .object-opening-hours {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.page-object .object-content .object-opening-hours.full-wide-content {
  width: 100%;
  margin-bottom: 2rem;
}
.page-object .object-content .object-profile {
  padding-bottom: 1.5rem;
}
.page-object .object-content .object-profile .profile-section-title {
  margin-bottom: 0.4rem;
}
.page-object .object-content .object-profile .profile-contact {
  margin: 1.2rem 0rem 2.4rem;
}
.page-object .object-content .object-profile .profile-contact .contact-item {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}
.page-object .object-content .object-profile .profile-address {
  margin-bottom: 2.4rem;
}
.page-object .object-content .object-map {
  flex: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  line-height: 1;
  margin-top: 1.5rem;
}
.page-object .object-content .object-map.minified-content {
  margin-top: 0rem;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.page-object .object-content .object-map .componentIframe {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.page-object .object-content .object-map iframe {
  width: 100%;
  height: 340px;
}
.page-object .object-content .object-gallery {
  flex: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.page-object .object-content .object-gallery .componentImages {
  margin-top: 0.5rem;
}
.page-object .object-content .object-events {
  flex: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-top: 1.6rem;
}
