: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-top: var(--spacing-m);
    padding-bottom: var(--spacing-m);
}

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

.container-full .row > .column {
    padding: 0;
}

.container-full .row {
    margin: 0;
}

#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;
}

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

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

/* Start Custom CSS */
body {
    font-family: Montserrat, system-ui, Arial, sans-serif;
    color: #131517;
}

h1,
.h1 {
    font-weight: 700;
    font-size: clamp(32px, 5vw, 56px);
}

h2.headline-h2 {
    font-weight: 700;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.2;
}

h3.subheadline-h2 {
    font-size: 16px;
    color: #3a3f45;
    font-weight: 400;
    margin-bottom: 48px;
}

h4,
.h4 {
    font-size: 16px;
    font-weight: 700;
}

.well {
    background-color: transparent;
}

#site-content {
    padding: 0;
}

.site-home:not(.no_header) #site-content > #section-search-switcher {
    margin-top: -50px !important;
}

hr {
    border-top: 1px solid #0000001a;
    margin-bottom: 44px;
}

table {
    width: 100%;
}

table th,
table td {
    padding: 16px 32px;
}

table td {
    color: #3a3f45;
}

table tr {
    background: #fff;
    border-bottom: 1px solid #0000001a;
}

table tr:nth-child(even) {
    background: #fafbfc;
}

.table-responsive {
    border: none;
}

.btn:not(strong) {
    padding: 12px 32px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    border: 2px solid #c8102e;
    transition: 0.15s ease;
}

.btn-primary {
    background: #c8102e;
    color: #fff;
}

.btn-primary:hover {
    background-color: #a80d24;
    border-color: #a80d24;
}

.btn-default {
    color: #c8102e;
}

.btn-default:hover {
    border-color: #ffffff;
    background: #c8102e;
    color: #fff;
}

.btn-header {
    border-color: #fff !important;
    color: #fff;
}

.btn-header:hover {
    background: #fff;
    color: #131517;
}

.bg-gray {
    background: #f5f7fa;
}

.form-control:focus {
    border-color: #c8102e;
}

.form-control:focus-visible,
.dropdown-toggle:focus-visible,
.navbar-toggle:focus-visible,
.hamburger:focus-visible {
    outline: none;
}

header#header-container {
    display: flex;
    justify-content: center;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow:
        0 1px 3px 0 #0000001a,
        0 1px 2px -1px #0000001a;
}

#header {
    max-width: 1550px;
    margin-left: auto;
}

.header-menu-fixed #header #logo img {
    max-height: 40px;
}

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

#header-container,
#header {
    height: 72px;
    border-bottom: none;
}

.header-menu-fixed #header {
    border-bottom: none;
    height: 72px;
}

#header-slider-v2 img {
    height: 607px;
    object-fit: cover;
}

#header-slider-v2 .overlay-text {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
}

#header-slider-v2 .overlay-text h1 {
    color: #fff;
}

#header-slider-v2 .overlay-text h2 {
    color: #fff;
    font-size: clamp(32px, 5vw, 56px);
}

#header-slider-v2 .overlay-text p {
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 32px;
    color: #fff;
}

#header-slider-v2 .overlay-text .overlay-text-container {
    width: 40%;
    position: relative;
    z-index: 10;
}

#header-slider-v2::before {
    content: '';
    height: 607px;
    width: 100%;
    display: block;
    background: linear-gradient(to right, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 10%) 100%);
    position: absolute;
    z-index: 2;
    display: none;
}

#header-slider-v2 .position-relative::before {
    content: '';
    height: 607px;
    width: 100%;
    display: block;
    background: linear-gradient(to right, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 10%) 100%);
    position: absolute;
    z-index: 2;
}

#header-slider-v2 .slider-footer {
    background: none;
    font-size: 10px;
    padding: 8px 15px;
    position: absolute;
    bottom: 50px;
    color: #fff5;
    z-index: 3;
}

#header-slider-v2 .owl-nav,
#header-slider-v2 .owl-dots {
    display: none;
}

