#about-us > div > div.title-main.title-main:first-letter {
text-transform: none !important;
}

#main-buttons > div.container-fluid.column > div > div > div.company-name {
    display: none;
}

#contacts .links.website {
    position: relative;
    top: -40px; /* Passen Sie den Abstand nach Bedarf an */
    left: -30px; /* Passen Sie den Abstand nach Bedarf an */
}


 #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   {
	
}


 .timeline td.not_worked_time   {
	
}


 .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 */
}

#main-buttons {
    display: none;
}

div#sb_booking_company_time {
    display: none;
}

#contacts .web .icon i.fa.fa-globe {
    display: none;
}

#contacts .links.website::before {
    content: "\f0ac"; /* Unicode-Zeichen des Erdball-Icons aus Font Awesome */
    font-family: "Font Awesome 5 Pro"; /* Verwendete Icon-Schriftart (Font Awesome Pro) */
    position: absolute;
    left: -16px; /* Abstand nach Bedarf anpassen */
    top: 50%; /* Zentriert das Icon vertikal */
    transform: translateY(-50%);
    font-size: 16px; /* Größe des Icons anpassen */
    color: #000; /* Farbe des Icons anpassen */
    font-weight: 100; /* Linien glätten */
}

#schedule .day-off {
    display: none;
}
