
html {
  --calendar-color-free: #e5e3d3;
  --calendar-color-occupied: #c4bfb3;
}

img.tfw-calendar__logo {
  display: none;
}

div#tfw-calendar__footer-166080 {
  display: none;
}

.tfw-calendar-app {
  margin: auto;
}

#traumfewo-calendar-166080 {
  box-shadow: 0 0 0 !important;
}

#traumfewo-calendar-166080 .calendar__header .occupied-color .indicator-box,
#traumfewo-calendar-166080 .non-bookable,
#traumfewo-calendar-166080 .occupied {
  background-color: #c4bfb3 !important;
}

#traumfewo-calendar-166080 .calendar__header .free-color .indicator-box,
#traumfewo-calendar-166080 .free,
#traumfewo-calendar-166080 .reserved {
  background-color: #e5e3d3 !important;
}

#traumfewo-calendar-166080 .non-bookable-free,
#traumfewo-calendar-166080 .non-bookable-reserved,
#traumfewo-calendar-166080 .occupied-free,
#traumfewo-calendar-166080 .occupied-reserved
{
  background-image: -webkit-linear-gradient(right bottom, #e5e3d3 50%, #c4bfb3 0);
  background-image: -moz-linear-gradient(right bottom, #e5e3d3 50%, #c4bfb3 0);
  background-image: -ms-linear-gradient(right bottom, #e5e3d3 50%, #c4bfb3 0);
  background-image: -o-linear-gradient(right bottom, #e5e3d3 50%, #c4bfb3 0);
}

#traumfewo-calendar-166080 .free-non-bookable, 
#traumfewo-calendar-166080 .free-occupied, 
#traumfewo-calendar-166080 .reserved-non-bookable, 
#traumfewo-calendar-166080 .reserved-occupied {
  background-image: -webkit-linear-gradient(right bottom, #c4bfb3 50%, #e5e3d3 0) !important;
  background-image: -moz-linear-gradient(right bottom, #c4bfb3 50%, #e5e3d3 0) !important;
  background-image: -ms-linear-gradient(right bottom, #c4bfb3 50%, #e5e3d3 0) !important;
  background-image: -o-linear-gradient(right bottom, #c4bfb3 50%, #e5e3d3 0) !important;
}
