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

.tooltip{
    z-index: 1;
}

.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-medium {
    padding-top: var(--space-m);
    padding-bottom: var(--space-m);
    padding-right: var(--space-m);
    padding-left: var(--space-m);
}

.auda-padding-extra {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
    padding-right: var(--space-xl);
    padding-left: var(--space-xl);
}

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

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

.auda-padding-bottom-xxl {
    padding-bottom: 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% !important;
}

.audacard-shadow {
      box-shadow: 60px 0px 130px -40px rgba(0, 0, 0, 0.25);
}

.row.d-flex.flex-wrap .column .row.d-flex {
    height: 100%;
}

.audacard-shadow .btn-link:before,
.auda-img-bg .btn-link:before{
    color: #c19269;
}

.auda-img-cover{
     object-fit: cover;
}

.auda-relative {
    position: relative;
}

.auda-teaser .auda-col-pos{
    position: absolute;
    bottom: 0;
}

.auda-teaser .img-container{
    flex: 1;
}

@media (min-width: 992px) {
    .auda-teaser .img-container{
        flex: 0 0 400px;
    }
}

/*
.auda-teaser .auda-img-cover {
    width: auto;
}*/

@media (max-width: 991px) {
    .auda-teaser .auda-img-cover {
        object-fit: contain;
    }
    
    .auda-imgbox .img-container img {
        max-width: none;
    }
}

@media (min-width: 992px) {
    @media (max-width: 1204px) {
        .auda-imgbox .auda-content p {
            font-size: 11px;
        }
    }
}


.auda-img-bg{
    background: url("/website/themes/reckhaus-erwitte.de/dynamic/fe/startseite/cdfb9798fe0c82d2418a9de552414664.jpg?1743499789438");
    background-repeat: no-repeat;
    background-size: cover
}

.auda-img-bg-2{
    background: url("/website/themes/reckhaus-erwitte.de/dynamic/fe/unterseiten/pbv/reckhaus-pb5-hintergrund.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.auda-img-bg-3{
    background: url("/website/themes/reckhaus-erwitte.de/dynamic/fe/unterseiten/outlander/reckhaus-mitsubishi-outlander-hg.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.auda-testimonial{
    border: 8px solid #C5956C;
}

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

.auda-testimonial::before{
    content: url(/website/themes/reckhaus-erwitte.de/dynamic/fe/logo_icons/kundenmeinung-icon.svg);
    position: absolute;
    top: 0%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90px;
    z-index: 9;
}

.auda-testimonial::after{
    content: "";
    position: absolute;
    top: 0%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 236px;
    background-color: #ffffff;
    z-index: 0;
    height: 20%;
}

/************ ACCORDION FOURTH********************/
.auda-accordion .panel-title a {
    display:block;
    position: relative;
    padding:10px 0;
    border-bottom: 1px solid;
    font-weight: 400;
    letter-spacing: 3px;
}

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

.auda-accordion .panel-title a::after {
    padding:10px;
    top: 20px;
    color: #c5956c;
    font-size: 30px;
}

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

/************ ACCORDION - END ********************/

#header #icons-menu{
    display: flex;
}

.breadcrumb_area, #section-service-brands-ajax{
    background-color: transparent;
    border-bottom: none;
}

#section-service-brands-ajax #marken-request .direction-marken-logo.active{
    background: transparent;
}

#header{
    border: none;
}

#menu-toggle .icon-bar {
    border-radius: 11px;
    height: 4px;
    width: 27px;
}

#header .flex-header-container nav:last-child{
    margin-top: 10px;
}

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

.audaris-widget .fa-long-arrow-left::before {
    content: "\f060" !important;
}

.audaris-widget .fa-long-arrow-right::before {
    content: "\f061" !important;
}

.VehicleSlider > .flex{
    flex-direction: column-reverse !important;
}

.VehicleSlider > .flex > .relative.overflow-hidden > .flex.items-stretch > .overflow-hidden{
    padding: 5px;
}

.VehicleSlider > .flex > .relative.overflow-hidden > .flex.items-stretch > .overflow-hidden a{
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2)
}

  

body:not(.fe-admin-area) .auda-vehicleslider .img-container{
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translate(0%,-50%);
    left: 0;
}