#footer,
#footer #pre_area,
#footer #pre_area p,
#footer #after_area p {
    background: #131517;
    color: #fff9 !important;
}

#footer #pre_area {
    text-align: left;
}

#footer ul {
    list-style: none;
    padding-left: 0;
}

#footer ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

#footer #pre_area a:not(.btn) {
    color: #fff9;
}

#footer a:not(.btn):hover {
    text-decoration: none;
    color: #fff !important;
}

#footer h4 {
    color: #fff;
    margin-bottom: 20px;
}

#footer .social-list {
    display: flex;
    gap: 1rem;
}

#footer .social-list img {
    height: 20px;
    width: 20px;
    filter: brightness(0) invert(1);
}

#footer .social-list a {
    padding: 10px 10px 12px;
    border-radius: 40px;
    background: rgb(255 255 255 / 10%);
    transition: 0.3s ease;
}

#footer .social-list a:hover {
    background: #c8102e;
}

.footer-priller-logo {
    filter: brightness(0) invert(1);
}

.footer-bottom-contact-data {
    padding: 24px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer-bottom-contact-data ul {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin: 0;
}

.footer-bottom-contact-data ul li {
    margin-bottom: 0 !important;
}

#footer #pre_area .first-row {
    padding: 64px 0;
}

#footer #after_area a {
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 767px) {
    #footer #pre_area .first-row {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* FAQ */
[data-container='accordeon'] .panel-heading a {
    padding: 24px 32px;
    color: #131517;
}

[data-container='accordeon'] .panel-title {
    font-size: 17px;
    font-weight: 600;
    color: #131517;
    transition: 0.35s ease;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 16px;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    color: #131517;
    background-color: #fff;
    border-color: #fff;
}

.panel {
    box-shadow: rgb(0 0 0 / 6%) 0 4px 16px;
}

@media (min-width: 992px) {
    .faq {
        width: 30%;
        margin: 0 auto;
    }
}

.faq {
    padding-bottom: 0 !important;
}

.faq-buttons {
    padding-top: 0 !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #3a3f45;
}

[data-container='accordeon'] .panel-title:hover {
    background: oklch(98.5% 0.002 247.839deg);
}

[data-container='accordeon'] .panel-heading a::after {
    right: 24px;
}

[data-container='accordeon'] .panel-heading a::after {
    color: oklch(70.8% 0 0deg);
    font-size: 12px;
}

.panel-group {
    margin-bottom: 48px;
}

/* End FAQ */

/* Schnellsuche */
#sss-search .audaris-widget .py-2 {
    padding: 12px 70px;
}

#sss-search .audaris-widget .btn {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    transition: 0.3s ease;
}

#sss-search .audaris-widget .btn:hover {
    background-color: #a80d24 !important;
}

#sss-search .audaris-widget .btn .fa-search {
    display: none;
}

#sss-search .audaris-widget .btn .bg-white {
    background: transparent !important;
    color: #fff;
    padding: 0;
    font-size: 16px;
}

#sss-search .audaris-widget .mb-4 {
    margin-bottom: 24px;
}

#sss-search .audaris-widget .mb-4.px-bs-gap.mx-auto.flex-1.min-w-screen-xs.max-w-screen-md {
    margin-bottom: 0;
}

#sss-search .audaris-widget button.form-select,
input.form-control,
textarea.form-control,
select.form-control {
    color: #3a3f45;
    font-size: 14px;
    background-color: #f7f8fa;
    border: 1px solid #e6e8eb;
    padding: 12px 40px 12px 16px;
    min-height: 47px !important;
}

#section-search-switcher .tab-content {
    padding: 32px;
}

#section-search-switcher {
    padding-top: 0;
    padding-bottom: 0;
}

#sss-tradein .module-block.form-configurable {
    padding: 0;
}

#sss-tradein .module-block.bg-gray {
    background: #fff;
}

#sss-tradein .module-block.form-configurable > .container {
    padding: 0;
}

#sss-tradein .well {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#sss-tradein .fieldsBoxWrapper {
    padding: 0;
}

#sss-tradein .fieldsBox {
    border: none !important;
}

