/* Gør booking-siden bredere på desktop */
@media (min-width: 1200px) {
  .container,
  .frame-container {
    max-width: 1400px;
  }
}