/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #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 */
}





/* Start Bewertungen */

.style-review-row-inline {
    width: 100%;
    padding: 24px;
  }

  .style-review-row {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
	font-family: roboto;
    font-weight: normal;
    line-height: 1.25;
  }

  .star-star-first-child {
    margin-left: 0;
  }

  .star-small {
    width: 19px;
    height: 19px;
    margin-left: 1px;
  }

  .star-star {
    fill: #fff;
    width: 26px;
    height: 26px;
    margin-left: 0px;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  user agent stylesheet svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
  }

  .style-review-row-header span {
    white-space: nowrap;
  }
  
  .style--reviewRow--59a3dc p {
    font-size: 14px;
}
.style-review {
    margin-top: 10px;
    margin-bottom: 8px;
    font-family: roboto;
}

.style-details>*:not(:last-child) {
    padding-right: 16px;
    font-family: roboto;
}

.style-review-row-header h2 {
    font-weight: 600;
    color: #333;
    margin-left: 12px;
	font-size: 16px;
}

/* End Bewertungen */


/* Start Success Info

div#sb_invoice_notification {
    margin-top: 50px;
}



#sb_invoice_notification::before {
    content: "Vielen Dank für deine Buchung bei uns!";
    margin: auto;
    margin-left: calc(50% - 175px);
    margin-top: 30px;
    font-size: 19px;
    font-weight: 400;
}

 End Success Info*/

/* Start Pay Now Button

.btn-primary {
    visibility:hidden!important;
}

#sb_cancellation_confirm {
    visibility: visible!Important;
   
}



#sb_cancellation_cancel {
    visibility: visible!Important;
   
}

 End Pay Now Button*/