/**
 * theme-styles.css
*/


html {
    font-size: 16px;
}

body {
    background: var(--background-white);
    color: var(--body-text-color);
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    color: var(--heading-text-color);
    font-weight: 600;
    line-height: 1.4;
}

h1 {
    font-size: 3.4rem;
    padding-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
}

h3 {
    font-size: 1.8rem;
    padding-bottom: .5rem;
}

h4 {
    font-size: 1.6rem;
    padding-bottom: .5rem;
}

h5 {
    font-size: 1.35rem;
    padding-bottom: .5rem;
    line-height: 1.15;
}

h6 {
    font-size: 1.3rem;
    padding-bottom: .5rem;
}


a,
a:active,
a:visited,
a:focus,
a:focus-visible {
    color: var(--color-liga);
    text-decoration: none;
}

main {
    padding-top: 95px;
    min-height: 50vh;
}

.header-transparent main {
    padding-top: 0;
}

.row,
.news-post {
    width: 86%;
    max-width: 1500px;
    margin: 0 auto;
}

.button,
#page .ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn,
a.wp-block-button__link.wp-element-button,
#leasing_form .submit_block button,
.wp-block-button__link.form-trigger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--color-white) !important;
    background: var(--background-liga);
    padding: .85rem 1.5rem .85rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border-radius: var(--border-radius-half);
    border: none;
    min-height: 0;
    transition: all 400ms ease;
    cursor: pointer;
    z-index: 1;
}

.button:not(.menu-trigger):hover,
.wp-block-button__link.form-trigger:hover,
a.wp-block-button__link.wp-element-button:hover {
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.25);
    transform: translateY(-0.25em);
}

.cta-button-wrapper {
    margin-top: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.cta-button-wrapper a:not(:last-child) {
    margin-right: 1.5rem;
}

.section-padding-top {
    padding: 7rem 0 0 !important;
}

.section-padding-bottom {
    padding: 0 0 7rem !important;
}

.section-padding-none {
    padding: 0 !important;
}

.deaktiviert {
    display: none !important;
}

/* Header */

.site-header {
    display: flex;
    align-items: center;
    height: 95px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--background-dark);
    color: var(--color-white);
    transition: transform 400ms ease-in-out;
    z-index: 1000;
}

.header-transparent .site-header {
    background: transparent !important;
}

.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

.header-row {
    display: flex;
    justify-content: space-between;
}

.header-row .col {
    display: flex;
    align-items: center;
}

.logo img {
    width: clamp(105px, 7vw, 125px);
}


/* Menu Icons */

.menu-icons {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

.menu-icons a {
    display: block;
}

.menu-icons a:not(:last-child) {
    margin-right: 1.5rem;
}

.menu-icons img {
    display: block;
    width: auto;
    height: 1.75rem;
}

.menu-icon-reifen img {
    height: 2rem !important;
}

.menu-icon-suche {
    cursor: pointer;
}


/* Menü Trigger und Icon */

.button.menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 300ms ease, transform 300ms ease;
}

.menu-trigger-label {
    line-height: 1;
    transform: translate(0, -1px);
}

.menu-trigger-icon {
    width: 22px;
    height: 19px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 10px;
}

.menu-trigger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #fff;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-trigger-icon span:nth-child(1) {
    top: 0px;
}

.menu-trigger-icon span:nth-child(2),
.menu-trigger-icon span:nth-child(3) {
    top: 7px;
}

.menu-trigger-icon span:nth-child(4) {
    top: 14px;
}

.menu-trigger-icon.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.menu-trigger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-trigger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-trigger-icon.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}


/* Floating Menü Trigger */

.menu-trigger--fixed {
    position: fixed !important;
    z-index: 2000;
    opacity: 0;
    transition: opacity 400ms ease;
    pointer-events: none;
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.25);
}

.menu-trigger--fixed.menu-trigger--visible {
    opacity: 1;
    pointer-events: auto;
}



/* Overlay Menü */

.no-scroll {
    overflow: hidden;
}

.admin-bar.no-scroll .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar.no-scroll .site-header {
        top: 46px;
    }
}

body.no-scroll .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2001;
    background: var(--background-dark);
    padding-right: var(--scrollbar-width);
    /* Scrollbar-Ausgleich */
}

body.no-scroll .menu-trigger--fixed {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
}

body.no-scroll #overlay-menu {
    padding-right: var(--scrollbar-width);
    /* Scrollbar-Ausgleich */
}

#overlay-menu {
    display: none;
    position: fixed;
    padding-top: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--background-dark);
    z-index: 999;
}

ul#primary-menu {
    list-style-type: none;
    padding: 0;
}

ul#primary-menu li {
    line-height: 1;
}

ul#primary-menu li:not(:last-child) {
    margin-bottom: 2.2rem;
}

ul#primary-menu li a {
    color: var(--color-white) !important;
    font-size: 2.4rem;
    font-weight: 500;
    transition: all 300ms ease;
}

#overlay-menu ul.sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 35%;
}

#overlay-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 2.5rem;
}

#overlay-menu ul.sub-menu li a {
    font-size: 1.7rem !important;
    font-weight: 400 !important;
    font-style: italic;
}

#overlay-menu .menu-item-has-children.submenu-active>a {
    color: var(--color-liga) !important;
    padding-left: 3rem;
}

#overlay-menu .sub-menu .current-menu-item a {
    color: var(--color-liga) !important;
}

#overlay-menu .current-menu-item:not(.menu-item-has-children)>a {
    color: var(--color-liga) !important;
}

#overlay-menu li.menu-marke {
    padding-left: 5rem;
}

#overlay-menu li.menu-marke::before {
    content: '';
    width: 2.75rem;
    height: 2.75rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#overlay-menu li.menu-marke-mercedes::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Mercedes_w.svg);
}

#overlay-menu li.menu-marke-vw::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_VW_w.svg);
}

#overlay-menu li.menu-marke-vw-nutzfahrzeuge::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_VW_Nutz_w.svg);
}

#overlay-menu li.menu-marke-jeep::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Jeep_w.svg);
}

#overlay-menu li.menu-marke-fiat::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Fiat_w.svg);
}

#overlay-menu li.menu-marke-fiat-professional::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Fiat_Prof_w.svg);
}

#overlay-menu li.menu-marke-alfa-romeo::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Alfa-Romeo_w.svg);
}

#overlay-menu li.menu-marke-abarth::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Abarth_w.svg);
}


#overlay-menu li.menu-marke-mercedes.current-menu-item::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Mercedes_g.svg);
}

#overlay-menu li.menu-marke-vw.current-menu-item::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_VW_g.svg);
}

#overlay-menu li.menu-marke-vw-nutzfahrzeuge.current-menu-item::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_VW_Nutz_g.svg);
}

#overlay-menu li.menu-marke-jeep.current-menu-item::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Jeep_g.svg);
}

#overlay-menu li.menu-marke-fiat.current-menu-item::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Fiat_g.svg);
}

#overlay-menu li.menu-marke-fiat-professional.current-menu-item::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Fiat_Prof_g.png);
}

#overlay-menu li.menu-marke-alfa-romeo.current-menu-item::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Alfa-Romeo_g.svg);
}

#overlay-menu li.menu-marke-abarth.current-menu-item::before {
    background-image: url(/wp-content/uploads/2025/08/LOGO_Abarth_g.svg);
}




/* Startseite Filter */

#filter-home {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 50%);
    padding: 0 !important;
    z-index: 2;
}

#filter-home .row {
    width: 100%;
    background: var(--background-white);
    padding: 1.5rem;
    border-radius: var(--border-radius-one) var(--border-radius-one) 0 0;
}

#filter_home_form .selection-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 1rem;
}

#filter_home_form .selection-wrapper select,
#filter_home_form .custom-multi-select {
    width: calc(27.5% - 1.5rem);
}

#filter_home_form #count_vehicle {
    margin-right: .5rem;
}

.button.home-filter-button {
    flex-grow: 1;
}

h3.home-filter-title {
    display: none;
}


/* Marken Startseite */

#marken-home {
    padding: var(--section-padding-top-bottom);
}

#marken-home h2 {
    font-size: 1.7rem;
    padding-bottom: 2rem;
}

.makes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1.5rem;
}

.make-card {
    width: calc(12.5% - 1.33rem);
    background: var(--background-white);
    padding: 1.25rem 1rem 1.25rem;
    border-radius: var(--border-radius-one);
    border: 1px solid var(--color-border);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0);
    text-align: center;
    color: var(--color-dark) !important;
    font-size: .9rem;
    transition: all 400ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.make-card:hover {
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.10);
}

.make-card img {
    width: 90%;
    height: auto;
}

.make-card p.make-count {
    margin-top: .75rem;
}



