:root {
    --spacing-none: 0;
    --spacing-xs: 0.25rem;
    --spacing-s: 0.5rem;
    --spacing-m: 1rem;
    --spacing-l: 1.5rem;
    --spacing-xl: 3rem;
    --spacing-xxl: 5rem;
}

.auda-padding-x-small {
    padding-right: var(--spacing-s);
    padding-left: var(--spacing-s);
}

.auda-padding-y-small {
    padding-top: var(--spacing-s);
    padding-bottom: var(--spacing-s);
}

.auda-padding-m {
    padding: var(--spacing-m);
}

.auda-padding-y-m {
    padding-top: var(--spacing-m);
    padding-bottom: var(--spacing-m);
}

.auda-h-100 {
    height: 100%;
}

.auda-shadow {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
}

.d-none {
    display: none;
}

#section-direction-compact .service-area-open-time {
    padding: 10px;
    background: #e3e3e3;
    margin: 20px 0 0;
}

.tooltip {
    z-index: 1;
}

#section-testimonials-form .link-default {
    text-decoration: underline;
}

td, th {
    padding: 5px;
}
caption {
    color: #000;
}

h1,
h1 .headline-h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

#site-content h2,
#site-content h2.headline-h2,
#site-content .headline-h2,
#site-content .h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

h3,
h3 .headline-h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

h4,
h4 .headline-h4 {
    font-size: 20px;
    font-weight: 400;
}

.subheadline-h2 {
    color: #000;
    font-weight: 400;
}

.auda-form-enquiry > .row {
    display: flex;
    flex-wrap: wrap;
}

.auda-form-enquiry .fieldsBoxWrapper .fieldsBox {
    background: #f5f5f5;
    border: none !important;
    height: 100%;
}

.auda-radius,
.auda-img-card,
.auda-img-card img {
    border-radius: 53px;
}

.auda-radius-20 {
    border-radius: 20px;
}

.auda-img-card .auda-card-text {
    padding: 32px;
}

.bg-secondary p {
    color: #fff;
}

.finanzierungs-boxen .bg-white .auda-card-text {
    /*height: 100%;*/
    display: flex;
    align-items: center;
}

.finanzierungs-boxen .bg-white .auda-card-text p {
    margin: 0;
}

.finanzierungs-boxen .bg-white {
    min-height: 150px;
}

.auda-manufacturer-slider[data-container='image-slider'] .item {
    display: flex;
    justify-content: center;
}

.auda-manufacturer-slider [data-container='image-slider'] img {
    max-width: 100px;
}

.auda-manufacturer-slider[data-container='image-slider'] .owl-stage {
    display: flex;
    align-items: center;
}

.manufacturerslider > .container {
    background: #262626;
    /*border-radius: 0 0 50px 50px;*/
    padding: 64px;
}

.row-gap-20 {
    row-gap: 20px;
}

.logo-box-wrapper img {
    width: 16.66%;
}

@media (max-width: 767px) {
    .logo-box-wrapper img {
        width: 50%;
    }
    .manufacturerslider > .container,
    .servicetermin-below-quicksearch > div {
        border-radius: 0px;
        padding: 64px 15px;
    }
}

.headergrafik-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}

@media (max-width: 767px) {
    .s-text-center {
        text-align: center;
    }
    .row {
        /*padding: 50px 0;*/
    }
}

@media (min-width: 1200px) {
    .auda-manufacturer-slider [data-container='image-slider'] .owl-theme .owl-nav .owl-prev::after {
        right: 100px;
    }
}

@media (min-width: 1200px) {
    .auda-manufacturer-slider [data-container='image-slider'] .owl-theme .owl-nav .owl-next::after {
        left: 100px;
    }
}

.auda-mitarbeiterfoto {
    width: 75%;
    height: 100px;
    object-fit: cover;
    border-radius: 999px;
}

.bg-beige {
    background: #d4b385;
    margin: 0;
    padding: 70px 0;
}

