: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%
}

body {
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

@media (min-width: 992px) {
  .module-block {
    margin: 200px 0;
  }
  .zeitstrahl {
      margin: 100px 0;
  }
}


#site-content h1, #site-content h1.headline-h1, #site-content .headline-h1, #site-content .h1 {
    font-weight: 700;
    font-size: 38px;
    text-transform: none;
    font-family: Roboto;
}

#site-content h2, #site-content h2.headline-h2, #site-content .headline-h2, #site-content .h2 {
    font-size: 38px; 
    text-transform: none;
    font-family: Roboto;
}

#site-content h3, #site-content h3.headline-h3, #site-content .headline-h3, #site-content .h3 {
    font-size: 30px;  
    text-transform: none;
    font-family: Roboto;
}

#site-content h4, #site-content h4.headline-h4, #site-content .headline-h4, #site-content .h4 {
    font-size: 24px;  
    text-transform: none;
    font-family: Roboto;
}

#site-content h5, #site-content h5.headline-h5, #site-content .headline-h5, #site-content .h5 {
    font-size: 20px; 
    text-transform: none;
    font-family: Roboto;
}

#site-content h6, #site-content h6.headline-h6, #site-content .headline-h6, #site-content .h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    font-family: Roboto;
}

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

.btn {
    padding: 10px 15px;
    border-radius: 40px;
    font-weight: 400;
}

.btn-primary {
    background: #002866;
    border-color: #002866;
    border: 2px solid #002866;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, #footer #pre_area .btn-primary:hover {
  background: #fff;
  border-color: #002866;
  color: #002866;
}

.btn-default {
    background: #fff;
    border-color: #002866;
    border: 2px solid #002866;
    color: #002866;
}

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

.fe-content .btn-primary::after, .fe-content .btn-default:after, #footer #pre_area .btn-primary::after {
    content: "\f054";
    font-family: FontAwesome;
    position: relative;
    top: 1px;
    left: 15px;
    padding-right: 10px;
    font-size: 16px;
}

.tooltip{
    z-index: 1;
}

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

#header .header-below {
  background: #000;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row {
  padding: 25px;
  padding-right: 70px;
  padding-top: 0px;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .picture-row {
  padding: 25px;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .picture-row img {
    border-radius: 22px;
}

[data-container="infomanager"].infomanager-view-6 article {
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #002866 0%, #BBD1E6 24.04%, #e4edf5 88.94%);
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .co2-info {
  padding: 0px 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

[data-container="infomanager"].infomanager-view-6 .gallery-item .info-row .fa {
  display: none;
}

[data-container="infomanager"].infomanager-view-6 .im-headline::after, [data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline::after {
  content: "\f105";
  font-family: FontAwesome;
  background: #002866;
  color: #fff;
  padding: 10px 15px 10px 19px;
  position: absolute;
  border-radius: 40px;
  bottom: 20px;
  right: 20px;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
}

[data-container="infomanager"].infomanager-view-6 .im-headline span {
    white-space: wrap;
}

[data-container="infomanager"].infomanager-view-6 .im-headline span:first-child {
    font-size: 18px;
    font-weight: 900;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-headline {
  background: transparent;
  font-size: 16px;
  padding: 25px;
  text-align: left;
  white-space: wrap;
  padding-right: 70px;
  padding-bottom: 0px;
}

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

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

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-slider-entry {
  background: linear-gradient(180deg, #002866 0%, #BBD1E6 24.04%, #e4edf5 88.94%);
  height: 400px;
}

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-slider-entry .co2-info {
  padding-left: 25px;
  padding-right: 70px;
}

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

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

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

[data-container="infomanager"].infomanager-view-3[data-slider-view="1"] .im-slider-entry .co2-info {
  font-size: 12px;
}

.audaris-widget .relative.flex-1.min-w-0.overflow-hidden {
  padding: 10px 3px;
}

.audaris-widget .vehicle-card-3 {
  border-color: none;
  border-radius: 30px;
}

nav[aria-label="Untermenü mit Symbolen"] {
  position: absolute;
  right: calc((100vw - 1580px) / 2);
  top: 0;
  height: 114px;
  display: flex;
  align-items: center;
}

#header #icons-menu a {
  color: #000;
}

#header #primary-menu-container {
  display: flex;
  justify-content: end;
  margin-right: calc((100vw - 1580px) / 2);
}

#header .more-brands img, #header .logos-top-right img {
  margin-left: 50px;
  max-width: unset;
}

#header-slider {
  border-bottom: none;
}

#section-search-switcher .nav-tabs > li.active > a, #section-search-switcher .nav-tabs > li.active > a:hover, #section-search-switcher .nav-tabs > li.active > a:focus {
  background: #002866;
  color: #fff;
}

#section-search-switcher .nav-tabs > li > a {
  background: #fff;
  border-radius: 0px;
  color: #000;
}

