
@-webkit-keyframes ticker {
    0% {
        transform:translate3d(0, 0, 0);
        visibility:visible;
    }

    100% {
        transform:translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        transform:translate3d(0, 0, 0);
        visibility:visible;
    }

    100% {
        transform:translate3d(-100%, 0, 0);
    }
}

body:not(.site-home) .au-ticker-wrapper,
#page_sidebar ul.nav > li:last-child,
.auda-hidden[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline strong,
#section-contact-form #contact_request_info [value="1"]{
    display: none;
}


body:not(.fe-admin-area).site-home .au-ticker-wrapper {
    box-sizing:content-box;
    overflow:hidden;
    padding-left:100%;
    background: #e20612;
}

body:not(.fe-admin-area).site-home .au-ticker-wrapper .au-ticker {
    box-sizing:content-box;
    display:inline-block;
    padding-right:calc(100% + 100vw - 30px);
    white-space:nowrap;

    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-name:ticker;
    animation-name:ticker;
    -webkit-animation-duration:30s;
    animation-duration:30s;
    }
    
body:not(.fe-admin-area).site-home .au-ticker-wrapper .au-ticker-item {
    color:#fff;
    display:inline-block;
    padding: 3px 0;
}

body:not(.fe-admin-area).site-home .au-ticker-wrapper .au-ticker-item a{
    color:#fff;
}


.aufzaehlung {
    list-style-position:inside;
    padding-left:0;
}

.auda-img-card {
    position:relative;
    margin:5px;
}

.auda-slide-contact .item {
    display:flex;
    margin:5px;
    background:#f2f2f2;
    flex-direction:column-reverse;
}

.auda-slide-contact[data-container="image-slider"] .slider-content {
    position:relative;
}



.auda-img-card::after {
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.6);
    display:block;
    z-index:8;
    position:absolute;
    top:0;
}

.auda-img-card .text-center {
    position:absolute;
    top:50%;
    transform:translate(-50%, -50%);
    left:50%;
    z-index:9;
}

.auda-img-card .btn-default, #aside-side-info-menu > button i {
    background-color:transparent;
    color:#fff;
    border-color:#fff;
}

.auda-img-card .btn-default:hover {
    background-color:#1a1a1a;
    border-color:#1a1a1a;
    color:#fff;
}

.auda-wrap {
    display:flex;
    flex-wrap:wrap;
}

.auda-align-center {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.auda-cr-center {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
}

.auda-hv-center {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.auda-space {
    padding:20px;
}

.infomanager-area.bg-secondary {
    padding:30px 0;
}

@media (min-width:1024px) {
    .infomanager-area.bg-secondary {
        padding:50px 0;
    }
}

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

.page-headline .subheadline-h1,
#section-search-switcher .subheadline-h2 {
    color:#000;
}

#section-search-switcher .search-switcher-top-container,
.search-switcher-bottom-container .col-md-offset-1 {
    margin:0;
}

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

#section-service-brands-ajax, #section-service-brands-ajax #location-request {
    background:transparent;
}

#header, .header-menu-fixed #header {
    background:#1a1a1a;
}

@media (min-width:1380px) {
    #header .dropdown:hover > .dropdown-menu {
        display:block;
        -webkit-animation:fadeIn 400ms;
        animation:fadeIn 400ms;
    }
}

.nav-area-lines li a {
    text-transform:uppercase;
    font-size:1.1em;
    font-weight:600 !important;
}

.site-home .header-area-indi.block_directions_map_search {
    border:none;
}

@media (min-width:1650px) {
    .site-home .header-area-indi.block_directions_map_search {
        flex-direction:column;
    }
}

@media (min-width:1683px) {
    .site-home .header-area-indi.block_directions_map_search {
        flex-direction:row-reverse;
    }
}

.vehicle_quicksearch_bereich_icons .nav-tabs > li.active a {
    background:#fff;
    color:#1a1a1a;
    border-color:#fff;
}

.vehicle_quicksearch_bereich_icons .nav-tabs > li a {
    background:#1a1a1a;
    color:#fff;
}

.secondary-highlight {
    border-top:none;
    background:#fff;
}


.bg-secondary[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline {
    background:#fff;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline {
    text-align:inherit;
    line-height:1.9;
    font-size:20px;
    position:relative;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline:after {
    content:"\f138";
    position:absolute;
    right:0;
    font-family:fontAwesome;
    top:0;
    font-size:25px;
    transform:translate(-50%, 40%);
}

.auda-hidden[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline::after {
    top:-10px;
}

.site-home [data-container="infomanager"] h2 {
    margin-bottom:40px;
}

/**************   Formulare   *****************************/
label {
    font-weight:400;
}

form input.form-control,
form textarea.form-control {
    border-width:0 0 2px 0;
    border-style:solid;
    border-color:#1a1a1a;
    background:#f2f1f2;
}

#section-contact-form form .well,
.auda-search .audaris-widget .form-select:focus {
    box-shadow:none
}

#section-contact-form .well {
    border:1px solid #fff;
    box-shadow:0 10px 16px rgba(0, 0, 0, .07);
}

/**************   END Formulare   *****************************/

#footer #menu-social-floating a {
    color:#1a1a1a;
    border:1px solid #1a1a1a;
}

#menu-social-floating a, #menu-social-floating .facebookflat,
#menu-social-floating .instagramflat:not(:hover) i,
#menu-social-floating .instagramflat {
    background:#f2f2f2;
}