.bg-beige-partial {
    margin: 0;
    padding: 70px 0;
    background: linear-gradient(to bottom, #fff 0%, #fff 40%, #f2ecdd 40%, #f2ecdd 100%);
}

.bg-beige-80 {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #f2ecdd 20%, #f2ecdd 100%);
}

.bg-gold {
    background: linear-gradient(90deg, #C49E5A 0%, #FFD382 16%, #F2DB8A 33%, #FFECA2 50%, #FFD382 66%, #EAC040 83%, #C49E5A 100%);
}

module-block.bg-gold {
    background: linear-gradient(90deg, #C49E5A 0%, #FFD382 16%, #F2DB8A 33%, #FFECA2 50%, #FFD382 66%, #EAC040 83%, #C49E5A 100%);
    margin: 0;
    padding: 70px 0;
}

.bg-orange {
    background: #262626;
    color: #ffffff;
}

.bg-orange-80 {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #262626 20%, #262626 100%);
    color: #fff;
}

@media (max-width: 767px) {
    .bg-orange-80 {
        background: linear-gradient(to bottom, #fff 0%, #fff 10%, #262626 10%, #262626 100%);
    }
}

.bg-orange h1,
.bg-orange h2,
.bg-orange h3,
.bg-orange h4,
.bg-orange h5,
.bg-orange h6,
.bg-orange .h1,
.bg-orange .h2,
.bg-orange .h3,
.bg-orange .h4,
.bg-orange .h5,
.bg-orange .h6,
.bg-orange h1 .headline-h2 {
    color: #d4b385;
}

.bg-orange a {
    color: #d4b385;
}

.gold-box {
    text-align: center;
    background: linear-gradient(90deg, #C49E5A 0%, #FFD382 16%, #F2DB8A 33%, #FFECA2 50%, #FFD382 66%, #EAC040 83%, #C49E5A 100%);
    border-radius: 117px;
    padding: 64px;
    color: #000;
    margin-bottom: 100px;
}

.gold-box h2 {
    color: #000;
}

.servicetermin-below-quicksearch > div {
    background: #262626;
    padding-top: 32px;
    padding-bottom: 64px;
    border-radius: 0px 0px 50px 50px;
}

@media (max-width: 767px) {
    .servicetermin-below-quicksearch > div {
        border-radius: 0px;
    }
}

.orange-box {
    text-align: center;
    background: #262626;
    border-radius: 117px;
    padding: 64px;
    color: #fff;
    margin-bottom: 100px;
}

.orange-box h2 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 48px;
}

.orange-box [data-container='image-slider'] {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 32px !important;
}

.orange-box img.top-breakout {
    /*position: absolute;*/
    /*top: -260px;*/
    /*left: 18%;*/
}

.orange-box .headline-h1 {
    color: #d4b385;
    margin: 0 0 20px;
}

.orange-box .margin-top-breakout {
    margin-top: 100px;
}

@media (max-width: 1550px) {
    .orange-box img.top-breakout {
        left: 0;
    }
}

.orange-box  .no-link.btn {
    font-size: 20px !important;
    margin-right: 20px;
    width: 25%;
    cursor: default;
    border: 2px solid #fff !important;
}

@media (max-width: 767px) {
    .orange-box .no-link.btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
        .orange-box .margin-top-breakout {
        margin-top: 10px;
    }
}

.orange-box .no-link.btn:last-child {
    margin-right: 0;
}

.module-block.auda-manufacturer-slider {
    margin-top: 100px;
}
@media (max-width: 1379px) {
    #header #logo {
        justify-content: start;
        align-items: baseline;
    }
    #header #logo img {
        max-height: 120px;
    }
}
@media (max-width: 992px) {
    #header-container {
        height: 187px;
    }
    
}
@media (max-width: 767px) {
    .orange-box img.top-breakout {
        top: -75px;
        left: 0;
    }

    #header .header-above {
        height: auto !important;
    }

    #header #logo img {
        max-height: 100px;
    }

    #header #logo {
        height: auto !important;
    }
    
    #header-container {
        height: 155px;
    }

    .orange-box {
        padding: 15px;
        border-radius: 50px;
    }

    .orange-box [data-container='image-slider'] {
        width: 100%;
    }

    .orange-box [data-container='image-slider'] .owl-item {
        width: fit-content !important;
        margin-right: 20px !important;
    }

    .orange-box [data-container='image-slider'] .owl-theme .owl-nav .owl-prev {
        left: -20px;
    }

    .orange-box [data-container='image-slider'] .owl-theme .owl-nav .owl-next {
        right: -20px;
    }

    .orange-box .margin-top-breakout .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .module-block.auda-manufacturer-slider {
        margin-top: 0px;
    }
    
    [data-container="image-slider"].slider-mobil-50 .owl-stage .owl-item {
        /*width: calc(50vw - 15px) !important;*/
        /*margin-right: 0 !important;*/
    }
}