/* News Startseite */

#news-home {
    padding: var(--section-padding-top-bottom);
}

#news-home h2 {
    font-size: 2.9rem;
    font-weight: 500;
    padding-bottom: 4rem;
}

.news-home {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10%;
}

#news-home .home-featured-post {
    width: 45%;
}

#news-home .home-post-list {
    width: 45%;
}

.news-home h3 {
    font-size: 1.35rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

.news-home h3 a {
    color: var(--body-text-color);
}

.news-home h4 {
    font-size: 1rem;
    padding-bottom: .75rem;
    font-weight: 700;
}

.news-home h4 a {
    color: var(--body-text-color);
}

#news-home .home-featured-post-img {
    display: block;
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 26rem;
    margin-bottom: 1.75rem;
}

#news-home .home-featured-post-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: var(--border-radius-one-quarter);
}

#news-home .home-featured-post-date {
    display: block;
    font-weight: 500;
    color: var(--color-liga);
    padding-bottom: .2rem;
}

#news-home .home-featured-post-excerpt,
#news-home .home-post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
}

#news-home .home-post-list-item {
    position: relative;
    display: flex;
    gap: 0 2rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--color-border);
}

#news-home .home-post-list-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 2.5rem;
    border-bottom: none;
}

#news-home .home-post-list-img {
    display: block;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: 12rem;
    height: 8rem;
}

#news-home .home-post-list-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: var(--border-radius-half);
}

#news-home .home-post-content {
    width: calc(100% - 14rem);
}

#news-home .home-post-date {
    display: block;
    font-weight: 500;
    color: var(--color-liga);
    padding-bottom: .2rem;
}


/* Rezensionen */

#rezensionen {
    padding: var(--section-padding-top-bottom);
    background: var(--background-liga-extra-light);
}

#rezensionen .section-title-wrapper {
    text-align: center;
    margin-bottom: 2rem;
}


/* Markenseiten mit Modelle Filter */

#model-filter-section {
    padding-top: 0;
    padding-bottom: 3rem;
}

#model-filter-section.block-005 h2 {
    padding-bottom: 0 !important;
}

#model-filter-section .section-title-wrapper {
    text-align: center;
}

.filter-toggle-wrapper {
    text-align: center;
    margin-top: 2rem;
}

.filter-toggle-wrapper .button {
    padding-left: 2.5rem;
}

.filter-toggle-wrapper .button span::before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: block;
    background-image: url(/wp-content/uploads/2025/06/ICON_Filter.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translate(0, -50%);
}

ul#model-filter {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    list-style-type: none;
    padding: 0;
    margin-top: 2rem;
}

ul#model-filter li a {
    display: block;
    border-radius: 9px;
    border: 1px solid var(--color-dark);
    color: var(--color-dark);
    font-weight: 700;
    font-size: .9rem;
    padding: .75rem 1rem;
}

ul#model-filter li.is-active a {
    border: 1px solid var(--color-liga);
    color: var(--color-liga);
}

#model-results-section {
    padding: var(--section-padding-bottom);
}

#model-list {
    transition: opacity 0.18s ease;
}

#model-list.is-fading {
    opacity: 0;
}

li.model-filter__item.model-filter__empty {
    padding-top: 0.7rem;
}

.model-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.model-item {
    display: block;
    padding: 1.5rem 1.25rem;
    width: calc(33.33% - 2rem);
    border-radius: var(--border-radius-one);
    border: 1px solid var(--color-border);
    background: var(--White, #FFF);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0);
    transition: all 400ms ease;
}

.model-item:hover {
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.10);
}

.model-item .model-list-img {
    position: relative;
    overflow: hidden;
    flex: 1;
    margin: 1.25rem 0;
}

.model-item .model-list-img::before {
    content: '';
    display: block;
    padding-top: 64%;
}

.model-item .model-list-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: var(--border-radius-one);
}

.model-item .model-title {
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--color-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.model-item .model-aufbau {
    font-weight: 600;
}

.model-item .model-price {
    color: var(--color-dark);
    font-size: .9rem;
}


/* Ähnliche Modelle */

.similar-models {
    padding: var(--section-padding-top);
}

h2.similar-models-title {
    font-size: 2.2rem;
    font-weight: 500;
    padding-bottom: 4rem;
    text-align: center;
}


/* News Beiträge */

/* .news-post .post-content strong {
    padding-left: .3rem;
    padding-right: .3rem;
}

.news-post .post-content strong:first-child {
    padding-left: 0;
    padding-right: .3rem;
} */

.news-post {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 10%;
    padding: var(--section-padding-top);
}

.news-post .post-main {
    width: 62.5%;
}

.news-post .posts-sidebar {
    width: 27.5%;
}

.news-post h1.post-title {
    font-size: 2.9rem;
    font-weight: 500;
}

.news-post .post-image {
    display: block;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-one);
    margin: 2rem 0;
}

.news-post .post-image::before {
    content: '';
    display: block;
    padding-top: 60%;
}

.news-post .post-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: var(--border-radius-one);
}

.news-post .wp-element-button {
    margin-top: 1rem;
}

.news-post h2.wp-block-heading {
    font-size: 1.7rem;
}

.news-post h3.wp-block-heading {
    font-size: 1.35rem;
}

.news-post h4.wp-block-heading {
    font-size: 1.25rem;
}

.news-post h5.wp-block-heading {
    font-size: 1.2rem;
}

.news-post h6.wp-block-heading {
    font-size: 1.1rem;
}

.news-post figure.wp-block-image.size-full {
    width: 100%;
    border-radius: var(--border-radius-one);
}

.news-post figure.wp-block-image.size-full img {
    width: 100%;
    border-radius: var(--border-radius-one);
}

.news-post ul.wp-block-list {
    padding-left: 1.5rem;
    list-style-type: square;
}


/* News Übersicht Seite */

#archive-header {
    padding: var(--section-padding-top);
    padding-bottom: 3rem;
}

#archive-header .archive-title {
    font-size: 2.9rem;
    font-weight: 500;
}

#news-overview .col {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 10%;
}

#news-overview .archive-container {
    width: 62.5%;
}

#news-overview .archive-sidebar {
    width: 27.5%;
}

.archive-post-item:not(:last-child) {
    margin-bottom: 5rem;
}

#news-overview .archive-post-thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 32rem;
    margin-bottom: 1.75rem;
}

#news-overview .archive-post-thumbnail a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: var(--border-radius-one-quarter);
}

#news-overview h2 {
    font-size: 1.35rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

#news-overview h2 a {
    color: var(--body-text-color);
}

#news-overview .archive-post-date {
    display: block;
    font-weight: 500;
    color: var(--color-liga);
    padding-bottom: .2rem;
}

.archive-sidebar h4 {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 1.5rem;
}

#news-overview .archive-sidebar .search-box {
    margin-bottom: 3rem;
}

#news-overview .archive-sidebar .search-box .search-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9px;
    border: 1px solid var(--color-border);
    padding: .65rem 1rem .65rem 1rem;
    background: var(--background-white);
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    cursor: pointer;
    margin-right: 1rem;
}

#news-overview .archive-sidebar .search-box form.search-form {
    display: flex;
}

.archive-container nav.pagination {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--color-dark);
}

.archive-container nav.pagination span.page-numbers.current {
    color: var(--color-liga) !important;
}

.archive-container .pagination a {
    color: var(--color-dark);
}

.archive-container nav.pagination .page-numbers:not(:last-child) {
    margin-right: 5px;
}


/* Sidebar Beiträge */

.sidebar-post-extras {
    margin-bottom: 3rem;
}

.cta-sidebar-wrapper:not(:only-child) {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.testdrive-sidebar-wrapper:not(:only-child) {
    border-top: 1px solid var(--color-border);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.cta-button-sidebar {
    width: 100%;
}

.button-testdrive-sidebar {
    width: 100%;
}

.sidebar-price-wrapper,
.sidebar-leasing-wrapper {
    background: var(--background-dark-grey);
    text-align: center;
    padding: 1rem;
}

.sidebar-leasing-wrapper {
    margin-top: 1rem;
}

.sidebar-price-label,
.sidebar-leasing-label {
    display: block;
    font-size: 1.35rem;
    line-height: 1;
    margin-bottom: .75rem;
}

.sidebar-price-value,
.sidebar-leasing-value {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 600;
}

h4.sidebar-title {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 1.5rem;
}

.highlight-item {
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-one);
    margin-bottom: 3rem;
}

.highlight-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
    height: auto;
}

.highlight-thumbnail::before {
    content: '';
    display: block;
    padding-top: 70%;
}

.highlight-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: var(--border-radius-one) var(--border-radius-one) 0 0;
}

