.bg-image-bettenhaus {
  background: url("/static/img/zeichnungen/211210-bettenhause.png");
  background-position: center;
  background-size: cover;
}

.bg-image-hotel {
  background: url("/static/img/zeichnungen/211212-hotel.png");
  background-position: center;
  background-size: cover;
}

.bg-image-heizhaus {
  background: url("/static/img/zeichnungen/Heizhaus.png");
  background-position: center;
  background-size: cover;
}

.bg-image-bierscheune {
  background: url("/static/img/zeichnungen/211216-bierscheune.png");
  background-position: center;
  background-size: cover;
}

.bg-image-rakete {
  background: url("/static/img/zeichnungen/rakete.png");
  background-position: center top;
  background-size: 50%;
  background-repeat: no-repeat;
  margin-top: 50px
}

.booking-calendar-day {
  min-height: 3rem;
}

.booking-calendar-day-outside {
  opacity: 0.65;
}

.booking-calendar-event {
  text-decoration: none !important;
}

.booking-calendar-toolbar {
  background: #f8f9fc;
}

.booking-calendar-title {
  color: #1f2638 !important;
}

.booking-calendar-nav {
  color: #1f2638 !important;
  border-color: #b7c2d9 !important;
  background: #ffffff !important;
}

.booking-calendar-nav:hover,
.booking-calendar-nav:focus {
  background: #1f2638 !important;
  color: #f8f9fc !important;
}
