: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-h-100 {
    height:100%
}

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

.tooltip{
    z-index: 1;
}

.d-none {
    display: none;
}

#section-testimonials-form .link-default{
    text-decoration: underline;
}

.d-flex .ge-content .rsbox, .d-flex .ge-content {
    height: 100%;
}

.row-gap-20 {
    row-gap: 20px;
}

@media (min-width: 992px) {
    .desktop-margin-top-50 {
        margin-top: 50px;   
    }
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

h1, .headline-h1, .h1, h2, .headline-h2, .h2, h3, .headline-h3, .h3 {
    font-family: "Kanit", sans-serif;
}

h1, .headline-h1, .h1 {
    font-size: 41px;
    font-style: italic;
    font-weight: 400;
}

h2, .headline-h2, .h2 {
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
}

h3, .headline-h3, .h3 {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}

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

.subheadline-h1 {
    font-size: 15px;
    font-style: italic;
    margin-top: -15px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
}

.subheadline-h2 {
  color: #101828;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0px;
}

@media (max-width: 767px) {
    h1, .headline-h1, .h1 {
        font-size: 25px;
        font-style: italic;
        font-weight: 400;
    }
    
    h2, .headline-h2, .h2 {
        font-size: 17px;
        font-style: italic;
        font-weight: 400;
    }
    
    h3, .headline-h3, .h3 {
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
    }
    
    body {
        font-size: 14px;
    }
}

body:not(.fe-admin-area) .btn {
    margin: 10px 0px;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 15px;
    font-style: italic;
    border-width: 1px;
}

.btn-primary, #footer #pre_area .btn-primary {
    color: #000;
    background: #9CCAF4;
    border-color: #9CCAF4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover {
  background: #fff;
  border-color: #9CCAF4;
  color: #000;
}

.btn-primary.active {
    background: #101828;
    color: #fff;
    border-color: #101828;
}

#footer #pre_area .btn-primary:hover {
    background: transparent;
    color: #fff;
    border-color: #9CCAF4;
}

.btn-default {
  background-color: #fff;
  border-color: #9CCAF4 !important;
  color: #000;
}

.btn-default:hover, .btn-default.active {
  background-color: #9CCAF4;
  border-color: #9CCAF4;
  color: #000;
}

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

#header-slider-v2 img {
    /*height: 800px;*/
    width: 100vw;
    object-fit: cover;
    object-position: center;
}

#header-slider-v2 .overlay-text {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100vw;
    top: 650px;
    color: #fff;
    z-index: 2;
}

#header-slider-v2 .overlay-text .emissionswerte {
    font-size: 12px;
    margin-top: 70px;
    color: rgba(255,255,255,0.5);
}

#header-slider-v2 .slider-footer {
    background: none;
    color: rgba(255,255,255,0.4);
    position: absolute;
    margin-top: -20px;
    z-index: 2;
    width: calc(100% - 72px);
    text-align: center;
}

@media (min-width: 992px) {
  #header-container {
    height: 110px;
  }
  
  #header #logo {
    height: 110px;
    justify-content: center;
    width: 100vw;
    align-items: end;
    position: absolute;
    left: -35px;
  }
  
  body:not(.site-home) #header #logo {
    height: 110px;
    justify-content: center;
    width: 100vw;
    align-items: center;
    position: absolute;
    left: -35px;
  }
  
  body.blog-entry #header #logo {
    height: 110px;
    justify-content: center;
    width: 100vw;
    align-items: center;
    position: absolute;
    left: -35px;
  }
  
  #header #logo img {
    max-height: 70px;
  }
  
  #header #header-right {
    align-items: flex-start;
    height: 110px;
    padding: 0px 125px;
    padding-top: 40px;
  }
}

#header {
    background: transparent;
    box-shadow: none;
}

body:not(.site-home) #header {
    background: #000;
}

body.blog-entry #header {
    background: #000;
}

#header::after {
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
    bottom: 0px;
    position: absolute;
}

#header-slider-v2 .overlay-text .headline-h1 {
    color: #fff !important;
}

#header-container::before, #header-slider-container::before {
    content: "";
    height: 200px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 13.7%, rgba(13, 13, 13, 0.71) 50.96%, rgba(25, 25, 25, 0.54) 60.58%, rgba(50, 50, 50, 0.27) 80.77%, rgba(102, 102, 102, 0.00) 100%);
    display: block;
    position: absolute;
}