#section-search-switcher[data-view='4'] > .container {
    padding: 0;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 20px 40px !important;
    max-width: 1550px;
}

#section-search-switcher .search-switcher-bottom-container {
    padding: 0;
}

#section-search-switcher .search-switcher-bottom-container > div {
    padding: 16px;
}

#section-service-brands-ajax {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

#section-service-brands-ajax #location-request {
    background: transparent;
}

#section-service-brands-ajax #location-request .dropdown.form-control {
    background: transparent;
    border: none;
}

#section-service-brands-ajax #marken-request .direction-marken-logo {
    border: none;
    background: transparent;
    color: #000;
}

#section-service-brands-ajax #marken-request .direction-marken-logo img {
    opacity: 1;
}
/* Schnellsuche end */

/* Infomanager */
[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] [data-container='infomanager-content'] .img-overlay {
    padding-bottom: 242px;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .im-headline {
    font-size: 14px;
    padding-right: 30%;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .img-overlay-info .img-overlay-extra-info {
    display: block;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .im-slider-entry .h4 {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 12px;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .im-slider-entry .btn {
    display: none;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .img-overlay-info {
    position: relative;
    background: #1a1a1a;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .im-slider-entry a:hover .price-info {
    display: block;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .img-overlay-info > div {
    padding: 10px 24px 0;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .price-info {
    position: absolute;
    text-align: right;
    right: 24px;
    margin-top: 6px;
}

[data-container='infomanager'] .price-group {
    flex-direction: row;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .price-info .price-mtl {
    font-size: 8px;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .price-info .price-angebot {
    font-size: 24px;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .img-overlay-info .img-overlay-extra-info::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #c3002f;
    position: absolute;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .co2-info {
    background: #1a1a1a;
    color: #fff;
    font-size: 8px;
    line-height: normal;
    padding: 15px 24px 40px !important;
}

[data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .im-slider-entry a::before {
    background: none;
}

/* Infomanager end */

/* Slider */
.owl-theme .owl-nav {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 32px;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
    transform: none;
    position: relative;
    border-radius: 999px;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 12px;
}

.owl-theme .owl-nav button.owl-prev::after,
.owl-theme .owl-nav button.owl-next::after {
    font-size: 20px;
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
    border: 1px solid;
}

.consultant-slider .owl-dots {
    display: none;
}

/* Slider end */

/* Navigation */
#menu-toggle {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 8px;
}

#menu-toggle:hover {
    background: oklch(96.7% 0.003 264.542deg);
}

#header #logo {
    margin-left: 60px;
}

#menu-toggle .menu-toggle-text {
    display: none;
}

#menu-toggle::after {
    content: '';
    height: 2px;
    width: 18px;
    display: block;
    background: #131517;
}

#menu-toggle .icon-bar {
    background: #131517;
    width: 18px;
}

#page_sidebar {
    right: unset;
    left: 0;
}

#page_sidebar #menu-close-toggle {
    float: right;
}

#page_sidebar .navbar-nav li {
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
}

#page_sidebar .navbar-nav > li.open > a,
#page_sidebar .navbar-nav li > a:hover,
#page_sidebar .navbar-nav > li li > a:hover {
    background: transparent;
    color: #c8102e;
}

#page_sidebar .navbar-nav > li li {
    border-left: none;
}

#page_sidebar .navbar-nav > li li > a {
    background: transparent;
    color: #3a3f45;
    padding-left: 40px;
    font-size: 15px;
}

#page_sidebar .navbar-nav > li li.active > a,
#page_sidebar .navbar-nav li.active > a {
    background: transparent;
    color: #c8102e;
}

@media (min-width: 480px) {
    #page_sidebar {
        transform: translateX(-400px);
        width: 400px;
    }
}

/* Navigation end */
#menu-social-floating {
    display: none;
}

@media (min-width: 992px) {
    .module-block {
        margin-top: 0;
        margin-bottom: 0;
        padding: 96px 0;
    }
    .module-block.parallax-area {
        padding: 0;
    }
    .module-block.mb-0,
    .module-block.my-0 {
        padding-bottom: 0px;
    }
    
    .module-block.mt-0,
    .module-block.my-0 {
        padding-top: 0px;
    }
}