.highlight-details {
    padding: 1rem;
}

.highlight-title a {
    font-size: 1rem;
    color: var(--body-text-color) !important;
}

span.highlight-date {
    color: var(--color-liga);
    font-size: .9rem;
    display: block;
    margin-bottom: .5rem;
}



/* Overlay Formulare */

#overlay-forms {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-white);
    z-index: 9999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
    padding: 3.5rem 0 7rem;
}

#overlay-forms.active {
    display: flex;
}

#overlay-forms .overlay-forms-close-wrapper {
    text-align: right;
    padding-bottom: 5rem;
}

.overlay-close {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: var(--color-white) !important;
    background: var(--background-liga) !important;
    padding: .45rem 3rem .45rem 3rem !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border-radius: var(--border-radius-half) !important;
    border: none !important;
    min-height: 0 !important;
    transition: all 400ms ease !important;
    cursor: pointer !important;
    z-index: 1 !important;
    outline: none !important;
    margin: auto 0 auto auto;
    width: 5rem;
}



/* Gravity Forms */

.gform-theme--framework ::placeholder,
.gform-theme--framework .gf_placeholder {
    color: var(--color-grey) !important;
    opacity: 1;
}

.gform-theme--framework ::-ms-input-placeholder {
    color: var(--color-grey) !important;
}

.gform_wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.gform-theme--framework .gform_validation_errors,
.gform-theme--framework .gfield_validation_message {
    display: none !important;
}

.gform_heading {
    display: none !important;
}

.gfield--type-html h2 {
    text-align: center;
    font-size: 2.9rem;
    font-weight: 500;
}

.gfield--type-html .lead {
    text-align: center;
    padding-bottom: 3rem;
}

.gform-theme--foundation .gform_fields {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
}

h3.gsection_title {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 2.5rem;
}

.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-top: 2px solid var(--color-liga);
    margin-top: 1rem;
}


.gform-theme--foundation #field_submit,
.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
    justify-content: center !important;
    margin-top: 4rem !important;
}


.gfield_label.gform-field-label {
    font-size: .9rem !important;
}

.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield input:not(.gfield-choice-input),
.gform-theme--framework textarea {
    border-radius: 9px !important;
    border: 1px solid var(--color-border) !important;
    padding: .25rem 1rem .25rem 1rem !important;
    background: var(--background-white) !important;
    font-size: 1rem !important;
    color: var(--body-text-color) !important;
    box-shadow: none !important;
    outline: none !important;
}

.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield input:not(.gfield-choice-input) {
    height: auto !important;
}

.gform-theme--framework textarea {
    padding: .65rem 1rem .65rem 1rem !important;
}

.gform-theme--framework select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 9px !important;
    border: 1px solid var(--color-border) !important;
    padding: .25rem 1rem .25rem 1rem !important;
    background: var(--background-white) !important;
    font-size: 1rem !important;
    color: var(--body-text-color) !important;
    cursor: pointer !important;
    background-image: url(/wp-content/uploads/2025/06/PFEIL_2_down_black.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.7rem center !important;
    background-size: .75em !important;
    padding-right: 2.5rem !important;
    height: auto !important;
    box-shadow: none !important;
    outline: none !important;
}

.gform-theme--framework .gfield_error.gfield .ginput_password,
.gform-theme--foundation .gfield_error.gfield input:not(.gfield-choice-input),
.gform-theme--framework .gfield_error select,
.gform-theme--framework .gfield_error textarea {
    border: 1px solid #c02b0a !important;
}

.gform-theme--foundation .ginput_complex .ginput_container_date {
    inline-size: 33.33% !important;
}

.gform-theme--foundation .gform-grid-row {
    margin-inline: calc(1rem * -1 / 2) !important;
}


.gform_wrapper.gform-theme--framework .gform_button.button,
.gform_wrapper.gform-theme--framework .gform_button_select_files {
    position: relative;
    display: inline-block !important;
    vertical-align: middle !important;
    color: var(--color-white) !important;
    background: var(--background-liga) !important;
    padding: .85rem 2.5rem .85rem 2.5rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border-radius: var(--border-radius-half) !important;
    border: none !important;
    min-height: 0 !important;
    transition: all 400ms ease !important;
    cursor: pointer !important;
    z-index: 1 !important;
    outline: none !important;
}


body .gform_wrapper input[type="checkbox"] {
    border-radius: 6px !important;
    border-color: var(--color-border) !important;
    cursor: pointer;
}

body .gform_wrapper input[type="radio"] {
    border-color: var(--color-border) !important;
    cursor: pointer;
}

body .gform_wrapper input[type="checkbox"]:focus,
body .gform_wrapper input[type="radio"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

body .gform_wrapper input[type="checkbox"]:checked,
body .gform_wrapper input[type="radio"]:checked {
    background: var(--background-liga) !important;
}

body .gform_wrapper input[type="checkbox"]::before {
    color: #fff !important;
}

body .gform_wrapper input[type="radio"]::before {
    background-color: #fff !important;
}

.gform_wrapper.gform-theme--framework .gform-field-label--type-inline {
    font-size: 1rem;
    cursor: pointer;
}


.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
    display: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
    background-color: var(--background-liga) !important;
}

.gform_confirmation_message p,
.gform_confirmation_message {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    text-align: center !important;
}



/* Form Trigger Button Breite */

.wp-block-theme-form-trigger-button.has-custom-width.wp-block-button__width-25 a {
    width: 25%;
}

.wp-block-theme-form-trigger-button.has-custom-width.wp-block-button__width-50 a {
    width: 50%;
}

.wp-block-theme-form-trigger-button.has-custom-width.wp-block-button__width-75 a {
    width: 75%;
}

.wp-block-theme-form-trigger-button.has-custom-width.wp-block-button__width-100 a {
    width: 100%;
}


/* Karriere Seite */

#karriere-innovation {
    background: var(--background-grey);
}

#karriere-werte {
    background: var(--background-liga-extra-light);
}

#karriere-werte-info {
    background: var(--background-liga-extra-light);
    padding: var(--section-padding-bottom) !important;
}



/* Overlay Formulare */

#overlay-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-white);
    z-index: 9999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
    padding: 3.5rem 0 7rem;
}

#overlay-search.show-search {
    display: flex;
}

#overlay-search .overlay-search-close-wrapper {
    text-align: right;
    padding-bottom: 5rem;
}

.overlay-search-close {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: var(--color-white) !important;
    background: var(--background-liga) !important;
    padding: .25rem 2.5rem .65rem 2.5rem !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border-radius: var(--border-radius-half) !important;
    border: none !important;
    min-height: 0 !important;
    transition: all 400ms ease !important;
    cursor: pointer !important;
    z-index: 1 !important;
    outline: none !important;
    margin: auto 0 auto auto;
}

#overlay-search-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#overlay-search-container h2 {
    text-align: center;
    font-size: 2.9rem;
    font-weight: 500;
}

#overlay-search-container .lead {
    text-align: center;
    padding-bottom: 3rem;
}

#overlay-search-container .search-field,
.no-results-content .search-field {
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9px;
    border: 1px solid var(--color-border);
    padding: .65rem 1rem .65rem 1rem;
    background: var(--background-white);
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    cursor: pointer;
    margin-right: 1rem;
    min-width: 300px;
}

#overlay-search-container form.search-form,
.no-results-content form.search-form {
    display: flex;
}

h2.no-results-title {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 1.5rem;
}

.no-results-content p {
    margin-bottom: 3rem;
}


/* Anpassungen Seitenleisten */

.search-results .sidebar-title-search,
.search-no-results .sidebar-title-search {
    display: none;
}

.search-results .search-box,
.search-no-results .search-box {
    display: none;
}


/* Impressum, Datenchutz, AGB */

.page-id-77746 .row.general-content-row {
    max-width: 1100px;
}



/* Footer */

#footer {
    padding: var(--section-padding-top);
    padding-bottom: 2rem;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    color: var(--color-white);
    background: var(--background-dark);
    border-radius: var(--border-radius-one-half);
    padding: 3rem 3rem;
}

.footer-col {
    text-align: center;
}

.footer-col-one,
.footer-col-four {
    width: 25%;
}

.footer-col-two,
.footer-col-three {
    width: 25%;
}

.footer-col:not(:last-child) {
    border-right: 1px solid #fff;
}

.footer-row h4 {
    font-size: 1.35rem;
    color: var(--color-white);
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.footer-row h4 b {
    font-weight: 500;
}

.footer-credits-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
}

.footer-credits-col {
    font-weight: 500;
    font-size: .95rem;
    color: var(--color-grey);
}

.footer-menu-col {
    display: flex;
    align-items: center;
}

#footer-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

