/**********************************************************/
/*                    Fluent Booking                      */
/**********************************************************/


/* Zu auswählende Zeitzone ausblenden */
/*
.fcal_timezone_select {
    display: none;
}
*/

/* Zeitzone --> Höhe anpassen */
/*
.fcal_calendar_inner .fcal_side {
    min-height: 400px !important;
}
*/

/* Ausgewählte Zeitzone ausblenden */
/*
.slot_time_range.slot_timezone.fcal_icon_item {
    display: none;
}
*/

/* Auswahl "12/24 Std." ausblenden */
/*
.fcal_slot_picker_header_action {
    display: none !important;
}
*/

/* Autorname 'Katrin' ausblenden */
/*
.fcal_author_name {
    visibility: hidden !important;
}
*/

/* Umrandung ausblenden */
.fcal_wrap .fcal_calendar_inner {
    border: 0 !important;
}

.fcal_calendar_inner {
    border: 0 !important;
}

/* Autor Icon vergrößern */
.fcal_calendar_inner .fcal_side .fcal_author_avatar img {
    height: 150px !important;
    width: 150px !important;
}