:root {
    --space-none:0;
    --space-xs:.25rem;
    --space-s:.5rem;
    --space-m:1rem;
    --space-l:1.5rem;
    --space-xl:3rem;
    --space-xxl:5rem;
}

body:not(.menu-toggled){
    line-height: 2.3;
}

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

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

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

.auda-margin-y-medium {
    margin-top:var(--space-m);
    margin-bottom:var(--space-m);
}

.auda-padding-x-medium {
    padding-right:var(--space-m);
    padding-left:var(--space-m);
}

.auda-padding-top-xl{
    padding-top:var(--space-xl);
}

.auda-padding-bottom-xl{
    padding-bottom:var(--space-xl);
}

.auda-padding-right-xl{
    padding-right:var(--space-xl);
}

.auda-padding-left-xl{
    padding-left:var(--space-xl);
}

.auda-padding-top-xxl{
    padding-top:var(--space-xxl);
}

.auda-padding-bottom-xxl{
    padding-bottom:var(--space-xxl);
}

.auda-padding-right-xxl{
    padding-right:var(--space-xxl);
}

.auda-padding-left-xxl{
    padding-left:var(--space-xxl);
}

.auda-cr-center {
    align-items:center;
    justify-content:center;
}

.auda-hv-center {
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

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

.auda-rounded{
    border-radius: 12px;
}

.auda-shadow{
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.3);
}

.auda-quote-card{
    padding: 20px;
}

.auda-parallax .parallax-content{
    align-items: flex-start;
}

.auda-horizontal-gradient:before{
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(-80deg, rgba(0,0,0,0.9648879620207458) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(-80deg, rgba(0,0,0,0.9648879620207458) 0%, rgba(0,0,0,0.1) 100%);
    background: linear-gradient(-80deg, rgba(0,0,0,0.9648879620207458) 0%, rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.auda-bg-dark{
    background-color: #495154;
}

.auda-pos-arrow{
    position:absolute;
    bottom: 15px;
    right: 15px;
}

.icon-slider .slider-content a{
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.icon-slider a:hover{
    display: block;
    border-radius: 12px;
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.3);
}

.icon-slider .owl-carousel.owl-drag .owl-item{
    padding: 50px 0;
}

.subheadline-h2{
    color: #4a4a4a;
}

h1, .headline-h1, #site-content h2, .page-headline h1, .page-headline .headline-h1 {
    font-size:50px;
    font-weight: 600;
    text-transform: inherit;
    line-height: 1.3;
}

#site-content h2.headline-h2, #site-content .headline-h2, #site-content .h2, #site-content .headline-h2{
  text-transform: inherit;
}

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

#site-content .audaris-widget h2{
    font-size:24px;
}

h3 {
    font-size:25px;
}

h4 {
    font-size:20px;
}

#site-content{
    padding-bottom: 0;
}

.auda-fit-content{
    width: fit-content;
}

ol li::marker {
  font-weight: bold;
}

#section-audaris-seo{
      padding-bottom: 30px;
}

