.eb-events-timeline .eb-taskbar {
  
  border-bottom: none;
  
}

#eb-upcoming-events-page-timeline, #eb-category-page-timeline {
  background-image: url('https://migavibe.ch/images/happy_people.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll; 
}

@media (min-width: 768px) {
  #eb-upcoming-events-page-timeline, #eb-category-page-timeline {
    background-attachment: fixed;
  }
}

.eb-ticket-information {
  background-color: white;
}

#eb-individual-registration-page {
  background-image: url('https://migavibe.ch/images/abstract_bg_1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll; 
}

.eb-event-information-box {
  margin-bottom: 30px;
}