.parallax-area.dark-overlay .parallaxIMG::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
}

.parallax-area.dark-overlay .parallaxIMG .parallax-content {
    position: relative;
    z-index: 9;
    color: #fff;
    max-width: 1550px;
    margin: 0 auto;
}

.parallax-area .parallaxIMG .parallax-content {
    max-width: 1550px;
    margin: 0 auto;
}

.svc-card h3 {
    font-size: 20px;
    color: #131517;
}

@media (max-width: 340px) {
    .parallax-area .parallaxIMG {
        height: fit-content !important;
    }
}

@media (max-width: 767px) {
    .parallax-area .parallaxIMG .parallax-content > .row {
        padding: 0 15px;
        max-width: 100vw;
    }
}

/* Design-Elemente */
.priller-box {
    background: #fff;
    padding: 32px;
    box-shadow: rgb(0 0 0 / 6%) 0 8px 24px;
}

.priller-box h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #131517;
}

.priller-box p {
    font-size: 14px;
    color: #3a3f45;
    margin-bottom: 24px;
}

.priller-box-tabs {
    background: #fff;
    box-shadow: rgb(0 0 0 / 6%) 0 8px 24px;
}

.bild-text-vollbreite img {
    width: 120%;
    object-fit: cover;
    height: 600px;
}

.bild-text-vollbreite-wrapper {
    display: flex;
    align-items: center;
}

.bild-text-vollbreite-content {
    width: 80%;
    padding: 0 64px;
}

body.fe-admin-area .bild-text-vollbreite img {
    width: 50%;
}

body.fe-admin-area .bild-text-vollbreite-wrapper {
    display: block;
}

.bild-text-vollbreite {
    padding: 0;
}

ul.priller-list {
    list-style-type: none;
    padding-left: 0;
}

ul.priller-list li::before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 16px;
    background-color: #c8102e;
    color: #fff;
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 99px;
    padding: 6px 10px;
}

ul.priller-list li {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    gap: 1rem;
    font-size: 16px;
    color: #3a3f45;
}

.priller-tabelle {
    box-shadow: rgb(0 0 0 / 6%) 0 8px 24px;
    background: #fff;
}

.priller-tabelle h2,
.priller-tabelle p {
    padding: 24px 32px;
}

.priller-tabelle h2 {
    margin-bottom: 0;
}

