.hero-bestand,
.hero-unternehmen,
.hero-jobs,
.hero-ueber,
.hero-kontakt,
.hero-ankauf,
.hero-service {
    min-height: 280px;
    display: flex;
    padding: 0 5%;
    margin-top: -80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-fzg {
    min-height: 240px;
    display: flex;
    padding: 0 5%;
    margin-top: -80px;
	position: relative;
    flex-direction: column;
}

.hero-fzg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .08) 75%);
    pointer-events: none;
}
.hero-fzg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
}

.hero-bestand { background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .75)), url(../img/autoshop-saar-gebrauchtwagen.jpg); }
.hero-unternehmen { background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .75)), url(../img/autoshop-saar-autohaus-saarbruecken.jpg); }
.hero-ankauf { background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .75)), url(../img/autoshop-saar-autohaus-saarbruecken.jpg); }
.hero-jobs { background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .75)), url(../img/autoshop-saar-autohaus-saarbruecken.jpg); }
.hero-ueber { background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .75)), url(../img/autoshop-saar-saarbruecken.jpg); }
.hero-kontakt,
.hero-service { background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .75)), url(../img/autoshop-saar-gebrauchtwagen-saarland.jpg); }

.hero-bestand-content h1,
.hero-unternehmen-content h1, .hero-jobs-content h1, .hero-ankauf-content h1,
.hero-ueber-content h1,
.hero-kontakt-content h1,
.hero-service-content h1 {
    max-width: 700px;
    margin: 120px 0 8px;
}
.hero-fzg-content {
	z-index: 9;
}
.hero-fzg-content h1 {
    margin: 140px 0 8px;
    font-size: 1.5rem;
}

.home-page {
    overflow: hidden;
   /* background: #111;*/
	margin-top: -80px;
}

.home-section-inner {
    width: min(1420px, 90%);
    margin: 0 auto;
	position: relative;
	z-index: 999;
}

.hero-home {
    position: relative;
    min-height: max(680px, 100svh);
    display: flex;
    align-items: flex-end;
    padding: 170px 5% 10vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .36) 58%, rgba(0, 0, 0, .5) 100%),
                linear-gradient(0deg, rgba(0, 0, 0, .55), transparent 55%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
}

.home-kicker {
    margin: 0 0 18px;
    color: var(--yellow);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    line-height: 1.5;
    text-transform: uppercase;
}

.hero-content h1 {
    margin: 0;
    font-size: 3rem;
    font-weight: 400;
    line-height: .98;
}

