/* Grundlegende Container und Grid-Einstellungen */
  main {
  background: #f6f8fa;
}

:root {
  --form-control-color: #fff;
  --form-control-disabled: #ccc;
}

/

#hs_cos_wrapper_widget_1729854872337 {
    padding: 20px;
}

input {
    background: #fff !important;
}

.container, .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#show-more-btn {
    pointer-events: auto; /* Aktiviert nur den Button, aber blockiert die Bootstrap-Interaktion */
}

#form {
    scroll-margin-top: 94px; /* Abstand zum oberen Rand */
}


.energyefficiency img {
    max-height: 200px;
}

.co2label {
    margin-left: -140px;
    position: absolute;
}

.drivist-link {
    color: #2dd087;
    border: none;
    background: none;
    font-weight: bold;
}


.drivist-link:hover {
  color: rgba(51,234,152,1.0)
}

a#return-to-top {
    display: none !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 992px) {
    .hhs-header-hat .container, .hhs-top-bar .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.hhs-nav-grid {
    display: flex;
    align-items: center;
}

/* Stile für die Produktdetailseite */


.text_small {
   margin-top: auto;
}

.text_small p{
  font-size: 12px;
  text-align: left;
   margin-top: auto;
}

.contact_box {
 padding: 15px;
  background: #f5f8fa;
  border-radius: 10px;
  text-align:center;
  display: flex;
  justify-content:center;
     flex-direction: column;
}

p.text-bold{
  font-weight: bold;
    text-align:center;
  margin-bottom: 10px;
}

.infoIcon {

  font-size: 48px;
    display: flex;
  justify-content:center;
  margin-bottom:5px;

}

.product-hero_finance_content_cta_desktop {
  display: flex;
    flex-direction: row;
  font-size: 24px;
  gap: 20px;
    justify-content:center;

}


.vehicle-swiper {
    width: 100%;
    height: 100%;
}

.vehicle-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}


/* Customize navigation buttons */
.vehicle-swiper .swiper-button-next,
.vehicle-swiper .swiper-button-prev {
    color: #fff;
    background:rgba(45, 205, 133, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.vehicle-swiper .swiper-button-next:hover,
.vehicle-swiper .swiper-button-prev:hover {

    background:rgba(45, 205, 133,1);
}

.vehicle-swiper .swiper-button-next:after,
.vehicle-swiper .swiper-button-prev:after {
    font-size: 14px;
}

/* Customize pagination */
.vehicle-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.vehicle-swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/* Swiper styling */
.auto-index__post-image .vehicle-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.auto-index__post-image .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auto-index__post-image .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

    .product-hero_finance_content_cta_desktop a:hover i {
   background: #50D68B;
      color: #f5f8fa;
  }

.product-hero_finance_content_cta_desktop i {
  background: #fff;
    border-radius: 50px;
    color: #242424;
    font-size: 28px;
    padding: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.product-hero {
 display: grid;
    grid-template-columns: 2fr 1fr; /* Zwei Drittel und ein Drittel */
    margin-bottom: 20px;
gap: 100px;
}


.product-hero_col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  flex-direction: column;
    padding: 10px;
}

.product-hero_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
  
}

.product-hero_title span {
 display: block; 
}

.product-image {
    text-align: center;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);

}


.product-image img{
padding: 60px;
  width: 100%;
  object-fit: contain;
  width: 100%;
  display: block;
  border-radius: 8px;
  max-width: 100%;
  height: 500px !important;
}

.row_column {
display: block;
  background: #F6F8FA;
  position: sticky;
  top: 10px;
/*          border: 2px solid;  Adjust border width as needed 
    border-image: linear-gradient(to right, #9E2034 33%, #DA7118 33%, #DA7118 66%, #369369 66%);
    border-image-slice: 1;*/
}



.product-hero_finance_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
  
.product-hero_finance_content_cta {
    display: flex;
    flex-direction: column;
    gap: 20px;
  
}

.product-hero_finance {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 0;
}





.product-hero_finance_title {
    display: flex;
}

.product-hero_finance_title h4 {
  line-height: normal;
}


  .product-image img {

}


.product_tags_wrapper {
    display: flex;
    gap: 10px;
}

.product_tags_wrapper span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    padding: 4px 10px;
}