#section-search-switcher[data-view="4"] .search-switcher-top-container {
  max-width: 60%;
}

#section-search-switcher .nav-tabs > li {
  border: 1px solid #000;
}

#section-search-switcher .nav-tabs > li.active {
    border: 1px solid #002866;
}

#section-search-switcher .tab-content {
  background: transparent;
  border-radius: 0px;
}

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

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

#header-slider .carousel-caption {
    display: none;
}

body.site-home #header-slider::before {
    content: "";
    height: 196px;
    width: 25vw;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0px 70px 0px 0px;
}

body.site-home #header-slider::after {
    content: "";
    height: 196px;
    width: 25vw;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 70px 0px 0px 0px;
}

body.site-home #header-slider > div::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 1;
}

.link-card {
    padding: 35px;
    padding-top: 0px;
    background: linear-gradient(0deg, #BBD1E6 23.08%, #e4edf5 81.73%);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}

.link-card img {
    margin: 0px 10px 50px 10px;
    border-radius: 30px;
    height: 182px;
    width: auto;
    object-fit: cover;
    position: relative;
    top: 10px;
}

.link-card.icon-card img {
    height: 120px;
}

.link-card h5 {
    font-weight: 700;
}

.link-card-top {
    background: linear-gradient(180deg, #BBD1E6 23.08%, #e4edf5 81.73%);
    padding-top: 45px;
    border-radius: 66px 66px 0px 0px;
}

.link-card-top img {
    border-radius: 0px;
}

.bildelement-versetzt-rechts img {
    width: 90%;
    display: block;
    margin-left: auto;
    border-radius: 80px 80px 0px 0px;
    position: relative;
    z-index: 2;
}

.bildelement-versetzt-rechts p {
    padding: 64px 100px;
    border-radius: 0px 0px 70px 70px;
    background: linear-gradient(0deg, #BBD1E6 0%, #e4edf5 42.31%);
    width: 90%;
    min-height: 550px;
    margin-top: -338px;
    padding-top: 402px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}

.bildelement-versetzt-links img {
    width: 90%;
    border-radius: 80px 80px 0px 0px;
    position: relative;
    z-index: 2;
}

.bildelement-versetzt-links p {
    padding: 64px 100px;
    border-radius: 0px 0px 70px 70px;
    background: linear-gradient(0deg, #BBD1E6 0%, #e4edf5 42.31%);
    width: 90%;
    height: 550px;
    margin-top: -338px;
    padding-top: 402px;
    display: block;
    margin-left: auto;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}

.fullwidth-image img {
    width: 100vw;
    height: 33vw;
    object-fit: cover;
}

.fullwidth-image .column::before {
    content: "";
    height: 196px;
    width: 25vw;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0px 70px 0px 0px;
}

.fullwidth-image .column::after {
    content: "";
    height: 196px;
    width: 25vw;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 70px 0px 0px 0px;
}

.fullwidth-image .ge-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 1;
}

.content-below-fullw-image {
    width: 45vw;
    margin: 0 auto 200px auto;
}

[data-container="image-slider"].au-imageslider-kachel .slider-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

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

[data-container="image-slider"].au-imageslider-kachel, [data-container="image-slider"].au-imageslider-kachel > .container, [data-container="image-slider"].au-imageslider-kachel > .container .owl-carousel, [data-container="image-slider"].au-imageslider-kachel > .container .owl-carousel .owl-stage-outer, [data-container="image-slider"].au-imageslider-kachel > .container .owl-carousel .owl-stage-outer .owl-stage {
    max-height: 304px;    
}

[data-container="image-slider"].au-imageslider-kachel > .container {
    padding-left: 0px;
    padding-right: 0px;
}

[data-container="image-slider"].au-imageslider-kachel .owl-carousel .owl-nav.disabled {
  display: block;
}

[data-container="image-slider"].au-imageslider-kachel {
    padding: 70px 0px;
}

.owl-theme .owl-nav .owl-prev::after {
    right: 40px;
}

.owl-theme .owl-nav .owl-next::after {
    left: 40px;
}

.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
  background: none;
  top: 28%;
}

#header #logo {
  justify-content: flex-start;
}

body:not(.fe-admin-area) .module-block ul, #footer #pre_area ul {
  list-style-type: none;
  padding-left: 0px;
  font-weight: 700;
}

body:not(.fe-admin-area) .module-block:not(#section-search-switcher, .showroom) ul li, #footer #pre_area ul li {
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 20px;
}

.Showroom li {
    padding: 0px;
}

#footer #pre_area ul li a {
    color: #fff;
}

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

