/* Hamburger Menu ausblenden */
#header .nav-trigger.toggle-mnu {
  display: none !important;
  visibility: hidden !important;
}


/* Warenkorb ausblenden */
.cart-button,
.cart-icon,
[class*="cart"] {
  display: none !important;
}

/* SimplyBook Copyright ausblenden */
.attribution,
.simplybook-attribution {
  display: none !important;
}

/* My personal data ausblenden */
.personal-data-link {
  display: none !important;
}

/* Titel und Button höher setzen */
.sb-heading,
.sb-title,
.company-name,
.banner-title,
.banner-content,
.banner-wrap {
  margin-top: -160px !important;
  position: relative !important;
  top: -30px !important;
}

/* Book Now Button näher zum Titel */
.book-button-wrap,
.book-now-btn,
[class*="book-btn"],
[class*="booking-btn"] {
  margin-top: 10px !important;
  position: relative !important;
}

/* Abstand zwischen Buttons */
.book-form-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.book-form-actions a,
.book-form-actions button {
  margin-bottom: 15px !important;
}

.add-another-service-btn,
[class*="add-another"],
[class*="add_another"] {
  margin-bottom: 15px !important;
}

#events h3 {
	/* add your css rule here */
}
#events p.duration, #events div.duration {
	/* add your css rule here */
}
#events p.description, #events div.description {
	/* add your css rule here */
}
#events .selectedEvent {
	/* add your css rule here */
}
#events input.reserve_time_btn {
	/* add your css rule here */
}
#events input.select_another_btn {
	/* add your css rule here */
}
#eventForm #start_date-block-container h3, #eventForm #timeline-container h3 {
	/* add your css rule here */
}
#eventForm #save_button {
	/* add your css rule here */
}
div.ui-widget-content {
	/* add your css rule here */
}
div.ui-widget-header {
	/* add your css rule here */
}
#timeline-container table.timeline {
	/* add your css rule here */
}
.timeline td.not_worked_time {
	/* add your css rule here */
}
.timeline td.free_time {
	/* add your css rule here */
}
.timeline td.selected_time {
	/* add your css rule here */
}
.timeline td.reserved_time {
	/* add your css rule here */
}
div#loading {
	/* add your css rule here */
}
#start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label {
	/* add your css rule here */
}
