.footer {
  margin-top: 6rem;
  /* min-height: calc(100*var(--1svh)) */
  background: #b3a400;
  color: #000;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 3rem;
    padding-left: 1.111rem;
    padding-right: 1.111rem;
  }
}

.footer a:hover {
  opacity: 0.655;
}

@media print {
  .footer {
    display: none;
  }
}

.footer .footer_title {
  margin-top: 2rem;
}

.footer_opening_hours {
  margin-top: 2rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .footer_opening_hours{
      font-size: 18px;
      line-height: 1.2;
  }
}

.footer_opening_hours .footer_hours_row:after {
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.footer_opening_hours .footer_day {
  float: left;
  clear: left;
  width: 50%;
}

.footer_opening_hours .footer_time {
  float: left;
  width: 50%;
  clear: right;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .footer_opening_hours .footer_day {
    width: 55%;
  }
  .footer_opening_hours .footer_time {
    width: 45%;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .footer_opening_hours .footer_day {
    width: 35%;
  }
  .footer_opening_hours .footer_time {
    width: 65%;
  }
}
@media (max-width: 370px) {
  .footer_opening_hours .footer_day {
    width: 60%;
  }
  .footer_opening_hours .footer_time {
    width: 40%;
  }
}

.footer_opening_hours .footer_xmas_close {
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  .footer_opening_hours .footer_xmas_close {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .footer .footer_access_col {
    margin: 1rem 0;
  }
}


.footer_access_image {
  height: 1.8rem;
  margin-top: 0.3rem;
  filter: invert(1);
}


.footer_newsletter_cont {
  margin-top: 2rem;
}

.footer_about_links {
  margin-top: 2rem;
  line-height: 1.5;
}

.footer_about_links a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.footer_social_el {
  margin-top: 2rem;
}

.footer_social_links {
  margin-top: 2rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.footer_social_link:after {
  content: "↗";
  position: absolute;
  margin-left: 0.2rem;
}

.footer_second_row {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .footer_second_row {
    margin-top: 2rem;
  }
}

.footer_copyright_col {
}

.footer_logos_col {
  margin-top: 1rem;
}

.footer_logo_link {
  margin-bottom: 1rem;
  margin-right: 3rem;
  display: inline-block;
  filter: invert(1);
}

.footer_row_image {
  height: 2rem;
}

@media (max-width: 1599px) {
  .footer_logo_link {
    margin-right: 1rem;
  }
}


/*
.footer_owners_spacer {
  background: #f1f1f1;
  height: 100vh;
}

.footer_owners_cont {
  padding: 7.5rem 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 8rem;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.footer_owners_inner {
  position: absolute;
  width: 75%;
  max-width: 40rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: opacity 100ms ease-in;
  z-index: 2;
}

.footer_owners_cont.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 700ms;
}
*/

.footer_email_input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  color: inherit;
  background: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
  padding: 0.3rem 0;
  border-radius: 0;
}

.footer_email_input::placeholder {
  color: inherit;
  font-size: inherit;
}

.footer_signup_lower {
  margin-top: 0.3rem;
}

.footer .mca_button {
}

.footer_signup_button {
  display: inline-block;
  color: #000;
  position: relative;
  padding: 0.6rem 1.9rem 0.6rem 0.9rem;
  cursor: pointer;
}

.footer_signup_button:after {
  content: " ";
  background: url('./images/navigate_right.svg') 50%/0.4rem no-repeat;
  display: block;
  width: 0.65rem;
  height: 0.75rem;
  position: absolute;
  top: 0.85rem;
  right: 0.6rem;
}

.footer_signup_button.hidden {
  display: none;
}



.footer_contact_el {
  margin-top: 2rem;
  overflow: hidden;
}

.footer_contact_el a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}


@media (max-width: 768px) {
  .footer_mca_logo_col {
    display: none;
  }
}

.footer_mca_logo {
  display: block;
}