.service-list {
    display: none;
}

.breite-kachel {
    border-radius: 77px;
    background: linear-gradient(180deg, rgba(187, 209, 230, 0.60) 21.15%, #e4edf5 81.73%);
    margin-top: 150px;
}

.breite-kachel h2 {
    margin-top: -20px;
}

.breite-kachel p {
    padding: 10px 130px;
}

.breite-kachel img {
    width: 250px;
    height: auto;
    position: relative;
    top: -125px;
}

body:not(.fe-admin-area) .breite-kachel::before {
    content: "";
    height: 320px;
    width: 320px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border-radius: 500px;
}

#section-search-switcher .nav-tabs {
  gap: normal;
}

#footer .footer-google-rating {
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.emissions-label img {
    height: 120px;
    width: auto;
}

.leasing-table .table-row {
    display: flex;
    padding: 8px 20px;
    border-bottom: 1px solid #d7d7d7;
}

.leasing-table .table-row .left-cell, .leasing-table .table-row .right-cell {
    width: 50%;
}

.leasing-table {
    margin-top: 40px;
}

.well {
  padding: 100px 60px;
  background-color: transparent;
  border: none;
  border-radius: 77px;
  background: linear-gradient(0deg, rgba(187, 209, 230, 0.60) 21.15%, #e4edf5 81.73%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well label {
  font-weight: 400;
}

#header #primary-menu > .active > a, #header #primary-menu > .active > a:hover, #header #primary-menu > .active > a:focus, #header #primary-menu > .open > a, #header #primary-menu > .open > a:hover, #header #primary-menu > .open > a:focus {
  background-color: #fff;
  color: #000;
}

#header #primary-menu li a:hover {
  background-color: #000;
  color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #000;
}

#loginboxbc {
    width: 400px;
    margin: 0 auto;
}

#loginboxbc form {
    width: 229px;
    margin: 0 auto;
}

#section-consultants:not(.consultants-view-1):not(.consultants-view-2) h2.headline-h2 {
  text-align: center;
}

.zeitstrahl .row .row::after {
    content: "";
    width: 2px;
    background-color: #002866;
    height: 100%;
    position: absolute;
    left: 50%;
}

.zeitstrahl .row .row:nth-of-type(even) .column:nth-of-type(2), .zeitstrahl .row .row:nth-of-type(odd) .column:nth-of-type(3) {
    font-size: 24px;
}

.zeitstrahl .row .row:nth-of-type(even) .column:nth-of-type(2) p::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #002866;
    position: absolute;
    right: -11px;
    z-index: 1;
    background-color: #fff;
    top: 7px;
}

.zeitstrahl .row .row:nth-of-type(odd) .column:nth-of-type(3) p::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #002866;
    position: absolute;
    left: -9px;
    z-index: 1;
    background-color: #fff;
    top: 7px;
}

.zeitstrahl .row .row .column:nth-child(2) p {
    padding-right: 20px;
}