.priller-grid-wrapper {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.priller-grid-wrapper .priller-icon-box {
    flex: 1 1 calc((100% - 4.5rem) / 4);
    background: #fff;
    box-shadow: 0 6px 24px 0 #00000014;
    text-align: center;
    padding: 24px;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.priller-grid-wrapper .priller-icon-box:hover {
    box-shadow: 0 8px 32px 0 #0000001f;
}

.priller-grid-wrapper .priller-icon-box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
}

.priller-grid-wrapper .priller-icon-box p {
    color: #3a3f45;
    font-size: 14px;
    margin: 0;
}

.priller-grid-wrapper .priller-icon-box p:last-child {
    /*margin-top: auto;*/
}

.priller-grid-wrapper .priller-icon-box .mt-auto {
    margin-top: auto;
}

.priller-grid-wrapper .priller-icon-box span.fa {
    font-size: 20px;
    color: #fff;
    padding: 18px;
    background: #c8102e;
    border-radius: 99px;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

body:not(.fe-admin-area) .nav-tabs > li > a {
    background: #fff;
    color: #3a3f45;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #0000001a;
    padding: 16px 24px;
}

body:not(.fe-admin-area) .nav-tabs > li.active > a,
body:not(.fe-admin-area) .nav-tabs > li.active > a:hover,
body:not(.fe-admin-area) .nav-tabs > li.active > a:focus {
    color: #c8102e;
    background: #fff5f6;
    border-bottom: 2px solid #c8102e;
}

body:not(.fe-admin-area) .nav-tabs > li {
    border-bottom: none;
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}

body:not(.fe-admin-area) .nav-tabs {
    display: flex;
}

body:not(.fe-admin-area) .nav-tabs > li:not(.active) > a:hover {
    background: #f7f8fa;
    color: #3a3f45;
}

body:not(.fe-admin-area) .tab-content {
    padding: 32px;
}

.priller-kacheln-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.priller-kachel {
    padding: 32px;
    box-shadow: 0 6px 24px 0 #00000014;
    background: #fff;
    flex: 1 1 calc((100% - 80px) / 4);
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.priller-kacheln-wrapper-3x .priller-kachel {
    flex: 1 1 calc((100% - 60px) / 3);
    max-width: 100%;
}

.werkstattleistungen-kacheln .priller-kachel {
    flex: 1 1 calc((100% - 40px) / 2);
}

.werkstattleistungen-kacheln .priller-kachel ul {
    margin-top: auto;
}

.priller-kachel .btn {
    width: 100%;
    margin-top: auto;
}

.priller-kachel-icon img {
    width: 32px;
    height: 32px;
}

.priller-kachel-icon {
    width: fit-content;
    padding: 16px;
    border-radius: 99px;
    background: rgba(200, 16, 46, 0.1);
    margin-bottom: 24px;
}

.priller-kachel .priller-kachel-highlightbox {
    background: rgba(200, 16, 46, 0.1);
    padding: 16px;
    margin-bottom: 24px;
}

.priller-kachel .priller-kachel-highlightbox h4 {
    margin: 0;
    font-size: 14px;
}

.priller-kachel .priller-kachel-highlightbox p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
}

ul.checkmark li::before {
    content: "\f00c";
    color: #c8102e;
    font-family: FontAwesome;
    padding-right: 10px;
}

ul.checkmark {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 24px;
}

.bg-red ul.checkmark li::before {
    color: #fff;
}

.priller-kachel.bg-red .priller-kachel-highlightbox {
    background: rgba(255,255,255,0.1);
}

.priller-kachel.bg-red .priller-kachel-highlightbox h4 {
    color: #fff;
}

.bg-red {
    background: linear-gradient(to right, #c8102e, #a00d26) !important;
    color: #fff;
}

.bg-red p,
.bg-red h2,
.bg-red h3 {
    color: #fff;
}

.bg-red .priller-kachel-icon {
    background: rgba(255,255,255,0.2);
}

.priller-s-box-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.priller-s-box {
    background: #fff;
    box-shadow: 0 6px 24px 0 #00000014;
    flex: 1 1 calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
    padding: 16px;
    text-align: center;
}

.priller-s-box p {
    font-size: 14px;
    margin: 0;
}

.priller-s-box strong {
    color: #c8102e;
    font-size: 30px;
}

img.priller-s-box-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0 6px 24px 0 #00000014;
}

.priller-text-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.priller-text-box {
    width: 100%;
    padding: 24px;
    border-left: 4px solid #c8102e;
    box-shadow: 0 6px 24px 0 #00000014;
    background: #fff;
}

.priller-text-box p {
    line-height: 1.5;
}

.priller-gray-box {
    border: 1px solid #e8e8ed;
    background: #f5f7fa;
    padding: 32px;
}

.priller-gray-box p {
    margin: 0;
}

.priller-tag-wrapper {
    display: flex;
    gap: 20px;
}

.priller-red-tag {
    padding: 8px 16px;
    background: rgba(200, 16, 46, 0.1);
    color: #c8102e;
    border-radius: 99px;
    font-weight: bold;
}

.bg-red .priller-box {
    background: rgba(255,255,255,0.1);
}

.bg-red hr {
    border-top: 1px solid #fff;
}

#section-multi-directions {
    padding: 50px 0;
}

.open-area .small {
    margin-bottom: 4px;
    font-size: 100%;
    color: #000;
}

.showroom .route-list .btn.py-4 {
    border: none;
}

#section-consultants {
    padding-bottom: 30px;
}

.pageid-585 #section-direction-selection {
    margin-top: 30px;
}

