.tiles h2 {
  letter-spacing: normal;
  text-transform: none;
}
#header .title {
  color: #bb2649;
}
body .button.buy {
  font-size: 1.2em;
  background-color: #ffd814;
  border-color: rgba(0, 0, 0, 0);
  color: #0f1111 !important;
  letter-spacing: normal;
}
body .button.buy:hover {
  background-color: #ffce12;
  border-color: #ffce12;
  box-shadow:
    0 19px 38px rgba(0, 0, 0, 0.3),
    0 15px 12px rgba(0, 0, 0, 0.22);
}

body .button.buy:hover .bookingLabel {
  transform: scale(1.1);
}

body .button.buy:active {
  background-color: #f8bd19;
  border-color: #f8bd19;
}
#main h1 {
  font-size: 1.2em !important;
}
#main.noLetterSpacing h1,
#main.noLetterSpacing h2 {
  letter-spacing: normal;
}
#header .logo {
  margin-bottom: 0.8em;
}
.bookingArea {
  margin-bottom: 15px;
}

.bookingLabel {
  margin-left: 10px;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.bookingLabelMain {
  display: block;
}

.bookingLabelSub {
  display: block;
  font-size: 0.5em;
  opacity: 0.85;
  margin-top: 0.2rem;
}
p.description {
  font-weight: 600;
}

.calendar-wrapper {
  position: relative;
  width: 100%;
  height: 280px; /* ideal für Smartphones */
  max-height: 800px;
}

@media (max-width: 360px) {
  .calendar-wrapper {
    height: 220px;
  }
}

.calendar-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.calendar-actions {
  margin-top: 12px;
  text-align: center;
}

.calendar-button {
  display: inline-block;
  padding: 10px 16px;
  font-size: 1.4rem;
  color: #000;
}