.hero-copy {
    max-width: 610px;
    margin: 28px 0 34px;
    color: #e3e3e3;
    font-size: clamp(1rem, 1.7vw, 1.3rem);
    line-height: 1.65;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.home-button:hover { transform: translateY(-2px); }
.home-button-primary { background: var(--yellow); color: #111; }
.home-button-primary:hover { background: #ffe04d; }
.home-button-secondary { border-color: rgba(255, 255, 255, .65); background: rgba(0, 0, 0, .18); }
.home-button-secondary:hover { border-color: #fff; background: #fff; color: #111; }

.hero-scroll {
    position: absolute;
    right: 5%;
    bottom: 9vh;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-size: 10px;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-scroll span:last-child {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    font-size: 18px;
}

.home-search,
.new-cars,
.brands {
    padding: clamp(70px, 9vw, 125px) 0;
}
.home-benefits {
            padding: clamp(70px, 9vw, 125px) 0;
}

.home-search {
	position: relative; z-index: 9999;
}
/*.new-cars { background: #f1f1ef; color: #111; }*/
/*.brands { background: url(../img/autoshop-gebrauchtwagen-kaufen.jpg); position: relative;}*/
.brands { position: relative;}
.brandsImg {    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
/*.home-benefits { background: #0c0c0c; }*/

.home-section-heading {
    margin-bottom: 44px;
	text-align: center;
}

/*.home-section-heading-split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}*/

.home-section-heading h2,
.editorial-content h2,
.buycarcontent h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.04;
}

.editorial-content h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.04;
}

.home-section-heading > p,
.home-section-heading-split > p {
  /*  max-width: 480px;*/
   /* margin: 0;*/
    line-height: 1.65;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: inherit;
    letter-spacing: .05em;
    text-decoration: none;
	line-height: 1.65;
	margin-top: 16px;
}

.home-text-link span { transition: transform .2s ease; }
.home-text-link:hover span { transform: translateX(5px); }


.search-box {
    position: sticky;
    top: 0;
    box-shadow: 0 12px 15px -10px #000;
	z-index: 999;
	background-color: #000;
	    padding: 0px 3% 10px 3%;
}

.home-search .search-box h2 { display: none; }

.home-search .allgForm {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr) auto;
    gap: 1px;
    padding: 1px;
    background: #444;
}

.home-search .search-box input,
.home-search .search-box select,
.home-search .search-box button[type="submit"] {
    width: 100%;
    min-height: 62px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: #242424;
    color: #fff;
}

input:focus, select:focus, button:focus, input:active, select:active, button:active {
border: 1px solid var(--yellow);
}

.home-search .search-box button[type="submit"] {
    padding: 0 30px;
    background: var(--yellow);
    color: #111;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}

.home-search .custom-select-trigger { min-height: 62px; border: 0; background: #242424; }
.home-search .custom-select-option { min-height: 43px; padding: 10px 38px 10px 13px; background: transparent; color: #ddd; text-transform: none; }
.home-search .custom-select-option:hover,
.home-search .custom-select-option:focus-visible { background: #303030; color: #fff; }
.home-search .custom-select-option.is-selected { background: #272717; color: var(--yellow); }

.vehicle-slider-wrapper { position: relative; }

.vehicle-slider {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px 2px 28px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.vehicle-slider::-webkit-scrollbar { display: none; }

.vehicle-slide {
    flex: 0 0 calc((100% - 78px) / 4);
    min-width: 0;
    scroll-snap-align: start;
}

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

.new-cars .buttoncard { display: block; height: 100%; color: #111; text-decoration: none; }
.new-cars .vehicle-card { height: 100%; background: #181818; box-shadow: 0 9px 30px rgba(0, 0, 0, .07); }
.new-cars .vehicle-card:hover { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(0, 0, 0, .13); }
.new-cars .vehicle-card > img { aspect-ratio: 4 / 3; object-fit: cover; }
.new-cars .vehicle-content { padding: 20px 22px 24px; }
.new-cars .vehicle-content h3 { height: 54px; margin: 0 0 15px; font-size: 1.12rem; line-height: 0.9; color: #aaaaaa;}
.new-cars .vehicle-content h3 span { color: #fff; font-size: .75rem; }
.new-cars .price { margin-bottom: 17px; font-size: 1.45rem; }
.new-cars .vehicle-info { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 8px;}
.new-cars .vehicle-info span { width: auto; display: flex; align-items: center; }
.new-cars .vehicle-info span img { width: 16px; height: 16px; object-fit: contain; filter: brightness(.35); }

.vehicle-slider-button {
    position: absolute;
    top: 42%;
    z-index: 5;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: #111;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    transition: background .2s ease, transform .2s ease;
}

.vehicle-slider-button:hover { background: var(--yellow); color: #111; transform: scale(1.08); }
.vehicle-slider-prev { left: -26px; }
.vehicle-slider-next { right: -26px; }
.home-empty { padding: 30px; background: #fff; }

.home-editorial { padding: 12px 0; /*background: #111; */}

.editorial-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 12px;
}

.editorial-card {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.editorial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .08) 75%);
    pointer-events: none;
}

.editorial-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.001);
    transition: transform .75s cubic-bezier(.2, .65, .3, 1);
}

.editorial-card-large { grid-row: span 2; min-height: 820px; }
.editorial-buy::after { background-image: url(../img/autoshop-saar-autoankauf-angebot.jpg); background-position: right center; }
.editorial-finance::after { background-image: url(../img/autoshop-saar-gebrauchtwagen.jpg); }
.editorial-company::after { background-image: url(../img/autoshop-saar-autohaus-saarbruecken.jpg); }

.editorial-card:hover::after { transform: scale(1.075); }

.editorial-content {
    position: relative;
    z-index: 2;
    max-width: 660px;
    padding: clamp(30px, 5vw, 70px);
}

.editorial-content p:not(.home-kicker) { max-width: 510px; margin: 22px 0 28px; color: #ddd; line-height: 1.65; }

.brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
/*    border-top: 1px solid #343434;
    border-left: 1px solid #343434;*/
}

.brand-card {
   /* min-height: 190px;*/
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: space-between;
    padding: 28px;
   /* border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;*/
    color: #fff;
    text-decoration: none;
  /*  transition: background .2s ease, color .2s ease;
	background: #0000008f;*/
}

.brand-card img {
    grid-column: 1 / -1;
    width: 95px;
    height: 75px;
    margin: 0 auto 25px;
    object-fit: contain;
    filter: grayscale(1) brightness(2.4);
    opacity: .82;
    transition: filter .2s ease, transform .2s ease;
}

.brand-card span { align-self: end; font-size: 13px; }
.brand-card:hover { background: #ffd100b5;; color: #111; }
.brand-card:hover img { filter: grayscale(0); transform: scale(1.08); }

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
   /* border-top: 1px solid #333;*/
	    max-width: 1200px;
	margin: 0 auto;
}


article.artTxt {
	padding: 40px;
}

article.artImg {
	padding: 40px;
	max-height: 300px;
    overflow: hidden;
	margin-bottom: 60px;
}
/*.benefit-grid article { padding: 35px 30px 20px 0; border-right: 1px solid #333; }
.benefit-grid article:not(:first-child) { padding-left: 30px; }*/
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { color: var(--yellow); font-size: 22px; letter-spacing: .15em; }
.benefit-grid h3 { margin: 28px 0 14px; font-size: 1.25rem; font-weight: 500; }
.benefit-grid p { margin: 0; color: #aaa; font-size: .93rem; line-height: 1.7; }
.benefit-grid img { max-width: 100%; }

.buy-car {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .12)), url(../img/autoankauf-saarland.jpg);
    background-position: center;
    background-size: cover;
}

.buycarcontent {
    width: min(1420px, 90%);
    margin: 0 auto;
    padding: 90px 0;
}

.buycarcontent > p:not(.home-kicker) { max-width: 600px; margin: 24px 0 30px; color: #ddd; font-size: 1.08rem; line-height: 1.65; }

@media (max-width: 1100px) {
    .home-search .allgForm { grid-template-columns: repeat(3, 1fr); }
    .vehicle-slide { flex-basis: calc((100% - 52px) / 3); }
    .brand-grid { grid-template-columns: repeat(3, 1fr); }
    .benefit-grid { grid-template-columns: 1fr 1fr; }
    .benefit-grid article:nth-child(2) { border-right: 0; }
}

@media (max-width: 960px) {
    .hero-content h1 {
    font-size: 2rem;
}
	.home-section-heading h2, .editorial-content h2, .buycarcontent h2 {
		font-size: 1.5rem;
	}
	.editorial-content h2, .service-detail-grid h2, .company-highlight h2 {
    font-size: 1rem;
}
	.footer-widget h2 {
    font-size: 15px;
}
	    .benefit-grid { padding: 0 5%; }
}

@media (max-width: 800px) {
    .hero-home { min-height: 720px; padding-bottom: 70px; }
    .hero-scroll { display: none; }
    .home-section-heading-split { display: block; }
    .home-section-heading-split > p,
    .home-section-heading-split > .home-text-link { margin-top: 22px; }
    .home-search .allgForm { grid-template-columns: 1fr 1fr; }
    .vehicle-slide { flex-basis: calc((100% - 26px) / 2); }
    .vehicle-slider-prev { left: 8px; }
    .vehicle-slider-next { right: 8px; }
    .editorial-grid { grid-template-columns: 1fr; }
    .editorial-card,
    .editorial-card-large { min-height: 300px; grid-row: auto; }

	article.artTxt {
    padding: 20px;
}
	article.artImg {
    padding: 20px;
    margin-bottom: 0px;
		    height: auto;
}
	.benefit-grid p {
		line-height: 1.2;
	}
}

@media (max-width: 550px) {
    .home-page { margin-top: -72px; }
	.home-section-heading > p, .home-section-heading-split > p {
    	font-size: .88rem;
    line-height: 1.55;
}
	    .brand-grid { grid-template-columns: 1fr 1fr; }
    .home-section-inner,
    .buycarcontent { width: min(100% - 32px, 1420px); }
    .hero-home {
        min-height: 100svh;
        padding: 132px 20px 32px;
        margin-top: 0;
    }
	.hero-bestand-content h1, .hero-content h1 {
        font-size: 1.5rem;
        line-height: 1.06;
        margin-bottom: 0;
    }
	.hero-copy { display: block; margin: 18px 0 26px; font-size: .98rem; line-height: 1.55; }
    .home-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 8px; }
    .home-button { min-height: 50px; padding: 0 8px; font-size: 10px; letter-spacing: .025em; text-align: center; }
	.home-section-heading {
    margin-bottom: 30px;
}
	.home-section-heading h2, .editorial-content h2, .buycarcontent h2 {
    font-size: 1.3rem;
}
	.home-kicker {margin: 0 0 10px;}
  /*  .home-search .allgForm { grid-template-columns: 1fr; }*/
    .home-search .search-box input,
    .home-search .search-box select,
    .home-search .search-box button[type="submit"],
    .home-search .custom-select-trigger { min-height: 56px; }
    .vehicle-slider { gap: 15px; margin-right: -16px; }
    .vehicle-slide { flex-basis: 100%; }
    .vehicle-slider-button { display: none; }
    .editorial-card,
    .editorial-card-large { min-height: 440px; }
    .editorial-content { padding: 28px 22px; }
    .editorial-content p:not(.home-kicker) { margin: 16px 0 22px; }
    .brand-card { min-height: 132px; padding: 18px 10px; }
    .brand-card img { width: 78px; height: 55px; }

	.benefit-grid h3 {margin: 0;font-size: 1rem;}
	.benefit-grid p {line-height: 1.2;}
    .benefit-grid article,
    .benefit-grid article:not(:first-child) { padding: 15px 0; margin-bottom: 20px; }
    .benefit-grid article.artTxt { padding-right: 8px; padding-left: 8px; }
    .benefit-grid article.artImg { height: auto; padding: 0; margin: 0; aspect-ratio: 16 / 9; }
    .benefit-grid article.artImg img { width: 100%; height: 100%; object-fit: cover; }
    .buy-car { min-height: 400px; background-position: 62% center; }
	.search-box {
		position: relative;
		z-index: 99;
	}
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