.VehicleSliderNavigation {
    padding: 0 15px;
}

/* Design-Elemente end */

@media (max-width: 992px) {
    #header-slider-v2 .overlay-text .overlay-text-container {
        width: 100%;
        padding: 0 16px;
    }

    #section-search-switcher .nav-tabs > li.active {
        background: #c8102e;
    }

    #sss-search .audaris-widget .btn {
        max-height: 48px;
    }

    .module-block {
        margin: 0;
        padding: 48px 0;
    }
    
    .module-block.mb-0,
    .module-block.my-0 {
        padding-bottom: 0px;
    }
    
    .module-block.mt-0,
    .module-block.my-0 {
        padding-top: 0px;
    }

    #site-content h2,
    #site-content h2.headline-h2,
    #site-content .headline-h2,
    #site-content .h2 {
        font-size: 36px !important;
    }

    .owl-theme .owl-nav button.owl-prev,
    .owl-theme .owl-nav button.owl-next {
        height: 48px;
        width: 48px;
    }

    #section-search-switcher[data-view='4'] .nav-tabs > li > a::before {
        display: none;
    }

    #menu-toggle {
        left: 16px;
    }

    #page_sidebar {
        transform: translateX(-100%);
    }

    .priller-grid-wrapper .priller-icon-box {
        flex: 1 1 calc((100% - 1.5rem) / 2);
    }

    .site-home:not(.no_header) #site-content > #section-search-switcher {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .footer-bottom-contact-data ul {
        flex-direction: column;
        text-align: center;
    }

    .btn {
        margin-bottom: 10px;
    }

    #section-search-switcher {
        margin-top: -30px;
    }

    [data-container='infomanager'].infomanager-view-3[data-slider-view='2'] .im-headline {
        padding-right: 40%;
    }

    .priller-grid-wrapper .priller-icon-box {
        flex: 1 1 100%;
    }

    .bild-text-vollbreite-wrapper {
        flex-direction: column-reverse;
    }

    .bild-text-vollbreite img {
        height: 400px;
        width: 100%;
    }

    .module-block.bild-text-vollbreite {
        padding-bottom: 0;
    }

    .bild-text-vollbreite-content {
        width: 100%;
        padding: 0 16px;
    }

    body:not(.fe-admin-area) .nav-tabs {
        flex-direction: column;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*Standort Slider*/
.direction-area [data-container="direction-content"] .owl-stage-outer {
    margin: 0 auto;
    /*width: fit-content;*/
}

/* ARI */
.svc-cards {
    margin: 20px auto;
    float: none;
}

.svc-section-title,
.svc-section-subtitle {
    text-align: center;
}

.svc-section-title {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.6;
}

.svc-section-subtitle {
    margin: 0 0 48px;
    color: #6c757d;
    font-size: 16px;
}

.svc-grid [class*='col-'] {
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.svc-card {
    background: #fff;
    box-shadow: 0 6px 24px rgb(0 0 0 / 8%);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.svc-card__media {
    position: relative;
    overflow: hidden;
}

.svc-card__media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: scale(1, 1);
    transform-origin: center center;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    will-change: transform;
}

.svc-card:hover .svc-card__media img,
.svc-card:focus-within .svc-card__media img {
    transform: scale(1.05, 1.05);
}

.svc-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #c8102e;
    color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.svc-badge .glyphicon {
    top: 0;
    left: 0;
    position: static;
    display: block;
    line-height: 1;
    font-size: 18px;
    vertical-align: middle;
}

.svc-badge i,
.svc-badge svg {
    display: block;
    line-height: 1;
}

.svc-card__body {
    padding: 10px 20px 25px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
}

.svc-card__body,
.svc-grid {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
    font-family: Montserrat, 'Open Sans', sans-serif;

    /* font-size: 20px; */
    font-weight: 700;
    margin-bottom: 14px;
}

.svc-card p {
    margin: 0 0 22px;
    line-height: 1.6;
    color: #3a3f45;
}

#site-content h2,
#site-content h2.headline-h2,
#site-content .headline-h2,
#site-content .h2 {
    font-size: 28px;
    font-weight: 700;
}

/* About Priller - Standort */

/* Bild/Karte */
.svc-about-visual {
    margin: 0;
}

.svc-about-visual img {
    display: block;
    width: 100%;
    height: auto;
}

/* Textspalte */
.svc-about-content {
    max-width: 600px;
    margin: 0 auto;
}

.svc-about-title {
    margin: 0 0 18px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.15;
}

.svc-about-content p,
p {
    margin: 0 0 20px;
    color: #4f5964;
    font-size: 16px;
    line-height: 1.7;
}

.svc-about-cta {
    margin-top: 26px;
}

.svc-btn-primary {
    background-color: #c8102e;
    border: 2px solid #c8102e;
    color: #fff;
    margin-top: 10px;
}

.svc-btn-primary:hover,
.svc-btn-primary:focus,
.svc-btn-primary:active {
    background-color: #c8102e;
    border-color: #c8102e;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgb(200 16 46 / 20%);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .svc-about-title {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .svc-about-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .svc-about-section {
        padding: 40px 0;
    }

    .svc-about-title {
        font-size: 28px;
    }

    .svc-about-content p {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .svc-about-section .row > [class*='col-'] > .svc-about-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

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

.audaris-widget {
    --color-primary: #c8102e;
    --color-white: #fff;
}

.audaris-widget .btn-primary,
.audaris-widget .btn-primary:hover,
.audaris-widget .btn-primary:focus,
.audaris-widget .btn-primary:active,
.audaris-widget .btn-primary:active:focus {
    background-color: #c8102e !important;
    border-color: #c8102e !important;
    color: #fff !important;
}

#section-search-switcher,
#section-search-switcher * {
    box-sizing: border-box;
}

#section-search-switcher .row {
    margin-left: -15px;
    margin-right: -15px;
}