.zeitstrahl .row .row .column:nth-child(3) p {
    padding-left: 20px;
}

.zeitstrahl .row .row .column:first-child {
    height: 50px;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 20px;
}

#header .hamburger.is-active .hamburger-inner, #header .hamburger.is-active .hamburger-inner::before, #header .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

 


@media (min-width: 1380px) {
    #header .header-above {
      height: 114px;
    }
    
  #header #logo {
    height: 114px;
  }
  
  #header #logo img {
    max-height: 90px;
  }
  
  #header #logo a {
    padding: 30px;
    background: #fff;
    margin-top: 40px;
    margin-left: 67px;
  }
  
  #header .more-brands img, #header .logos-top-right img {
    height: 56px;
    width: auto;
  }
  
  #header-container {
    height: 169px;
  }
  
  #header #primary-menu > li > a {
    text-transform: none;
  }
  
}

@media (min-width: 1380px) {
  #header .more-brands, #header .logos-top-right {
    position: absolute;
    left: 379px;
    top: 30px;
  }
  
  #header #primary-menu > li > a:hover {
    background-color: #fff;
    color: #000;
  }
}

@media (max-width: 1379px) {
    #header {
        max-width: 100vw;
    }
    
    #header #primary-menu-container {
      display: block;
      margin-right: inherit;
      position: absolute;
      top: 5px;
      right: 0px;
    }
    
    #header .hamburger .hamburger-inner, #header .hamburger .hamburger-inner::before, #header .hamburger .hamburger-inner::after {
      background-color: #000;
    }
    
    #header .hamburger .hamburger-label {
      display: none;
    }
    
    #header-container {
      height: 63px;
    }
    
    #header #logo {
      height: 63px;
    }
    
    .menu-toggled #header #primary-menu-container {
      top: -55px;
    }
    
     body.menu-toggled #header #primary-menu {
      left: -160px;
      right: auto;
      float: left;
      width: 400%;
    }
    
    #header .more-brands, #header .logos-top-right {
      display: none;
    }
    
    nav[aria-label="Untermenü mit Symbolen"] {
      right: 80px !important;
      height: 63px;
    }
    
    .menu-toggled nav[aria-label="Untermenü mit Symbolen"] {
      top: -60px;    
    }
    
    #header #primary-menu > .active > a, #header #primary-menu > .active > a:hover, #header #primary-menu > .active > a:focus, #header #primary-menu > .open > a, #header #primary-menu > .open > a:hover, #header #primary-menu > .open > a:focus {
      background-color: #000;
      color: #fff;
    }
}