/* ACCORDION 01 AA START */
.auda-accordion-01 .panel-title a,
.auda-accordion-02 .panel-title a {
    display:block;
    position:relative;
    padding:10px 0;
    border-bottom:1px solid;
    text-transform:uppercase;
    font-weight:bold;
}

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

.auda-accordion-01 .panel-title a::after,
.auda-accordion-02 .panel-title a::after {
    content:"\f078";
    font-family:fontAwesome;
    padding:10px;
    position:absolute;
    right:0;
    top:0;
}

.auda-accordion-01 .panel-default,
.auda-accordion-02 .panel-default {
    border:none;
    margin-bottom:20px;
}

.auda-accordion-01 .panel-title a,
.auda-accordion-02 .panel-title a {
    text-transform:none;
    font-weight:bold;
}

/* ACCORDION 01 AA END */

/* ACCORDION 03 AA START */

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

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

.auda-accordion-02 .panel-title a,
.auda-accordion-02 .panel-title a {
    text-transform:none;
    font-weight:bold;
}

/* ACCORDION 03 AA END */


/* List Icon SW */

.list-group {
    padding-left:20px;
    margin-bottom:20px;
}

.list-group .list-group-item {
    background-color:transparent;
    border:none;
    padding:10px 25px;
}

body:not(.fe-admin-area) .list-group-item:before {
    content:"\f00c";
    position:absolute;
    color:#000;
    font-family:fontAwesome;
    left:0;
}

/* List Icon SW END*/




/************ AUDA CARD 1 ********************/

.auda-wrap .ge-content,
.auda-card-group-1 .ge-content {
    height:100%;
}

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

.auda-card-group-1 .auda-card {
    box-shadow:0 0 12px 3px #eee;
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
}

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

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

@media only screen and (max-width:600px) {
    .auda-card-group-1 .auda-card-body {
        padding:1.5rem;;
    }
}

/************ END AUDA CARD 1 ********************/









/* CSS Changes FN */

#section-service-brands-ajax #marken-request .direction-marken-logo:hover,
#section-service-brands-ajax #marken-request .direction-marken-logo.active {
    background:#f2f2f2;
}

[data-container="infomanager"].infomanager-view-2 .im-headline {
    color:#000;
}

[data-container="infomanager"].infomanager-view-2 .im-headline span:last-child {
    font-size:13px;
    margin-top:10px;
}

[data-container="infomanager"].infomanager-view-2 .gallery-item .info-row .fa {
    transform:none;
    top:10%;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline strong {
    line-height:1.9;
    font-size:20px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline {
    line-height:1.3;
    font-size:13px;
}

[data-container="kachel"] .tile-img-text-container {
    display:flex;
    transition:none;
}

[data-container="kachel"] .tile-img-text-container:hover .tile-img-text {
    display:flex;
    animation:none;
}

[data-container="kachel"] .tile-img-text-container .h3 {
    display:none;
}

[data-container="kachel"] .tile-img-text-container .tile-img-text {
    display:flex;
    width:100%;
    height:100%;
}

[data-container="kachel"] .tile-img-text-container {
    background:rgba(0, 0, 0, .5);
}

[data-container="kachel"] .auda-img-card::after {
    background:none;
}

[data-container="kachel"] .auda-img-card {
    position:unset;
}

@media (min-width:768px) {
    [data-container="kachel"].layout-4 .tiles-col-1 .tile-img {
        height:18vw;
    }
}

@media (max-width:991px) {
    .header-area-indi .highlight-search {
        border-bottom:none;
    }
}

@media (min-width:1320px) {
    .header-area-indi .secondary-highlight.direction-select {
        flex-direction:column;
    }
}

@media (max-width:1700px) {
    #header-slider {
        border-bottom:none;
    }

    .btn {
        padding:6px 29px;
    }
}

body:not(.fe-admin-area) .control-label:not([data-for="Thema"]),
#fmForm-487 select option[data-tag-name="Pfaffenhofen | Anton-Schranz-Straße"],
[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline span{
    display:none;
}

.auda-block .control-label {
    display:block;
}

#header {
    position:fixed;
}

@media (min-width:1640px) {
    #header-slider .carousel-caption .left-top-1,
    #header-slider .carousel-caption .left-top-2,
    #header-slider .carousel-caption .left-middle-1,
    #header-slider .carousel-caption .left-middle-2,
    #header-slider .carousel-caption .left-bottom-1,
    #header-slider .carousel-caption .left-bottom-2 {
        left:5%;
    }
}