@keyframes shimmer {
    0% {
        border-image-source: linear-gradient(180deg, #2dd087 0%, #4DD087 100%);
    }
    50% {
        border-image-source:linear-gradient(180deg, #2dd087 0%, #4DD087 100%);
    }
    100% {
        border-image-source:linear-gradient(180deg, #2dd087 0%, #4DD087 100%);
    }
}


.product-info {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem;
    background: #fff;
    border-radius: 8px;
   display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
      border-top: 2px solid; /* Adjust border width as needed */
    border-image: linear-gradient(to right, #9E2034 28%, #DA7118 33%, #DA7118 61%, #369369 66%);
    border-image-slice: 1;
    position: relative;
    overflow: hidden;
    animation: shimmer 6s infinite;
}

.no-border {
  border: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.white {
  background: #fff !important;
}



.currencynumber {
 display: inline; 
}

.no-padding {
            padding-left: 0 !important;
            padding-right: 0 !important;
        
}

.no-grid {
  display: flex;
  display: flex;
  justify-content: flex-start;
  gap: 0;
  
}

.usp_fpa {
  padding:20px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

.usp_fpa span {
color: #fff;
  font-size: 3em;
  font-weight: 900;
      background-image: linear-gradient(to right, #369369, #2dd087);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.mySticky {
 position: sticky !important;
  top:100px;
  padding: 30px;
  border-radius: 8px;
}

.myFixed_mobile{
  display: none;
}



.product-info h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-details-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: contents; 

}

.product-details-list i {
    font-size: 32px;
    color: #424242;
    margin-bottom: 10px;
}

.product-details-list li {
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
   text-align: center; 

   
}


.product-details-list li span {
     font-size: 14px;
    margin-top: 5px;
  background: #F5F8FA;
  padding: 4px;
  border-radius: 8px;
  width: auto;
  font-weight: 700;
  box-shadow: 0 1px 2px 0 rgba(85, 105, 135, .1);
}

.grid-1 {
 grid-template-columns: 1fr !important; 
}

.product-details-list-alt {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.product-details-list-alt i {
    font-size: 32px;
    color: #369369;
    margin-bottom: 10px;
}

.product-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
  display: grid;
    grid-template-columns: 1fr;
  hyphens: auto;

}

.content-container li {
font-weight: bold;
  list-style-type:none;
background: #fff;
    border-radius: 8px;
  padding: 10px;
}

.content-container i {

 font-size: 24px;

}

.content-container .leasing-rate {
      font-size: 32px;
      text-align: left;
    margin-bottom: 20px;
}

.product-features-list li {
   margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    font-weight: 400;
    align-items: center;
    padding:5px;
  gap: 20px;
}

.product-features-list i {
  color: #369369;
}




.product-details-list-alt li {
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    padding:5px;
     text-align: right;
}

.product-details-list-alt li:nth-child(odd) {
 background: #fff; 
}

.product-details-list-alt li span {
     font-size: 14px;
    margin-top: 5px;
  padding: 4px;
  border-radius: 8px;
  width: auto;
  font-weight: normal;
  text-align: left;
}

.leasing-rate {
    font-size: 48px;
    font-weight: 900;
    color: #2dd087;
    text-align: center;
}

.leasing-rate .per-month {
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

.additional-information {
    font-size: 14px;
    margin-top: 30px;
}

.additional-information h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.additional-information ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.additional-information ul li {
    margin-bottom: 5px;
    color: #555;
}

@media (max-width: 768px) {
    .product-hero {
        flex-direction: column;
    }
  
  .hsfc-Step__Content {
    padding: 0 !important;
}
  
  div#kontaktModal {
    padding-right: 0;
}
  
  .modal {
    padding:0;
  }
  
  #hs_cos_wrapper_widget_1732277196255 {
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
}
  
 .btn-more {
   background: unset;
    background-image: linear-gradient(90deg, #369369, #2dd087);
    color: #fff;
    font-weight: 500;   
   border: none;
  }
  
  .product-info.me-2 {
    margin-right: 0px !important;
  }
  
  
  .product-info {
    padding: 20px;
  }

    .product-image,
    .product-info {
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
 
    }
  
  .product-image img {
    padding: 30px;
  }
  
  
  .product_tags_wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
  
  .pfeil {
    position: absolute;
    top: 0;
    right: 0;
}

}
@media (max-width: 991px) {
  
  #hs_cos_wrapper_widget_1729854872337 {
    padding: 35px;
}
  
  .res-p-fix-0.product-hero_finance {
    padding:20px !important;
  }
  
 
  .myFixed_mobile {
            bottom: -145px; /* Start out of view */
            background: #fff;
            z-index: 1044;
            padding: 30px !important;
            width: 100%;
            left: 0;
            position: fixed;
            display: flex;
            box-shadow: 0px 15px 25px 5px rgba(0, 0, 0, 0.15);
            transition: bottom 0.5s ease; /* Smooth transition */
}
  
   .myFixed_mobile.show {
            bottom: 0; /* Slide into view */
        }
  
  .myFixed_mobile .product-hero_finance_content,.myFixed_mobile .product-hero_finance_content_cta {
    flex-direction: row;
}
.myFixed_mobile .leasing-rate {
        font-size: 26px;
        min-width: 130px;
        text-align: left;
          display: grid;
   }
  
  .product-hero_finance_content_cta {
    align-items: center;
}
  .product-hero_finance_content_cta a {
   text-decoration: none; 
  }
  
    .product-hero_finance_content_cta a:hover i {
   background: #50D68B;
      color: #fff;
  }
  
   .myFixed_mobile  .product-hero_finance_title {
   background: transparent;
     padding:0;
  }
   .myFixed_mobile .product-hero_finance_title h3{
     color: #242424 !important;
  }
  .myFixed_mobile i {
        background: #f5f8fa;
        border-radius: 50px;
        color: #242424;
        font-size: 28px;
        padding: 12px;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
  }
    .res-p-fix-0 {
      padding: 0 !important;
}
      .res-m-fix-0 {
      margin: 0 !important;
}
  .res-mt-fix-2 {
    margin-top:2rem;
  }
}

@media (min-width: 576px) {
    .product-features-list {
        grid-template-columns: 1fr 1fr;
    }
    .product_tags_wrapper {
      flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
    .product-features-list {
        grid-template-columns: 1fr 1fr;
    }
    /* Auf Desktop alles anzeigen */
   .more-feature {
        display: flex !important;
      }
      #show-more-btn {
        display: none;
      }
}


  
@media (min-width: 992px) {
    .product-features-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
  .product-image {
  margin-right: 8px;
  }

}
.modal-backdrop {
  z-index: 1040 !important;
}

.modal-backdrop.show {
  opacity: 0.5 !important;
}

.modal#kontaktModal {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  outline: 0 !important;
      max-width: 100%;
    opacity: 1;
  border: 1px solid 
    background: transparent;
}

.modal#kontaktModal.show {
  display: block !important;
}

/* Dialog-Zentrierung und Größe */
.modal#kontaktModal .modal-dialog {
  position: relative !important;
  width: auto !important;
  margin: 1.75rem auto !important;
  max-width: 1140px !important;
  display: flex !important;
  align-items: center !important;
  min-height: calc(100% - 3.5rem) !important;
}

.modal#kontaktModal.fade .modal-dialog {
  transform: translate(0, -50px) !important;
  transition: transform 0.3s ease-out !important;
}

.modal#kontaktModal.show .modal-dialog {
  transform: none !important;
}