@media (max-width: 1379px) {
    #header .header-below {
        padding: 0 15px !important;
        height: auto !important;
    }

    #header #primary-menu-container {
        justify-content: start !important;
    }
}

.box-img-wrapper {
    text-align: left;
    display: flex;
    padding: 0 0 0 64px;
    justify-content: space-between;
    align-items: center;
}

.box-img-wrapper .box-img-content {
    width: 70%;
}

.box-img-wrapper .box-img-content h2 {
    margin-bottom: 20px;
}

.box-img-wrapper img {
    width: 20%;
    transform: scale(1.3);
    /*aspect-ratio: 1/1;*/
    object-fit: cover;
}

@media(max-width: 767px) {
    .box-img-wrapper .box-img-content {
        padding: 32px 0;
    }
}

.d-flex .gutschein-wrapper {
    width: 33%;
    padding: 20px;
}
@media (max-width: 992px) {
    .d-flex .gutschein-wrapper {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .d-flex .gutschein-wrapper {
        width: 100%;
    }
}

.slider-white-bg .owl-theme .owl-nav button.owl-prev, 
.slider-white-bg .owl-theme .owl-nav button.owl-next {
    color: #bc5613;
}

.slider-white-bg .owl-theme .owl-nav .owl-next::after {
    left: 45px;
}

.slider-white-bg .owl-theme .owl-nav .owl-prev::after {
    right: 45px;
}


.slider-white-bg .owl-theme .owl-nav button.owl-prev::after, 
.slider-white-bg .owl-theme .owl-nav button.owl-next::after {
   font-size: 45px !important;
   color: #d4b385 !important;
}

@media (max-width: 1200px) {
    .slider-white-bg .owl-theme .owl-nav .owl-next::after {
        left: 2px;
    }
    
    .slider-white-bg .owl-theme .owl-nav .owl-prev::after {
        right: 2px;
    }
}



/************* QUICKSEARCH *************/
#section-search-switcher .nav-tabs {
    gap: 0;
}

#section-search-switcher .nav-tabs > li > a {
    border-radius: 0;
    background: #f2ecdd;
    color: #000;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
}

#section-search-switcher .nav-tabs > li.active > a,
#section-search-switcher .nav-tabs > li.active > a:hover,
#section-search-switcher .nav-tabs > li.active > a:focus {
    background: #f2ecdd;
    color: #000;
}

#section-service-select .btn-default {
    border: 2px solid #bc5613;
}

#section-service-brands-ajax form .form-control {
    height: auto;
}

#section-search-switcher .search-switcher-top-container {
    border-radius: 20px 20px 0 0;
}

#section-search-switcher .search-switcher-top-container [aria-controls='sss-search'] {
    border-radius: 20px 20px 0 0;
}

#section-search-switcher .search-switcher-top-container [aria-controls='sss-ankauf'] {
    border-radius: 0 20px 0 0;
}

#sss-search .form-select {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
}

#sss-search .btn-primary {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -40px;
    border-radius: 0 0 20px 20px;
    background: #bc5613 !important;
    border-color: #fff;
    padding: 15px;
}

#sss-search .btn-primary:hover {
    background: #fff !important;
}

.search-switcher-top-container .tab-content {
    padding: 0;
}

#sss-search .btn-primary .bg-white {
    background: transparent !important;
    padding: 0;
}

#sss-search .btn-primary .text-primary {
    color: #fff;
}

#sss-ankauf {
    padding-bottom: 20px;
    padding-top: 20px;
}

#sss-search .audaris-widget audaris-mqs-wrapper.rounded-lg {
    border-radius: 0;
}