#footer-menu li {
    margin-right: 1.5rem;
}

#footer-menu a {
    font-weight: 500;
    font-size: .95rem;
    color: var(--body-text-color);
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social a:not(:last-child) {
    display: block;
    margin-right: 1rem;
}

.footer-social a img {
    display: block;
    width: 1.25rem;
    height: auto;
}




/* Responsive */

@media all and (max-width: 1700px) {

    .row,
    .news-post {
        width: 86%;
        max-width: 1400px;
    }

    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1.15rem;
    }

    .section-padding-top {
        padding: 6.5rem 0 0 !important;
    }

    .section-padding-bottom {
        padding: 0 0 6.5rem !important;
    }

    .block-003 .section-title-row h2 {
        padding-top: 6.5rem !important;
    }

    ul#primary-menu li a {
        font-size: 2.2rem !important;
    }

    #overlay-menu ul.sub-menu li a {
        font-size: 1.5rem !important;
    }

    #marken-home h2,
    .block-client-005 h2,
    .block-client-008 .box-value,
    .block-client-002 .box-value,
    .block-client-006 .col-left h2,
    .block-client-006 .col-right h2 {
        font-size: 1.5rem !important;
    }

    .block-002 h2,
    .block-003 .half-half-row h2,
    .block-005 h2,
    #news-home h2,
    .block-009 .section-title-row h2,
    .block-client-002 h2,
    .block-003 .section-title-row h2,
    .block-008 .section-title-row h2,
    .block-client-008 h2,
    .block-client-012 .section-title-row h2,
    .block-client-011 .section-title-row h2,
    #archive-header .archive-title,
    .news-post h1.post-title,
    .block-client-009 .section-title-row h2,
    .gfield--type-html h2,
    #overlay-search-container h2,
    #model-filter-section.block-005 h2 {
        font-size: 2.7rem !important;
    }

    .block-002 .info-block-details h4,
    .footer-row h4,
    .model-item .model-title,
    .block-client-008 .box-label,
    .block-client-002 .box-label,
    .block-008 .toggle-header h3,
    .teams_grid .item h3,
    .block-client-007 .timeline-description,
    h4.sidebar-title,
    .block-client-006 h3,
    .block-client-006 h3,
    #single_car_content span.brand-name,
    #car_data_bottom h3,
    .block-client-009 .job-item .job-title,
    .block-001 .lead {
        font-size: 1.25rem !important;
    }

    .block-009 h4.card-item-title,
    .block-client-001 h2,
    h2.similar-models-title,
    #single_car_content .price_top {
        font-size: 2rem !important;
    }

    .block-004 h2 {
        font-size: 3.2rem !important;
    }

    .block-client-007 .timeline-year {
        font-size: 3.5rem;
    }

    .news-post h2.wp-block-heading {
        font-size: 1.5rem;
    }

    .news-post h3.wp-block-heading {
        font-size: 1.25rem;
    }

    .news-post h4.wp-block-heading {
        font-size: 1.15rem;
    }

    .news-post h5.wp-block-heading {
        font-size: 1.1rem;
    }

    .news-post h6.wp-block-heading {
        font-size: 1.05rem;
    }



}

@media all and (max-width: 1600px) {

    h1 {
        font-size: 3.1rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1.1rem;
    }

    .section-padding-top {
        padding: 6rem 0 0 !important;
    }

    .section-padding-bottom {
        padding: 0 0 6rem !important;
    }

    .block-003 .section-title-row h2 {
        padding-top: 6rem !important;
    }


    ul#primary-menu li a {
        font-size: 2.1rem !important;
    }

    #overlay-menu ul.sub-menu li a {
        font-size: 1.4rem !important;
    }

    #marken-home h2,
    .block-client-005 h2,
    .block-client-008 .box-value,
    .block-client-002 .box-value,
    .block-client-006 .col-left h2,
    .block-client-006 .col-right h2 {
        font-size: 1.4rem !important;
    }

    .block-002 h2,
    .block-003 .half-half-row h2,
    .block-005 h2,
    #news-home h2,
    .block-009 .section-title-row h2,
    .block-client-002 h2,
    .block-003 .section-title-row h2,
    .block-008 .section-title-row h2,
    .block-client-008 h2,
    .block-client-012 .section-title-row h2,
    .block-client-011 .section-title-row h2,
    #archive-header .archive-title,
    .news-post h1.post-title,
    .block-client-009 .section-title-row h2,
    .gfield--type-html h2,
    #overlay-search-container h2,
    #model-filter-section.block-005 h2 {
        font-size: 2.6rem !important;
    }

    .block-002 .info-block-details h4,
    .footer-row h4,
    .model-item .model-title,
    .block-client-008 .box-label,
    .block-client-002 .box-label,
    .block-008 .toggle-header h3,
    .teams_grid .item h3,
    .block-client-007 .timeline-description,
    h4.sidebar-title,
    .block-client-006 h3,
    .block-client-006 h3,
    #single_car_content span.brand-name,
    #car_data_bottom h3,
    .block-client-009 .job-item .job-title,
    .block-001 .lead {
        font-size: 1.2rem !important;
    }

    .block-009 h4.card-item-title,
    .block-client-001 h2,
    h2.similar-models-title,
    #single_car_content .price_top {
        font-size: 1.9rem !important;
    }

    .block-004 h2 {
        font-size: 3.1rem !important;
    }

    .block-client-007 .timeline-year {
        font-size: 3.4rem !important;
    }

    .block-009 .section-title-row,
    .block-002 h2,
    #news-home h2 {
        padding-bottom: 3.5rem !important;
    }

    #rezensionen .section-title-wrapper {
        margin-bottom: 1rem;
    }

    .footer-row {
        padding: 2.5rem 2.5rem;
    }

    .block-003 .half-half-row h2 {
        padding-bottom: 1.5rem !important;
    }

    .cta-button-wrapper {
        margin-top: 2.5rem !important;
    }

    ul#model-filter li a {
        padding: .5rem .75rem;
    }

    .block-003 .col-right-img {
        min-height: 25rem !important;
    }

    #news-overview .archive-post-thumbnail a {
        height: 30rem !important;
    }

    .energy_img img {
        max-width: 250px !important;
    }

}

