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

.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-large {
    padding-top:var(--space-l);
    padding-bottom:var(--space-l);
}

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

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

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

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

.auda-relative{
    position: relative;
}

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

.breadcrumb_area {
    background-color: #f0f0f0;
}

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

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

h4{
    font-size: 18px;
    font-weight: 700
}

.tooltip{
    z-index: 1;
}

.well {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

 #site-content #section-contact-form h2.content-title{
    color: #363636;
 }

body:not(.fe-admin-area) .form-control {
    border-width: 0 0 1px 0;
    background: #e5e5e5;
    border-color: #363636;
}

#header #logo-primary-box .logo-link img{
    max-height: 45px;
}

.auda-img-block .auda-img,
.auda-img-block .auda-img-left,
.secondary-highlight{
    display: none;
}

.column img.auda-cover-object{
    object-fit: cover;
    height: 100%;
}

.auda-img-block .auda-cover-object{
    object-fit: cover;
    height: 100%;
}

.auda-card-group .auda-card {
    background:#fff;
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

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

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

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

.btn{
    text-transform: initial;
    font-size: 18px;
    padding: 7px 25px;
    font-weight: 700;
}

#page_sidebar .navbar-nav > li > a:hover,
#page_sidebar .navbar-nav > li > a[aria-expanded="true"],
#page_sidebar .navbar-nav > li.open > a,
#page_sidebar .navbar-nav li > .dropdown-menu > li a:hover{
    background: #363636;
}

#page_sidebar .navbar-nav li > .dropdown-menu > .active > a{
    color: #e20613;
}

#footer_logo_box a{
    opacity: 0;
}

#footer a:not(.btn):hover {
  color: #e20613;
}

.header-area-indi.block_directions_map_search,
#header-slider{
    border: 0;
}

#section-vehicles-home .audaris-widget .form-select {
    border-width: 0 0 1px 0;
    border-color: #000;
}

#header .navbar-right li:first-child span,
#section-vehicles-home .audaris-widget > div > div > div:first-child,
#section-vehicles-home .nav-tabs li .fa{
    display: none;
}

#section-vehicles-home .nav-tabs a{
    text-transform: inherit;
    margin: 15px 10px;
    background: #E5E5E5;
    color: #000;
    padding: 15px;
    border: none;
}

#section-vehicles-home .vehicle_quicksearch_bereich_icons .nav-tabs > li.active a{
    background:#363636;
    color: #fff;
}

#section-vehicles-home .audaris-widget > div > div > .xs\:w-1\/2{
    width: 100%;
}

#section-vehicles-home .audaris-widget .form-select{
    position: relative;
    background-image: none;
}

#section-vehicles-home .audaris-widget .form-select::before{
    content: "\f107";
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    font-family: fontAwesome;
    text-align: center;
      color: #000;
}

#section-vehicles-home .audaris-widget .fa-search{
    position: absolute;
    right: 0;
    top: 0;
}

#section-vehicles-home .audaris-widget .fa-search::before{
    position: absolute;
    background: linear-gradient(180deg, #1D70B8 0%, #312783 100%);
    color: #fff;
    transition: .3s all;
    top: 5px;
    right: 20px;
    padding: 18px;
    width: auto;
}

#section-vehicles-home .audaris-widget .btn-primary {
    background: #E5E5E5;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}

.btn-primary:hover,
.auda-btn-primary a:hover .fa,
#section-vehicles-home .audaris-widget .btn-primary:hover .fa-search::before{
    background:#e30613;
}

#section-vehicles-home .audaris-widget .btn-primary span {
    background: transparent !important;
    margin-left: 0;
    padding: 0;
    color: #000;
}

#section-vehicles-home .audaris-widget > div > div > div:last-child {
    position: relative;
}