#sss-search .audaris-mqs-category-tabs,
#sss-search .audaris-mqs-divider,
#sss-search .audaris-mqs-reset-btn, 
#sss-search .audaris-mqs-weitere-btn,
#sss-search .audaris-mqs-subcategory-tab {
    display: none;
}

.search-switcher-bottom-container > .container-fluid {
    padding: 0;
}

.headline-above-quicksearch {
    position: relative;
    margin-top: -80px !important;
}

.headline-above-quicksearch > .container {
    background: #262626;
    padding-top: 64px;
    border-radius: 50px 50px 0 0;
    margin-bottom: 0px;
}

.headline-above-quicksearch h1 {
    z-index: 3;
    position: relative;
    color: #d4b385 !important;
}

.headline-above-quicksearch h3 {
    z-index: 3;
    position: relative;
    color: #fff !important;
}

@media (max-width: 767px) {
    .headline-above-quicksearch {
        margin-top: -30px !important;
    }
    .headline-above-quicksearch > .container {
        border-radius: 0;
        margin-bottom: 0;
    }
}

#section-search-switcher > .container {
    /*border-radius: 50px 0 0 0;*/
    background: #bc5613;
    padding-top: 64px;
}

#section-search-switcher {
    margin-bottom: 0;
    position: relative;
}

#section-search-switcher .headline-h2,
#section-search-switcher .subheadline-h2 {
    color: #fff;
}

@media (max-width: 767px) {
    #section-search-switcher {
        margin-top: -30px;
    }
    #sss-search .audaris-mqs-search-btn {
        padding: 13px 20px;
    }
    #section-search-switcher > .container {
        border-radius: 0;
    }
}

/************ SERVICEMODUL *************/
.servicemodul#section-search-switcher .tab-content {
    background: #bc5613;
}

.servicemodul#section-search-switcher[data-view='4'] .search-switcher-top-container {
    max-width: none;
    box-shadow: none;
}

.servicemodul#section-search-switcher .nav-tabs {
    display: none;
}

.servicemodul#section-search-switcher .tab-content {
    border-radius: 114px;
    padding: 48px;
}

.servicemodul#section-search-switcher .tab-content::before {
    content: 'Sie wünschen einen Servicetermin?';
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto 20px;
    width: fit-content;
    display: block;
    color: #fff;
}

#sss-search .audaris-mqs-wrapper {
    box-shadow: none;
    border-radius: 0;
}

@media(max-width: 767px) {
    .servicemodul#section-search-switcher .tab-content {
        border-radius: 20px;
    }
}

/************ BUTTON ********************/
body:not(.fe-admin-area) .btn:not(.pl-0, .pr-0, .py-4) {
    border: 2px solid #d4b385;
    border-radius: 40px;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: 0.5s ease;
    
}

body:not(.fe-admin-area) .module-block:not(.showroom) .btn:not(.pl-0, .pr-0, .py-4) {
    color: #262626;
}

body:not(.fe-admin-area) .btn::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    z-index: -1;
    transition: 0.5s ease;
    transform: scale(1);
    pointer-events: none;
}

body:not(.fe-admin-area) .btn:hover::after {
    transform: scale(25);
}

body:not(.fe-admin-area) .btn-default:hover {
    border-color: #d4b385;
    background: #d4b385;
}

body:not(.fe-admin-area) .btn-default::after {
    background: #d4b385;
}

body:not(.fe-admin-area) .btn-default {
    border: 2px solid #fff;
}

body:not(.fe-admin-area) .btn-primary:hover {
    color: #262626;
    border-color: #d4b385;
    background: #fff;
}

body:not(.fe-admin-area) .btn-primary::after {
    background: #fff;
}

.no-link.btn-default:hover {
    background: #fff !important;
    color: #bc5613;
}

.no-link.btn-default:hover::after {
    display: none;
}

.headline-button {
    background: #262626;
    border-radius: 999px;
    padding: 24px !important;
    font-size: 32px !important;
    color: #fff !important;
    border: 2px solid #262626;
}

.bg-gold .headline-button {
    background: #fff;
    color: #262626 !important;
    font-size: 26px !important;
}

#section-service-brands-ajax #marken-request .direction-marken-logo {
    width: fit-content;
    padding: 10px 15px;
    height: auto;
}