@media all and (max-width: 1500px) {

    .site-header {
        height: 85px;
    }

    main {
        padding-top: 85px;
    }

    .row,
    .news-post {
        width: 90%;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1.05rem;
    }

    .section-padding-top {
        padding: 5rem 0 0 !important;
    }

    .section-padding-bottom {
        padding: 0 0 5rem !important;
    }

    .block-003 .section-title-row h2 {
        padding-top: 5rem !important;
    }


    ul#primary-menu li a {
        font-size: 2rem !important;
    }

    #overlay-menu ul.sub-menu li a {
        font-size: 1.3rem !important;
    }

    #marken-home h2,
    .block-client-005 h2,
    .block-client-008 .box-value,
    .block-client-002 .box-value,
    .block-client-006 .col-left h2,
    .block-client-006 .col-right h2 {
        font-size: 1.3rem !important;
    }

    .block-002 h2,
    .block-003 .half-half-row h2,
    .block-005 h2,
    #news-home h2,
    .block-009 .section-title-row h2,
    .block-client-002 h2,
    .block-003 .section-title-row h2,
    .block-008 .section-title-row h2,
    .block-client-008 h2,
    .block-client-012 .section-title-row h2,
    .block-client-011 .section-title-row h2,
    #archive-header .archive-title,
    .news-post h1.post-title,
    .block-client-009 .section-title-row h2,
    .gfield--type-html h2,
    #overlay-search-container h2,
    #model-filter-section.block-005 h2 {
        font-size: 2.5rem !important;
    }

    .block-002 .info-block-details h4,
    .footer-row h4,
    .model-item .model-title,
    .block-client-008 .box-label,
    .block-client-002 .box-label,
    .block-008 .toggle-header h3,
    .teams_grid .item h3,
    .block-client-007 .timeline-description,
    h4.sidebar-title,
    .block-client-006 h3,
    .block-client-006 h3,
    #single_car_content span.brand-name,
    #car_data_bottom h3,
    .block-client-009 .job-item .job-title,
    .block-001 .lead {
        font-size: 1.1rem !important;
    }

    .block-009 h4.card-item-title,
    .block-client-001 h2,
    h2.similar-models-title,
    #single_car_content .price_top {
        font-size: 1.8rem !important;
    }

    .block-004 h2 {
        font-size: 3rem !important;
    }

    .block-client-007 .timeline-year {
        font-size: 3.3rem !important;
    }

    .block-009 .section-title-row,
    .block-002 h2,
    #news-home h2,
    .block-008 .section-title-row,
    h2.similar-models-title,
    .block-client-012 .section-title-row {
        padding-bottom: 3rem !important;
    }

    #rezensionen .section-title-wrapper {
        margin-bottom: 1rem;
    }

    .footer-row {
        padding: 2rem 1.5rem;
    }

    .block-003 .half-half-row h2 {
        padding-bottom: 1.25rem;
    }

    .cta-button-wrapper {
        margin-top: 2.25rem !important;
    }

    #filter-home .row {
        width: 90%;
        padding: 1.25rem;
    }

    .menu-trigger-icon {
        width: 20px;
        height: 17px;
        margin-right: 9px;
    }

    .menu-icons img {
        height: 1.5rem;
    }

    #overlay-menu li.menu-marke::before {
        width: 2.5rem;
        height: 2.5rem;
    }

    .block-002 .info-block-icon-img {
        max-height: 3rem !important;
    }

    .block-client-005 .col-right .make-logo {
        width: 15rem !important;
        height: auto;
        margin-top: 1rem !important;
    }

    .model-grid {
        gap: 2rem;
    }

    .model-item {
        padding: 1.4rem 1.2rem;
        width: calc(33.33% - 1.35rem);
    }

    #news-home .home-featured-post-img {
        height: 23rem;
    }

    .home .block-001 ul.slick-dots {
        bottom: 7rem !important;
    }

    .block-001 ul.slick-dots button {
        width: .85rem !important;
        height: .85rem !important;
    }

    .block-004 {
        min-height: 30rem !important;
    }

    .block-003 .half-half-row {
        gap: 0 8% !important;
    }

    .block-003 .col-left {
        width: 47% !important;
    }

    .block-003 .col-right-img {
        min-height: 25rem !important;
    }

    .block-client-002 .half-half-row {
        gap: 0 8% !important;
    }

    .block-client-002 .col-left {
        width: 47% !important;
    }

    .footer-row h4 {
        margin-bottom: 1rem;
    }

    .block-005 h2 {
        padding-bottom: 2rem !important;
    }

    .gform-theme--foundation #field_submit,
    .gform-theme--foundation .gform_footer,
    .gform-theme--foundation .gform_page_footer {
        margin-top: 3rem !important;
    }

    .block-client-006 #map {
        height: 23rem !important;
    }

    .block-client-009 .job-list-row .col {
        gap: 2rem !important;
    }

    .block-client-009 .job-item {
        padding: 1.4rem 1.15rem 1.4rem !important;
        width: calc(33.33% - 1.35rem) !important;
    }

    #archive-header {
        padding-bottom: 2rem;
    }

    .news-post,
    #news-overview .col {
        gap: 2rem 8%;
    }

    .news-post .posts-sidebar,
    #news-overview .archive-sidebar {
        width: 29.5%;
    }

    .car_images .row,
    .car_details_wrapper .row {
        gap: 2rem 4rem !important;
    }

    .car_images .col-right,
    .car_details_wrapper .row .col-right {
        width: calc(30% - 1rem) !important;
    }

    .single-cars .teams_grid {
        gap: 3rem 2rem !important;
    }

    .single-cars .teams_grid .item {
        width: calc(50% - 1rem) !important;
    }

    .gfield--type-html .lead {
        padding-bottom: 2rem;
    }

    .block-009 .tile-col {
        gap: 2rem !important;
    }

    .block-009.layout-2-cols .card-item {
        width: calc(50% - 1rem) !important;
    }

    .news-home {
        gap: 0 8%;
    }

    #news-home .home-featured-post {
        width: 47%;
    }

    .block-client-006 .half-half-row {
        gap: 3rem 8% !important;
    }

    .block-client-006 .col-right {
        width: 57% !important;
    }

    .model-item .model-list-img {
        margin: 1.15rem 0 1.1rem;
    }

    .block-client-007 .timeline-item {
        padding: 2rem 0 !important;
    }

    .block-client-012 img.quote-icon {
        width: 5rem !important;
        top: -3rem !important;
        left: 2rem !important;
    }

    .block-client-012 .quote-img {
        width: 9rem !important;
    }

}

@media all and (max-width: 1400px) {

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.15rem;
    }

    h5 {
        font-size: 1.05rem;
    }

    h6 {
        font-size: 1rem;
    }

    ul#primary-menu li a {
        font-size: 1.8rem !important;
    }

    #overlay-menu ul.sub-menu li a {
        font-size: 1.2rem !important;
    }

    #marken-home h2,
    .block-client-005 h2,
    .block-client-008 .box-value,
    .block-client-002 .box-value,
    .block-client-006 .col-left h2,
    .block-client-006 .col-right h2 {
        font-size: 1.2rem !important;
    }

    .block-002 h2,
    .block-003 .half-half-row h2,
    .block-005 h2,
    #news-home h2,
    .block-009 .section-title-row h2,
    .block-client-002 h2,
    .block-003 .section-title-row h2,
    .block-008 .section-title-row h2,
    .block-client-008 h2,
    .block-client-012 .section-title-row h2,
    .block-client-011 .section-title-row h2,
    #archive-header .archive-title,
    .news-post h1.post-title,
    .block-client-009 .section-title-row h2,
    .gfield--type-html h2,
    #overlay-search-container h2,
    #model-filter-section.block-005 h2 {
        font-size: 2.4rem !important;
    }

    .block-002 .info-block-details h4,
    .footer-row h4,
    .model-item .model-title,
    .block-client-008 .box-label,
    .block-client-002 .box-label,
    .block-008 .toggle-header h3,
    .teams_grid .item h3,
    .block-client-007 .timeline-description,
    h4.sidebar-title,
    .block-client-006 h3,
    .block-client-006 h3,
    #single_car_content span.brand-name,
    #car_data_bottom h3,
    .block-client-009 .job-item .job-title,
    .block-001 .lead {
        font-size: 1.1rem !important;
    }

    .block-009 h4.card-item-title,
    .block-client-001 h2,
    h2.similar-models-title,
    #single_car_content .price_top {
        font-size: 1.7rem !important;
    }

    .block-004 h2 {
        font-size: 2.8rem !important;
    }

    .block-client-007 .timeline-year {
        font-size: 3.1rem !important;
    }

    #overlay-menu {
        padding-top: 175px;
    }

    ul#primary-menu li:not(:last-child) {
        margin-bottom: 1.75rem;
    }

    #overlay-menu li.menu-marke::before {
        width: 2.25rem;
        height: 2.25rem;
    }

    #overlay-menu ul.sub-menu li:not(:last-child) {
        margin-bottom: 2.25rem;
    }

    .block-003 .col-right-img {
        min-height: 22rem !important;
    }

    #news-overview .archive-post-thumbnail a {
        height: 28rem;
    }

    .block-005 h2 {
        padding-bottom: 2rem !important;
    }

    .checkBoxBlock label {
        margin-left: .5rem !important;
    }

}

@media all and (max-width: 1300px) {

    h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.15rem;
    }

    h5 {
        font-size: 1.05rem;
    }

    h6 {
        font-size: 1rem;
    }

    ul#primary-menu li a {
        font-size: 1.7rem !important;
    }

    #overlay-menu ul.sub-menu li a {
        font-size: 1.2rem !important;
    }

    #marken-home h2,
    .block-client-005 h2,
    .block-client-008 .box-value,
    .block-client-002 .box-value,
    .block-client-006 .col-left h2,
    .block-client-006 .col-right h2 {
        font-size: 1.2rem !important;
    }

    .block-002 h2,
    .block-003 .half-half-row h2,
    .block-005 h2,
    #news-home h2,
    .block-009 .section-title-row h2,
    .block-client-002 h2,
    .block-003 .section-title-row h2,
    .block-008 .section-title-row h2,
    .block-client-008 h2,
    .block-client-012 .section-title-row h2,
    .block-client-011 .section-title-row h2,
    #archive-header .archive-title,
    .news-post h1.post-title,
    .block-client-009 .section-title-row h2,
    .gfield--type-html h2,
    #overlay-search-container h2,
    #model-filter-section.block-005 h2 {
        font-size: 2.2rem !important;
    }

    .block-002 .info-block-details h4,
    .footer-row h4,
    .model-item .model-title,
    .block-client-008 .box-label,
    .block-client-002 .box-label,
    .block-008 .toggle-header h3,
    .teams_grid .item h3,
    .block-client-007 .timeline-description,
    h4.sidebar-title,
    .block-client-006 h3,
    .block-client-006 h3,
    #single_car_content span.brand-name,
    #car_data_bottom h3,
    .block-client-009 .job-item .job-title,
    .block-001 .lead {
        font-size: 1.1rem !important;
    }

    .block-009 h4.card-item-title,
    .block-client-001 h2,
    h2.similar-models-title,
    #single_car_content .price_top {
        font-size: 1.6rem !important;
    }

    .block-004 h2 {
        font-size: 2.6rem !important;
    }

    .block-client-007 .timeline-year {
        font-size: 2.9rem !important;
    }

    .block-009 .section-title-row,
    .block-002 h2,
    #news-home h2,
    .block-008 .section-title-row,
    h2.similar-models-title {
        padding-bottom: 2rem !important;
    }


    #filter_home_form .selection-wrapper select,
    #filter_home_form .custom-multi-select {
        width: calc(27.5% - 2rem);
    }

    .block-004 {
        min-height: 26rem !important;
    }


}

