.availability-form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  font-size: 15px;
  margin: 20px 0;
}
.availability-form > .form-group,
.availability-form > .btn {
  flex: 1;
}
.availability-form > .form-group {
  margin-bottom: 0;
}
.availability-form > .form-group .help-block:empty {
  display: none;
}
.availability-form > .form-group .form-control {
  font-size: 15px;
}
.availability-form > .btn {
  max-width: 52px;
  text-align: center;
  padding: 14px;
}
@media (max-width: 365px) {
  .availability-form {
    align-items: center;
    flex-direction: column;
  }
  .availability-form > .form-group,
  .availability-form > .btn {
    width: 100%;
    max-width: 100%;
  }
}
.car-detail-vehicle-name,
.booking-checkout-headline {
  margin-bottom: 0;
}
.booking-checkout-subline {
  margin-bottom: 35px;
}
.car-info-rental-dates {
  opacity: 0.5;
  font-family: Montserrat-Regular, sans-serif;
}
.vehicles-detail-sidebar-container > .cart-sidebar {
  z-index: 1002 !important;
}
.field-carinfo-daterange.has-error .help-block {
  position: absolute;
  left: 15px;
  bottom: -18px;
}
.location-sidebar {
  position: sticky;
  top: 100px;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .location-sidebar {
    position: static;
    padding: 10px 0;
  }
}
.location-sidebar-section {
  margin-bottom: 24px;
}
.sort-buttons-vertical {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sort-buttons-vertical .sort-btn {
  padding: 6px 10px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .sort-buttons-vertical {
    flex-direction: row;
  }
}
.location-thumbnail {
  transition: box-shadow 0.2s, border-color 0.2s;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}
.location-thumbnail:hover,
.location-thumbnail:focus-within {
  border-color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.location-thumbnail-wrap {
  margin-bottom: 20px;
}
.location-content-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.location-content-row {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .location-content-row {
    flex-direction: column;
  }
}
.location-sidebar-col {
  width: 12%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .location-sidebar-col {
    width: 100%;
  }
}
.location-tiles-col {
  flex: 1;
  min-width: 0;
}
.sort-filter-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .sort-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }
}
.sort-buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.sort-btn {
  display: inline-block;
  padding: 8px 16px;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333;
  font-family: "Montserrat-Regular", sans-serif;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.sort-btn:hover,
.sort-btn:focus {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #333;
}
.sort-btn.sort-btn-active {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.sort-rating-filter {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.sort-rating-filter .rating-container {
  margin-bottom: 0;
}
.manufacturer-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.manufacturer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  padding: 10px;
  border: 2px solid #dfdfdf;
  border-radius: 50%;
  background-color: #ffffff;
  color: #333;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.manufacturer-btn:hover,
.manufacturer-btn:focus {
  text-decoration: none;
  border-color: #333;
  color: #333;
}
.manufacturer-btn.manufacturer-btn-active {
  border-color: #333;
  box-shadow: 0 0 0 2px #333;
}
.manufacturer-btn .manufacturer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.acc-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc(50% - 4px);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  background-color: #ffffff;
  transition: border-color 0.2s, background-color 0.2s;
  cursor: pointer;
}
@media (max-width: 575px) {
  .acc-tile {
    width: 100%;
  }
}
.acc-tile.acc-tile-selected {
  border-color: #333;
  background-color: #fafafa;
}
.acc-tile.acc-tile-disabled {
  opacity: 0.6;
  cursor: default;
}
.acc-tile-icon {
  width: 32px;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  color: #555;
}
.acc-tile-content {
  flex: 1;
  min-width: 0;
}
.acc-tile-name {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.acc-tile-price {
  display: block;
  font-size: 12px;
  opacity: 0.5;
  margin-top: 2px;
}
.acc-tile-description {
  display: block;
  font-size: 11px;
  opacity: 0.45;
  margin-top: 2px;
}
.acc-tile-control {
  flex-shrink: 0;
}
.acc-permanent {
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc(50% - 4px);
  margin: 0 auto 16px;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 575px) {
  .acc-permanent {
    width: 100%;
  }
}
.acc-permanent-price {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
.acc-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin: 0;
  cursor: pointer;
}
.acc-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.acc-toggle .acc-toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 24px;
  transition: background-color 0.2s;
}
.acc-toggle .acc-toggle-slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.acc-toggle input:checked + .acc-toggle-slider {
  background-color: #333;
}
.acc-toggle input:checked + .acc-toggle-slider::before {
  transform: translateX(20px);
}
.acc-toggle input:disabled + .acc-toggle-slider {
  opacity: 0.5;
  cursor: default;
}
.acc-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.acc-stepper .acc-stepper-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: background-color 0.15s;
}
.acc-stepper .acc-stepper-btn:hover {
  background: #eee;
}
.acc-stepper .acc-stepper-btn:active {
  background: #ddd;
}
.acc-stepper .acc-stepper-value {
  width: 32px;
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 30px;
}
.car-thumbnail-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.car-thumbnail-grid-item {
  width: calc(50% - 10px);
}
@media (max-width: 575px) {
  .car-thumbnail-grid-item {
    width: 100%;
  }
}
.car-thumbnail-grid-summary {
  width: 100%;
}
.car-thumbnail-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.car-thumbnail-card:hover,
.car-thumbnail-card:focus {
  text-decoration: none;
  color: inherit;
  border-color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.car-thumbnail-card-title {
  margin: 0 0 5px 0;
  font-size: 18px;
}
.car-thumbnail-card-attributes {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 12px;
  opacity: 0.6;
}
.car-thumbnail-card-attributes li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.car-thumbnail-card-attributes img {
  width: 14px;
  height: 14px;
}
.car-thumbnail-card-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.car-thumbnail-card-image img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}
.car-thumbnail-card-price .car-thumbnail-price-total {
  font-size: 20px;
  font-weight: bold;
}
.car-thumbnail-card-price .car-thumbnail-price-per-day {
  display: block;
  font-size: 13px;
  opacity: 0.5;
}
.car-thumbnail-card-hint {
  font-size: 14px;
  opacity: 0.5;
}
.car-thumbnail-card-no-dates {
  cursor: pointer;
}
@keyframes highlight-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(51, 51, 51, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
.availability-form-highlight {
  animation: highlight-pulse 0.75s ease-in-out 2;
  border-radius: 8px;
}
#btn-fortfahren,
.checkout-submit,
#payment-submit-button {
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 14px 24px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  #cart-sidebar .cart-sidebar-title {
    margin: 20px 0;
  }
  #cart-sidebar .car-preview-img {
    max-width: 200px !important;
    display: block;
    margin: 0 auto;
  }
  #cart-sidebar .car-name,
  #cart-sidebar .car-accessory,
  #cart-sidebar .car-price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #cart-sidebar .car-price {
    color: #1ebecc !important;
    margin: 0 0 20px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: "Montserrat-Bold", serif !important;
  }
  #cart-sidebar .car-accessory .car-accessory-label {
    display: inline-block;
    width: 60%;
  }
  #cart-sidebar .car-price-per-day {
    font-size: 12px;
    text-align: right;
    opacity: 0.5;
    margin-bottom: 15px;
  }
  #cart-sidebar hr {
    border-top: 1px solid #999;
  }
  #btn-fortfahren {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    z-index: 10003;
  }
}
.car-sort-bar {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}
/*# sourceMappingURL=project.css.map */