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

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

.auda-mb-m {
    margin-bottom: var(--spacing-m);
}

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

.auda-shadow {
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%);
}

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

.auda-relative {
    position: relative;
}

.auda-line {
    margin: 0 auto;
    opacity: 0.3;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, #021c1e 10%, #021c1e 90%, rgb(255 255 255 / 0%) 100%);
}

.auda-card .auda-line {
    margin: 15px 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, #021c1e 10%, #021c1e 90%, rgb(255 255 255 / 0%) 100%);
}

.auda-card {
    padding: 40px;
    border: 1px solid rgb(0 0 0 / 20%);
    background: #fff;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%);
}

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

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

#site-content h2,
#site-content h2.headline-h2,
#site-content .headline-h2,
#site-content .h2 {
    font-size: 36px;
    text-transform: inherit;
    line-height: 1.3;
    font-weight: 600;
    color: #09326f;
}

.subheadline-h2 {
    color: #000;
    font-size: 21px;
    margin-bottom: 40px;
    font-weight: 100;
    line-height: 1.03;
}

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

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

.site-home #site-content {
    padding: 0;
}

.text-success{
    position: relative;
}

.text-success::after{
    position: absolute;
    content: "Sofort verfügbar";
    background: #fdfdfd;
    top: 0;
    width: 100%;
    line-height: 1.5;
    left: 0;
}

.text-xs .text-success::after{
    font-size: 11px;
    top: 1px;
}

body:not(.fe-admin-area) #site-content {
    background: linear-gradient(180deg, #fff 0%, #eee 100%);
}

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

body:not(.fe-admin-area) .form-control {
    background-color: #e3e3e3;
    border: none;
}

#header {
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    background: linear-gradient(180deg, rgb(0 0 0 / 62%) 30.8%, rgb(38 195 221 / 1%) 82.2%);
    height: inherit;
    transition: 0.3s ease-in;
    padding: 20px;
}

.header-menu-fixed #header,
.no_header #header {
    transform: translateY(0);
    background: #2b2b2b;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s ease-out;
    height: 110px;
}

#header .header-below {
    padding-top: 10px;
}

.owl-theme .owl-nav,
#section-search-switcher .nav-tabs,
#section-search-switcher .search-switcher-bottom-container,
.auda-search .audaris-widget .btn-primary .fas {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span {
    height: 19px;
    width: 19px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 13px;
    width: 13px;
    border-radius: 30px;
    border: none;
}

#section-search-switcher .tab-content {
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 40px 60px 28px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 25%);
}

.auda-search .audaris-widget .form-select {
    border-radius: 5px;
    border: 2px solid #d2d2d2;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
}

.btn,
.audaris-widget .btn {
    font-family: Poppins, sans-serif;
    border-radius: 5px;
    border-width: 2px;
    padding: 10px 22px;
    border-color: #09326f;
}

.audaris-widget .btn {
    border-color: transparent;
}

.btn-default:hover,
.audaris-widget .btn-default:hover {
    background-color: #323232;
    border-color: #323232;
}

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

.audaris-widget .btn-primary:hover {
    background-color: #146ef6 !important;
}

#footer #pre_area .btn-primary {
    background: #09326f;
    border: 1px solid #09326f;
    color: #fff;
}

#footer #pre_area .btn-link {
    color: #fff;
    border-color: transparent;
    padding: 10px 0;
}

#footer #pre_area .btn-link:hover {
    color: #146ef6;
    text-decoration: none;
}

#footer #pre_area a:hover img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(3623%) hue-rotate(210deg) brightness(100%) contrast(94%);
}

.auda-search .audaris-widget .btn-primary .bg-white {
    background: transparent !important;
    padding-left: 0;
    margin-left: 0;
    color: #fff;
}

.audaris-widget .VehicleSlider > div {
    flex-direction: column-reverse;
}

.audaris-widget .VehicleSlider .VehicleSliderNavigation {
    justify-content: center;
}

.audaris-widget .VehicleSlider .VehicleSliderNavigation .ml-auto {
    margin-left: inherit;
}

.audaris-widget .VehicleSlider .VehicleSliderNavigation .far {
    color: #fff;
    background: #09326f;
    border-radius: 30px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

#section-search-switcher[data-view='4'] .search-switcher-top-container {
    max-width: 1300px;
}

#header-slider-v2 .overlay-text-container .auda-teaser {
    height: 100%;
}

#header-slider-v2 .header-slider-subtitle {
    font-weight: 100;
}

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

.owl-theme .owl-dots {
    position: absolute;
    bottom: 90px;
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .header-slider-title {
        font-size: 24px;
    }

    .header-slider-subtitle {
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    #header-slider-v2 .overlay-text-container .auda-teaser,
    .blog-entry #header-slider-v2 .overlay-text-container {
        justify-content: flex-start;
    }

    .auda-line-sm {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, #021c1e 10%, #021c1e 90%, rgb(255 255 255 / 0%) 100%);
        margin: 15px 0;
    }

    #site-content h2,
    #site-content h2.headline-h2,
    #site-content .headline-h2,
    #site-content .h2 {
        font-size: 25px;
    }

    .subheadline-h2 {
        font-size: 18px;
        line-height: 1.4;
    }

    .auda-sm-center .subheadline-h2,
    #site-content .auda-sm-center h2,
    #site-content .auda-sm-center h2.headline-h2,
    #site-content .auda-sm-center .headline-h2,
    #site-content .auda-sm-center .h2 {
        text-align: left;
    }

    #header .header-below {
        padding-top: 5px;
    }

    #header #logo {
        padding-top: 16px;
    }

    body:not(.no_header) #header-container {
        height: 65px;
    }

    #header {
        padding: 0;
        background: #2b2b2b;
    }

    .header-menu-fixed #header,
    .no_header #header {
        height: 65px;
    }

    .no_header .breadcrumb_area {
        margin-top: -40px;
    }

    #header-slider-v2 .overlay-text::before {
        position: absolute;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        z-index: -1;
        background: linear-gradient(180deg, rgb(0 0 0 / 87%) 14.9%, rgb(0 0 0 / 71%) 30.29%, rgb(0 0 0 / 0%) 100%);
    }
}

@media (min-width: 768px) {
    #header-slider-v2 .overlay-text-container .auda-teaser {
        max-width: 40%;
    }

    #header-slider-v2 .header-slider-subtitle {
        font-size: 21px;
        line-height: 30px;
    }

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

    #header-slider-v2 {
        margin-top: -125px;
    }

    #header-slider-v2 .overlay-text {
        background: linear-gradient(90deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 0%) 100%);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #header-slider-v2 .overlay-text-container .auda-teaser {
        max-width: 60%;
    }
}

@media (min-width: 991px) {
    .auda-search .audaris-widget > div > div {
        flex-wrap: initial;
    }
}

@media (max-width: 1379px) {
    body.menu-toggled #header #primary-menu {
        left: -100%;
    }

    body.menu-toggled .backdrop-overlay {
        background: rgb(0 0 0 / 95%);
    }
}

@media (min-width: 1380px) {
    .no_header .breadcrumb_area {
        margin-top: -15px;
    }

    #header #primary-menu-container {
        padding-right: 128px;
    }
}