/************ HEADER + NAV ********************/
#header {
    max-width: 100vw;
    z-index:99;
}

#header .header-above {
    height: 181px;
    background: #262626;
}

#header .header-above .logos-top-right {
    width: 75vw;
}

#header .header-above .logos-top-right .row {
    width: 100%;
}

#header .header-above .logos-top-right,
#header .header-above .logos-top-right .fa {
    color: #fff;
}

#header .header-above .logos-top-right .nav-heading-18 {
    font-size: 18px;
    font-weight: bold;
}

#header .header-above .logos-top-right .nav-heading-16 {
    font-size: 16px;
    font-weight: bold;
}

#header .header-above .logos-top-right .nav-text {
    font-size: 16px;
}

#header .header-below {
    height: 84px;
    padding-right: 15px;
    background: linear-gradient(90deg, #C49E5A 0%, #FFD382 16%, #F2DB8A 33%, #FFECA2 50%, #FFD382 66%, #EAC040 83%, #C49E5A 100%);
    padding-left: 15px;
    gap: 48px;
}

#header #primary-menu-container {
    display: flex;
    justify-content: end;
}

body.menu-toggled #header #primary-menu {
    top: 55px;
}

#header .hamburger.is-active .hamburger-inner, 
#header .hamburger.is-active .hamburger-inner::before, 
#header .hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}
#header .hamburger:hover .hamburger-inner, 
#header .hamburger:hover .hamburger-inner::before, 
#header .hamburger:hover .hamburger-inner::after, 
#header .hamburger.is-active:hover .hamburger-inner, 
#header .hamburger.is-active:hover .hamburger-inner::before, 
#header .hamburger.is-active:hover .hamburger-inner::after {
    background-color: #000;
}
#header .hamburger:hover .hamburger-label, 
#header .hamburger.is-active:hover .hamburger-label {
    color: #000;
}

#header .hamburger.is-active .hamburger-label {
    color: #000;
}

@media (min-width: 1380px) {
    #header #primary-menu > li > a,
    #header #icons-menu li > a {
        line-height: 84px;
    }

    #header #logo img {
        max-height: 181px;
        /*position: absolute;*/
        top: 16px;
        left: 25px;
        max-width: calc(25vw - 25px);
    }
    
    #header #logo {
        height: 181px;
        width: 25vw;
    }

    #header-container {
        height: 265px;
    }
}

#header #primary-menu li a {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    white-space: nowrap;
}

#header #primary-menu > .active > a, 
#header #primary-menu > .active > a:hover, 
#header #primary-menu > .active > a:focus, 
#header #primary-menu > .open > a, 
#header #primary-menu > .open > a:hover, 
#header #primary-menu > .open > a:focus {
    background-color: #262626;
    color: #fff;
}

#header #primary-menu .dropdown li a:hover {
    background-color: #262626;
    color: #fff;
}

#header #primary-menu li a:hover {
    background-color: #262626;
    color: #fff;
}

#header #icons-menu a:hover {
    background: #262626;
}

#header #icons-menu #menu-favorites .fa {
    font-size: 23px;
}

.header-menu-fixed #header {
    transform: translateY(-265px);
}

#header .nav-header-icon-box {
    display: flex;
    justify-content: end;
}

#header .nav-header-icon-box ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 15px;
}

#header .nav-header-icon-box ul img {
    height: 25px;
    width: 25px;
    margin: 10px;
}

#header .nav-header-icon-box ul a {
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 999px;
}

#header-slider-v2 img {
    width: 100%;
    object-fit: cover;
}
@media (min-width: 576px) {
    #header-slider-v2 img {
        aspect-ratio: 16/5;
    }
}

#header #icons-menu li:last-child {
    display: none;
}

/********** FOOTER ************/
#footer #after_area {
    font-size: 16px;
    padding: 50px 0;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 1;
}

#footer #after_area .footer-nav {
    margin: 36px 0;
    font-size: 12px;
}

#footer #after_area .footer-nav a {
    color: #fff;
}

#footer #after_area .footer-nav .fa {
    color: #d4b385;
}

#footer #pre_area .btn-primary {
    background: #262626;
    border: 2px solid #262626;
    color: #fff;
}

