/* Give You Glory – lokal gehostet */
@font-face {
  font-family: 'Give You Glory';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/give-you-glory-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Give You Glory';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/give-you-glory-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
  overflow-x: hidden;
}

html { scroll-behavior: smooth; }

h1 {
  font-family: 'Give You Glory', cursive;
}

.dtv-stars {
  height: 1em;
  width: 4em;
  display: inline-block;
  vertical-align: middle;

  background-image: url('images/icons/dtv_star.svg');
  background-repeat: repeat-x;
  background-size: 1em 1em;
}

.xsoft-rounded-button {
  border-radius: 30px;
}

.flatpickr-day.booked {
    background: #ef4444 !important;
    color: white !important;
    cursor: not-allowed;
}

.flatpickr-day.free {
    background: #22c55e !important;
    color: white !important;
}

.flatpickr-day.flatpickr-disabled {
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    cursor: not-allowed;
}

.flatpickr-day {
    width: 4rem !important;
    height: 4rem !important;
    max-width: 4rem !important;
    line-height: 4rem !important;
    border-radius: 0.1rem !important;
    border: 1px solid #fff !important;
}
.flatpickr-calendar {
 width: 400px !important; 
}



.flatpickr-days {
  width: 400px !important;
  .dayContainer {
    width: 400px !important;
    min-width: 400px !important;
    max-width: 400px !important;
  }
}

.flatpickr-calendar {
  width: 100%;
  max-width: 420px;
}

/* .flatpickr-day {
  width: clamp(2.2rem, 11vw, 4rem);
  height: clamp(2.2rem, 11vw, 4rem);
  line-height: clamp(2.2rem, 11vw, 4rem);
  max-width: none;
} */

.flatpickr-days,
.flatpickr-rContainer,
.dayContainer {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: inherit !important;
}


.flatpickr-day.booked {
    background: #fca5a5 !important;
    color: #7f1d1d !important;
}

.flatpickr-day.free {
    background: #bbf7d0 !important; 
    color: #064e3b !important;
}

.flatpickr-day.past-day {
    background: #e5e5e5 !important; 
    color: #7c7c7c !important;
}

.flatpickr-day {
    border-radius: 0;
}
.flatpickr-day:hover {
    background: inherit;
}

.flatpickr-months, .flatpickr-weekdays {
  background-color: #b6ced5 !important;
}

.flatpickr-months .flatpickr-month, .flatpickr-prev-month, .flatpickr-next-month {
  color:#fff !important;
  fill: #fff !important;
}

.flatpickr-months .flatpickr-prev-month {
  color:#fff !important;
  fill: #fff !important;
}

.flatpickr-months .flatpickr-next-month {
  color:#fff !important;
  fill: #fff !important;
}

@media (max-width: 420px) {
  .flatpickr-day {
    width: 3rem !important;
    height: 3rem !important;
    max-width: 3rem !important;
    line-height: 3rem !important;
  }
  .flatpickr-calendar {
    width: 310px !important; 
  }

  .flatpickr-days {
    width: 310px !important;
    .dayContainer {
      width: 310px !important;
      min-width: 310px !important;
      max-width: 310px !important;
    }
  }

  .flatpickr-calendar {
    width: 100%;
    max-width: 310px;
  }
}