/* Content-Styles */
.modal#kontaktModal .modal-content {
  position: relative !important;
  width: 100% !important;
  background-color: #f9fcfc !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0 !important;
  margin: auto !important;
}

.modal#kontaktModal .modal-header {
  border-bottom: none !important;
  padding: 1rem !important;
  position: relative !important;
}

.modal#kontaktModal .modal-body {
  padding: 2rem !important;
}

.modal#kontaktModal .btn-close {
  position: absolute !important;
  right: 1rem !important;
  top: 1rem !important;
  z-index: 2 !important;
}

/* Responsive Anpassungen */
@media (max-width: 1200px) {
  .modal#kontaktModal .modal-dialog {
    max-width: 90% !important;
    margin: 1rem auto !important;
  }
}

@media (max-width: 768px) {
  .modal#kontaktModal .modal-dialog {
    min-height: calc(100% - 1rem) !important;
  }
  
  .modal#kontaktModal .modal-body {
    padding: 1rem !important;
  }
}

/* Body Fix */
body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}


.modal#kontaktModal .img-container img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* Form Container */
.modal#kontaktModal .hs-form-container {
  margin-top: 1rem !important;
}

/* Row und Column Fixes */
.modal#kontaktModal .row {
  margin: 0 !important;
}

.modal#kontaktModal .col-12,
.modal#kontaktModal .col-lg-6 {
  padding: 1rem !important;
}

/* Content Container */
.modal#kontaktModal .content-container {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Text Styles */
.modal#kontaktModal h4 {
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.modal#kontaktModal p {
  margin-bottom: 1.5rem !important;
}

/* =========================
   CUSTOM LIGHTBOX STYLES
   ========================= */

/* Lightbox Overlay */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Lightbox Container */
.lightbox-overlay .lightbox-container {
  width: 90%;
  height: 90%;
  max-width: 1200px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  overflow: hidden;
}

/* Lightbox Header */
.lightbox-header {
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lightbox-title {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.lightbox-close {
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Lightbox Content */
.lightbox-content {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox-image-container {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lightboxImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Lightbox Navigation */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(45, 205, 133, 0.8);
  border: none;
  color: white;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}

.lightbox-nav:hover {
  background: rgba(45, 205, 133, 1);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: -70px;
}

.lightbox-next {
  right: -70px;
}

/* Lightbox Info */
.lightbox-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
}

.lightbox-counter {
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.lightbox-caption {
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  margin: 0;
  max-width: 80vw;
}

/* Cursor-Effekt für Lightbox-Trigger */
.lightbox-trigger {
  cursor: zoom-in;
  transition: all 0.3s ease;
  position: relative;
}

.lightbox-trigger:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(45, 205, 133, 0.3);
}

.lightbox-trigger:hover::after {
  content: '🔍';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  background: rgba(45, 205, 133, 0.9);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  animation: pulse 1s infinite;
  z-index: 10;
}

@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .lightbox-overlay .lightbox-container {
    width: 95%;
    height: 95%;
  }
  
  .lightbox-header {
    padding: 15px;
  }
  
  .lightbox-title {
    font-size: 16px;
  }
  
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .lightbox-prev {
    left: -50px;
  }
  
  .lightbox-next {
    right: -50px;
  }
  
  .lightbox-caption {
    font-size: 14px;
    max-width: 90vw;
  }
  
  .lightbox-trigger:hover::after {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
  }
}

/* Verhindert Scrollen im Hintergrund wenn Lightbox offen ist */
body.lightbox-open {
  overflow: hidden;
}