#footer #pre_area .btn-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #262626;
}

#footer #pre_area .bg-beige {
    background: #262626;
    color: #ffffff;
}

#footer #pre_area .bg-beige a {
    /*color: #fff;*/
}

body:not(.fe-admin-area) #footer .footer-login-wrapper .btn-primary::after {
    background: transparent;
}

#footer .footer-login-wrapper .btn-primary {
    margin-top: 32px;
}

.footer-login-wrapper {
    display: flex;
}

.footer-login-content-left {
    padding: 48px;
    background: #d4b385;
    border-radius: 20px 0 0 20px;
    color: #262626;
    transform: scale(1.1);
    box-shadow: 4px 0 6px 0 rgb(0 0 0 / 25%);
}

.footer-login-content-left h2 {
    color: #262626;
    font-weight: 700;
    margin-bottom: 0;
}

.footer-login-content-left .subheadline-h3 {
    color: #262626;
    font-size: 20px;
    font-weight: 400;
}

.footer-login-content-right {
    padding: 32px 32px 32px 48px;
    background: #fff;
    border-radius: 0 20px 20px 0;
    box-shadow: 4px 0 6px 0 rgb(0 0 0 / 25%);
}

.footer-login-content-right .form-control {
    border-radius: 20px;
    padding: 10px 20px;
    background: #d4b385;
    border: none;
    color: #fff;
}

.footer-login-content-right .form-control::placeholder {
    color: #262626;
}

.b2bshoplogin-headline {
    margin-bottom: 10px;
    padding-left: 8px;
}

.footer-login-content-right .btn-b2b {
    background: #d4b385;
    border: 2px solid #d4b385 !important;
    color: #262626;
}

.footer-login-content-right .btn-b2b:hover {
    background: #fff;
    color: #262626;
    border: 2px solid #d4b385 !important;
}

.footer-login-content-right a {
    color: #262626;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .footer-login-wrapper {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .footer-login-content-left {
        transform: scale(1);
        border-radius: 20px 20px 0 0;
    }
    .footer-login-content-right {
        padding: 32px;
        border-radius: 0 0 20px 20px;
    }
}

/********** FORMULAR ************/
form label {
    font-weight: 400;
}

body:not(.fe-admin-area) form .form-control {
    border: 1px solid #000;
    height: 55px;
    border-radius: 53px;
}

body:not(.fe-admin-area) form textarea.form-control {
    padding: 6px 50px;
}

.well {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/**************Markenslider******************/ 
.ManufacturerSlider > div.relative > div.flex > div {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
}

.ManufacturerSlider > div.relative > div.flex > div > a > div.text-center {
    display: none;
}

.ManufacturerSlider .VehicleSliderNavigation button.ml-auto {
    margin-left: 0;
    position: relative;
    right: 45px;
}

.ManufacturerSlider .VehicleSliderNavigation button.ml-4 {
    margin-left: auto;
    position: relative;
    left: 45px;
}

.ManufacturerSlider .VehicleSliderNavigation {
    position: relative;
    top: 75px;
}

.ManufacturerSlider .VehicleSliderNavigation .far {
    color: #fff;
}

@media (max-width: 1650px) {
    .ManufacturerSlider .VehicleSliderNavigation button.ml-auto {
        right: 0px;
    }
    .ManufacturerSlider .VehicleSliderNavigation button.ml-4 {
        left: 0px;
    }
    .ManufacturerSlider .VehicleSliderNavigation {
        top: 0px;
    }
}

/************ ACCORDION FOURTH ********************/
.auda-accordion .panel-title a {
    padding: 20px 35px;
    font-weight: bold;
    border-radius: 30px;
    background: #262626;
    color: #d4b385;
    box-shadow: 0 3px 1px 0 rgb(0 0 0 / 21%);
    padding-right: 70px;
}

.auda-accordion .panel-title a.collapsed {
    background: #262626;
    color: #d4b385;
}

.auda-accordion .panel-default > .panel-heading {
    background: transparent;
    border: none;
}

.auda-accordion .panel-title a::after {
    padding: 7px 10px;
    background: #fff;
    color: #262626;
    border-radius: 30px;
    right: 30px;
}

.auda-accordion .panel-title a.collapsed::after {
    background: #fff;
    color: #262626;
}

.auda-accordion .panel-default {
    border: none;
    box-shadow: none;
    margin-bottom: 26px;
}

[data-container='accordeon'] .panel-heading .h4 {
    font-size: 20px;
}

.auda-accordion .panel-title a.collapsed:hover {
    background: #262626;
    color: #d4b385;
}

.auda-accordion .panel-title a.collapsed:hover::after {
    color: #262626;
    background: #fff;
}

.auda-accordion .panel-title a.collapsed {
    transition: 0.1s ease;
}

.auda-accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.auda-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.auda-accordion h3 {
    position: relative;
    color: #262626;
    margin-bottom: 30px;
}

.auda-accordion h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #262626;
}