@media (max-width: 992px) {
    #site-content h1, #site-content h1.headline-h1, #site-content .headline-h1, #site-content .h1 {
        font-size: 26px;
    }
    
    #site-content h2, #site-content h2.headline-h2, #site-content .headline-h2, #site-content .h2 {
        font-size: 26px; 
    }
    
    #site-content h3, #site-content h3.headline-h3, #site-content .headline-h3, #site-content .h3 {
        font-size: 24px;  
    }
    
    #site-content h4, #site-content h4.headline-h4, #site-content .headline-h4, #site-content .h4 {
        font-size: 20px;  
    }
    
    #site-content h5, #site-content h5.headline-h5, #site-content .headline-h5, #site-content .h5 {
        font-size: 18px; 
    }
    
    #site-content h6, #site-content h6.headline-h6, #site-content .headline-h6, #site-content .h6 {
        font-size: 16px;
    }
    
    body.site-home #header-slider::after, body.site-home #header-slider::before, .fullwidth-image .column::before, .fullwidth-image .column::after {
      height: 40px;
    }
    
    body.site-home #header-slider .fill, body:not(.site-home) #header-slider .fill {
      padding-bottom: 30%;
    }
    
    #section-search-switcher[data-view="4"] .search-switcher-top-container {
      max-width: 100%;
    }
    
    #section-search-switcher {
        margin-top: 0px;
    }
    
    .audaris-widget .px-bs-gap {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    
    .link-card {
        margin-top: 70px;
    }
    
    .bildelement-versetzt-rechts p {
      padding: 50px 30px;
      height: auto;
      margin-top: 0px;
      background: linear-gradient(0deg, #BBD1E6 0%, #e4edf5 70%);
      min-height: 0px;
    }
    
    .bildelement-versetzt-links p {
      padding: 50px 30px;
      height: auto;
      margin-top: 0px;
      background: linear-gradient(0deg, #BBD1E6 0%, #e4edf5 70%);
      min-height: 0px;
    }
    
    .fullwidth-image img {
      height: 30vw;
      min-width: 100vw;
    }
    
    .content-below-fullw-image {
        width: 100%;
    }
    
    .btn {
      margin: 5px 0px;
    }
    
    .content-below-fullw-image {
      margin: 0 auto 30px auto;
    }
    
    .fullwidth-image .column {
        min-width: 100%;
    }
    
    .link-card-module .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .link-card-module .row > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }
    
    .link-card {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .service-list {
        display: block;
    }
    
    .breite-kachel img {
      width: 110px;
      top: -55px;
    }
    
    body:not(.fe-admin-area) .breite-kachel::before {
      height: 140px;
      width: 140px;
      top: 30px;
    }
    
    .breite-kachel {
      margin-top: 100px;
    }
    
    .breite-kachel p {
      padding: 10px 35px;
    }
    
    .breite-kachel h2 {
        padding: 0px 35px;
    }
    
    .menu-toggled nav[aria-label="Untermenü mit Symbolen"] {
        top: -63px;
    }
    
    #header #primary-menu li:not(.active) a {
      color: #000;
    }
    
    .leasing-table .table-row .left-cell {
        width: 75%;
    }
    
    .leasing-table .table-row .right-cell {
        width: 25%;
    }
    
    #loginboxbc {
        width: 100%;
    }
    
    .well {
        padding: 20px;
    }
    
    .au-imageslider-kachel .item img {
        width: 75%;
        margin: 0 auto;
    }
    
    [data-container="image-slider"].au-imageslider-kachel, [data-container="image-slider"].au-imageslider-kachel > .container, [data-container="image-slider"].au-imageslider-kachel > .container .owl-carousel, [data-container="image-slider"].au-imageslider-kachel > .container .owl-carousel .owl-stage-outer, [data-container="image-slider"].au-imageslider-kachel > .container .owl-carousel .owl-stage-outer .owl-stage {
      max-height: none;
    }
    
    [data-container="image-slider"].au-imageslider-kachel {
      padding: 20px 0px;
    }
    
    .owl-theme .owl-dots {
        display: flex;
    }
}

@media (max-width: 768px) {
    .zeitstrahl .row .row:nth-of-type(even) .column:nth-of-type(2), .zeitstrahl .row .row:nth-of-type(odd) .column:nth-of-type(3) {
        width: 30%;
    }
    
    .zeitstrahl .row .row .column:nth-child(2), .zeitstrahl .row .row .column:nth-child(3) {
        width: 70%;
    }
    
    .zeitstrahl .row .row::after {
      width: 0px;
    }
}

@media (max-width: 1580px) {
    #header #primary-menu-container {
      margin-right: 20px;
    }
    
    nav[aria-label="Untermenü mit Symbolen"] {
      right: 20px;
    }
}

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

@media (min-aspect-ratio: 1 / 1) {
  body.site-home #header-slider .fill, body:not(.site-home) #header-slider .fill {
    padding-bottom: 689px;
  }
}

/******************AA AUDA TIMELINE***************************************/

.auda-timeline .container > .row{
    display: flex;
}

.auda-timeline .ge-content {
    width: 100%;
}

.auda-timeline .container > .row .column{
    display: flex;
    align-items: center;
}

.auda-timeline .container > .row .timeline-img{
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.auda-timeline .container > .row .timeline-img::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #a8a8a8;
    z-index: -1;
}

.auda-timeline .container > .row:last-child .timeline-img::before{
      bottom: 50%;
}

.auda-timeline .container > .row .timeline-img::before{
      bottom: -50%;
}

.auda-timeline .container > .row .timeline-text{
    margin: 10px 0;
      padding: 15px;
    background: #efefef;
}

/******************AA END TIMELINE***************************************/


