/*
    Custom CSS für SimplyBook
    Schriftart: Lato
    Studio-Name exakt so: "the tree - Massage Lounge"
*/

/* =======================
   Google Font Lato einbinden
======================= */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* =======================
   Schriftart für gesamte Seite
======================= */
body, .section, .service-item, input, select, textarea, p, div, span {
    font-family: 'Lato', Arial, sans-serif !important;
}

.title-main, .section-title, h3 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
}

/* =======================
   Studio-Name unverändert
======================= */
.sb-widget-header, 
.sb-widget-header h1, 
.sb-widget-header .studio-name {
    text-transform: none !important; /* keine automatische Großschreibung */
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.8rem !important;
}

/* =======================
   Öffnungszeiten verstecken
======================= */
#schedule {
    display: none !important;
}

/* =======================
   Spaltenlayout anpassen
======================= */
.col-sm-6.col-md-6:first-child {
    width: 100% !important;
    float: none !important;
}

/* =======================
   Force SimplyBook arrows visible
======================= */
#timeline-container .ui-datepicker-prev,
#timeline-container .ui-datepicker-next {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    width: 30px !important;   /* adjust size if needed */
    height: 30px !important;
}

/* =======================
   Arrow color (visible on any background)
======================= */
#timeline-container .ui-datepicker-prev::before,
#timeline-container .ui-datepicker-next::before {
    color: #333 !important;  /* use white (#fff) if dark background */
    font-size: 1.2rem !important;
}

/* =======================
   Prevent arrows from being pushed off
======================= */
#timeline-container .ui-datepicker-header {
    position: relative !important;
}
