.ayt-vehicle-showcase{
  padding-top:64px;
  padding-bottom:64px;
}

.ayt-vehicle-showcase .head{
  align-items:flex-end;
}

.ayt-vehicle-showcase-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:9px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff3eb;
  color:#ef5b13;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ayt-vehicle-showcase-sub{
  margin:7px 0 0;
  color:#667085;
  font-size:15px;
  font-weight:500;
  line-height:1.5;
  max-width:660px;
}

.ayt-home-vehicles{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:26px;
}

.ayt-home-vehicle-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:0;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(20,31,45,.09);
  box-shadow:0 15px 34px rgba(15,23,42,.08);
}

.ayt-home-vehicle-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 16px 8px;
  background:#fff;
  box-shadow:none;
}

.ayt-home-vehicle-media img{
  position:relative;
  z-index:1;
  width:100%;
  height:138px;
  object-fit:contain;
  filter:none;
  mix-blend-mode:normal;
  box-shadow:none;
  background:#fff;
}

.ayt-home-vehicle-badge{
  position:absolute;
  top:13px;
  left:13px;
  z-index:2;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(20,31,45,.92);
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
}

.ayt-home-vehicle-body{
  position:relative;
  z-index:1;
  padding:16px;
  display:flex;
  flex-direction:column;
  background:#fff;
  flex:1;
}

.ayt-home-vehicle-topline{
  display:none;
}

.ayt-home-vehicle-body h1{
  margin:0 0 8px;
  color:#142033;
  font-size:20px;
  line-height:1.16;
  font-weight:700;
  letter-spacing:-.03em;
}

.ayt-home-vehicle-body p{
  margin:0;
  color:#667085;
  font-size:13px;
  line-height:1.48;
  font-weight:500;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ayt-home-vehicle-features{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:13px;
}

.ayt-home-vehicle-features span{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:7px 8px;
  border-radius:10px;
  background:#fff;
  border:1px solid rgba(20,31,45,.08);
  color:#4d5868;
  font-size:11px;
  font-weight:600;
}

.ayt-home-vehicle-features b{
  color:#142033;
  font-weight:700;
}

.ayt-home-vehicle-bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  padding-top:16px;
}

.ayt-home-vehicle-price small{
  display:block;
  margin-bottom:3px;
  color:#7b8492;
  font-size:11px;
  font-weight:700;
}

.ayt-home-vehicle-price strong{
  display:block;
  color:#ef5b13;
  font-size:26px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.04em;
}

.ayt-home-vehicle-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  width:auto;
  flex:0 0 auto;
}

.ayt-home-vehicle-link,
.ayt-home-vehicle-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:0;
  min-height:34px;
  padding:0 12px;
  border-radius:11px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  flex:0 0 auto;
  transition:.2s ease;
}

.ayt-home-vehicle-link{
  color:#142033;
  background:#fff;
  border:1px solid rgba(20,31,45,.12);
}

.ayt-home-vehicle-cta{
  color:#fff;
  background:linear-gradient(135deg,#ff6b12,#e9550b);
  box-shadow:0 10px 20px rgba(255,107,18,.20);
}

.ayt-home-vehicle-link:hover,
.ayt-home-vehicle-cta:hover{
  transform:translateY(-1px);
}

@media(max-width:1180px){
  .ayt-home-vehicles{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ayt-home-vehicle-media img{
    height:165px;
  }
}

@media(max-width:720px){
  .ayt-vehicle-showcase{
    padding-top:48px;
    padding-bottom:48px;
  }

  .ayt-home-vehicles{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:22px;
  }

  .ayt-home-vehicle-card{
    border-radius:22px;
  }

  .ayt-home-vehicle-media{
    padding:20px 16px 8px;
  }

  .ayt-home-vehicle-media img{
    height:180px;
  }

  .ayt-home-vehicle-body h1{
    font-size:23px;
  }

  .ayt-home-vehicle-bottom{
    align-items:stretch;
    flex-direction:column;
  }

  .ayt-home-vehicle-actions{
    justify-content:stretch;
  }

  .ayt-home-vehicle-link,
  .ayt-home-vehicle-cta{
    flex:0 0 auto;
  }
}


.ayt-home-vehicle-single-cta{
  width:auto !important;
  min-width:0 !important;
  max-width:max-content;
  flex:0 0 auto !important;
  white-space:nowrap;
}

/* AYT_VEHICLE_BUTTON_FINAL_TIGHT */
.ayt-home-vehicle-actions{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  flex:0 0 auto !important;
}

.ayt-home-vehicle-cta,
.ayt-home-vehicle-single-cta{
  display:inline-flex !important;
  width:auto !important;
  min-width:0 !important;
  max-width:max-content !important;
  flex:0 0 auto !important;
  white-space:nowrap !important;
  padding-left:12px !important;
  padding-right:12px !important;
}

@media(max-width:720px){
  .ayt-home-vehicle-actions{
    width:auto !important;
    justify-content:flex-start !important;
  }

  .ayt-home-vehicle-cta,
  .ayt-home-vehicle-single-cta{
    width:auto !important;
    flex:0 0 auto !important;
    max-width:max-content !important;
  }
}


/* ayt-booking-lift-global-20260506 */
html body .home-map-section#reservierung{
  margin-top:-92px !important;
}
@media(max-width:720px){
  html body .home-map-section#reservierung{
    margin-top:-96px !important;
  }
}