body:not(.site-home) #header-container::before, body.blog-entry #header-container::before,
.audaris-widget article [itemprop="price"]:not(.leading-none) ~ div{
    display: none;
}

.buttons-below-header {
    background: #000;
    padding: 50px 0px;
}

.buttons-below-header .row {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

#site-content {
    padding: 0px;
    background: linear-gradient(180deg, #E3E3E3 0%, #FFF 50%);
}

body:not(.site-home) #site-content {
    background: #fff;
}

body.blog-entry #site-content {
    background: #fff;
}

@media (min-width: 768px) {
  .site-home:not(.no_header) #site-content > #section-search-switcher {
    margin-top: 0px !important;
  }
}

#section-search-switcher .audaris-widget .form-select {
    border-radius: 50px;
    border-color: #101828;
    border: 2px solid #101828;
    padding: 12px 18px;
    font-family: "Kanit", sans-serif;
    font-style: italic;
}

#section-search-switcher .audaris-widget .h-10 {
    height: auto;
}

#section-search-switcher .search-switcher-top-container {
    border-radius: 0;
    box-shadow: none;
}

#sss-search .audaris-widget .btn-primary {
  background-color: #9CCAF4;
}

#section-search-switcher [aria-controls="sss-search"]::before {
    content: "\f002";
    font-family: FontAwesome;
    color: #000;
    background: #9CCAF4;
    border-radius: 12px;
    padding: 14px;
    margin-right: 15px;
    font-weight: 400;
    font-style: normal;
}

#section-search-switcher [aria-controls="sss-search"] {
    text-align: left;
}

.info-below-subheadline {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-top: 20px;
}

.info-below-subheadline .content-ibsh {
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: #101828;
    font-style: italic;
}

.info-below-subheadline .content-ibsh img {
    margin-right: 6px;
    height: 15px;
    width: auto;
}

.rsbox .box-tophalf img {
    height: 224px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.rsbox {
    border-radius: 24px;
    background: #fff;
    transition: 0.3s;
}

.rsbox .box-bottomhalf {
    padding: 30px 24px;
}

.rsbox .box-bottomhalf h2 {
    color: #0A0A0A;
    font-size: 30px;
    margin-bottom: 0;
}

.rsbox .box-bottomhalf p {
    color: #4A5565;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.rsbox:hover {
    box-shadow: 0 4px 43.9px 0 rgba(0, 0, 0, 0.25);
}

.rsbox .box-tophalf.werkstatt-icn::before {
    content: "\f0ad";
    font-family: FontAwesome;
    font-size: 25px;
    padding: 12px 18px;
    background: linear-gradient(180deg, #CFE8FF 2.98%, var(--Primary, #9CCAF4) 33.38%, #8CC8FF 87.61%);
    border-radius: 16px;
    position: absolute;
    margin-top: 150px;
    margin-left: 15px;
}

.rsbox .box-tophalf.termin-icn::before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 25px;
    padding: 12px 18px;
    background: linear-gradient(180deg, #CFE8FF 2.98%, var(--Primary, #9CCAF4) 33.38%, #8CC8FF 87.61%);
    border-radius: 16px;
    position: absolute;
    margin-top: 150px;
    margin-left: 15px;
}

.rsbox .box-tophalf.farbe-icn::before {
    content: "\f1fc";
    font-family: FontAwesome;
    font-size: 25px;
    padding: 12px 18px;
    background: linear-gradient(180deg, #CFE8FF 2.98%, var(--Primary, #9CCAF4) 33.38%, #8CC8FF 87.61%);
    border-radius: 16px;
    position: absolute;
    margin-top: 150px;
    margin-left: 15px;
}

#footer {
  color: #fff;
  background: linear-gradient(135deg, #101828 0%, #1E2939 50%, #101828 100%);
}

#footer #footer_info_box ul a {
  padding: 0 18px;
  color: #fff;
  font-weight: 600;
}

#footer #after_area {
  text-align: left;
}

#footer #after_area p {
    margin: 0;
    font-size: 10px;
}

.footer_copy_menu {
    margin-top: 20px;
}

#footer #pre_area {
  background: transparent;
}

#side-nav[data-sub-theme="2"] .sidebar-container {
  background: #fff;
  color: #000;
}

#side-nav[data-sub-theme="2"] .hamburger {
  background: #fff;
  color: #000;
}

