﻿body {
}


.fadeIn {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}


h3 {
    font-family: bmwBold;
}

.ha-button-tinte, .ha-button-tinte:visited, .ha-button-tinte:active {
    font-family: BMWregular;
    color: #fff !important;
    background-color: #000032 !important;
    outline-color: #000032;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 25px 14px 25px;
    gap: 10px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .ha-button-tinte:hover {
        color: #fff !important;
        background-color: #0653B6 !important;
        outline-color: #0653B6 !important;
    }


/* Mobile */
.swiper-buttons {
    width: 100%;
}

    .swiper-buttons .swiper-wrapper {
        align-items: center;
    }

    .swiper-buttons .swiper-slide {
        width: auto;
        flex-shrink: 0;
    }

    .swiper-buttons .kachel {
        white-space: nowrap;
        display: inline-block;
    }


#autohausinfo-wrapper {
    margin-top: 40px;
}

    #autohausinfo-wrapper h3 {
        margin-bottom: 20px;
    }

.autohaus-oeffnungszeiten {
    background-color: #1c69d4;
    color: white;
    border-radius: 20px;
    padding: 30px 40px;
}


#autohausinfo-wrapper .autohaus-logos img {
    height: 50px;
}

#autohausinfo-wrapper .autohaus-anschrift {
    margin-top: 20px;
}

#autohausinfo-wrapper .btn {
    width: fit-content;
    margin-top: 20px;
}

#leistungen-wrapper {
    border-radius: 20px;
    background-color: white;
    padding: 30px 40px;
    margin-top: 40px;
}

.leistung-item {
    display: flex;
    align-items: flex-start;
}

    .leistung-item i {
        flex: 0 0 auto;
   /*     margin-top: 0.2rem;*/
    }

    .leistung-item .ah-p {
        flex: 1;
    }

#news-wrapper {
    margin-top:40px;
}

    #news-wrapper img {
        max-height: 300px;
    }

    #news-wrapper h3 {
        margin-bottom: 20px;
    }





#service-leistungen-wrapper {
    margin-top: 120px;
    border-radius: 20px;
    background-color: white;
    padding: 30px 40px;
}

    #service-leistungen-wrapper h4 {
        margin-top: 30px;
        font-weight: 400;
    }

#termin-wrapper {
    margin-top: 40px;
}

    #termin-wrapper img {
        border-radius: 20px;
    }

#teamsuche-wrapper {
    margin-top: 40px;
}

#teamanzeige-wrapper {
    position: relative;
    min-height: 150px;
}

    #teamanzeige-wrapper .loader-overlay {
        display: none;
        position: absolute;
        inset: 0;
        z-index: 100;
        background: rgba(255, 255, 255, 0.75);
        align-items: center;
        justify-content: center;
    }

        #teamanzeige-wrapper .loader-overlay.is-visible {
            display: flex;
        }


#fahrzeugsuche-wrapper {
    margin-top: 100px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

#map-wrapper {
    margin-top: 40px;
    background-color: #363434;
    padding-top: 40px;
    padding-bottom:40px;
    padding-left:0px;
    padding-right:0px;
}

    #map-wrapper h2 {
        margin-bottom: 40px;
    }

.autohaus-oeffnungszeiten .row {
    --bs-gutter-x: 6rem;
}

.oeffnungszeiten > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .oeffnungszeiten > div span:first-child {
        white-space: nowrap;
        flex: 1 1 auto;
        min-width: 0;
    }

    .oeffnungszeiten > div span:last-child {
        white-space: nowrap;
        flex: 0 1 auto;
        text-align: right;
        font-variant-numeric: tabular-nums;
    }

.ha-leistungen {
    column-count: 1;
}
#meldungen-wrapper {
    margin-top:40px;
    text-align: center;
}


.standort-stickyHeader {
    position: fixed !important;
    top: 45px;
    left: 0;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    color: #000;
    z-index: 99;
    background: #efefef;
    padding-bottom: 10px;
}


@media (min-width: 1200px) {
    .standort-stickyHeader {
        top: 120px;
    }

    .swiper-buttons {
        overflow: visible;
    }

        .swiper-buttons .swiper-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
            transform: none !important;
        }

        .swiper-buttons .swiper-slide {
            width: auto !important;
            margin-right: 0 !important;
            flex: 0 0 auto;
        }

    #map-wrapper {
        margin-top: 120px;
        background-color: #363434;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 80px;
        padding-right: 80px;
    }




}


@media (max-width: 991.98px) {
    .swiper-buttons {
        overflow: hidden;
    }

        .swiper-buttons .swiper-slide {
            width: auto;
        }

        .swiper-buttons .kachel {
            white-space: nowrap;
        }
}

@media (min-width: 992px) {
   
    .ha-button-tinte, .ha-button-tinte:visited, .ha-button-tinte:active {       
        font-size: 16px;
        line-height: 21.68px;
        padding: 15px 55px 15px 55px;
        gap: 10px;   
    }

    #meldungen-wrapper {
        margin-top: 80px;
        text-align: center;
    }
    #autohausinfo-wrapper {
        margin-top: 100px;
    }

    #termin-wrapper {
        margin-top: 100px;
    }


    #news-wrapper {
        margin-top: 100px;
    }


    #leistungen-wrapper {
              margin-top: 120px;
    }

    #teamsuche-wrapper {
        margin-top: 100px;
    }

    .ha-leistungen {
        column-count: 2;
        margin-top: 40px;
    }

  /*  .swiper-buttons {
        overflow: visible;
    }

        .swiper-buttons .swiper-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
            transform: none !important;
        }

        .swiper-buttons .swiper-slide {
            width: auto !important;
            margin-right: 0 !important;
            flex: 0 0 auto;
        }*/

    #map-wrapper {
        margin-top: 120px;
        background-color: #363434;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 80px;
        padding-right: 80px;
    }


}








.meldung {
    padding: 16px;
    border-radius: 4px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.meldung-kategorie-blau {
    background-color: rgba(0, 102, 177, 0.05);
    border: 1px solid #0066B1;
}

.meldung-kategorie-rot {
    background-color: rgb(220 53 69 / 12%);
    border: 1px solid #DC3545;
}

.sprung {
    margin: -120px;
}

/*  .standort-stickyHeader a:hover:not(.ah-button-primary) {
        color: #1F94FF !important;
    }

    .standort-stickyHeader a:not(.ah-button-primary),
    .standort-stickyHeader .a:visited {
        color: white !important;
    }*/