#section-search-switcher .columns,
#section-search-switcher .column {
    float: none;
    padding: 0;
}

#section-search-switcher .tabs,
#section-search-switcher .tabs-content {
    border: 0;
    background: transparent;
}

#section-search-switcher .button {
    border: 0;
    background: none;
}

.site-home #section-search-switcher {
    background: linear-gradient(to bottom, rgb(245 247 250 / 0%) 0, rgb(245 247 250 / 0%) 50px, #f5f7fa 50px, #f5f7fa 100%);
    z-index: 5;
    position: relative;
}

#section-search-switcher .search-switcher-top-container,
#section-search-switcher[data-view='4'] .search-switcher-top-container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1550px !important;
    background: #fff;
    border: none !important;
    border-radius: 0 !important;
    /*overflow: hidden;*/
    box-shadow: none;
}

#section-search-switcher .nav-tabs {
    border-bottom: 1px solid #e6e8eb;
    background: #fff;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

#section-search-switcher .nav-tabs > li > a {
    border: 0;
    background: transparent;
    color: #3f4752;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 0;
    padding: 16px;
    font-size: 15px;
}

#section-search-switcher .nav-tabs > li > a:hover,
#section-search-switcher .nav-tabs > li > a:focus {
    background: #f3f4f6;
    color: #1f2937;
    text-decoration: none;
}

#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: #c8102e;
    color: #fff;
    border: 0;
}

#section-search-switcher .nav-tabs > li > a .fa,
#section-search-switcher .nav-tabs > li > a .fas,
#section-search-switcher .nav-tabs > li > a .far,
#section-search-switcher .nav-tabs > li > a .fal,
#section-search-switcher .nav-tabs > li > a .fab {
    margin-right: 8px;
    font-size: 16px;
    line-height: 1;
    vertical-align: -2px;
    color: currentcolor;
    opacity: 0.95;
}

#section-search-switcher[data-view='4'] .nav-tabs > li > a {
    position: relative;
}

#section-search-switcher[data-view='4'] .nav-tabs > li > a::before {
    content: '';
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', FontAwesome;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: currentcolor;
    padding-right: 5px;
}