#side-nav[data-sub-theme="2"] .hamburger .hamburger-inner, #side-nav[data-sub-theme="2"] .hamburger .hamburger-inner::before, #side-nav[data-sub-theme="2"] .hamburger .hamburger-inner::after {
  background-color: #000;
}

#side-nav[data-sub-theme="2"] .hamburger::after {
  display: none;
  border: none;
}

#side-nav[data-sub-theme="2"] #sidebar-secondary-menu li > a, #side-nav[data-sub-theme="2"] #sidebar-third-menu li > a {
  background: #fff;
  color: #000;
}

#side-nav[data-sub-theme="2"] #sidebar-secondary-menu b::after, #side-nav[data-sub-theme="2"] #sidebar-third-menu b::after,
.showroom .audaris-widget #inquireForm > div.bg-gray-100{
  display: none;
}

#side-nav[data-sub-theme="2"] #sidebar-secondary-menu b, #side-nav[data-sub-theme="2"] #sidebar-third-menu b {
  background: linear-gradient(135deg, #101828 0%, #1E2939 50%, #101828 100%);
}

#side-nav[data-sub-theme="2"] .hamburger:hover .hamburger-inner, #side-nav[data-sub-theme="2"] .hamburger:hover .hamburger-inner::before, #side-nav[data-sub-theme="2"] .hamburger:hover .hamburger-inner::after, #side-nav[data-sub-theme="2"] .hamburger.is-active:hover .hamburger-inner, #side-nav[data-sub-theme="2"] .hamburger.is-active:hover .hamburger-inner::before, #side-nav[data-sub-theme="2"] .hamburger.is-active:hover .hamburger-inner::after {
  background-color: #000;
}

#side-nav[data-sub-theme="2"] .hamburger.is-active .hamburger-inner, #side-nav[data-sub-theme="2"] .hamburger.is-active .hamburger-inner::before, #side-nav[data-sub-theme="2"] .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

#side-nav #sidebar-third-menu li:last-child {
    display: none;
}

.footer-nav-headline, .footer-nav, .fortuna-button {
    font-family: Arial;
}

.footer-nav-headline {
    font-size: 16px;
}

.footer-nav {
    list-style: none;
    padding-left: 0;
    color: #E5E7EB;
    font-size: 14px;
    margin-top: 20px;
}

.footer-nav li a {
    color: #E5E7EB;
}

.footer-nav li {
    margin-bottom: 12px;
}

.footer-social-icons a {
    padding: 10px;
    background: rgba(255, 255, 255, 0.10);
    border: 2px solid rgba(255, 255, 255, 0.30);
    border-radius: 50px;
}

.footer-social-icons img {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

.footer-social-icons {
    margin-top: 22px;
}

.footer-social-button {
    margin-top: 40px;
}

.footer-social-button .fortuna-button {
    padding: 9px 17px;
    background: rgba(255, 255, 255, 0.10);
    border: 2px solid rgba(255, 255, 255, 0.30);
    border-radius: 50px;
}

.footer-social-button .fortuna-button {
    color: #D1D5DC;
}

.footer-social-button .fortuna-button:hover {
    text-decoration: none !important;  
}

#footer h3 {
    color: #fff;
}

#pre_area .row {
    margin-bottom: 100px;
}

#pre_area .row:last-child {
    margin-bottom: 0;
}

#pre_area .footer-standort-container {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 27px;
}

#pre_area .footer-standort-container .standort-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 27px 27px 0px 0px;
}

.footer-standort-content {
    padding: 50px;
}

.footer-standort-content h3 {
    color: #9CCAF4 !important;
    line-height: 25px;
}

.footer-standort-adressdaten {
    display: flex;
    column-gap: 100px;
}

.footer-standort-adressdaten-phone, .footer-standort-adressdaten-fax, .footer-standort-adressdaten-mail {
    color: #fff !important;
}

.footer-standort-adressdaten-right {
    display: flex;
    flex-direction: column;
}

.footer-standort-adressdaten-phone::before, .footer-standort-adressdaten-fax::before, .footer-standort-adressdaten-mail::before {
    font-family: FontAwesome;
    color: #9CCAF4;
    padding-right: 10px;
}

.footer-standort-adressdaten-phone::before {
    content: "\f095";
}

.footer-standort-adressdaten-fax::before {
    content: "\f1ac";    
}

.footer-standort-adressdaten-mail::before {
    content: "\f0e0";
}