@media all and (max-width: 1200px) {}

@media all and (max-width: 1100px) {

    .row,
    .news-post {
        width: 94%;
    }

    .section-padding-top {
        padding: 4rem 0 0 !important;
    }

    .section-padding-bottom {
        padding: 0 0 4rem !important;
    }

    .block-003 .section-title-row h2 {
        padding-top: 4rem !important;
    }

    #overlay-menu li.menu-marke {
        padding-left: 4rem;
    }

    .block-001 {
        height: calc(100vh - 85px) !important;
    }

    .header-transparent .site-header {
        background: var(--background-dark) !important;
    }

    .header-transparent main {
        padding-top: 85px;
    }

    #filter-home .row {
        width: 94%;
        padding: 1.15rem;
    }

    #filter_home_form .selection-wrapper select,
    #filter_home_form .custom-multi-select {
        width: calc(27.5% - 3rem);
    }

    .makes-grid {
        gap: 1rem 1rem;
    }

    .make-card {
        width: calc(12.5% - .875rem);
        padding: 1.15rem 1rem 1.15rem;
    }

    .make-card img {
        width: 95%;
        height: auto;
    }

    .block-002 .info-blocks-row .col {
        flex: 1 1 calc(50% - 2rem) !important;
    }

    .home .block-002.icons-left .info-blocks-row .col:nth-child(6) img {
        max-height: 2rem !important;
    }

    #news-home .home-featured-post-img {
        height: 18rem;
    }

    .block-client-011 .team-block-wrapper .teams_grid .item {
        width: calc(50% - 1rem) !important;
    }

    .block-003 .half-half-row,
    .block-client-002 .half-half-row {
        gap: 3rem 0 !important;
    }

    .block-003 .col-left,
    .block-client-002 .col-left {
        width: 100% !important;
    }

    .block-003 .col-right,
    .block-client-002 .col-right {
        width: 100% !important;
    }

    .block-003 .col-right-img,
    .block-client-002 .col-right-img {
        min-height: 32rem !important;
    }

    .block-client-005 .col-right .make-logo {
        width: 13rem !important;
        height: auto;
        margin-top: 1rem !important;
    }

    .model-item {
        padding: 1.3rem 1rem;
        width: calc(50% - 1rem);
    }

    .model-item .model-list-img {
        margin: .75rem 0 1.1rem;
    }

    .similar-models .model-item:nth-child(3) {
        display: none;
    }

    .block-client-008 .model-intro-testdrive-wrapper:not(:only-child) {
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .block-client-008 .model-intro-cta-wrapper:not(:only-child) {
        padding-top: 1rem !important;
        margin-top: 1rem !important;
    }

    #filter_all_form .form-group {
        width: calc(33.33% - 1.35rem) !important;
    }

    #fahrzeugmarkt-results .vehicle {
        width: calc(50% - 1rem) !important;
    }

    .footer-credits-row {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 2rem;
    }

    .footer-menu-col {
        width: 100%;
    }

    .footer-menu-col {
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 1rem;
    }

    .footer-credits-col {
        margin-top: 1rem;
    }

    .block-client-001 h1 {
        max-width: 70% !important;
    }

    .block-client-002 .leasing-price-boxes-wrapper {
        margin-top: 2rem !important;
    }

    .car_images .col-left {
        width: 100% !important;
    }

    .car_images .col-right {
        width: 100% !important;
    }

    .car_images .thumbnail_item {
        width: calc(16.66% - .83rem) !important;
    }

    .car_details_wrapper .row .col-left {
        width: 100% !important;
    }

    .car_details_wrapper .row .col-right {
        width: 50% !important;
    }

    .car_details_wrapper .row .col-right h3 {
        padding-left: 0 !important;
    }

    #advanced-filters-wrapper .form-group:nth-child(1),
    #advanced-filters-wrapper .form-group:nth-child(2),
    #advanced-filters-wrapper .form-group:nth-child(3) {
        margin-bottom: 2rem;
    }

    .team-make-filter {
        gap: 1rem 1rem;
        margin-bottom: 2rem;
    }

    .team-make-filter__item img {
        width: 95%;
        height: auto;
    }

    .team-make-filter__item {
        width: calc(12.5% - .875rem);
        padding: 1.15rem 1rem 1.15rem;
    }

    #team .teams_grid .item {
        width: calc(50% - 1rem);
    }

    #news-overview .archive-container {
        width: 100% !important;
    }

    #news-overview .archive-post-thumbnail a {
        height: 37rem !important;
    }

    .archive-sidebar {
        width: 100% !important;
    }

    .highlights-posts,
    .sidebar-highlights {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 3rem 2rem;
    }


    .highlight-item {
        margin-bottom: 0;
        width: calc(50% - 1rem);
    }

    .highlights-posts .highlight-item:nth-child(3) {
        display: none;
    }

    .highlight-title a {
        font-size: 1.1rem;
    }

    #news-overview .archive-sidebar .search-box form.search-form label {
        flex-grow: 1;
    }

    #news-overview .archive-sidebar .search-box .search-field {
        width: calc(100% - 1rem);
    }

    .news-post .post-main {
        width: 100% !important;
    }

    .news-post .posts-sidebar,
    #news-overview .archive-sidebar {
        width: 100% !important;
    }

    .block-client-006 #map {
        height: 20rem !important;
    }

    .block-client-009 .job-list-row .col {
        gap: 2rem 1rem !important;
    }

    .block-client-009 .job-item {
        padding: 1rem 1rem 1.4rem !important;
        width: calc(33.33% - 1rem) !important;
    }

}

