:root {
  --ebLColor: #d17171 !important;
}

/* categories */
.eb-categories a.ebbutton.booking,
.eb-categories a.ebbutton.request { 
  color: white !important;
  font-family: "Times New Roman", "Times New Roman", Times, serif;
  font-weight: bold;
}

.eb-categories a.ebbutton.booking,
.eb-categories a.ebbutton.request { 
  color: white !important;
  font-family: "Times New Roman", "Times New Roman", Times, serif;
  font-weight: bold;
}

.eb-categories a.ebbutton.request { 
  background-color: var(--e-global-color-primary) !important; 
}

.eb-categories a.ebbutton.booking { 
  background-color: var(--e-global-color-accent) !important;
}

.eb-categories .ebcat-wrap .room-header h3 {
  color: var(--e-global-color-secondary) !important;
  font-weight: 600 !important;
  font-size: 36px;
}

.eb-categories .tab, .eb-categories .booking-tab, .eb-categories .enq-tab {
  top: 0 !important;
  position: relative !important;
}

.eb-categories .ebcat-wrap {
  border: 1px solid #eaeaea;
  margin-bottom: 40px !important;
}

.eb-categories .price-iframe {
  min-height: 450px !important;
}

.eb-categories .bx-slider .slides > li > img {
  object-fit: cover !important;
}

.eb-categories .bx-slider .bx-wrapper {
  margin-bottom: 0;
}

/* offer */
#ebOffer {
  font-size: 15px;
}

#ebOffer .swiper-pagination {
  bottom: -5px;
}

/* small search */
.search,
.input-group {
  display: flex;
  align-self: center;
  gap: 20px;
}

.smallsearchAnfrage {
  font-family: "Times New Roman", "Times New Roman", Times, serif;
  color: white;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eb_smallsearch {
  width: auto;
}

.smallsearchForm {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.eb_smallsearch select {
  height: 30px;
  padding: 7px 6px;
  width: 100%;
}

.eb_smallsearch .arrival,
.eb_smallsearch .departure {
  width: 100%;
  display: flex;
  align-items: end;
  gap: 5px;
}

.eb_smallsearch .arrival span,
.eb_smallsearch .departure span{
  font-weight: bold;
  font-size: 22px;
}

.eb_smallsearch .arrival input,
.eb_smallsearch .departure input {
  background: var(--e-global-color-secondary);
  border: none;
  border-bottom: 1px solid white;;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  height: 35px;
  line-height: 15px;
  text-align: center;
  width: 100%;
  margin: 0px 0;
  border-radius: unset;
  padding: 0;
}

input:focus {
  outline: none;
  border-color: white !important;
}

.eb_smallsearch form div.search .sendButton {
  border: 0 none;
  border-radius: 0 0 0 0;
  color: #FFF;
  cursor: pointer;
  float: unset;
  font-size: 15px;
  margin: 0px 0;
  padding: 15px 33px;
  margin-right: 25px;
}

.eb_smallsearch button.elementor-button {
  border: none;
}

.eb_smallsearch input::placeholder {
  color: rgb(255, 255, 255);
}

.eb_smallsearch .datepicker {
  border: 0 none;
}

#ui-datepicker-div {
  font-size: 17px;
}


/* Tablet */
@media (max-width: 1024px) {
}

/* Mobile */
@media (max-width: 767px) {
  .eb-categories .ebcat-wrap .room-header h3 {
    font-size: 30px !important;
  }

  .eb-categories .price-iframe {
    min-height: 580px !important;
  }
}