body, .t-booking-website__body {
  background-image: url('https://ranalaweb.com/bg_trafft_ranalaweb.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; /* Optional: Hintergrund bleibt beim Scrollen fixiert */
  margin: 0; /* Damit kein weißer Rand entsteht */
  height: 100vh; /* Volle Höhe des Viewports */
}