.auto3-grid-section{
width: 80%;
padding: 20px;
}
.vehicle-details{
max-width:1400px;
margin:0px auto;
padding:100px 20px;
}
.vehicle-details .title{
padding:0 0 20px 0
}
.vehicle-details .title h1{
margin-bottom:0;
}
.page-template .section-title-container{
max-width:1400px;
}
.auto3-grid {
display: grid;
//grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-template-columns: repeat(3, 1fr); gap: 20px;
width:100%;
}
.auto3-card {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease;
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.auto3-card-img img {
width: 100%;
height: 240px;
object-fit: cover;
display: block;
}
.auto3-grid-section .numberofoffers{
font-size:24px;
color:#fff!important;
}
.d-flex-date p.auto3-price + p.auto3-price {
color:#0d4671!important;
}
.card-emmision-section{
border-top:1px solid #dee2e6;
padding-top:10px;
}
.auto3-card-content{
display: flex;
flex-direction: column;
}
.vehicle-condition{
width: 100%; text-align: center;
font-size: 15px;
padding: 2px;
color: white;
font-weight: bold;
line-height: 1.8 !important;
margin: 5px 0px 0px 0px !important;
text-transform: none;
min-height: 0px;
}
.vehicle-condition p{
margin-bottom:0;
text-transform:upercase
}
.card-title-section h3 {
font-size: 1rem;
font-weight: 600;
margin: 0px;
color: #111!important;
line-height: 1.3;
margin-bottom: 0px;
padding-top: 15px;
}
.skew-box {
background:#2c3d40;
transform: skew(-15deg);
display: block;
text-transform: uppercase;
font-weight: 500;
margin-bottom:13px;
}
.skew-content {
transform: skew(10deg);
color: #fff;
font-size: 18px;
}
.card-title-section,
.card-emmision-section p{ 
padding:0 15px;
}
.card-emmision-section p{ 
padding-right: 15px;
}
.card-body-section {
padding:0 15px 15px 15px;
}
.model-description{
white-space: nowrap; 
overflow: hidden; 
text-overflow: ellipsis; 
max-width: 200px;
margin-bottom:13px;
}
.auto3-price {
font-weight: bold;
font-size: 1.1rem;
margin-bottom: 6px;
}
.auto3-km {
color: #555;
font-size: 0.9rem;
}
.d-flex-date{
display: flex;
flex-wrap:wrap;
width: 100%;
align-items: center;
font-size:13px;
}
.d-flex-date p{
display: flex;
color: #111!important;
}
.d-flex-date p.seatbells + p.seatbells{
margin-left:0px;
}
.d-flex-date p span {
margin-right: 2px;
}
.card-emmision-section p{
font-size:12px;
margin-bottom:0;
} .pagination{
text-align:center;
margin-top:60px;
}
.pagination-dots,
.auto3-page-link,
.page-numbers{
text-align: center;
position: relative;
margin: 2px;
font-size: 20px;
display: inline-block;
height: 37px;
line-height: 34px;
text-align: center;
width: auto;
min-width: 37px;
border-radius: 4px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
vertical-align: top;    }
.cvf-categories {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.pagination .current,
.auto3-page-link.active{
background-color:#0d4671!important; color:#fff!important;
}
.disabled{
display:none;
} .fahrzeugliste-slider {
width: 100%;
max-width: 1200px;
}
.slider-wrapper-auto-3{
max-width:1300px;
margin:auto;
padding:50px 0;
position:relative;
}
.fahrzeugliste-slider.swiper {
padding-bottom: 25px!important; 
padding-left:5px;
padding-right:5px;
}
.slider-wrapper .swiper-slide {
min-height: 480px; display: flex;
align-items: stretch;
}
.swiper-slide .auto3-card {
width: 100%;
display: flex!important;
flex-direction: column!important;
}
.slider-wrapper .auto3-prev,
.slider-wrapper .auto3-next {
cursor: pointer;
font-size: 2rem;
user-select: none;
padding: 10px;
color: #333;
}
.swiper-button-next, .swiper-button-prev {
color:#000!important;
}
.slider-wrapper .swiper-button-next{
right:0px;
}
.slider-wrapper .swiper-button-prev {
left:0;
top:50%!important;
//rotate: 180deg;
} .fahrzeugliste-slider-wrapper {
position: relative;
overflow: visible; }
.slider-wrapper .swiper-button-next:after,
.slider-wrapper .swiper-button-prev:after {  }
.slider-wrapper .swiper-button-next:after{  }
.slider-wrapper .swiper-button-prev:after {  }
.swiper-button-prev{
}
.gallery-section {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.gallery-section .gallery {
display: flex;
justify-content:space-between;
}
.gallery-section.small-images .image-gallery-wrapper{
width:24%;
}
.gallery-section .main-image,
.gallery-section .gallery {
width: 100%;
}
.main-image {
cursor:pointer;
}
.gallery-section .main-image img,
.gallery-section .gallery img {
width: 100%;
object-fit: cover;
}
.gallery-section .main-image,
.gallery-section .image-gallery-wrapper {
width: 100%;
border-radius: 6px;
overflow: hidden;
}
.data-section{
margin-top: 20px;
display: flex;
gap: 20px;
align-items:flex-start;
}
.contact.data-section-border.btn-wrapper{
background: none;
border: none;
gap: 10px;
display:flex;
flex-wrap:wrap;
align-items: baseline;
}
.btn.btn-telephone,
.btn.btn-email{
color: #fff;
background-color:#ea5b1b;
}
.contact.data-section-border{
background-color:rgb(241, 241, 241)
}
.btn.btn-telephone,
.btn.btn-email{
display: flex;
border-radius: 4px;
font-size: 14px;
color: #fff;
width: 49%;
align-items: center;
justify-content: center;
padding: 10px;
}
.btn.btn-telephone + .btn.btn-email {
margin-top:15px;
}
.btn-email{
display: flex;
align-items: center;
justify-content: center;
padding: 7px;
cursor:pointer;
}
.data-section .contact{
padding:20px;
}
.tabs {
width: 49%;
border: 1px solid #e5e7eb;
border-radius: 10px;
background: #fff;
overflow: hidden;
font-family: system-ui, Arial, sans-serif;
}
.tablist {
display: flex;
gap: 0;
background: #f3f4f6;
border-bottom: 1px solid #e5e7eb;
}
.tabbtn {
appearance: none;
border: 0;
background: transparent;
padding: 14px 18px;
font-weight: 600;
font-size: 13px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #374151;
cursor: pointer;
border-right: 1px solid #e5e7eb;
margin:0;
}
.tabbtn:last-child {
border-right: 0;
}
.tabbtn:focus {
outline-offset: -2px;
}
.tabbtn.isactive {
background: #fff;
color: #111827;
border-bottom: 2px solid #fff;
}
.panel {
padding: 22px;
max-height:810px;
overflow-x:auto;
}
.panel h2 {
margin: 0 0 12px 0;
font-size: 28px;
color: #1f2937;
}
.tabs #panel3 ul li {
border-bottom: none;
}
.vehicle-description br { display: none; }
.vehicle-description h3,
.vehicle-description b,
.vehicle-description strong {
display: block;
margin: 14px 0 8px 0;
}
.vehicle-description ul {
margin: 0 0 14px 0;
padding-left: 18px;
}
.vehicle-description li {
margin: 6px 0;
line-height: 1.45;
}
aside{
width:50%;
display:flex!important;
flex-direction: column;
}
.co2-img-wrapper{
width:250px;
height:250px;
}
.co2-img-wrapper img{
width:100%;
height:100%;
object-fit:contain;
}
.data-section-content{
width:75%;
}
.vehicle-specs{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, auto);
gap: 22px;
padding: 20px;
}
.vehicle-specs-section{
width:100%;
}
.vehicle-specs-section li{
display:flex;
justify-content:space-between;
border-bottom:1px solid #ececec;
}
.vehicle-specs-section li p{
margin-bottom:0;
margin-bottom:10px;
}
.vehicle-specs-section li p.seller{
color:#ea5b1b!important;
}
.vehicle-specs-content{
display:flex;
align-items:center;
}
.vehicle-specs-svg{
margin-right:15px;
}
.vehicle-specs-data p{
margin-bottom:0;
}
.vehicle-specs-content{
width:100%;
}
.equpiments-section{
display: flex;
width: 100%;
flex-wrap: wrap;
margin-top:20px;
padding:20px;
}
.equipments{
display: flex;
flex-wrap: wrap;
}
.data-section-border{
border: 1px solid #dee2e6;
border-radius: 6px;
}
.equipments p{
padding: 3px 7px;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 10px;
font-size: 14px;
background-color: #0d4671;
color: #fff;
}
.modal-details{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgb(0 0 0 / .4);
z-index: 999;
}
.gallery-modal{
display:none;
}
.vehicle-specs {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, auto);
gap: 22px;
padding: 20px;
}
.gallery-modal.show{
display:block;
}
.modal-details.contact-modal .modal-details-wrapper{
width:33%;
}
.contact-modal{
display:none;
}
.modal-details.contact-modal.show{
display:block;
}
.modal-details-wrapper{
padding:20px;
width: 80%;
background-color: white;
margin: 50px auto;
border-radius: 6px;
}
.modall-details-wrapper-top{
display:flex;
justify-content:space-between;
}
.modal-details-gallery{
max-height:80vh;
overflow-y:auto;
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}
.modal-details-gallery img{
width: 80%;  
display:block;
margin-bottom:15px;
}
.modal-details-close-btn{
cursor:pointer;
}
.no-img-div{
display:flex;
justify-content:center;
align-items:center;
}
.technical-data{
margin-top:20px;
}
.technical-data  + .technical-data{
margin-top: 0px;
}
.tabs ul li{
display: flex;
justify-content: space-between;
border-bottom: 1px solid #ececec;
}
.tabs ul li div{
margin-bottom:7px;
}
.technical-data ul.vebrauch-liste li{
background:none;
} .auto3-grid-section p.numberofoffers{
color:#3d3d3d!important;
}
.auto-3-flex-container{
display:flex;
}
.auto-3-flex-container form{
width:20%;
}
@media (max-width: 1265px) {
.slider-wrapper .swiper-button-next,
.slider-wrapper .swiper-button-prev{
bottom: 3px;
top: auto !important;
}
.slider-wrapper .swiper-button-prev {
left: 30% !important;
right: auto!important;   } .slider-wrapper .swiper-button-next {
left: auto;
right:30% !important;
transform: translateX(0);
margin-left: 10px;
}
}
@media (max-width: 1230px) {
.slider-wrapper {
padding-left:20px;
padding-right:20px;
}
}
@media (max-width: 1160px) and (min-width: 1100px) {
.d-flex-date.getrieb p+p {
margin-left: 0px;
}
.d-flex-date.getrieb {
flex-direction: column;
align-items: baseline;
}
}
@media (max-width: 992px){
.tabbtn {
font-size:11px;
}
.vehicle-details {
padding: 30px 10px;
}
.data-section {
flex-direction:column;
}
.data-section-content{
width:100%
}
.gallery-section  {
grid-template-columns: 1fr;
}
.tabs {
width:100%;
}
aside {
width: 100%;
}
.btn.btn-telephone, .btn.btn-email {
width: 100%;
}
}
@media (max-width: 920px) {
.auto-3-flex-container {
display: flex;
flex-direction: column;
}
.auto-3-flex-container .auto3-grid-section,
.auto-3-flex-container form{
width:100%;
}
.vehicle-specs {
grid-template-columns: repeat(1, 1fr);
}
}
@media (min-width: 830px) and (max-width: 874px) {
.d-flex-date.getrieb p+p {
margin-left: 0px;
}
.d-flex-date.getrieb {
flex-direction: column;
align-items: baseline;
}
}
@media (max-width: 767px) {
.auto3-card-img img {
height: 100%;
}
.auto3-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 500px) {
.auto3-card-content h3 {
font-size: 0.95rem;
}
.auto3-price {
font-size: 1rem;
}
.auto3-grid {
grid-template-columns: repeat(1, 1fr);
}
} .fahrzeugliste-slider .swiper-wrapper{
align-items: stretch; } .fahrzeugliste-slider .swiper-slide{
display: flex; height: auto !important; } .fahrzeugliste-slider .swiper-slide > a{
display: flex;
width: 100%;
height: 100%;
} .auto3-card{
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
overflow: hidden;
} .auto3-card-content{
display: flex;
flex-direction: column;
flex: 1;
}
.card-emmision-section{
margin-top: auto;
padding: 12px;
border-top: 1px solid #eee;
display: flex;
align-items: flex-start;
margin-top: auto; border-top: 1px solid #eee;
} .auto3-card-img img{
width: 100%;
object-fit: cover;
display: block;
} .auto3-cards { display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 22px;
align-items: stretch; } .auto3-card {
display: flex;
flex-direction: column;
height: 100%;
} .auto3-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.auto3-card-content {
display: flex;
flex-direction: column;
flex: 1; }
.auto3-card-img{
height:230px;
margin-bottom:5px;
} .card-title-section { --lines: 2;
--lh: 1.3;
min-height: calc(var(--lines) * var(--lh) * 1em);
margin-bottom:0px;
display:flex;
justify-content: space-between;
align-items: center;
}
.card-title-section h3,
.card-title-section .model-description {
line-height: var(--lh);
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.card-title-section h3 { -webkit-line-clamp: 1;
margin: 0 0 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 170px;
margin-bottom: 13px; }
.card-title-section .model-description { -webkit-line-clamp: 1; }  .card-emmision-section {
margin-top: auto; padding: 12px;
border-top: 1px solid #eee;
}
}
.auto3-grid a p{
color #334862
}
.column-specification{
column-count:2;
}