.btn-primary{
    background: linear-gradient(180deg, #1D70B8 0%, #312783 100%);
 /*   border: 3px solid transparent;
    border-image: linear-gradient(180deg, #1D70B8 0%, #312783 100%);
    border-image-slice: 1; 
*/
}
.btn-primary:hover{
    border-image-slice: 0;
}
.btn-default{
    border: 3px solid #312783;
    background: #FFF;
}

.btn-default:hover{
    border-color: #e30613;
    background: transparent;
    color: #000;
}

.auda-accordion .panel-title a {
    display:block;
    font-size: 18px;
    padding:15px 55px 15px 35px;
    position:relative;
}

.auda-accordion .panel-title a::after {
    content:"\f078";
    font-family:fontAwesome;
    padding:15px;
    background:linear-gradient(180deg, #1D70B8 0%, #312783 100%);
    height: 100%;
    display: flex;
    align-items: center;
    position:absolute;
    right:0;
    top:0;
    color: #fff;
    border: 4px solid #fff;
    transition: 0.3s all;
}

.auda-accordion .panel-title a.collapsed::after{
    transition: 0.3s all;
    transform: rotate(180deg);
}

.auda-accordion .panel-title a,
.auda-accordion .panel-body {
    background:#fff;
    color:#2b2b2b;
}

.auda-accordion .panel-body {
    margin-top: 6px;
}

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

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

.navbar-top ul{
    align-items: center;
}

#header-slider .item{
    padding-bottom: 34%;
}

.auda-btn-primary a {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #000;
    font-size: 18px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    transition: .3s all;
}

.auda-btn-primary .fa {
    padding: 8px 15px;
    position: relative;
    background: linear-gradient(180deg, #1D70B8 0%, #312783 100%);
    color: #fff;
    left: 14px;
}

.auda-black-card .auda-btn-primary a,
#section-service-brands-ajax{
    background: #fff;
}

.auda-black-card{
    background: #363636;
    color: #fff;
}

.nav-area-lines .navbar-nav .dropdown > a::after{
    right: 20px;
}

@media (max-width: 991px) {    
    .auda-order{
        order: 2;
    }
    
    .auda-padding-extra,
    .auda-padding-large{
        padding: var(--space-m);
    }
    
    #section-vehicles-home .nav-tabs a{
        margin: 15px 0;
    }
     .header-area-indi .highlight-search {
        border-bottom: 10px solid #D9D9D9;
    }
}

@media (min-width: 992px) and (max-width: 1699px) {
    .header-area-indi.block_directions_map_search .search-left-area > .highlight-search {
        border-right: none;
        width: 100%;
    }
    
    .auda-img-block .auda-black-card.auda-padding-extra{
        padding: var(--space-l);
    }
}

@media (max-width: 1379px) {
    #header #logo-primary-box .logo-link img {
        max-height: 25px;
    }
}

@media (min-width: 1380px) {
    #header-container{
        height: 85px;
    }
  
    .nav-area-lines li{
        height: 100px;
    }
    
    .nav-area-lines .navbar-nav .dropdown > a{
        font-size: 20px;
        padding: 0 40px 0 23px;  
    }

    #primary-menu-container li.active > a,
    .nav-area-lines a.active,
    .nav-area-lines li:hover > a,
    .nav-area-lines li:focus > a,
    .nav-area-lines li.open > a,
    .nav-area-lines .navbar-nav > .dropdown > a:hover,
    .nav-area-lines .dropdown .dropdown-menu li a:hover,
    .nav-area-lines .dropdown .dropdown-menu li a:focus{
        background: linear-gradient(180deg, #1D70B8 0%, #312783 100%) !important;
        color: #fff;
    }
    
    .nav-area-lines li:hover,
    .nav-area-lines li:focus,
    .nav-area-lines li.open{
        line-height: 80px;
    }
    
    .nav-area-lines .dropdown .dropdown-menu li:hover {
        padding-left: 0;
    }
  
    #header{
        display: flex;
        align-items: center;
        height: 85px;
        padding: 0 30px;
        background: #fff !important;
    }
  
    #header .top-area{
        order: 1;
    }
  
  .nav-area-lines{
        width: auto;
        position: relative;
        margin-left: auto;
        top: 0;
    }
    
}

@media (min-width: 991px) {
    .auda-img-block .auda-img{
        display: flex;
        position: absolute;
        bottom: -10%;
        left: -10%;
        z-index: -1;
    }
    
    .auda-img-block .auda-cover-object{
        padding-bottom: 30px;
    }

    .auda-img-block .auda-img-right,
    .auda-img-block .auda-img-left{
        transform: translate(80%, -10%);
    }
    
    /*.auda-img-block .auda-img-left{
        transform: translate(110%, -10%);
    }
    */
    .auda-img-block .auda-index-offset{
        z-index: -2;
    }
    
    body:not(.site-home) #header-slider,
    body:not(.site-home):not(.blog-entry):not(.location-landingpage) #header-slider .item,
    body:not(.site-home):not(.blog-entry):not(.location-landingpage) #header-slider .fill{
        height: 500px;
    }
    
    .headline-h1, h1,
    #site-content h2, #site-content h2.headline-h2, #site-content .headline-h2, #site-content .h2{
        font-size: 50px;
    }
    
    h3,
    .headline-h3{
        font-size: 40px;
    }
    
    h4{
        font-size: 30px;
    }

    #section-vehicles-home .audaris-widget .btn-primary {
        margin-left: auto;
        max-width: 60%;
    }
    
    .vehicle_quicksearch_bereich_icons .tab-content {
        padding: 15px 45px;
    }
    
    .auda-card-group .column {
        margin-bottom:0;
    }
}

@media (min-width: 1699px) {
    .site-home .header-area-indi.block_directions_map_search .search-left-area {
        position: absolute;
        left: 6%;
        top: 17%;
        z-index: 9;
        border-right: none;
  }
  
    .secondary-highlight {
        border-top: 3px solid #0d448c;
  }
}
