.u-bg-secondary {
  background: #0d3b75;
  color: #fff; }

.u-bg-primary {
  background: #2AC128;
  color: #fff; }

@media (min-width: 46.25em) {
  .c-page {
    padding-top: 110px; }

  .c-hero {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0 3px 8px rgba(113, 113, 113, 0.15); } }
.c-page-header {
  padding-top: 1em; }
  @media (max-width: 46.24em) {
    .c-page-header {
      background: transparent; } }

.c-page-top__inner .m_Frontend_Menu {
  margin-bottom: .25em; }
  .c-page-top__inner .m_Frontend_Menu .nav .nav__link {
    padding: .5em 1em; }

.ag-infobox {
  padding: 2em;
  background: #f2f2f2;
  background-image: linear-gradient(to top, #fff 0%, rgba(195, 203, 214, 0.45) 100%);
  border-top: 10px solid #299d5a;
  margin-top: 3em; }
  .ag-infobox h3 {
    color: #333;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-top: 0; }

.nav__item--ag-mmc img {
  height: 32px; }

.c-top-bar {
  font-size: .875em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .c-top-bar__links .nav__item {
    margin-right: 0.5em; }
  .c-top-bar .nav__item--heading {
    font-weight: 700;
    text-transform: uppercase; }
  .c-top-bar__nav {
    margin-left: auto; }

.c-featured-slider-wrap, .imageslider__item {
  padding: 0; }

.o-wrapper.o-wrapper--slider {
  padding: 0;
  max-width: none; }

.s-cms-content {
  padding: 0; }

.page_details .c-featured-slider-wrap,
.page_fahrzeuge .c-featured-slider-wrap {
  display: none; }

.c-jumbotron {
  margin: 0; }
  .c-jumbotron:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background: rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%); }
  .c-jumbotron h2 {
    margin: 0;
    text-shadow: none;
    line-height: 1;
    background: #0d3b75;
    display: inline-block;
    padding: .5rem 1rem .75rem;
    text-transform: none; }
  .c-jumbotron h4 {
    font-weight: 400;
    margin-top: 0;
    color: #0d3b75;
    background: #C1CBD4;
    display: inline-block;
    padding: .5rem 1rem;
    left: 1.5rem;
    top: -.35rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .025em; }

.c-page-aside--left .module {
  padding: 0; }
.c-page-aside--left .fahrzeugnavigation .nav a,
.c-page-aside--left .fahrzeugnavigation .has-subnav.active .subnav a,
.c-page-aside--left .fahrzeugnavigation .has-subnav.active .subnav {
  border: 0; }
.c-page-aside--left .fahrzeugnavigation .nav a:hover,
.c-page-aside--left .fahrzeugnavigation .nav a:focus,
.c-page-aside--left .fahrzeugnavigation .nav a:active,
.c-page-aside--left .fahrzeugnavigation .nav a.akt {
  color: #fff;
  background: #2ac127; }
.c-page-aside--left .fahrzeugnavigation .subnav li a.akt {
  background: #2ac127;
  color: #fff;
  font-weight: 700; }

.fahrzeugnavigation .nav a {
  color: inherit;
  background: #fafafa; }

.fahrzeugnavigation .nav .has-subnav.active .subnav {
  padding: 0; }

.fahrzeugnavigation .nav .has-subnav.active .subnav li a.akt {
  font-weight: 700;
  color: #2ac127; }

.c-page-aside__inner {
  padding: 1em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03), 0 4px 5px rgba(0, 0, 0, 0.08); }

.c-page-aside--bottom {
  background: linear-gradient(to top, #ffffff 60%, rgba(195, 203, 214, 0.45) 100%);
  border-top: 10px solid #0d3b75;
  padding: 5vh 0; }

.c-page-footer {
  background: linear-gradient(to bottom, #0e7d53 0%, #31a65b 100%);
  border-top: 10px solid #0d3b75; }
  .c-page-footer h3 {
    color: #fff; }
  .c-page-footer p {
    color: #949494;
    font-size: .875em;
    margin-bottom: .5em; }
  .c-page-footer .zmdi {
    color: #2AC128; }
  .c-page-footer .m_Frontend_Menu.module {
    border-top: 2px solid rgba(245, 245, 245, 0.2); }
    .c-page-footer .m_Frontend_Menu.module .nav {
      font-size: .875em;
      padding-top: 2em; }

.c-page-footer__address {
  text-align: center; }
  .c-page-footer__address .adr,
  .c-page-footer__address .tel {
    display: none; }

.c-autrado-copyright {
  display: block;
  float: none;
  margin: 1em 0; }

.c-guestbook-comment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6; }
  .c-guestbook-comment .p-author {
    font-size: 1.25em; }
  .c-guestbook-comment__rating {
    -ms-flex-order: 1;
        order: 1; }
  .c-guestbook-comment_meta {
    -ms-flex-order: 0;
        order: 0; }
  .c-guestbook-comment ._text {
    font-style: italic;
    margin: 1em 0;
    -ms-flex-order: 2;
        order: 2; }

.pagetype_Frontend_Guestbook .c-button--rating {
  display: block;
  margin: 1em auto;
  max-width: 20em; }
.pagetype_Frontend_Guestbook .s-cms-content h1, .pagetype_Frontend_Guestbook .s-cms-content h3, .pagetype_Frontend_Guestbook .s-cms-content p {
  text-align: center; }
.pagetype_Frontend_Guestbook .c-guestbook-comment:first-child {
  border-top: 3px solid #d4d4d4;
  padding-top: 1em; }
.pagetype_Frontend_Guestbook .s-cms-content .c-aggregate-rating {
  max-width: 350px;
  padding: 4vh 1em;
  background: transparent;
  margin: 2em auto; }

@supports ((display: -ms-grid) or (display: grid)) {
  .c-aggregate-rating [itemprop="aggregateRating"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-flex-align: center;
        align-items: center; }

  .c-aggregate-rating__score {
    grid-column: 1/2;
    text-align: right;
    grid-row: -1/3;
    padding-right: .25em;
    font-size: 3em;
    line-height: 1;
    bottom: -4px;
    position: relative; }

  .c-aggregate-rating__score-text {
    display: none; }

  .c-aggregate-rating__rating-count {
    grid-column: 2/-1;
    text-align: left;
    padding-left: .25em; }

  .c-aggregate-rating__rating {
    text-align: left; } }
.c-aggregate-rating__score {
  font-weight: 700; }

.ag-testimonials .o-layout__item {
  display: -ms-flexbox;
  display: flex; }

.ag-testimonials .module {
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.c-testimonial__text {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.c-testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.c-aggregate-rating {
  position: relative; }

.c-aggregate-rating__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

a.ag-pull-image:after {
  content: attr(title);
  display: block;
  text-align: center;
  font-size: .75em;
  color: #777;
  padding: 6px 0 0;
  font-style: italic;
  text-decoration: none; }

a.ag-pull-image {
  text-decoration: none;
  margin-right: -5em; }
  @media (min-width: 46.25em) {
    a.ag-pull-image {
      margin-right: -5em; } }

.ag-image-gallery .o-layout__item:last-child {
  width: 100%; }
@media (min-width: 61.25em) {
  .ag-image-gallery {
    margin: 2em -7em 0; } }

.ag-team .module {
  padding: 1em;
  text-align: center; }
.ag-team h6 {
  text-transform: none; }
.ag-team hr {
  margin: .5em 0; }
.ag-team h3 {
  color: #239759; }

.c-blog__article {
  padding: 1em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }

.c-article-card__title {
  color: #188855;
  text-transform: none; }

h3, h4, h5, h6 {
  text-transform: none; }

.c-vehicle-list:not(.c-vehicles-list--container) .c-vehicle__action-link .u-hidden-visually {
  height: auto !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  width: auto !important;
  clip: auto !important; }

.c-vehicle-list:not(.c-vehicles-list--container) .c-vehicle__action-link {
  display: block;
  width: 100%; }

.c-vehicle-list:not(.c-vehicles-list--container) .c-vehicle .c-vehicle__action {
  display: block;
  margin-bottom: .25em; }

.slicknav_btn {
  background-color: #707070;
  position: absolute;
  right: 7px;
  top: 12px;
  margin: 0; }

.slicknav_nav {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #c1c1c1; }

.slicknav_nav .nav__item {
  border-bottom: 1px solid #c1c1c1;
  background: #fff;
  margin: 0; }

.slicknav_nav a {
  color: #000;
  display: block;
  padding: 0 15px;
  line-height: 44px; }

.slicknav_nav .slicknav_row {
  padding: 0 15px;
  margin: 0;
  position: relative; }

.slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row:focus {
  color: #000;
  background: transparent;
  border-radius: 0; }

.slicknav_nav .slicknav_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  line-height: 45px;
  text-align: center;
  border-left: 1px solid #c1c1c1; }

.slicknav_nav .nav__subnav {
  background: #343434;
  margin: 0;
  padding: 0; }

.slicknav_nav .nav__subnav > li {
  border-top: 1px solid #5b5b5b;
  border-bottom: 0;
  background: #343434; }

.slicknav_nav .nav__subnav > li:first-child {
  border: 0; }

.slicknav_nav .nav__subnav > li:last-child {
  border-bottom: 0; }

.slicknav_nav .nav__subnav > li a {
  color: #fff;
  padding-left: 40px;
  line-height: 45px;
  white-space: nowrap; }

.slicknav_nav .nav__link--home {
  overflow: visible;
  white-space: normal;
  text-indent: 0;
  width: auto; }

.slicknav_menu {
  padding: 0;
  z-index: 20;
  background: none; }

.slicknav_menu .slicknav_menutxt {
  text-shadow: none; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }
.u-animate-pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

.u-animate-pulse-shadow {
  animation-name: pulse-shadow;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 #1e50a0; }
  60% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