#pre_area .panel {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#pre_area .panel-default > .panel-heading {
  color: #9CCAF4;
  background-color: transparent;
  border-color: none;
  border-radius: 0px;
}

#pre_area .panel-title > a {
  color: #9CCAF4;
  font-size: 18px;
}

#pre_area .panel-title > a:hover {
    text-decoration: none;
}

#pre_area .panel-heading .panel-title a {
  padding: 20px 25px;
  width: 100%;
  z-index: 2;
}

#pre_area .panel-heading {
    padding: 0;
}

#pre_area .panel-title::after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 18px;
    color: #9ccaf4;
    font-style: normal;
    padding: 20px 25px;
    position: absolute;
    right: 65px;
    transition: 0.3s;
}

#pre_area .panel-title:has(.collapsed)::after {
    transform: scaleY(-1);
}

#pre_area .panel-title {
    display: flex;
    justify-content: space-between;
}

.parallax-content {
    background: rgba(16, 24, 40, 0.9);
    color: #fff;
    flex-direction: column;
}

.parallax-content h2 {
    color: #fff !important;
}

.parallax-content p {
    text-align: center;
}

.parallax-content .windschutzscheiben-icon {
    height: 60px;
    margin-bottom: 20px;
}

.parallax-subheadline {
    margin-bottom: 20px;
}

.parallax-subheadline-separation {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 50%, rgba(255, 255, 255, 0.00) 100%);
    height: 1px;
    width: 100%;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.parallax-content .info-below-subheadline .content-ibsh {
    color: #fff;
}

.dark-bg {
    background: #101828;
    color: #FAFAFA;
}

.dark-bg h2 {
    color: #FAFAFA !important;
    margin-top: 50px;
}

.dark-bg .subheadline-h2 {
    color: #FAFAFA !important;
    margin-bottom: 50px;
}

#infomanager-content .picture-row img {
    max-width: none;
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 40px 40px 0px 0px;
}