[data-container="infomanager"].infomanager-view-6 article{
    border: none;
    justify-content: flex-start;
    background: #fff;
    border-radius: 30px;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .picture-row{
    overflow: inherit;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .picture-row img,
[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-slider-entry .entry-img{
    border-radius: 15px 15px 0 0;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row{
    position: relative;
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 45px 40px 15px 15px;
    align-items: flex-start;
}

.auda-offer[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row{
    padding-top: 60px;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row .text-truncate {
    white-space: normal;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .img-overlay-info{
    bottom: -30px;
    left: auto;
    right: 0;
    top: auto;
    flex-direction: row-reverse;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .co2-info{
    padding: 15px;
    margin-top: inherit;
    color: initial;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .price-info .price-angebot{
    font-size: 2em;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .price-info .price-mtl {
    font-size: 1.3em;
    font-weight: 600;
}

[data-container="infomanager"] .price-group{
    align-items: flex-end;
    flex-direction: row;
    gap: 10px;
    padding: 20px;
    border-radius: 50px 0 0 50px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(-80deg, rgb(73, 81, 84) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(-80deg, rgb(73, 81, 84) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(-80deg, rgb(73, 81, 84) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);   
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row .fa-chevron-circle-right::before {
    content:"\f0a9";
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row .fa{
    position: absolute; 
    right: 20px;
    top: 45px;
}

.auda-offer[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row .fa{
    top: 60px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline{
    border-radius: 0 0 15px 15px;
}

[data-container="direction"].direction-area.direction-view-7 .view-7.no-slider .location-slide-item {
  max-width: 366px;
}

#modalMultiLocationsSelect{
    z-index: 9999;
}

.submenu-overlay .subnav-back,
[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline{
    text-align: left;
}

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

#menu-toggle {
    justify-content: start;
    left: auto;
    right: 15px;
    margin-top: 15px;
    height: fit-content;
    transition: 0.3s all;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before, 
.hamburger:hover .hamburger-inner::after, 
.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner::before, 
.hamburger.is-active:hover .hamburger-inner::after{
    background: #009fe3;
}

#header #logo a,
.auda-relative{
    position: relative;
}

#header #logo a{
    z-index: 9;
}

#header #logo::after,
#header #logo::before{
    content:"";
    position: absolute;
    background: #fff;
    height: 3px;
    display: block;
}

#header #logo::after{
    right: 0;
}

#header #logo::before{
    left: 0;
}

#logo a:hover img{
    filter: invert(43%) sepia(100%) saturate(732%) hue-rotate(180deg) brightness(90%);

}


#header #header-right {
    position:absolute;
    left: 15px;
    right: auto;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 90px;
}

#header-container {
    height: auto;
}

.no_header #header-container{
    height: 130px;
}
    
#header #logo{
    margin-top: 50px;
}

.header-menu-fixed #header,
.location-landingpage #header,
.no_header #header{
    background: #000;
}

#header-slider::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.648879620207458) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.648879620207458) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.8648879620207458) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#header-slider .carousel-caption .left-top-1{
    bottom: 35%;
}

#header-slider .carousel-caption .left-top-2{
    top: 65%;
}

.btn{
    border-radius: 30px;
}

body:not(.fe-admin-area, .pageid-532) .btn-primary,
body:not(.fe-admin-area, .pageid-532, .pageid-10254, .pageid-596) .btn-default{
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    transition: .3s all;
    padding: 15px 40px;
}

#section-consultants:not(.consultants-view-1):not(.consultants-view-2) .person-data .btn-primary{
    min-width: auto;
}

.auda-widget .row{
    box-shadow: 0px 7px 10px -2px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 12px;
    padding: 40px;
}

.auda-widget .quicksearch .audaris-widget .mx-auto{
    margin: 0;
}

.auda-widget .quicksearch .audaris-widget > div >div,
[data-container="direction"].direction-area.direction-view-7 .view-7{
    justify-content: center;
}

.auda-widget .quicksearch .btn-primary,
.btn-default{
    color: #000;
    border: 2px solid #000;
    background: transparent;
    transition: 0.3s;
}

body:not(.fe-admin-area) .btn-primary:hover,
body:not(.fe-admin-area, .pageid-532, .pageid-10254) .btn-default:hover{
    padding-left: 50px;
    padding-right: 30px;
}

.auda-bg-dark .btn-default{
    color: #fff;
    border: 2px solid #fff;
}

.auda-bg-dark .btn-default:hover{
    border-color: #009fe3;
}

.auda-widget .quicksearch .btn-primary:hover .bg-white,
.location-landingpage #pre_area h3{
    color: #fff;
}

.auda-widget .quicksearch .btn-primary .fa-search,
.showroom .ap-placeholder > div,
#header-slider .owl-dots{
    display: none;
}

.auda-widget .quicksearch .btn-primary .bg-white,
.auda-widget .quicksearch .btn-primary:hover,
#section-service-brands-ajax #location-request,
#section-service-brands-ajax #location-request .form-control{
    background: transparent !important;
    color: #000 !important;
}

.auda-widget .audaris-widget .form-select {
    border: 0;
    position: relative;
    z-index: 2;
    left: 0;
    bottom: 0;
    background-color: transparent;
}
.auda-widget .audaris-widget .form-select::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .6s all;
    background: #00305d;
  opacity: 1;
}

body:not(.fe-admin-area) .form-group .form-control {
    box-shadow: 0px 0px 20px 10px #eaeaea;
    border: 1px solid transparent;
    border-radius: 30px;
    min-height: 50px;
}

body:not(.fe-admin-area) #section-service-brands-ajax .form-group .form-control{
    box-shadow: none;
    color: #009fe3;
}

body:not(.fe-admin-area) .form-group {
    margin-bottom: 45px;
}

body:not(.fe-admin-area) label {
    margin-bottom: 15px;
    font-weight: 100;
}

body:not(.fe-admin-area) #section-service-brands-ajax .form-group label,
body:not(.fe-admin-area) #section-service-brands-ajax #form-request #sel-marke-show,
body:not(.fe-admin-area) #section-service-brands-ajax [data-form-step="last-page"],
.vehicle-data .headline-h1,
#section-service-brands-ajax{
    color: #009fe3;
}

body.location-landingpage #header-slider .fill {
    padding-bottom: 30%;
}

.parentContainer .chekbox-toggle-container,
.parentContainer .wrap-all-fields {
    border: none !important;
}

#section-consultants .person-data{
    min-width: 320px;
}

#section-multi-directions .company-info {
  font-size: 18px;
}

.multi-directions-overlay {
    z-index: 9999;
}

#header-slider .header-envkv-info {
        text-align: center;
    }

