@media only screen and (max-width: 767px) {
  /* FORM  */
  .eventForm form .cf7-input-container {
    flex-flow: column;
  }
  /* Ledig plads  */
  .booked-calendar-shortcode-wrap .booked-appt-list-header {
    display: flex;
    flex-flow: column-reverse;
  }
  .booked-calendar-shortcode-wrap .booked-appt-list-header h2 {
    text-align: center !important;
  }
  .booked-calendar-shortcode-wrap .booked-appt-list-header .booked-list-view-nav {
    margin-bottom: 10px;
  }
  .booked-calendar-shortcode-wrap .timeslot button {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    /* HEADER  */
    /* FOOTER  */
    /* FORM  */
    /* Ledig plads  */
  }
  body header {
    position: relative !important;
  }
  body header .logo a img {
    height: 50px !important;
  }
  body footer ul li {
    text-align: center;
    margin-top: 0 !important;
  }
  body .eventForm form {
    padding: 0;
  }
  body .eventForm form .cf7-input-container {
    gap: 20px;
  }
}

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