[data-container="infomanager"].infomanager-view-6 article {
  border: none;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row {
  padding: 40px;
  border-radius: 0px 0px 40px 40px;
  transition: 0.3s;
  background: #101828;
}

[data-container="infomanager"].infomanager-view-6.dark-bg .gallery-item:hover .info-row {
    background: rgba(255, 255, 255, 0.07);
}

[data-container="infomanager"].infomanager-view-6 .im-headline .text-truncate:first-child {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  font-family: Kanit, sans-serif;
  font-style: italic;
}

[data-container="infomanager"].infomanager-view-6 .im-headline .text-truncate:last-child {
    color: #fafafa;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3px;
}

[data-container="infomanager"].infomanager-view-6 .fa-chevron-circle-right {
    display: none;
}

[data-container="infomanager"].infomanager-view-6 .im-headline .text-truncate:last-child::after {
    content: "Jetzt lesen →";
    position: absolute;
    left: 40px;
    margin-top: 20px;
    font-style: italic;
    font-family: Kanit;
    text-decoration: underline;
    font-size: 14px;
}

[data-container="infomanager"].infomanager-view-6.leasing-kachel article {
  border: none;
}

[data-container="infomanager"].infomanager-view-6.leasing-kachel .gallery-item .info-row {
  padding: 40px;
  border-radius: 0px 0px 40px 40px;
  transition: 0.3s;
  background: #101828;
}

[data-container="infomanager"].infomanager-view-6.leasing-kachel .gallery-item .info-row a {
    width: 50%;
}

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

[data-container="infomanager"].infomanager-view-6.leasing-kachel article {
  display: block;
}

[data-container="infomanager"].infomanager-view-6.leasing-kachel .gallery-item:hover .info-row {
    background: #101828;
}

[data-container="infomanager"].infomanager-view-6.leasing-kachel .im-headline .text-truncate:first-child {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  font-family: Kanit, sans-serif;
  font-style: italic;
}

[data-container="infomanager"].infomanager-view-6.leasing-kachel .im-headline .text-truncate:last-child {
    color: #fafafa;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3px;
}

[data-container="infomanager"].infomanager-view-6.leasing-kachel .fa-chevron-circle-right {
    display: none;
}

[data-container="infomanager"].infomanager-view-6.leasing-kachel .im-headline .text-truncate:last-child::after {
    display: none;
}

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

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-slider-entry .entry-img {
  padding-bottom: 300px;
  border-radius: 40px 40px 0px 0px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-slider-entry .entry-img-area {
  border-radius: 40px 40px 0px 0px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline {
  color: #fafafa;
  font-size: 15px;
  padding: 40px;
  text-align: left;
  background: transparent;
  line-height: 24px;
  letter-spacing: 0.3px;
  border-radius: 0px 0px 40px 40px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline strong {
    font-family: Kanit;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

[data-container="infomanager"].infomanager-view-3 .section-im-slider-container {
  margin: 60px 0px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline span::after {
    content: "Jetzt lesen";
    position: absolute;
    left: 40px;
    margin-top: 20px;
    font-style: italic;
    font-family: Kanit;
    text-decoration: underline;
    font-size: 14px;    
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-slider-entry:hover .im-headline {
    background: rgba(255, 255, 255, 0.07);
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-slider-entry .im-headline {
    transition: 0.3s;
}

.dark-bg .owl-theme .owl-nav button.owl-prev::after, .dark-bg .owl-theme .owl-nav button.owl-next::after {
  color: #fff;
}

.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
  background: transparent;
  top: -25px;
}

.rs-rounded-img {
    height: 384px;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.blog-post .rs-smallbox > div {
    margin: 0 auto;    
}

.rs-smallbox {
    padding: 15px;
    border-radius: 28px;
    background: #fafafa;
    border: 1px solid #101828;
}

.rs-smallbox .smallbox-headline {
    color: #0A0A0A;
    font-family: Kanit;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.rs-smallbox .smallbox-text {
    color: #4A5565;
    font-family: Kanit;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 10px;
}

.rs-smallbox .smallbox-button {
    color: #003478;
    font-family: Kanit;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}

.rs-smallbox {
    display: flex;
}

.rs-smallbox .smallbox-left {
    margin-right: 20px;
}

.rs-smallbox .smallbox-left img {
    height: 44px;
    width: 44px;
    background: #9CCAF4;
    padding: 12px;
    border-radius: 12px;
    object-fit: contain;
}

.panel-default > .panel-heading {
  color: #101828;
  background-color: #fff;
  border-color: #d1d5dc;
  border-radius: 28px;
}

[data-container="accordeon"] .panel-heading a {
  padding: 20px 35px 20px 25px;
  font-size: 15px;
  font-weight: 600;
}

.panel-body {
  padding: 25px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.panel-group .panel {
  margin-bottom: 20px;
  border-radius: 28px;
}

[data-container="accordeon"] .panel-heading a::after {
  right: 26px;
}

#section-search-switcher .tab-content {
  border-radius: 0 0 28px 28px;
  border: 1px solid #9CCAF4;
  border-top: none;
}

#section-search-switcher .nav-tabs {
  border: 1px solid #9CCAF4;
  border-bottom: none;
  border-radius: 28px 28px 0px 0px;
}

#section-search-switcher .nav-tabs > li > a {
  border-radius: 28px 28px 0 0;
  font-style: italic;
  font-weight: 600;
  padding-top: 20px;
}

#sss-search .audaris-widget .fa-search {
  display: none;
}

#sss-search .audaris-widget .text-primary {
  color: #000;
}

#sss-search .btn .bg-white {
  background-color: transparent !important;
}

#sss-search .btn {
  margin: 0px;
  color: #000;
}

#sss-search .audaris-widget .min-width-992px .lg\:w-1\/5 {
  width: 17%;
}

#sss-search .audaris-widget .min-width-992px .lg\:w-2\/5 {
  width: 33%;
}

#sss-search .audaris-widget .px-2 {
  padding-left: 0;
  padding-right: 0;
}

#pre_area [data-container="accordeon"] .container {
    padding: 0;
}

[data-container="kachel-modul"] .d-flex {
  gap: 25px
}

[data-container="kachel-modul"] .tiles-col-1 a:last-child, [data-container="kachel-modul"] .tiles-col-2 a:first-child {
  width: 33%;
  height: 468px;
  background-position: center center;
  border-radius: 28px;
}

[data-container="kachel-modul"] .tiles-col-1 a:first-child, [data-container="kachel-modul"] .tiles-col-2 a:last-child {
  width: 70%;
  background-position: center center;
  border-radius: 28px;
}

[data-container="kachel-modul"] .tiles-col-1 {
    margin-bottom: 25px;
}

[data-container="kachel-modul"] .tiles-col-1 a::before, [data-container="kachel-modul"] .tiles-col-2 a::before {
    content: "";
    opacity: 0.6;
    background: #101828;
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    border-radius: 28px;
}