.pageid-395 .panel-group {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}

.pageid-395 .panel-group > .panel {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

@media (max-width: 767px) {
    .pageid-395 .panel-group > .panel {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.pageid-395 .vollbreite-accordion .panel-group > .panel {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 11px;
}

.site-home .auda-accordion .col-md-6:nth-of-type(1) .panel-group .panel-title a.collapsed {
    background: #262626;
    color: #d4b385;
}
.site-home .auda-accordion .col-md-6:nth-of-type(1) .panel-group .panel-title a.collapsed::after {
    background: #fff;
    color: #262626;
}
.site-home .auda-accordion .col-md-6:nth-of-type(1) .panel-group .panel-title a.collapsed:hover, 
.site-home .auda-accordion .col-md-6:nth-of-type(1) .panel-group .panel-title a {
    background: #262626;
    color: #d4b385;
}

.site-home .auda-accordion .col-md-6:nth-of-type(2) .panel-group .panel-title a.collapsed,
.pageid-395 .panel-group .panel-title a.collapsed {
    background: linear-gradient(90deg, #C49E5A 0%, #FFD382 16%, #F2DB8A 33%, #FFECA2 50%, #FFD382 66%, #EAC040 83%, #C49E5A 100%);
    color: #000;
}
.site-home .auda-accordion .col-md-6:nth-of-type(2) .panel-group .panel-title a.collapsed::after,
.pageid-395 .panel-group .panel-title a.collapsed::after {
    background: #fff;
    color: #262626;
}
.site-home .auda-accordion .col-md-6:nth-of-type(2) .panel-group .panel-title a.collapsed:hover,
.pageid-395 .panel-group .panel-title a.collapsed:hover,
.site-home .auda-accordion .col-md-6:nth-of-type(2) .panel-group .panel-title a,
.pageid-395 .panel-group .panel-title a {
    background: linear-gradient(90deg, #C49E5A 0%, #FFD382 16%, #F2DB8A 33%, #FFECA2 50%, #FFD382 66%, #EAC040 83%, #C49E5A 100%);
    color: #000;
}

.startseite-kachel-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.startseite-kachel-wrapper > div {
    flex: 1 1 20%;
    height: auto;
}

@media (max-width: 767px) {
    .startseite-kachel-wrapper > div {
        flex: 1 1 100%;
    }
}


@media (max-width: 991px) {
    .auda-md-gap {
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    h1,
    h1 .headline-h1 {
        font-size: 40px;
    }

    #site-content h2,
    #site-content h2.headline-h2,
    #site-content .headline-h2,
    #site-content .h2 {
        font-size: 30px;
    }

    h3,
    h3 .headline-h3 {
        font-size: 20px;
    }
}

/*SHOWROOM*/
.showroom .audaris-widget .text-white {
    color: #d4b385;
}

.audaris-widget .route-detail .bg-gradient-primary > .text-xs{
    font-size: inherit !important;
    font-weight: bold !important;
}

.showroom .audaris-widget {
    font-family: Poppins, Open Sans,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

/*Bildergalerie*/
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-wrapper img {
    width: 100%;
}
.gallery-wrapper a.gallery {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

@media(max-width: 767px) {
    .gallery-wrapper a.gallery {
        flex: 1 1 100%;
        max-width: 100%;
    }
}





/******END********/
/******END********/
/******END********/
/******END********/
/******END********/
/******END********/
/******END********/
/******END********/
/******END********/
/******END********/
/******END********/