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

html {
    scroll-behavior: smooth;
}

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

.auda-padding-x-large {
    padding-right:var(--space-l);
    padding-left:var(--space-l);
}

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

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

.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%
}

#header {
    display: flex;
}

#header .header-above {
    width: 25%;
}

#header .header-below {
    width: 75%;
    background: #fff;
    color: #000;
}

@media (min-width: 1380px) {
  #header-container {
    height: 70px;
  }
  
  #header #primary-menu > li > a {
    color: #000;
    height: 70px;
    line-height: 70px;
  }
  
  #header #primary-menu {
    float: right;
  }
  
  #header #icons-menu li > a {
    line-height: 70px;
  }
}

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

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

#header #primary-menu .dropdown > a {
  height: 70px;
  line-height: 70px;
}

#header #icons-menu a {
  color: #000;
  line-height: 70px;
}

@media (max-width: 1379px) {
  body.menu-toggled #header #primary-menu {
    top: 55px;
  }
  .hamburger {
      float: right;
  }
  #header-container {
      height: 55px;
  }
    
}

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

.form-group .form-control{
    box-shadow: 0px 0px 3px 2px #eaeaea;
    border-color: #0d448c;
    border-radius: 5px;
    min-height: 50px;
}

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

.bg-primary .audaris-widget .VehicleSliderNavigation {
    color: #fff;
}
.carousel-caption {
    display: none;
}

li::marker {
    color: #000;
}

.auda-img-background li::marker {
    color: #fff;
}

.price-element {
    display: flex;
    padding: 10px;
    margin: 0 auto;
}

.price-icon {
    width: 26px;
}

.price-vehicle-name {
    padding-left: 10px;
    width: 75%;
}

.price-headline {
    padding: 10px;
    background-color: #2f3e46;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
}

.price-price {
    width: 25%;
    text-align: right;
}

.white-content-squares .ge-content {
    height: 100%;
}

.white-content-squares .ge-content .auda-shadow {
    height: 100%;
}

/**** FONTS ****/
@media (min-width: 992px) {
    h1,
    .headline-h1 {
        font-size: 2em;
    }
}

h2,
.headline-h2 {
        font-size: 3em;
}

h3,
.headline-h3 {

}

body:not(.fe-admin-area) {
    font-family: "SKODANext","Arial",sans-serif;
}

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

/**** FONTS - END ****/

/**** BUTTONS ****/
body:not(.fe-admin-area) .btn-primary,
body:not(.fe-admin-area) .btn-default:hover{
    background-color: #2f3e46;
    color: #fff;
    border-radius: 8px;
    padding: 15px 20px 15px 20px;
    font-size: 18px;
    border: 2px solid #fff !important;
}

body:not(.fe-admin-area) .btn-primary:hover,
#page_sidebar .btn:hover{
    background-color: #78faae;
    color: #00271d;
}

body:not(.fe-admin-area) .btn-default {
    background-color: #fff;
    color: #00271d;
    border-radius: 8px;
    padding: 15px 20px 15px 20px;
    font-size: 18px;
    border: 2px solid #00271d;
}

.audaris-widget .bg-primary{
    background-color: #0d448c !important;
}

.audaris-widget .text-primary {
    color: #0d448c !important;
}

.audaris-widget .bg-gradient-primary {
    background-image: linear-gradient(108deg, #143d8d 50%, var(--color-tertiary, #434343) calc(50% + 1px)) !important;
}

/**** BUTTONS - END ****/

/**** MODULES ****/
.auda-round-border {
    border-radius: 14px;
}

.auda-shadow {
    box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
}

@media (min-width: 992px) {
    .module-block {
        margin: 80px 0;
    }
    .auda-werkstattservice-img img {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }
}

.auda-underline::after,
.auda-underline-white::after{
    content: '';
    position: absolute;
    transform: translate(-50%,0%);
    left: 50%;
    width: 50%;
    height: 2px;
    top: auto;
}

.auda-underline::after{
    background-color: #2f3e46;
}    
.auda-underline-white::after {
    background-color: #fff;
}


.auda-img-background {
    background-image: url('/website/themes/waschparkliebe.de/dynamic/fe/startseite/waschpark-liebe-hintergrund.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
}

.auda-gradient-background {
    background: linear-gradient(180deg, rgba(233,233,233,1) 0%, rgba(198,198,198,1) 100%);
}

@media (max-width: 991px) {
    .auda-column-reverse {
        flex-direction: column-reverse;
    }
}

/**** MODULES - END ****/

#footer #pre_area{
     background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(173,173,173,0.48361351376488093) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(173,173,173,0.48361351376488093) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(173,173,173,0.48361351376488093) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#adadad",GradientType=1);
    display: none;
}

#footer #footer_info_box ul a {
  color: #fff;
}


.auda-card{
    padding: 0 15px;
    margin-bottom: 20px !important;
    position: relative;
    top: 60px;
}

.auda-card-content{
    padding: 40px 0;
}

.auda-card-icon{
    right: 20px;
    position: absolute;
    top: -70px;
}

@media (max-width: 479px) {
    .auda-sm-no-shadow{
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .auda-sm-flex-column{
        flex-direction: column;
    }
    
    .auda-underline::after,
    .auda-underline-white::after{
        width: 90%;
    }
    
    .auda-sm-padding-top-xlarge {
        padding-top:var(--space-xl);
    }
    
    .auda-sm-order{
        order: -1;
    }
    
    .auda-card-icon img {
        height: 150px;
    }
    
    .auda-card-icon {
        right: -20px;
        top: -40px;
    }
}

@media (min-width: 768px) {
    .auda-md-padding-y-xlarge {
        padding-top:var(--space-xl);
        padding-bottom:var(--space-xl);
    }
}

@media (min-width: 768px) {
    body:not(.fe-admin-area) .Detail header .btn-primary{
        padding: calc(var(--font-size, 1rem)*.75);
        font-size: 14px;
    }
}