@media all and (max-width: 982px) {

    .row,
    .news-post {
        width: 90%;
    }

    #overlay-menu .menu-item-has-children.submenu-active>a {
        padding-left: 0;
    }

    #overlay-menu ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 2rem;
        margin-bottom: 2.5rem;
        margin-left: 1rem;
    }

    .block-009 .section-title-row,
    .block-002 h2,
    #news-home h2,
    .block-008 .section-title-row,
    h2.similar-models-title {
        padding-bottom: 1.75rem !important;
    }

    .block-003 .col-right-img,
    .block-client-002 .col-right-img {
        min-height: 26rem !important;
    }

    .block-001 {
        height: 525px !important;
        min-height: 525px;
    }

    .home .block-001 ul.slick-dots {
        bottom: 3rem !important;
    }

    #filter-home .row {
        width: 90%;
        padding: 3rem 0 0;
    }

    #filter-home {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translate(0, 0);
        padding: 0 !important;
    }

    #filter_home_form .selection-wrapper select,
    #filter_home_form .custom-multi-select {
        width: calc(33.33% - .75rem);
    }

    .make-card {
        width: calc(25% - .75rem);
        padding: 1rem 1rem 1rem;
    }

    .block-009 .tile-col {
        gap: 1rem !important;
    }

    .block-009.layout-2-cols .card-item {
        width: calc(50% - .5rem) !important;
    }

    .block-002.icons-left .info-blocks-row .col {
        gap: 1rem !important;
    }

    .block-002.icons-left .info-block-content {
        padding-left: 1.5rem !important;
    }

    .cta-button-wrapper {
        margin-top: 1.5rem !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .cta-button-wrapper a:not(:last-child) {
        margin-right: 0 !important;
        margin-bottom: 1.5rem !important;
    }

    .news-home {
        gap: 3rem 0;
    }

    #news-home .home-featured-post {
        width: 100%;
    }

    #news-home .home-post-list {
        width: 100%;
    }

    #news-home .home-featured-post-img {
        height: 26rem;
    }

    .footer-row {
        gap: 2rem 0;
    }

    .footer-col-one,
    .footer-col-four {
        width: 50%;
    }

    .footer-col-two,
    .footer-col-three {
        width: 50%;
    }

    .footer-col-two {
        border: none !important;
    }

    .block-004 {
        min-height: 0 !important;
    }

    .block-004 .cta-button-wrapper {
        justify-content: flex-start;
        align-items: center;
    }

    .block-client-001 {
        height: 525px !important;
        min-height: 525px !important;
    }

    .block-client-008 .model-intro-row {
        gap: 3rem 0 !important;
    }

    .block-client-008 .col-left {
        width: 100% !important;
    }

    .block-client-008 .col-right {
        width: 100% !important;
    }

    .block-003 .row.section-title-row.bg-grey {
        margin-bottom: -1rem !important;
    }

    #single_car_content span.brand-name {
        font-size: 1.3rem !important;
    }

    #single_car_content h1 {
        font-size: 2rem !important;
        padding-bottom: 1rem !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .car_images .thumbnail_item {
        width: calc(33.33% - .67rem) !important;
    }

    .energy_img img {
        max-width: 200px !important;
    }

    .car_details_wrapper .row .col-right h3 {
        padding-left: 0;
    }

    #filter_all_form,
    #advanced-filters-wrapper {
        gap: 2rem 1rem !important;
    }

    #filter_all_form .form-group {
        width: calc(50% - .5rem) !important;
    }


    #filter_all_form>.form-group:nth-child(5),
    #filter_all_form>.form-group:nth-child(6) {
        margin-bottom: 2rem !important;
    }

    #fahrzeugmarkt-results #vehicle_wrap {
        gap: 3rem 1rem !important;
    }

    #fahrzeugmarkt-results .vehicle {
        width: calc(50% - .5rem) !important;
    }

    #fahrzeugmarkt-results #select_sort {
        width: calc(35% - 1.5rem) !important;
    }

    .model-grid {
        gap: 2rem 1rem;
    }

    .model-item {
        padding: 1.3rem 1rem;
        width: calc(50% - .5rem);
    }

    .block-client-012 .quote-item {
        padding: 5.5rem 3rem 2rem !important;
    }

    .block-client-011 .team-block-wrapper .teams_grid {
        justify-content: center;
        gap: 2rem 1rem !important;
    }

    .block-client-011 .team-block-wrapper .teams_grid .item {
        width: calc(50% - .5rem) !important;
    }

    #team .teams_grid {
        gap: 2rem 1rem !important;
    }

    #team .teams_grid .item {
        width: calc(50% - .5rem) !important;
    }

    .team-make-filter {
        gap: 1rem 1rem !important;
        margin-bottom: 2rem;
    }

    .team-make-filter__item {
        width: calc(25% - .75rem) !important;
        padding: 1rem 1rem 1rem !important;
    }

    #news-overview .archive-post-thumbnail a {
        height: 26rem !important;
    }

    .archive-post-item:not(:last-child) {
        margin-bottom: 3rem;
    }

    .block-client-006 .col-left {
        width: 65% !important;
        padding: 2rem 2rem !important;
    }

    .block-client-006 .col-right {
        width: 100% !important;
    }

    .block-client-006 #map {
        height: 16rem !important;
    }

    .gfield--type-html h2 {
        padding-bottom: 1rem !important;
    }

    .block-client-009 .job-item {
        padding: 1rem 1rem 1.4rem !important;
        width: calc(50% - .5rem) !important;
    }

}