@media (max-width: 479px){
    #header #logo,
    .no_header #header-container{
        height: 100px;
    }
    
    .breadcrumb_area {
        display: block;
        margin-top: 30px;
    }
    #header #logo::after{
        right: 50%;
        width: 80%;
        transform: translate(50%,0%);
        top: 60%;
    }
    
    body.site-home #header-slider .fill, body:not(.site-home) #header-slider .fill {
        padding-bottom: 99%;
    }
    
    .icon-slider .slider-content ~ img {
        max-width: 150px;
        margin: 0 auto;
    }

}
    
@media (min-width: 480px){
    #header #logo::after,
    #header #logo::before{
        width: 23%;
    }
    
    body:not(.fe-admin-area, .pageid-532) .btn-primary,
    body:not(.fe-admin-area, .pageid-532, .pageid-10254, .pageid-596, .pageid-598) .btn-default{
        min-width: 320px;
    }
}

@media (max-width: 767px){
    h1, .headline-h1, #site-content h2, #site-content .headline-h2,
    .page-headline h1, .page-headline .headline-h1{
        font-size:22px;
    }
    
    h3 {
        font-size:20px;
    }
    
    h4 {
        font-size:18px;
    }
    
        body:not(.fe-admin-area) .btn-primary,
    body:not(.fe-admin-area) .btn-default{
        font-size: 14px;
        padding: 10px 14px;
    }

    .auda-widget .row{
        padding: 0;
    }
    
    [data-container="infomanager"].infomanager-view-6 .gallery-item .price-info .price-angebot {
        font-size: 1.2em;
    }
    
    [data-container="infomanager"] .price-group{
        padding: 10px;
    }
    
    [data-container="infomanager"].infomanager-view-6 .gallery-item .img-overlay-info {
        bottom: -20px;
    }
}


@media (min-width: 768px) {

    .submenu-overlay .dropdown-menu .sdropdown .sdropdown-menu{
        left: 130px;
        min-width: 330px;
    }
    
    body.menu-toggled #side-nav{
        background:rgb(223, 223, 223);
        left: 65%;
    }
    
    #side-nav{
        transform: translateX(100%);
        left: 100%;
        right: 0;
    }
}


@media (min-width: 992px){
    
    #header-slider .header-envkv-info {
        bottom: 70px;
    }
    
    .icon-slider[data-container="image-slider"]{
        display: none;
    }
    
    .multi-directions-overlay {
        top: 150px;
    }
  
    #header #logo::after,
    #header #logo::before{
        width: 30%;
    }    
    
    .auda-widget .quicksearch .audaris-widget .mx-auto{
        flex: inherit;
    }
    
    #menu-toggle {
        margin-top: 25px;

    }

    .auda-widget{
        margin-top: -100px !important;
        position: relative;
        z-index: 9;
    }
    
    .auda-top-margin{
        margin-top: -20px !important;
    }
    
    .auda-left-margin{
        margin-left: -100px;
    }
    
    #header #header-right {
        top: 5px;
        align-items: center;
    }
    
    .auda-quote-card{
        position: absolute;
        z-index: 9;
        transform: translate(-50%,-50%);
        left: 50%;
        padding: 20px;
    }
    
   body.menu-toggled .submenu-overlay.active {
        left: 0;
    }
}

@media (max-width: 991px){
    #header #logo {
        margin: 0;
        height: 130px;
    }
    
    .auda-md-order{
          order: 1;
    }
    
    .auda-padding-top-xl{
        padding-top:var(--space-m);
    }
    .auda-padding-bottom-xl{
        padding-bottom:var(--space-m);
    }
    .auda-padding-right-xl{
        padding-right:var(--space-m);
    }
    .auda-padding-left-xl{
        padding-left:var(--space-m);
    }
    .auda-padding-top-xxl{
        padding-top:var(--space-m);
    }
    .auda-padding-bottom-xxl{
        padding-bottom:var(--space-m);
    }
    .auda-padding-right-xxl{
        padding-right:var(--space-m);
    }
    .auda-padding-left-xxl{
        padding-left:var(--space-m);
    }
    .auda-pos-arrow{
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media (min-width: 1200px){
    #header #logo::after,
    #header #logo::before{
        width: 35%;
    }
}

@media (min-width: 1900px) {
    body.menu-toggled .submenu-overlay a {
        font-size: 18px;
  }
}

.auda-space {
    padding:10px;
}

/************ AUDA CARD 1 ********************/

.auda-card-group-1{
    display:flex;
    flex-wrap:wrap;
}

.auda-card-group-1 .ge-content {
    height:100%;
}

.auda-card-group-1 .column {
    margin-bottom:30px;
}

.auda-card-group-1 .auda-card {
    background:#ffffff;
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
    border-radius: 12px;
}

.auda-card-group-1 .auda-card-body {
    flex:1 1 auto;
    padding:1.25rem;
}

.auda-card-group-1 .auda-card-footer {
    padding:1.25rem;
}

/************ END AUDA CARD 1 ********************/

.subheadline-h1 {
    color: #000;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none !important;
}
