@media (min-width: 1200px){
    body:not(.site-home):not(.blog-entry):not(.location-landingpage) #header-slider .item,
    body:not(.site-home):not(.blog-entry):not(.location-landingpage) #header-slider .fill {
        padding-bottom: 31%;
  }
}

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

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

.auda-justify-center {
    justify-content:center;
}

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

.auda-space-xl {
    padding:50px;
}

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

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


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

.auda-card-group-1{
    display:flex;
    flex-wrap:wrap;
}

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

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

.auda-card-group-1 .auda-card {
    background:#eaeaea;
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
}

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

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

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

.auda-accordion-first .panel-title a {
    display:block;
    position: relative;
    padding:10px 15px;
    box-shadow:0 5px 5px 0 #ddd, 0 2px 12px #fff;
}

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

.auda-accordion-first .panel-title a::after {
    content:"\f078";
    font-family:fontAwesome;
    padding:10px;
    color:#414141;
    position:absolute;
    right:0;
    top:0;
}

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

#header-slider .owl-dots{
    display: none;
}

[data-container="image-slider"] .slider-content a{
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
  #header-slider .header-envkv-info {
    bottom: 40px;
  }
}

.bg-secondary .audaris-widget .far {
  color: #fff;
}

/************ SMALL SHOWROOM LIST VIEW ********************/
.small-sr .audaris-widget {
    max-width: 1200px;
}
/************ SMALL SHOWROOM LIST VIEW END ********************/

@media (max-width:576px) {
    
    .pageid-532 #menu-social-floating{
        display: none;
    }
    
    #menu-social-floating{
        position: fixed;
        left: -10px;
        bottom: 10px;
        flex-direction: column;
        z-index: 99;
    }
    
    #menu-social-floating li {
        height: 30px;
        width: 30px;
    }
    
    #menu-social-floating a{
        line-height: 30px;
    }
    
    #menu-social-floating i {
        font-size: 14px;
        line-height: 30px;
        width: 30px;
    }
}

/*=========================================== CAR TABLES ===============================================*/

/* Car Table Zoom-Bild */

.zoom-image-wrapper {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  line-height: 0;              
  position: relative;
  background-color: #0e3a2f;
}

.zoom-image {
  display: block;             
  width: 100%;
  height: auto;
  border-radius: 0;            
  transform-origin: center;
  transition: transform 0.4s ease;
  backface-visibility: hidden; 
  transform: translateZ(0);   
  will-change: transform;
}

.zoom-image-wrapper:hover .zoom-image {
  transform: scale(1.05) translateZ(0);
  cursor: pointer;
}


/* Car Table Zoom-Bild */

/*-------------------------------------------------

/* Titelbox */

.table-title-box {
  padding: 20px;
  background-color: #525252;
}

.table-title-box .highlight {
  color: #fff;
}

.table-title-box .title-text {
  font-size: 20px;
}

.table-title-box .subtitle-text {
  font-size: 15px;
}

.table-title-box .color-secondary {
  /* optional */
}

/* Titelbox */

/*Car Table (Green)*/

.Car-Table {
  padding: 20px;
  background-color: #E3001E;
  border-radius: 0 0 15px 15px;
}

.Car-Table .leasing-table {
  width: 100%;
  max-width: 593px;
  height: auto;
  margin: 0;
  border-collapse: collapse;
}

.Car-Table td {
  border: hidden;
  vertical-align: top;
  padding: 8px 0;
}

.Car-Table .cell-text {
  font-size: 16px;
  color: #fff;
}

.Car-Table .small-text {
  font-size: 14px;
}

.Car-Table .content-title {
  font-weight: 600;
  color: #fff;
}

.Car-Table .color-primary {
  color: #0e3a2f; /* kannst du bei Bedarf anpassen */
}

.Car-Table .button-wrapper {
  text-align: left;
  margin-top: 10px;
}

/*Car Table (Green)*/

/*---------------------------------------------------------
/*Table Hover Color (Green)*/

.table-hover-green tbody tr,
.table-hover-green tbody tr td,
.table-hover-green tbody tr td * {
  transition: background-color 0.1s ease, color 0.1s ease;
}

.table-hover-green tbody tr:hover td {
  background-color: #fff; 
}

.table-hover-green tbody tr:hover td,
.table-hover-green tbody tr:hover td * {
  color: #000 !important;

/*Table Hover Color (Green)*/

/*=========================================== CAR TABLES ===============================================*/