[data-container="kachel-modul"] .tile-img-text-container {
    position: relative;
    top: -100%;
    left: 0px;
    z-index: 2;
    margin-top: 30px;
    margin-left: 50px;
}

[data-container="kachel-modul"] .tile-img-text-container .h3 {
    color: #fff;
    font-family: Kanit;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
}

[data-container="kachel-modul"] .tile-img-text-container .tile-img-text {
    color: #fff;
}

.buttons-below-header::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 13.7%, rgba(13, 13, 13, 0.71) 41.44%, rgba(25, 25, 25, 0.54) 58.56%, rgba(50, 50, 50, 0.27) 78.33%, rgba(102, 102, 102, 0.00) 100%);
    width: 100%;
    height: 256px;
    position: absolute;
    margin-top: -300px;
}

[aria-label="Kontaktmenü"] {
    display: none;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"].leasing-kachel .im-slider-entry {
  background: #101828;
  border-radius: 40px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"].leasing-kachel .im-slider-entry:hover .im-headline {
  background: none;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"].leasing-kachel .im-slider-entry .co2-info {
  color: #fff;
  padding: 20px;
}

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

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"].leasing-kachel .im-headline span::after{
  display: none;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .co2-info,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .co2-info{
  background: #101828;
  color: #fff;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel [data-container="infomanager-content"] .img-overlay,
[data-container="infomanager"].infomanager-view-5.leasing-kachel [data-container="infomanager-content"] .img-overlay{
    padding-bottom: 60%;
}

.auda-offer[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel [data-container="infomanager-content"] .im-slider-entry,
.auda-offer[data-container="infomanager"].infomanager-view-5.leasing-kachel [data-container="infomanager-content"] .im-slider-entry{
    height: 100%;
    display: flex;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .im-slider-entry a,
[data-container="infomanager"].infomanager-view-5 article a{
    border-radius: 30px;
    background: transparent;
    box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.31);
    margin: 10px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .img-overlay-info,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .img-overlay-info{
    position: relative;
    background: #101828;
    padding: 0;
    border-radius: 0 0 30px 30px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .img-overlay-info .co2-info,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .img-overlay-info .co2-info{
    background: transparent;
    color: #fff;
    font-size: 10px;
    padding: 10px;
    margin-top: 10px;
    position: relative;
    line-height: normal;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .img-overlay-info .co2-info::after,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .img-overlay-info .co2-info::after{
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 96%);
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .im-slider-entry a::before,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .im-slider-entry a::before{
    background: transparent;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .price-info,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .price-info{
    order: 3;
    position: absolute;
    right: 0px;
    top: -38px;
    padding: 5px 15px 5px 0px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .price-info .price-angebot,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .price-info .price-angebot{
    font-size: 28px;
    text-shadow: none;
    color: #fff;
    padding-left: 6px;
    filter: drop-shadow(0px 0px 3px #000);
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .price-info .price-mtl,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .price-info .price-mtl{
    font-size: 0.75rem;
    color: #fff;
    filter: drop-shadow(0px 0px 3px #000);
    text-align: left;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .price-info > .price-mtl,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .price-info > .price-mtl{
    position: absolute;
    top: 50%;
    left: -40px;
    color: #fff;
    filter: drop-shadow(0px 0px 3px #000);
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .im-headline,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .im-headline{
    font-style: italic;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    background: #9ccaf4;
    margin-top: 0;
    padding: 5px 15px 5px 15px;
    color: #000;
    font-style: normal;
    font-size: 18px;
    overflow: unset;
    white-space: wrap;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .im-slider-entry .h4,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .im-slider-entry .h4{
    font-weight: inherit;
    font-style: italic;
}

.auda-offer[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .im-slider-entry .h4,
.auda-offer[data-container="infomanager"].infomanager-view-5.leasing-kachel .im-slider-entry .h4{
    margin-top: 0;
      margin-bottom: 0;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .img-overlay-extra-info .btn,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .img-overlay-extra-info .btn{
    display: none;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .img-overlay-info .img-overlay-extra-info,
[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .im-slider-entry a:hover .price-info,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .img-overlay-info .img-overlay-extra-info,
[data-container="infomanager"].infomanager-view-5.leasing-kachel .im-slider-entry a:hover .price-info{
    display: block;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].auda-offer.leasing-kachel .im-headline{
    width: 50%;
    white-space: inherit;
}

[data-container="infomanager"].infomanager-view-5 article a::before {
    background: transparent;
}

[data-container="infomanager"].infomanager-view-5 article a {
  border-radius: 28px;
}

[data-container="infomanager"].infomanager-view-5 article a:hover .price-info {
  display: block;
}

[data-container="infomanager-content"] .img-overlay-info-top .clearfix {
    position: absolute;
    top: -270px;
    left: 15px;
}

[data-container="infomanager"].infomanager-view-5 .im-headline.text-truncate {
    text-overflow: unset;
    white-space: wrap;
}

[data-container="infomanager"] #infomanager-filters > div {
  gap: 15px;
}

[data-container="infomanager"].infomanager-view-5 .img-overlay-info > div {
  padding: 0;
}

[data-container="infomanager"].infomanager-view-5.leasing-kachel .im-subheadline {
  padding: 0px 15px;
  overflow: unset;
  text-overflow: unset;
  white-space: wrap;
}

[data-container="infomanager"].leasing-kachel .price-group {
  display: flex;
  flex-direction: row;
}

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

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .img-overlay-info .img-overlay-extra-info {
    padding: 0px 10px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="2"].leasing-kachel .im-slider-entry .h4 {
    font-style: normal;
    overflow: unset;
    white-space: wrap;
}

.leasing-kachel #infomanager-filters [name="location_id"] {
    display: none;
}

.technologien-headline {
    text-transform: uppercase;
    font-size: 24px;
    padding: 6px 0px;
    border-bottom: 2px solid #101828;
}

.servicebox-content {
    padding: 20px;
    background: #101828;
    color: #fff;
    border-radius: 0px 0px 28px 28px;
    height: 200px;
}

.mietkosten-banner {
    display: flex;
    padding: 5px 20px;
    background: #9CCAF4;
    align-items: center;
}

.mietkosten-banner .mietpreis {
    font-weight: 600;
    font-size: 28px;
    margin-right: 10px;
}

.zubehoervermietung .servicebox-content {
    min-height: 300px;
    height: auto;
}

.kautionsinfo {
    font-size: 10px;
}

.zubehoervermietung .servicebox-content .btn {
  position: inherit;
}

.zubehoervermietung .panel {
  background-color: transparent;
  box-shadow: none;
}

.zubehoervermietung .panel ul {
    padding-left: 0px;
}

.zubehoervermietung .panel ul li {
    margin-bottom: 10px;
}

.zubehoervermietung .panel-default {
  border-color: #9ccaf4;
}

.zubehoervermietung .panel-default > .panel-heading {
  background-color: transparent;
}

.zubehoervermietung .panel-title > a {
  color: #fff;
}

.servicebox img {
    border-radius: 28px 28px 0px 0px;
}

.servicebox .servicebox-headline {
    font-size: 30px;
    font-weight: bold;
}

.servicebox {
    margin-bottom: 50px;
    padding: 0px 20px;
    height: 100%;
}

.servicebox-content .btn {
    position: absolute;
    bottom: 68px;
}

.nutzfahrzeugumbau img {
    width: 100%;
    height: 350px;
}

.nutzfahrzeugumbau .container > .row {
    margin-bottom: 100px;
}

.service-overview .column {
  transition: 
    opacity 0.3s ease,
    max-height 0.3s cubic-bezier(.4,0,.2,1),
    margin 0.3s;
  overflow: hidden;
  max-height: 1000px;
  opacity: 1;
  margin-bottom: 16px;
}

.service-overview .column.is-hidden {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.module-block.showroom .audaris-widget .dynamic-detail.font-mulish.route-detail .audaris-hidden.xl:block.shadow-xl.sticky.bg-white {
    top: 0px !important;
}

.service-content-oelwechsel, .service-content-saisonal, .service-content-huau, .service-content-reifeneinlagerung, .service-content-klimaservice, .service-content-24h---abgabe-service, .service-content-ford-video-check, .service-content-mietwagen, .service-content-montage-von-zubehör-und-ersatzteilen, .service-content-scheibenreparatur-scheibentausch, .service-content-uvv, .service-content-ford-express-service, .service-content-fahrzeug-tuning { 
    display: none;
}


@media (max-width: 992px) {
    #pre_area .row:last-child .column .row .column {
        margin-bottom: 30px;
    }
    
    #pre_area .row:last-child .column:first-child {
        margin-bottom: 50px;
    }
    
    [aria-label="Kontaktmenü"] {
        display: none;
    }
    
    .footer-standort-content {
      padding: 20px;
    }
    
    .rs-smallbox {
      width: fit-content;
      margin: 0 auto 20px;
    }
    
    .blog-post .rs-smallbox {
        width: auto;
    }
    
    #header-slider-v2 .overlay-text {
      top: 550px;
    }
    
    .info-below-subheadline {
      flex-direction: column;
      row-gap: 20px;
      margin-bottom: 20px;
    }
    
    .rsbox {
      margin-bottom: 40px;
    }
    
    #pre_area .footer-standort-container {
      margin-bottom: 20px;
    }
    
    [data-container="kachel-modul"] .tiles-col-1 a:last-child, [data-container="kachel-modul"] .tiles-col-2 a:first-child {
      width: 50%;
    }
    
    [data-container="kachel-modul"] .tiles-col-1 a:first-child, [data-container="kachel-modul"] .tiles-col-2 a:last-child {
      width: 50%;
    }
    
    #header::after {
        display: none;
    }
    
    #header {
        background: #101828;
    }
    
    #header-container::before {
        display: none;
    }
    
    .buttons-below-header::before {
        display: none;
    }
    
    #pre_area .panel-title::after {
      right: 35px;
    }
    
    .nutzfahrzeugumbau img {
        margin-bottom: 20px;
    }
    
    #header-slider-v2 img {
        margin-top: 100px;
    }
    
    .servicebox-content .btn {
        position: revert;
    }
    
    .servicebox-content {
        height: auto;
    }
}

@media (max-width: 767px) {
    [data-container="kachel-modul"] .tiles-col-1 a:last-child, [data-container="kachel-modul"] .tiles-col-2 a:first-child {
      width: 100%;
      height: 127px;
      background-size: cover;
    }
    
    [data-container="kachel-modul"] .tiles-col-1 a:first-child, [data-container="kachel-modul"] .tiles-col-2 a:last-child {
      width: 100%;
      height: 127px;
      background-size: cover;
    }
    
    [data-container="kachel-modul"] .d-flex {
      flex-direction: column;
    }
    
    #header-slider-v2 img {
      /*height: 300px;*/
      object-fit: cover;
      object-position: top;
      /*margin-top: 50px;*/
      margin-top: 100px;
    }
    
    #header-slider-v2 .overlay-text {
      top: 282px;
      background: #000;
      padding: 0 15px;
    }
    
    .buttons-below-header {
        /*margin-top: 100px !important;*/
    }
    
    .rsbox {
      box-shadow: 0 4px 43.9px 0 rgba(0, 0, 0, 0.25);
    }
    
    [data-container="kachel-modul"] .tile-img-text-container .h3 {
        font-family: Montserrat;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;    
    }
    
    [data-container="kachel-modul"] .tile-img-text-container {
      margin-top: 15px;
      margin-left: 20px;
    }
    
    [data-container="infomanager"].infomanager-view-6 .gallery-item .info-row {
      background: rgba(255, 255, 255, 0.07);
    }
    
    .rs-smallbox {
        border: none;
        background: transparent;
        padding: 0;
    }
    
    .rs-smallbox .smallbox-left img {
      width: 54px;
    }
    
    .rs-smallbox .smallbox-text {
        color: #101828;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
    }
    
    .footer-standort-adressdaten {
      flex-direction: column;
      row-gap: 20px;
    }
    
    .footer-standort-content h3 {
        color: #9CCAF4;
        font-family: Kanit;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: 25px;
    }
    
    #pre_area .footer-standort-container .standort-img img {
      height: 110px;
    }
    
    .footer-standort-content .btn {
        display: none;
    }
    
    #pre_area [data-container="accordeon"] .panel-heading a {
      padding: 10px 0px;
      font-weight: 400;
    }
    
    #pre_area [data-container="accordeon"] {
        margin-bottom: 0;
    }
    
    
}

@media (min-width: 992px) {
  .hamburger-label {
    display: none;
  }
}





/*
Inhalte um Cache-Probleme vorzubeugen

Inhalte um Cache-Probleme vorzubeugen

Inhalte um Cache-Probleme vorzubeugen

Inhalte um Cache-Probleme vorzubeugen

Inhalte um Cache-Probleme vorzubeugen

Inhalte um Cache-Probleme vorzubeugen
*/