.navbar-left img {
    max-height:50px;
    height:37px;
    margin-right:6px;
}

/* RM: Reverse order om Top-menu */
.navbar-top ul {
    flex-direction:row-reverse;
}

/* RM: Reverse order om Top-menu - END */

/* RM: Reverse order om Top-menu */
@media (min-width:1700px) {
    .block_directions_map_search .search-left-area .secondary-highlight {
        flex-grow:initial;
    }
}

/* RM: Reverse order om Top-menu - END */

/* Textfarbe header-anwerbung AA */
.header-area-indi .search-left-area {
    background:#fff;
}

.header-area-indi .secondary-highlight {
    color:#212121;
}

.header-area-indi .secondary-highlight .auda-space {
    padding:0 15px 20px 15px;
}

.vehicle_quicksearch_bereich_icons .tab-content {
    padding-bottom:0;
}

/* Textfarbe header-anwerbung AA -END */

.parallax-content {
    align-items:center;
    display:flex;
    height:100%;
    justify-content:start;
    padding:10px 10%;
}

#section-consultants:not(.consultants-view-1):not(.consultants-view-2) .person-data h3 {
    border-bottom:#000 1px solid;
}

/* tables datenschutz */

body.pageid-12494 table {
    width:100%;
    border-spacing:0;
    border-collapse:separate;
    border-top:1px solid #cacaca;
    border-right:1px solid #cacaca;
    padding-bottom:24px;
}

body.pageid-12494 col {
    width:33.3%;
}

body.pageid-12494 tr td:first-child {
    word-wrap:anywhere;
}

body.pageid-12494 tr:nth-child(odd) {
    background-color:#f7f7f7;
}

body.pageid-12494 tr:nth-child(1) {
    background-color:#ececec;
}

body.pageid-12494 td {
    min-width:120px;
    padding:6px 6px 2px 6px;
    border-left:1px solid #cacaca;
    border-bottom:1px solid #cacaca;
}

body.pageid-12494 table tr:first-child td,
body.pageid-12494 table tr:first-child th {
    font-weight:700;
}

/******/

.btn-default:hover, .btn-default.active {
    background-color:#1a1a1a;
    border-color:#fff;
    color:#fff;
}

#section-consultants.consultants-view-2 #consultant-ajax .contact-person .user-picture img {
    max-height:none;
}

#section-consultants.consultants-view-2 #consultant-ajax .contact-person a {
    color:#1a1a1a;
}

.Showroom h1 {
    font-weight:bold !important;
    text-align:left !important;
}

.pageid-532 #menu-social-floating,
.pageid-10263 #menu-social-floating {
    display:none !important;
}

#pre_area [data-id="location-selector-block"] > .form-group{
    margin-bottom: 1px;
}

#pre_area [data-id="location-selector-block"] [data-id="location-info-request"] .direction-marken{
    background: #fff;
    padding: 8px;
}

@media (max-width: 767px) {
    .infomanager-entry table {
        width: auto !important;
    }
    .infomanager-entry td, th {
        letter-spacing: -0.1px;
        font-size: 14.5px !important;
    }
}


/*
#pre_area .direction-marken [data-img="vw"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/vw_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px;  
    height:40px; 
    padding-left:40px; 
    background-size:contain;
}

#pre_area .direction-marken [data-img="vw-sp"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/vw_service_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px; 
    height:40px; 
    padding-left:40px;
    background-size:contain;
}

#pre_area .direction-marken [data-img="vw-nfz"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/vw-nfz_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px; 
    height:40px; 
    padding-left:40px; 
    background-size:contain;
}

#pre_area .direction-marken [data-img="vw-nfz-sp"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/vw-nfz_service_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px; 
    height:40px; 
    padding-left:40px;
    background-size:contain;
}

#pre_area .direction-marken [data-img="audi"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/audi_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px; 
    height:40px; 
    padding-left:40px; 
    background-size:contain;
}

#pre_area .direction-marken [data-img="seat"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/seat_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px; 
    height:40px; 
    padding-left:40px; 
    background-size:contain;
}

#pre_area .direction-marken [data-img="seat-sp"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/seat_service_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px; 
    height:40px; 
    padding-left:40px; 
    background-size:contain;
}

#pre_area .direction-marken [data-img="audi-gebrauchtwagen-plus"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/audi-gebrauchtwagen-plus_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:190px; 
    height:40px; 
    padding-left:190px;
    background-size:contain;
}

#pre_area .direction-marken [data-img="das-welt-auto"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/das-welt-auto_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:190px; 
    height:47px; 
    padding-left:190px; 
    background-size:contain;
}

#pre_area .direction-marken [data-img="skoda"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/skoda_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px; 
    height:40px; 
    padding-left:40px; 
    background-size:contain;
}

#pre_area .direction-marken [data-img="skoda-sp"] {
    background:url('https://www.brands.audaris.eu/web/img/brands/variation/skoda_service_weiss.png') no-repeat;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px; 
    height:40px; 
    padding-left:40px; 
    background-size:contain;
}
*/