#section-search-switcher[data-view='4'] .nav-tabs > li:nth-child(1) > a::before {
    content: '\f002';
}

#section-search-switcher[data-view='4'] .nav-tabs > li:nth-child(2) > a::before {
    content: '\f1b9';
}

#section-search-switcher[data-view='4'] .nav-tabs > li:nth-child(3) > a::before {
    content: '\f073';
}

#section-search-switcher .search-switcher-body {
    padding: 18px 20px 24px;
}

#section-search-switcher .form-group {
    margin-bottom: 18px;
}

#section-search-switcher .form-control {
    background: #f7f8fa;
    border: 1px solid #e6eaf0;
    color: #3a3f45;
    height: 47px;
    padding: 12px 16px;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    appearance: none;
}

#section-search-switcher .form-control::placeholder {
    color: #8a94a1;
}

#section-search-switcher .form-control:focus {
    border-color: #c8102e;
    box-shadow: 0 0 0 3px rgb(200 16 46 / 18%);
}

#section-search-switcher select.form-control {
    background-color: #f6f8fb;
    background-image: none;
}

#section-search-switcher .filters-row [class*='col-'] {
    margin-bottom: 10px;
}

#section-search-switcher .search-submit,
#section-search-switcher .search-switcher-submit,
#section-search-switcher .search-actions {
    text-align: center;
    margin-top: 8px;
}

#section-search-switcher .search-submit .btn,
#section-search-switcher .search-switcher-submit .btn,
#section-search-switcher .search-actions .btn,
#section-search-switcher .search-submit input[type='submit'],
#section-search-switcher .search-switcher-submit input[type='submit'],
#section-search-switcher .button.submit,
#section-search-switcher .button.primary {
    display: inline-block;
    min-width: 230px;
    padding: 12px 30px;
    height: 48px;
    line-height: 24px;
    border-radius: 999px;
    font-weight: 700;
    border: 2px solid #c8102e;
    background: #c8102e;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease;
}

#section-search-switcher .search-submit .btn:hover,
#section-search-switcher .search-switcher-submit .btn:hover,
#section-search-switcher .search-actions .btn:hover,
#section-search-switcher .search-submit input[type='submit']:hover,
#section-search-switcher .search-switcher-submit input[type='submit']:hover,
#section-search-switcher .button.submit:hover,
#section-search-switcher .button.primary:hover {
    background: #b10e28;
    border-color: #b10e28;
    color: #fff;
}

#section-search-switcher .search-submit .btn:focus,
#section-search-switcher .search-switcher-submit .btn:focus,
#section-search-switcher .search-actions .btn:focus,
#section-search-switcher .search-submit input[type='submit']:focus,
#section-search-switcher .search-switcher-submit input[type='submit']:focus,
#section-search-switcher .button.submit:focus,
#section-search-switcher .button.primary:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(200 16 46 / 25%);
}

@media (max-width: 991px) {
    #section-search-switcher .search-switcher-body {
        padding: 16px 16px 20px;
    }

    #section-search-switcher .nav-tabs > li > a {
        padding: 16px;
    }

    #section-search-switcher .form-control {
        height: 46px;
    }
}

@media (max-width: 767px) {
    #section-search-switcher .search-switcher-top-container {
        border-radius: 14px !important;
    }

    #section-search-switcher .form-control {
        height: 44px;
    }

    #section-search-switcher .search-submit .btn,
    #section-search-switcher .search-switcher-submit .btn {
        min-width: 180px;
        padding: 11px 22px;
        height: 46px;
    }
}

#section-search-switcher .btn:focus {
    outline: 0;
}

#section-search-switcher .glyphicon {
    top: 0;
}

@media (prefers-reduced-motion: reduce) {
    #section-search-switcher .search-submit .btn,
    #section-search-switcher .search-switcher-submit .btn {
        transition: none;
    }
}

/* Schnell Suchfeld */

/* End ARI */

/*Förderrechner Plug-In-Hybrid ausblenden*/
.ecar-calculator a[data-value="hybrid"] {
    visibility: hidden;
}


/*End Custom css*/