.auda-imgbox .auda-content{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 97%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.auda-imgbox .auda-content a {
    color: #fff;
    letter-spacing: 5px;
    text-decoration: underline;
    font-size: 20px;
}

.auda-imgbox .img-container:before,
.auda-img-bg::before{
    content: "";
    position: absolute;
    background: rgba(5, 20, 31, 0.9);
    width: 100%;
    height: 100%;
}

.auda-img-bg .btn-link{
    color: #fff;
    text-decoration: none;
}

body .fe-content p:not(.truncate),
.panel-body{
    line-height: 1.9;
    letter-spacing: 2.5px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"] .img-overlay-info > div{
    padding: 20px;
}

h1, .headline-h1 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 6px;
}

#site-content h2:not(.text-primary),
#site-content h2.headline-h2,
#site-content .headline-h2,
#site-content .h2,
#article-blog-entry .page-headline .subheadline-h1,
.page-headline h1, .page-headline .headline-h1{
    font-size: 43px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
}

h3, .headline-h3,
[data-container="infomanager"].infomanager-view-3[data-slider-view="2"] .im-headline{
    font-size: 22px;
    font-weight: 400;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"] .im-headline,
[data-container="infomanager"].infomanager-view-5[data-view="5"] .im-headline{
      letter-spacing: 4px;
}

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

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"] .img-overlay-info-top,
[data-container="infomanager"].infomanager-view-5[data-view="5"] .img-overlay-info-top{
    position: relative;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"] .img-overlay-info-top::before,
[data-container="infomanager"].infomanager-view-5[data-view="5"] .img-overlay-info-top::before{
    content: "";
    opacity: 0.59;
    background: linear-gradient(180deg, #05141F 0%, rgba(46, 58, 67, 0.98) 56.4%, rgba(80, 90, 97, 0.98) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.auda-text-on-img .img-container {
    position: absolute;
}

.auda-text-on-img .img-container .cta{
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 9;
    gap: 40px;
}

.auda-text-on-img .auda-text {
    background: #05141f;
    color: #fff;
    padding: 70px;
    width: 45%;
    display: flex;
    margin-left: 80px;
    position: relative;
    z-index: 9;
}

body:not(.fe-admin-area, .pageid-532) #site-content .btn:not(#toggle-scrollup){
    letter-spacing: 3px;
}

.btn-default,
[data-container="infomanager"].infomanager-view-3[data-slider-view="2"] .img-overlay-info-top .btn-primary,
[data-container="infomanager"].infomanager-view-5[data-view="5"] .img-overlay-info-top .btn-primary{
    background-color: #C5956C;
    color: #05141f;
    border: 2px solid #C5956C;
}

.btn-default:hover,
[data-container="infomanager"].infomanager-view-3[data-slider-view="2"] .img-overlay-info-top .btn-primary:hover,
[data-container="infomanager"].infomanager-view-5[data-view="5"] .img-overlay-info-top .btn-primary:hover{
    background-color: #05141f;
    color: #ffffff;
    border-color: #C5956C; 
}

.btn-primary:hover {
    background-color:#c5956c;
    border-color: #C5956C;
    color: #000000;
}

.btn-primary .fa{
    color: #C5956C;
}

.btn-primary:hover .fa{
    color: #05141f;
}

.btn-link {
    position: relative;
    padding: 0 0 0 30px;
    text-decoration: underline;
    color: #05141f;
    font-weight: bold;
    letter-spacing: 5px !important;
}

.btn-link:before,
.auda-list li::before{
    content: "\f178";
    font-family: fontAwesome;
    font-size: 18px;
    position: absolute;
    transition: .3s ease-out;
}

.btn-link:before{
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.btn-link:hover::before {
    left: 10px;
}

.infomanager-area .btn,
[data-container="infomanager"].infomanager-view-3[data-slider-view="2"] .img-overlay-info .btn-primary{
    margin-top: 30px;
}

.auda-list li{
    display: block;
    position: relative;
    letter-spacing: 3px;
    padding-bottom: 10px;
} 

.auda-list li::before{
    left: -20px;
    top: -2px;
    color: #c5956c;
    transform: translate(-50%, 0%);
}

.well {
    background-color: #fff;
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    color: #000;
    border-radius: 0;
    padding:30px;
}

.form-control {
    background: transparent;
    border-bottom: solid #05141f;
    border-width: 0 0 1px 0;
}

.form-control::placeholder{
    opacity: 0;
}

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

body:not(.fe-admin-area) label{
    font-weight: 400;
    letter-spacing: 3px;
}

#header .flex-header-container {
  align-self: end;
}

.btn-lg, .infomanager-area .btn {
    padding: 16px 38px;
}

.auda-layer-left > .img-container{
    position: absolute;
    bottom: -1px;
    left:-1px;
}

@media (min-width: 768px) {
    [data-container="infomanager"].infomanager-view-3 .prev, [data-container="infomanager"].infomanager-view-3 .next {
        top: 106%;
        opacity: 1;
    }
    
    [data-container="infomanager"].infomanager-view-3 .prev {
        left: 92%;
    }
    
    body:not(.fe-admin-area, .pageid-532) #site-content .btn:not(#toggle-scrollup){
        font-size: 20px;
    }
    
    .auda-imgbox .auda-content .column:nth-child(2) .text-center{
        border-width: 0 1px;
        border-color: #fff;
        border-style: solid;
    }
}
    
    
@media (max-width: 767px) {
    h1, .headline-h1,
    #site-content h2:not(.text-primary),
    #site-content h2.headline-h2,
    #site-content .headline-h2,
    #site-content .h2,
    #article-blog-entry .page-headline .subheadline-h1,
    .page-headline h1, .page-headline .headline-h1{
        font-size: 22px;
    }

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

    body .fe-content p:not(.truncate){
        font-size: 14px;
        letter-spacing: normal;
        line-height: 22px;
    }
    
    .auda-padding-extra {
        padding: var(--space-m);
    }
    
    .auda-vehicleslider .img-container img{
        max-width: 245px;
    }
    
    .auda-imgbox .auda-content{
        background: #05141f;
        position: relative;
        top: 0;
        transform: inherit;
        left: 0;
        width: 100%;
        padding: 30px;
    }

    .auda-imgbox .auda-content .column:nth-child(2) .text-center{
        margin: 50px 0;
    }
    
    .auda-text-on-img .img-container .cta .btn-link{
        font-size: 16px !important;
    }
    
    .auda-text-on-img .img-container .cta{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
}

@media (max-width: 991px) {
    .auda-text-on-img .img-container,
    .auda-teaser .auda-col-pos{
        position: relative;
    }
    
    .auda-text-on-img .img-container .cta{
        position: relative;
        bottom: inherit;
        padding: 15px;
        justify-content: flex-start;
    }

    .auda-text-on-img .auda-text {
        width: 100%;
        padding: 70px 15px;
        margin-left: 0;
    }
    
    .auda-md-wrap{
        flex-wrap: wrap;
    }
    
    .auda-md-block{
        display: block;
    }
    
    .auda-md-top-30{
        margin-top: -30px;
    }
    .auda-md-column-reverse{
        flex-direction: column-reverse;
    }
    
    .auda-padding-xxl {
        padding: var(--space-m);
    }
    
    .auda-padding-lr-0{
        padding-left: 0;
        padding-right: 0;
    }
    
    .auda-padding-lr-md{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .auda-padding-y-md{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .auda-bg .auda-content{
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(10%,-50%);
    }

    .auda-bg .auda-layer-left::before,
    .auda-bg .auda-layer-right::before{
        content: "";
        background: #fff;
        height: 100%;
        width: 20%;
        position: absolute;
    }
    
    .auda-bg .auda-layer-left::before{
        left: 0;
    }
    
    .auda-bg .auda-layer-right::before{
        right: 0;
    }
}

@media (min-width: 1380px) {
   body:not(.header-menu-fixed) #header {
        padding-bottom: 10px;
    }
    
    #header .more-brand-icons {
        width: 100%;
    }
    
    #header .more-brand-icons img {
        max-height: 16px;
    }
  
    #header #logo {
        height: auto;
    }
  
  .VehicleSlider > .flex > div:first-child{
      margin-right: 100px;
    }
    
    .auda-text-on-img .auda-text .d-flex.flex-wrap.justify-content-between p{
        flex: 1 1 100%;
}

    .auda-text-on-img .auda-text .d-flex.flex-wrap.justify-content-between img{
        order: 3;
        margin-top: -50px;
    }
}

/************ 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:#fff;
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
    box-shadow: 60px 0px 130px -40px rgba(0, 0, 0, 0.25);
}

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

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

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

.audaris-widget .vehicle-card-1 .vehicle-installment-1 {    
    background:#6F6F6F !important;
}

.audaris-widget .vehicle-card-1 .vehicle-installment-1::after {
    border-color:#0000 #6F6F6F #0000 #0000 !important;
}
