/*
	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 */
}
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');

h1.site-title, .site-title, .company-name {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-transform: none; /* keine Versalien */
  color: #f7b900 !important;
}
}@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');

/* Unternehmenstitel überall in Orbitron und Gelb */
h1.site-title,
.site-title,
.company-name,
.header h1,
.pageTitle,
.bookingPageTitle,
.openingHoursTitle,
h1, h2, h3 {
  font-family: 'Orbitron', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #f7b900 !important;
}

/* Primärfarbe für Buttons und Links */
a.button,
button,
input[type="submit"],
.bookButton,
.sb-button {
  background-color: #f7b900 !important;
  color: #2E2E2E !important;
  border: none !important;
}

/* Verfügbare Zeitfenster */
.availabilitySlot {
  background-color: #f7b900 !important;
  color: #2E2E2E !important;
}

/* Gebuchte Termine */
.bookedSlot {
  background-color: #D3CBB2 !important;
  color: #666666 !important;
}

/* Seitenhintergrund und Text */
body {
  background-color: #EFE4CE !important;
  color: #2E2E2E !important;
}

/* Öffnungszeiten-Überschrift & Anzeige */
.openingHoursBlock,
.openingHoursBlock .label,
.openingHoursBlock .value {
  color: #f7b900 !important;
  font-family: 'Orbitron', sans-serif !important;
  font-weight: 400;
}
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');

/* Orbitron & Gelb für Titel, Visitenkarte, Öffnungszeiten, Fußzeile */
.site-title,
.company-name,
h1.site-title,
.pageTitle,
.bookingPageTitle,
.header h1,
.openingHoursTitle,
.openingHoursBlock .label,
.openingHoursBlock .value,
.footer .company-name,
.footer .footerTitle,
.footer .footerSubTitle,
.contactSection h2,
.contactSection .company-name,
.visitingCard .title,
.visitingCard .description,
.sb_companyName,
h1, h2, h3 {
  font-family: 'Orbitron', sans-serif !important;
  color: #f7b900 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  font-style: normal !important;
}

/* Buttons: Auf Karte zeigen, Buchen, etc. */
a.button,
button,
input[type="submit"],
.bookButton,
.sb-button,
.mapButton,
a[href*="map"],
a[href*="book"] {
  background-color: #f7b900 !important;
  color: #2E2E2E !important;
  border: none !important;
}

/* Verfügbare Termine */
.availabilitySlot {
  background-color: #f7b900 !important;
  color: #2E2E2E !important;
}

/* Gebuchte Termine */
.bookedSlot {
  background-color: #D3CBB2 !important;
  color: #666666 !important;
}

/* Seitenhintergrund */
body {
  background-color: #EFE4CE !important;
  color: #2E2E2E !important;
}
/* Kontaktangaben in der Visitenkarte (z. B. Adresse, Mail, Website) */
.visitingCard .info,
.visitingCard .info a,
.footer .contactInfo,
.footer .contactInfo a,
.contactSection .info,
.contactSection .info a {
  color: #3A3222 !important; /* ein ruhiger, warmer Dunkelbraun-Ton */
  font-family: 'Lato', sans-serif !important; /* Kontrast zu Orbitron */
  font-weight: 400 !important;
}
/* Hintergrundfarbe des Buttons (z.B. Buchung, Home, Bewertung) */
button, 
.sb-button, 
.sb-btn, 
.sb-widget-button {
  background-color: #f7b900 !important;
  color: #000000 !important; /* Textfarbe schwarz für guten Kontrast */
  border: none !important;
  border-radius: 4px !important;
}

/* Hover-Effekt für Buttons */
button:hover, 
.sb-button:hover, 
.sb-btn:hover, 
.sb-widget-button:hover {
  background-color: #e0b800 !important; /* dunkleres Gelb bei Hover */
  color: #000000 !important;
}

/* Schriftfarbe der E-Mail-Adresse (z.B. im Footer oder Kontaktbereich) */
.email-address, 
.sb-email-link {
  color: #f7b900 !important;
  font-weight: bold;
}

/* Schriftfarbe für Navigationslinks wie Home, Bewertung */
.sb-navigation a, 
.nav-link, 
.sb-nav-link {
  color: #f7b900 !important;
}

/* Optional: aktive Navigation (z.B. hervorgehobener Menüpunkt) */
.sb-navigation a.active, 
.sb-navigation a:hover {
  color: #e0b800 !important;
  font-weight: bold;
}/* Sonntag-Label ausblenden und neuen Text einfügen */
.weekday-label[data-day="0"] {
  color: transparent;
  position: relative;
}

.weekday-label[data-day="0"]::before {
  content: "Pause und Inspiration";
  color: #f7b900; /* gewünschte Farbe */
  position: absolute;
  left: 0;
  top: 0;
}

/* Ruhetag-Label ausblenden und neuen Text einfügen */
.ruhetag-label { /* Klasse anpassen, falls anders */
  color: transparent;
  position: relative;
}

.ruhetag-label::before {
  content: "Me-Time"; /* Oder "" für leer */
  color: #f7b900;
  position: absolute;
  left: 0;
  top: 0;
}/* Sonntag-Label ausblenden und neuen Text einfügen */
.weekday-label[data-day="0"] {
  color: transparent;
  position: relative;
}

.weekday-label[data-day="0"]::before {
  content: "Pause und Inspiration";
  color: #f7b900; /* gewünschte Farbe */
  position: absolute;
  left: 0;
  top: 0;
}

/* Ruhetag-Label ausblenden und neuen Text einfügen */
.ruhetag-label { /* Klasse anpassen, falls anders */
  color: transparent;
  position: relative;
}

.ruhetag-label::before {
  content: "Me-Time"; /* Oder "" für leer */
  color: #f7b900;
  position: absolute;
  left: 0;
  top: 0;
}.sb-weekday.sunday {
  color: transparent !important;
  position: relative !important;
}

.sb-weekday.sunday::before {
  content: "Me-Time"; /* Oder "" für leer */
  color: #f7b900 !important;
  position: absolute !important;
  left: 0;
  top: 0;
}.sb-ruhetag {
  display: none !important; /* komplett ausblenden */
}

/* Oder optisch ersetzen: */
.sb-ruhetag::before {
  content: "Me-Time";
  color: #f7b900 !important;
}