@media all and (max-width: 600px) {


    h1 {
        font-size: 1.8rem;
    }


    .block-002 h2,
    .block-003 .half-half-row h2,
    .block-005 h2,
    #news-home h2,
    .block-009 .section-title-row h2,
    .block-client-002 h2,
    .block-003 .section-title-row h2,
    .block-008 .section-title-row h2,
    .block-client-008 h2,
    .block-client-012 .section-title-row h2,
    .block-client-011 .section-title-row h2,
    #archive-header .archive-title,
    .news-post h1.post-title,
    .block-client-009 .section-title-row h2,
    .gfield--type-html h2,
    #overlay-search-container h2,
    #model-filter-section.block-005 h2 {
        font-size: 1.6rem !important;
    }

    .block-009 h4.card-item-title,
    .block-client-001 h2,
    h2.similar-models-title,
    #single_car_content .price_top {
        font-size: 1.4rem !important;
    }

    .button,
    #page .ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn,
    a.wp-block-button__link.wp-element-button,
    #leasing_form .submit_block button,
    .wp-block-button__link.form-trigger {
        padding: .75rem 1.3rem .75rem 1.3rem;
        font-size: .9rem;
    }

    .button.menu-trigger {
        padding: .75rem 1rem .75rem .75rem;
    }

    .block-009 .card-item-claim {
        padding: .75rem 1rem .75rem 1rem !important;
        font-size: .9rem !important;
    }

    .block-009 .card-item-inner {
        padding: 1rem 1rem 1rem !important;
    }

    .menu-trigger-label {
        display: none;
    }

    .menu-trigger-icon {
        width: 18px;
        height: 15px;
        margin-right: 0;
    }

    .menu-icon-suche {
        display: none;
    }

    .menu-icons a:not(:last-child) {
        margin-right: 1.2rem;
    }

    .menu-icons {
        margin-right: 0;
    }

    #overlay-menu ul.sub-menu {
        margin-left: 0;
    }

    #overlay-forms {
        padding: 1.25rem 0 5rem;
    }

    .overlay-close {
        padding: .35rem 2.5rem .35rem 2.5rem !important;
        font-size: 1.6rem !important;
        width: 5rem !important;
    }

    .cta-button-wrapper a.button {
        width: 100%;
    }

    .block-001 {
        height: 525px !important;
        min-height: 525px;
        padding: 0 !important;
    }

    .block-001 .hero-slide {
        padding: 3rem 0 5rem !important;
    }

    .block-001 .hero-slide .col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
    }

    .block-001 .hero-slide .row {
        height: 100%;
    }

    .block-001 .cta-button-wrapper {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .block-001 .cta-button-wrapper a.button {
        width: auto !important;
    }

    .make-card {
        width: calc(50% - .5rem);
        padding: 1rem 1rem 1rem;
    }

    .home .block-001 ul.slick-dots {
        bottom: 1.5rem !important;
    }

    #filter_home_form .selection-wrapper select,
    #filter_home_form .custom-multi-select {
        width: 100% !important;
    }

    #filter-home h3.home-filter-title {
        display: block !important;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500 !important;
        padding-bottom: 2rem;
    }

    .block-003 .col-right-img,
    .block-client-002 .col-right-img {
        min-height: 225px !important;
    }

    .block-009.layout-2-cols .card-item {
        width: 100% !important;
    }

    .block-002 .info-blocks-row {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem 0 !important;
    }

    .block-002 .info-blocks-row .col {
        flex: 0 0 100% !important;
    }

    .home .block-002.icons-left .info-blocks-row .col:nth-child(6) img {
        max-height: 1.8rem !important;
    }

    .news-home {
        gap: 0;
    }

    #news-home .home-featured-post {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid var(--color-border);
    }

    #news-home .home-featured-post-img {
        height: 225px;
        margin-bottom: 1rem;
        border-radius: var(--border-radius-half);
    }

    #news-home .home-featured-post-img img {
        border-radius: var(--border-radius-half);
    }

    #news-home .home-post-list-item {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid var(--color-border);
    }


    #news-home .home-post-list-img {
        width: 100%;
        height: 225px;
        margin-bottom: 1rem;
    }

    .news-home h3 {
        font-size: 1.25rem;
        padding-bottom: 1rem;
        font-weight: 500;
    }

    #news-home .home-post-content {
        width: 100%;
    }

    .news-home h4 {
        font-size: 1.25rem;
        padding-bottom: 1rem;
        font-weight: 500;
    }

    a.button.home-news-button {
        width: 100%;
    }

    .ti-reviews-container {
        margin-bottom: 0 !important;
    }

    .footer-col {
        border-right: none !important;
    }

    .footer-col:not(:last-child) {
        padding-bottom: 1.5rem;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid #fff !important;
    }

    .footer-row {
        gap: 0;
    }

    .footer-col-one,
    .footer-col-four {
        width: 100%;
    }

    .footer-col-two,
    .footer-col-three {
        width: 100%;
    }

    .footer-row h4 {
        margin-bottom: .5rem;
    }

    .footer-menu-col {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    #footer-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
        list-style-type: none;
        padding: 0;
    }

    #footer-menu li {
        margin-right: 0;
        margin-bottom: .5rem;
        width: 100%;
    }

    .footer-social {
        margin-top: 1rem;
    }

    .footer-social a img {
        display: block;
        width: 1.5rem;
        height: auto;
    }

    #filter_all_form .form-group {
        width: 100% !important;
    }

    .range-slider .slider-track {
        top: .75rem !important;
    }

    #filter_all_form,
    #advanced-filters-wrapper {
        gap: 1em 1rem !important;
    }

    #fahrzeugmarkt-results .vehicle {
        width: 100% !important;
    }

    #fahrzeugmarkt-results .sort_wrapper {
        display: flex;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding-bottom: 2rem;
    }

    #fahrzeugmarkt-results h4.sort_wrapper-title {
        font-size: 1rem !important;
        padding-bottom: .75rem !important;
    }

    #fahrzeugmarkt-results #select_sort,
    #filter_all_form .form-group select,
    #filter_home_form select {
        padding: .55rem 1rem .55rem 1rem !important;
        font-size: .9rem !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .all_params-wrapper {
        text-align: center !important;
        margin-top: 2rem !important;
    }

    #fahrzeugmarkt-results .vehicle .detail_block {
        padding: 1rem 1rem 1rem !important;
    }

    #fahrzeugmarkt-results ul.details_vehicle {
        gap: .75rem .75rem !important;
        padding-top: .5rem !important;
    }

    #fahrzeugmarkt-results .price_block {
        padding-top: 1rem !important;
        margin-top: 1rem !important;
    }

    #fahrzeugmarkt-results #vehicle_wrap {
        gap: 2rem 1rem !important;
    }

    #single_car_content h1 {
        font-size: 1.6rem !important;
    }

    .car_images ul.slick-dots {
        bottom: 1rem !important;
    }

    .car_images .thumbnails_grid {
        gap: .75rem .75rem !important;
        padding: .75rem !important;
        border-radius: var(--border-radius-one);
    }

    .car_images .thumbnail_item {
        width: calc(33.33% - .5rem) !important;
    }

    #car_data_top_left {
        width: 100% !important;
    }

    #car_data_top_right {
        width: 100% !important;
    }

    #car_data_top {
        gap: 0 0 !important;
    }

    #special-equipment ul,
    #standard-equipment ul {
        column-count: 1 !important;
        column-gap: 0 !important;
    }

    #energy-data .energy_block ul {
        width: 100% !important;
    }

    .accordion-content {
        padding: 1rem 0 0 !important;
    }

    .car_details_wrapper .row .col-right {
        width: 100% !important;
    }

    .single-cars .teams_grid {
        gap: 2rem 0 !important;
    }

    .single-cars .teams_grid .item {
        width: 100% !important;
    }

    #car_data_bottom_left,
    #car_data_bottom_right {
        width: 100% !important;
    }

    #car_data_bottom {
        padding-top: 2rem !important;
        margin-top: 2rem !important;
        padding-bottom: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .teams_grid .item ul {
        gap: .5rem .5rem !important;
        margin-top: 1.25rem !important;
    }

    .teams_grid .item ul li {
        width: calc(20% - .5rem) !important;
    }

    .teams_grid .item .detail_block {
        padding: 1rem 1rem 1rem !important;
    }

    .gform-theme--foundation .gform_fields {
        -moz-column-gap: 2rem !important;
        column-gap: 1rem !important;
        grid-row-gap: 1rem !important;
        row-gap: 1rem !important;
    }

    h3.gsection_title {
        font-size: 1.25rem;
        font-weight: 500;
        padding-top: 2rem;
    }

    #overlay-forms .overlay-forms-close-wrapper {
        text-align: right;
        padding-bottom: 3rem;
    }

    div#field_10_13 {
        display: none;
    }

    .block-client-005 .col-left {
        width: 100% !important;
    }

    .block-client-005 .col-right {
        width: 100% !important;
        text-align: center;
    }

    .block-client-005 .col-right .make-logo {
        width: 200px !important;
        height: auto;
        margin-top: 0 !important;
    }

    .block-client-005 .half-half-row {
        gap: 2rem 0 !important;
    }

    ul#model-filter {
        gap: 1rem !important;
    }


    .block-client-001 h1 {
        max-width: 100% !important;
    }

    .block-client-001 h2 {
        max-width: 100% !important;
    }

    .block-client-001 .lead {
        max-width: 100% !important;
    }

    .block-client-001 {
        height: 525px !important;
        min-height: 525px;
        padding: 0 !important;
    }

    .block-client-001 .hero-slide {
        padding: 3rem 0 5rem !important;
        width: 100% !important;
        height: 100% !important;
    }

    .block-client-001 .hero-slide .col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
    }

    .block-client-001 .hero-slide .row {
        height: 100%;
    }

    .block-client-001 .cta-button-wrapper {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .block-client-001 .cta-button-wrapper a.button {
        width: auto !important;
    }

    .block-client-003 .model-gallery-item:nth-child(4n+1),
    .block-client-003 .model-gallery-item:nth-child(4n+4) {
        width: 100% !important;
    }

    .block-client-003 .model-gallery-item:nth-child(4n+2),
    .block-client-003 .model-gallery-item:nth-child(4n+3) {
        width: 100% !important;
    }

    .model-item {
        padding: 1.2rem 1rem !important;
        width: 100% !important;
    }

    .block-004 h2 {
        font-size: 2rem !important;
    }

    .block-003 .text-block ul.service-nummern-list li {
        display: flex;
        flex-wrap: wrap !important;
        gap: .5rem 2rem !important;
    }

    .block-client-012 img.quote-icon {
        width: 3rem !important;
        top: -1.5rem !important;
        left: 1rem !important;
    }

    .block-client-012 .quote-item {
        padding: 5.5rem 1.5rem 1.5rem !important;
    }

    .block-client-012 span.quote-name {
        margin-top: 2rem !important;
    }

    .block-client-011 .team-block-wrapper .teams_grid .item {
        width: 100% !important;
    }

    .block-client-011 .section-title-row {
        padding-bottom: 2rem !important;
    }

    .block-client-012 .section-title-row {
        padding-bottom: 2rem !important;
    }

    .block-008 .toggles-wrapper {
        margin-top: 0 !important;
    }

    .block-009 .section-title-row,
    .block-002 h2,
    #news-home h2,
    .block-008 .section-title-row,
    h2.similar-models-title,
    .block-client-012 .section-title-row {
        padding-bottom: 2rem !important;
    }

    #team .teams_grid .item {
        width: 100% !important;
    }

    h4.team-filter-title {
        padding-bottom: 0;
        display: none !important;
    }

    .team-filter-wrapper .position-select {
        padding: .55rem 1rem .55rem 1rem !important;
        font-size: .9rem !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .team-make-filter__item {
        width: calc(25% - .75rem) !important;
        padding: .5rem .5rem .5rem !important;
    }

    .block-client-007 .timeline-year-wrapper {
        width: 100% !important;
    }

    .block-client-007 .timeline-description-wrapper {
        width: 100% !important;
    }

    .block-client-007 .timeline-content {
        gap: 1rem 0 !important;
    }

    .block-client-007 .timeline-gallery-grid a:nth-child(4n+1),
    .block-client-007 .timeline-gallery-grid a:nth-child(4n+4) {
        width: 100% !important;
    }

    .block-client-007 .timeline-gallery-grid a:nth-child(4n+2),
    .block-client-007 .timeline-gallery-grid a:nth-child(4n+3) {
        width: 100% !important;
    }

    .block-client-007 .timeline-gallery-grid:last-child {
        margin-top: 2rem !important;
    }

    .block-client-007 .timeline-gallery-grid:first-child {
        margin-bottom: 2rem !important;
    }

    .block-client-007 .timeline-year {
        font-size: 2.2rem !important;
    }

    .block-client-007 .timeline-description {
        font-weight: 400 !important;
    }

    .block-007 .gallery-item:nth-child(4n+1),
    .block-007 .gallery-item:nth-child(4n+4) {
        width: 100% !important;
    }

    .block-007 .gallery-item:nth-child(4n+2),
    .block-007 .gallery-item:nth-child(4n+3) {
        width: 100% !important;
    }

    #news-overview .archive-post-thumbnail a {
        height: 225px !important;
        margin-bottom: 1.25rem !important;
    }

    .highlight-item {
        margin-bottom: 0;
        width: 100% !important;
    }

    .highlights-posts,
    .sidebar-highlights {
        gap: 2rem 0 !important;
    }

    .news-post,
    #news-overview .col {
        gap: 3rem 8% !important;
    }

    .news-post .wp-block-buttons>.wp-block-button {
        width: 100%;
    }

    .news-post .wp-element-button {
        margin-top: 1rem;
        width: 100% !important;
    }

    .block-client-006 .col-left {
        width: 100% !important;
        padding: 2rem 1.5rem !important;
        margin-bottom: 4rem !important;
    }

    .block-client-006 #map {
        height: 350px !important;
    }

    .block-client-006 .half-half-row {
        gap: 0rem 0 !important;
    }

    .block-client-006 .col-left h2 {
        margin-bottom: 1rem !important;
    }

    .block-client-009 .job-item {
        padding: 1rem 1rem 1.3rem !important;
        width: 100% !important;
    }


}