@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .grid-container.fluid {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .grid-container.fluid {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x {
      margin-left: -1rem;
      margin-right: -1rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }

.grid-padding-x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
      padding-right: 1rem;
      padding-left: 1rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.5rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.5rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.5rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.5rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.5rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.5rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.5rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.5rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.5rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.5rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.5rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.5rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }

.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem); } }

.grey-bg {
  background: #fafafb; }

form.custom-form .filter-inner-cell {
  background: #fff;
  border: 0px solid #dddce3;
  color: #212121;
  padding: 0px; }
  @media print, screen and (min-width: 40em) {
    form.custom-form .filter-inner-cell {
      border-width: 1px; } }

@media print, screen and (min-width: 40em) {
  form.custom-form .filter-head {
    padding: 24px;
    padding-bottom: 0; }
    form.custom-form .filter-head .tabs-head {
      margin-right: 31px; } }

form.custom-form .filter-head ul.tabs {
  width: 100%;
  display: flex;
  border-bottom: 0px;
  border: 0px;
  float: left; }
  @media print, screen and (min-width: 64em) {
    form.custom-form .filter-head ul.tabs {
      border-bottom: 0px; } }
  form.custom-form .filter-head ul.tabs li.tabs-title {
    flex: 1 0;
    border-bottom: solid 1px #e3e1ec;
    border: solid 1px #e3e1ec;
    border-right: 0px;
    position: relative;
    display: block; }
    form.custom-form .filter-head ul.tabs li.tabs-title:last-child {
      border-right: solid 1px;
      border-right-color: #e3e1ec; }
    form.custom-form .filter-head ul.tabs li.tabs-title a {
      text-align: center;
      padding: 9px 0px 0px;
      font-size: 12px;
      font-family: GalanoGrotesque-SemiBold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #000; }
      @media print, screen and (min-width: 40em) {
        form.custom-form .filter-head ul.tabs li.tabs-title a {
          font-size: 16px;
          padding: 12px 0px; } }
      form.custom-form .filter-head ul.tabs li.tabs-title a:hover {
        background: inherit;
        border-bottom: 0px; }
      form.custom-form .filter-head ul.tabs li.tabs-title a[aria-selected=true] {
        background-color: transparent; }
      form.custom-form .filter-head ul.tabs li.tabs-title a:focus {
        outline: none;
        background: #fff; }
    form.custom-form .filter-head ul.tabs li.tabs-title .arrow:after {
      content: "";
      display: block;
      background: url("../images/arrow.svg") no-repeat center;
      background-color: transparent;
      position: relative;
      color: #000;
      width: auto;
      height: 24px;
      top: 0;
      right: 0px; }
      @media print, screen and (min-width: 40em) {
        form.custom-form .filter-head ul.tabs li.tabs-title .arrow:after {
          position: absolute;
          width: 48px;
          height: 48px; } }
    form.custom-form .filter-head ul.tabs li.tabs-title.is-active {
      border: solid 1px #000;
      border-bottom: 0px;
      background: white; }
      form.custom-form .filter-head ul.tabs li.tabs-title.is-active .arrow:after {
        transform: rotate(180deg); }
    form.custom-form .filter-head ul.tabs li.tabs-title:not(.is-active) {
      background: #fafafb;
      border-bottom: solid 1px #000; }
    form.custom-form .filter-head ul.tabs li.tabs-title.all-hidden {
      background: white;
      border-bottom: solid 1px #e3e1ec; }

form.custom-form .filter-content-cell {
  background: #fff;
  color: #212121;
  padding: 17px;
  border: 1px solid #dddce3;
  border-top: 0px; }
  @media print, screen and (min-width: 40em) {
    form.custom-form .filter-content-cell {
      padding: 24px;
      padding-top: 0px;
      border-width: 0px; } }
  form.custom-form .filter-content-cell .tabs-content {
    border: none;
    clear: both; }
    form.custom-form .filter-content-cell .tabs-content .tabs-panel {
      padding: 0;
      padding: 0px 0px 8px;
      border-bottom: solid 1px #e3e1ec; }
      @media print, screen and (min-width: 40em) {
        form.custom-form .filter-content-cell .tabs-content .tabs-panel {
          padding: 32px 0px 0px;
          margin-bottom: 8px; } }
    @media print, screen and (min-width: 40em) {
      form.custom-form .filter-content-cell .tabs-content .preis-sort-row {
        padding-top: 16px; } }
    @media screen and (max-width: 39.99875em) {
      form.custom-form .filter-content-cell .tabs-content .preis-sort-row .filter-btn {
        margin-bottom: 16px; } }
    form.custom-form .filter-content-cell .tabs-content .nice-select {
      margin-bottom: 0px; }
      form.custom-form .filter-content-cell .tabs-content .nice-select ul.list {
        z-index: 1; }
  form.custom-form .filter-content-cell ul:not(.list) {
    margin: 0;
    list-style-type: none; }
    form.custom-form .filter-content-cell ul:not(.list) li {
      display: block;
      margin-top: 10px; }
  form.custom-form .filter-content-cell.leistung ul, form.custom-form .filter-content-cell.allrad ul {
    margin-top: 13px; }
    form.custom-form .filter-content-cell.leistung ul li, form.custom-form .filter-content-cell.allrad ul li {
      display: inline-block;
      margin-right: 24px; }
      form.custom-form .filter-content-cell.leistung ul li:last-child, form.custom-form .filter-content-cell.allrad ul li:last-child {
        margin-right: 0px; }
  @media screen and (max-width: 39.99875em) {
    form.custom-form .filter-content-cell fieldset {
      margin-bottom: 16px; } }
  @media print, screen and (min-width: 40em) {
    form.custom-form .filter-content-cell fieldset {
      margin-bottom: 24px; } }
  form.custom-form .filter-content-cell fieldset input[type="text"] {
    margin-bottom: 0px; }
  form.custom-form .filter-content-cell fieldset.double_select .cell:first-child {
    padding-right: 8px; }
  form.custom-form .filter-content-cell fieldset.double_select .cell:nth-child(2) {
    padding-left: 8px; }
  form.custom-form .filter-content-cell fieldset.double_select label {
    margin-top: 20px; }
  form.custom-form .filter-content-cell fieldset .fs-technik-select {
    border-top: solid 1px #ccc;
    margin-top: 8px !important;
    padding-top: 8px; }
  form.custom-form .filter-content-cell fieldset .fs_anhaengerkupplung_select {
    margin-bottom: 0px;
    position: relative; }
    form.custom-form .filter-content-cell fieldset .fs_anhaengerkupplung_select:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      top: -8px;
      left: 0px;
      border-top: solid 1px #e3e1ec;
      /* Nur Firefox */ }

@-moz-document url-prefix() {
  form.custom-form .filter-content-cell fieldset .fs_anhaengerkupplung_select:before {
    top: -35px; } }
  form.custom-form .filter-content-cell fieldset ul.fs_leistung_list li {
    display: inline-block; }
    form.custom-form .filter-content-cell fieldset ul.fs_leistung_list li:last-child {
      margin-left: 24px; }
    form.custom-form .filter-content-cell fieldset ul.fs_leistung_list li input {
      margin-right: 0px; }
  @media screen and (max-width: 63.99875em) {
    form.custom-form .filter-content-cell fieldset .fs_leistung-select {
      margin-top: 16px; } }
  form.custom-form .filter-content-cell fieldset .fs_leistung-select .cell:nth-child(odd) {
    padding-right: 8px; }
  @media print, screen and (min-width: 64em) {
    form.custom-form .filter-content-cell fieldset#fs_allrad ul {
      position: relative;
      top: 50%;
      transform: translateY(-50%); } }
  form.custom-form .filter-content-cell select {
    height: 48px;
    border-radius: 3px;
    border: solid 1px #e3e1ec;
    background-color: #ffffff;
    box-shadow: none;
    padding-left: 16px; }

form.custom-form hr {
  border-color: #e3e1ec; }

form.custom-form .filter-btn button:focus {
  outline: 0px; }

form.custom-form legend {
  font-size: 13px;
  font-family: GalanoGrotesque-SemiBold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.87;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    form.custom-form legend {
      font-size: 15px; } }
  form.custom-form legend[for="fs_technik"] {
    width: 100%; }

form.custom-form input, form.custom-form input[type="text"] {
  border-color: #e3e1ec; }

form.custom-form .filter-results-btn {
  margin-top: 24px; }
  form.custom-form .filter-results-btn .filter-btn-headline {
    color: #000; }
  form.custom-form .filter-results-btn .button-group {
    margin-top: 16px;
    margin-bottom: 8px;
    flex-wrap: wrap; }
    form.custom-form .filter-results-btn .button-group .callout {
      font-size: 14px;
      line-height: 14px;
      border: solid 1px #e3e1ec;
      background-color: #fafafb;
      padding: 8px;
      margin-bottom: 8px;
      margin-right: 8px; }
      form.custom-form .filter-results-btn .button-group .callout:last-child {
        margin-right: 0px; }
      form.custom-form .filter-results-btn .button-group .callout .close-button {
        margin-left: 16px; }
        form.custom-form .filter-results-btn .button-group .callout .close-button svg {
          width: 8px;
          height: 8px; }

form.custom-form input[type=text] {
  box-shadow: none;
  border-radius: 3px;
  height: 40px; }
  @media print, screen and (min-width: 40em) {
    form.custom-form input[type=text] {
      height: 48px; } }

form.custom-form label {
  position: relative; }

#quicksearch #fzg-typ {
  margin-bottom: 1rem; }

#quicksearch .detailsearch {
  border-bottom: solid 1px;
  padding-bottom: 2px;
  font-family: GalanoGrotesque-SemiBold; }

.sueverkruep form.custom-form legend {
  color: #002f59; }

.sueverkruep form.custom-form .filter-head ul.tabs li.tabs-title a {
  color: #002f59; }

.sueverkruep form.custom-form .filter-results-btn .filter-btn-headline {
  color: #002f59; }

.sueverkruep .filter-head ul.tabs li.tabs-title.is-active {
  border-color: #002f59 !important; }

.mercedes-benz #fzg-typ input[type=radio]:checked + label {
  background: #000 !important;
  border: 1px solid #000 !important; }
  .mercedes-benz #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: white; }

.renault #fzg-typ input[type=radio]:checked + label {
  background: #ffcc33 !important;
  border: 1px solid #ffcc33 !important; }
  .renault #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: black; }

.dacia #fzg-typ input[type=radio]:checked + label {
  background: #0073ac !important;
  border: 1px solid #0073ac !important; }
  .dacia #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: white; }

.mazda #fzg-typ input[type=radio]:checked + label {
  background: #002544 !important;
  border: 1px solid #002544 !important; }
  .mazda #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: white; }

.peugeot #fzg-typ input[type=radio]:checked + label {
  background: #007be0 !important;
  border: 1px solid #007be0 !important; }
  .peugeot #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: white; }

.citroen #fzg-typ input[type=radio]:checked + label {
  background: #e1412d !important;
  border: 1px solid #e1412d !important; }
  .citroen #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: white; }

.smart #fzg-typ input[type=radio]:checked + label {
  background: #d7e600 !important;
  border: 1px solid #d7e600 !important; }
  .smart #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: black; }

.fuso #fzg-typ input[type=radio]:checked + label {
  background: #ff0000 !important;
  border: 1px solid #ff0000 !important; }
  .fuso #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: white; }

.man #fzg-typ input[type=radio]:checked + label {
  background: #303c49 !important;
  border: 1px solid #303c49 !important; }
  .man #fzg-typ input[type=radio]:checked + label i.svg--icon svg path {
    fill: white; }

.fzg-typ-cell {
  display: flex;
  height: 48px;
  border: solid 1px #d5d3de;
  border-radius: 3px;
  overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .fzg-typ-cell {
      margin-bottom: 6px; } }
  @media print, screen and (min-width: 64em) {
    .fzg-typ-cell {
      margin-bottom: 0px; } }
  .fzg-typ-cell span {
    border-right: solid 1px #d5d3de;
    flex: 1 0; }
    .fzg-typ-cell span:last-child {
      border: none; }
    .fzg-typ-cell span input[type=radio] {
      display: none;
      margin: 10px; }
    .fzg-typ-cell span input[type=radio] + label {
      display: flex;
      align-items: center;
      justify-content: center;
      border-color: #e3e1ec;
      margin: 0;
      padding: 0.6rem;
      height: 100%;
      background: #fafafb; }
      .fzg-typ-cell span input[type=radio] + label svg {
        display: block;
        object-fit: contain; }
        .fzg-typ-cell span input[type=radio] + label svg path {
          fill: #b8b8c2; }
      .fzg-typ-cell span input[type=radio] + label.pkw svg {
        width: 54px;
        height: 18px; }
      .fzg-typ-cell span input[type=radio] + label.transporter svg {
        width: 65px;
        height: 26px; }
      .fzg-typ-cell span input[type=radio] + label.womo svg {
        width: 46.7px;
        height: 28px; }
      .fzg-typ-cell span input[type=radio] + label.lkw svg {
        width: 60px;
        height: 30px; }
      @media screen and (min-width: 64em) and (max-width: 74.99875em) {
        .fzg-typ-cell span input[type=radio] + label svg {
          width: auto !important;
          height: auto !important; } }
    .fzg-typ-cell span img, .fzg-typ-cell span .custom-svg {
      margin: 0 auto;
      display: block; }
    .fzg-typ-cell span .custom-svg path {
      fill: #b8b8c2; }
  .fzg-typ-cell input[type=radio]:checked + label {
    background: #0a2f56;
    border: 1px solid #0a2f56; }
    .fzg-typ-cell input[type=radio]:checked + label svg path {
      fill: #fff; }

.close-icon {
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: relative;
  float: right;
  right: 12px;
  top: -25px; }

.close-icon:after {
  content: " ";
  display: block;
  background: url("../images/close.svg") no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2px; }

.fzgschnellsuche .custom-select.nice-select ul.list li[data-value="-"], .fzgschnellDetailsuche .custom-select.nice-select ul.list li[data-value="-"] {
  border-bottom: solid 1px #eee;
  cursor: auto;
  color: white;
  height: 1px;
  min-height: 1px; }

@media print, screen and (min-width: 64em) {
  #quick-search .inputBox {
    min-height: 325px; } }

#quick-search legend {
  display: none; }

#quick-search span, #quick-search li.option {
  font-size: 14px; }

#quick-search .aufbaubreich {
  margin-bottom: 16px; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #quick-search .aufbaubreich {
      width: calc(50% - 1rem);
      margin-right: 0px;
      padding-right: 4px; } }

#quick-search .fzg-typ-cell {
  margin-bottom: 0px; }
  @media screen and (max-width: 63.99875em) {
    #quick-search .fzg-typ-cell {
      height: 40px; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #quick-search .selectbox:nth-child(8) {
    margin-left: 0px;
    padding-left: 4px;
    padding-right: 0px; } }

@media print, screen and (min-width: 40em) {
  #quick-search .selectbox {
    width: calc(50% - 1rem);
    margin-right: 0px;
    padding-right: 4px; }
    #quick-search .selectbox:nth-child(odd) {
      margin-right: 16px;
      margin-left: 0px;
      padding-left: 4px;
      padding-right: 0px; }
    #quick-search .selectbox:not([style*="display: none"]):nth-child(10) {
      margin-right: 16px;
      padding-right: 0px;
      margin-left: 0px;
      padding-left: 4px; }
    #quick-search .selectbox:not([style*="display: none"]):nth-child(11) {
      margin-right: 0px;
      padding-right: 4px;
      margin-left: 16px;
      padding-left: 0px; }
    #quick-search .selectbox:not([style*="display: none"]):nth-child(7), #quick-search .selectbox:not([style*="display: none"]):nth-child(9) {
      margin-right: 0px;
      padding-right: 4px;
      margin-left: 16px;
      padding-left: 0px; } }
  @media screen and (min-width: 40em) and (min-width: 40em) and (max-width: 63.99875em) {
    #quick-search .selectbox:not([style*="display: none"]):nth-child(6) {
      margin-right: 0px;
      padding-right: 4px;
      margin-left: 16px;
      padding-left: 0px; }
    #quick-search .selectbox:not([style*="display: none"]):nth-child(11) {
      margin-right: 0px;
      padding-right: 0px;
      margin-left: 0px;
      padding-left: 4px; }
    #quick-search .selectbox:not([style*="display: none"]):nth-child(8) {
      margin-right: 0px;
      padding-right: 4px;
      margin-left: 16px;
      padding-left: 0px; } }

@media print, screen and (min-width: 64em) {
  #quick-search .selectbox:nth-of-type(n + 3) {
    margin-top: 8px; } }

#quick-search .selectbox input[type="text"] {
  height: 40px;
  line-height: 40px !important; }

#quick-search .selectbox .custom-select.nice-select, #quick-search .selectbox input[type="text"] {
  height: 40px;
  line-height: 40px !important; }
  #quick-search .selectbox .custom-select.nice-select:after, #quick-search .selectbox input[type="text"]:after {
    height: 40px !important;
    background-size: 40%;
    width: 30px !important; }
  #quick-search .selectbox .custom-select.nice-select.open:after, #quick-search .selectbox input[type="text"].open:after {
    right: 30px !important; }

@media print, screen and (min-width: 40em) {
  #quick-search .schnellsuchebtn {
    margin-top: 16px; } }

@media screen and (max-width: 39.99875em) {
  #quick-search .detailsbtn {
    margin-top: 8px; } }

#quick-search .detailsbtn a span {
  border-bottom: solid 1px #002f59;
  padding-bottom: 2px;
  color: #000; }

.sueverkruep #quick-search .detailsbtn a span {
  color: #002f59; }

.fahrzeug-teaser--list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .fahrzeug-teaser--list ul li.nw-row {
    margin-bottom: 42px;
    display: table-cell; }
    .fahrzeug-teaser--list ul li.nw-row .nwcar-type {
      font-size: 32px;
      font-weight: 600;
      position: relative;
      margin-bottom: 34px; }
      .fahrzeug-teaser--list ul li.nw-row .nwcar-type::before {
        content: "";
        border: solid 2px #ccc;
        margin-right: 24px; }
    .fahrzeug-teaser--list ul li.nw-row .nwcar-img {
      height: 104px; }
    .fahrzeug-teaser--list ul li.nw-row .nwcar-categorie {
      display: block;
      margin-top: 16px;
      font-size: 13px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal; }

input.custom {
  font-size: 13px;
  line-height: 1.54; }
  @media print, screen and (min-width: 40em) {
    input.custom {
      font-size: 15px;
      line-height: 1.87; } }
  input.custom[type=radio] {
    position: relative;
    visibility: hidden;
    margin-bottom: 0px; }
    input.custom[type=radio] + span {
      margin-left: 20px; }
      @media print, screen and (min-width: 40em) {
        input.custom[type=radio] + span {
          margin-left: 10px; } }
      input.custom[type=radio] + span:before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        border: solid 1px #e3e1ec;
        background-color: #ffffff;
        width: 24px;
        height: 24px;
        top: 0px; }
        @media print, screen and (min-width: 64em) {
          input.custom[type=radio] + span:before {
            width: 16px;
            height: 16px;
            top: 3px; } }
      input.custom[type=radio] + span:after {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        visibility: hidden;
        height: 10px;
        width: 10px;
        top: 7px;
        left: 7px; }
        @media print, screen and (min-width: 64em) {
          input.custom[type=radio] + span:after {
            height: 8px;
            width: 8px;
            top: 7px;
            left: 4px; } }
    input.custom[type=radio]:checked + span:before {
      background: #fafafb; }
    input.custom[type=radio]:checked + span:after {
      background: #222;
      visibility: visible; }
  input.custom[type=checkbox] {
    border-radius: 0px;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    position: relative; }
    input.custom[type=checkbox] + span:before {
      content: ' ';
      border: 1px solid #e3e1ec;
      background-color: #fff;
      cursor: pointer;
      display: inline-block;
      float: left;
      height: 24px;
      width: 24px;
      position: relative;
      margin-right: 8px; }
      @media print, screen and (min-width: 64em) {
        input.custom[type=checkbox] + span:before {
          top: 4px;
          width: 16px;
          height: 16px; } }
    input.custom[type=checkbox] + span .after-checkbox {
      display: flex;
      margin: 0px; }
    input.custom[type=checkbox]:checked + span:before {
      background-image: url("../images/close.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10.5px; }
      @media print, screen and (min-width: 64em) {
        input.custom[type=checkbox]:checked + span:before {
          background-size: 7px; } }

p {
  font-size: 13px;
  line-height: 1.54; }
  @media print, screen and (min-width: 40em) {
    p {
      font-size: 15px;
      line-height: 1.87; } }

.boxen.white {
  background: #ffffff; }

.teaserbox-fahrzeug {
  margin-bottom: 30px; }
  .teaserbox-fahrzeug .fzg-single-img {
    position: relative;
    overflow: hidden; }
    @media print, screen and (min-width: 64em) {
      .teaserbox-fahrzeug .fzg-single-img {
        height: 100%;
        max-height: 332px; } }
    .teaserbox-fahrzeug .fzg-single-img img {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .teaserbox-fahrzeug .fzg-single-img .fzg-img-lease {
      height: 248px;
      overflow: hidden; }
      .teaserbox-fahrzeug .fzg-single-img .fzg-img-lease img {
        object-fit: contain; }
    .teaserbox-fahrzeug .fzg-single-img.md-down {
      height: 216px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top; }
      @media screen and (min-width: 375px) and (max-width: 479px) {
        .teaserbox-fahrzeug .fzg-single-img.md-down {
          height: auto; } }
      @media screen and (min-width: 480px) and (max-width: 768px) {
        .teaserbox-fahrzeug .fzg-single-img.md-down {
          height: 456px; } }
      @media screen and (min-width: 641px) and (max-width: 768px) {
        .teaserbox-fahrzeug .fzg-single-img.md-down {
          height: auto; } }
      @media screen and (min-width: 40em) {
        .teaserbox-fahrzeug .fzg-single-img.md-down {
          height: auto; } }
      .teaserbox-fahrzeug .fzg-single-img.md-down img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%; }

.fzg-title {
  margin-bottom: 16px; }
  @media print, screen and (min-width: 40em) {
    .fzg-title {
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 64em) {
    .fzg-title {
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 40em) {
    .fzg-title h2 {
      margin-bottom: 0px; } }
  .fzg-title h2 a {
    color: #000000; }
  .fzg-title p {
    margin-bottom: 0px; }

.price-leasing-box {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  z-index: 1; }

.pricetag-box {
  position: relative; }
  .pricetag-box .pricetag {
    background-color: #002f59;
    color: #fff;
    width: 104.4px;
    height: 32px;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 15px;
    float: right; }
    .pricetag-box .pricetag:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      position: relative;
      display: flex;
      align-self: flex-end;
      border-color: transparent transparent #002f59 transparent;
      border-width: 0 0 26px 28px;
      left: -16px; }
      @media print, screen and (min-width: 40em) {
        .pricetag-box .pricetag:before {
          border-width: 0 0 40px 30px;
          left: -24px; } }
    @media print, screen and (min-width: 40em) {
      .pricetag-box .pricetag {
        width: 171px;
        height: 52px;
        font-size: 22px; } }
    .pricetag-box .pricetag .value {
      width: 100%; }

.leasing-rate {
  background: #fafafb;
  padding: 16px; }
  .leasing-rate .leasing-preis-tag {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center; }
    @media print, screen and (min-width: 40em) {
      .leasing-rate .leasing-preis-tag {
        display: block;
        font-size: 22px; } }

.fzg-detail-info-box .highlight-box ul li {
  padding-top: 0px; }

.fzg-detail-info-box ul {
  margin: 0;
  list-style-type: none;
  border-bottom: solid 1px #e3e1ec; }
  > .fzg-detail-info-box ul:first-child li {
    padding-top: 0px; }
  .fzg-detail-info-box ul li {
    padding: 8px 0px 8px;
    display: block;
    align-items: center;
    font-size: 12px;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .fzg-detail-info-box ul li {
        padding: 12px 0px 12px;
        font-size: 14px; } }
    .fzg-detail-info-box ul li > :before {
      content: "";
      display: inline-flex;
      align-self: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative; }
    .fzg-detail-info-box ul li sup {
      top: .6em; }
    .fzg-detail-info-box ul li span {
      display: flex; }
      .fzg-detail-info-box ul li span > div > sup {
        top: -.6em; }
    .fzg-detail-info-box ul li:nth-child(2) span, .fzg-detail-info-box ul li.medium-view span {
      padding-left: 10px; }
      @media print, screen and (min-width: 40em) {
        .fzg-detail-info-box ul li:nth-child(2) span, .fzg-detail-info-box ul li.medium-view span {
          padding-left: 25px; } }
    .fzg-detail-info-box ul li:nth-child(2):before, .fzg-detail-info-box ul li.medium-view:before {
      content: " ";
      width: 1px;
      height: 24px;
      position: absolute;
      top: 6px;
      background: #e3e1ec; }
      @media print, screen and (min-width: 40em) {
        .fzg-detail-info-box ul li:nth-child(2):before, .fzg-detail-info-box ul li.medium-view:before {
          top: 8px;
          height: 32px; } }
  .fzg-detail-info-box ul:last-child {
    border-bottom: 0px; }
    .fzg-detail-info-box ul:last-child li {
      padding-bottom: 0px; }

.fzg-detail-info-box .ez:before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../../assets/images/calender.svg); }
  @media print, screen and (min-width: 40em) {
    .fzg-detail-info-box .ez:before {
      margin-right: 16px; } }

.fzg-detail-info-box .km:before {
  width: 23px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../../assets/images/road.svg); }
  @media print, screen and (min-width: 40em) {
    .fzg-detail-info-box .km:before {
      margin-right: 13px; } }

.fzg-detail-info-box .ps:before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../../assets/images/meter.svg); }
  @media print, screen and (min-width: 40em) {
    .fzg-detail-info-box .ps:before {
      margin-right: 16px; } }

.fzg-detail-info-box .getriebe:before {
  width: 16px;
  height: 16px;
  margin-right: 11px;
  background-image: url(../../assets/images/getriebe.svg); }
  @media print, screen and (min-width: 40em) {
    .fzg-detail-info-box .getriebe:before {
      margin-right: 16px; } }

.fzg-detail-info-box .id-nr:before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../../assets/images/id.svg); }
  @media print, screen and (min-width: 40em) {
    .fzg-detail-info-box .id-nr:before {
      margin-right: 16px; } }

.fzg-detail-info-box .verbrauch:before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  align-self: flex-start;
  top: 5px;
  background-image: url(../../assets/images/verbrauch.svg); }
  @media print, screen and (min-width: 40em) {
    .fzg-detail-info-box .verbrauch:before {
      margin-right: 18px; } }

.fzg-detail-info-box .emission:before {
  width: 15px;
  height: 16px;
  margin-right: 8px;
  align-self: flex-start;
  top: 3px;
  background-image: url(../../assets/images/emissionen.svg); }
  @media print, screen and (min-width: 40em) {
    .fzg-detail-info-box .emission:before {
      margin-right: 14px; } }

.fzg-detail-info-box .effizienzklasse:before {
  width: 19px;
  height: 16px;
  margin-right: 7px;
  background-image: url(../../assets/images/eef.svg); }
  @media print, screen and (min-width: 40em) {
    .fzg-detail-info-box .effizienzklasse:before {
      margin-right: 12px; } }

.fzg-detail-info-box .hide-for-medium .verbrauch {
  display: inline-table; }
  .fzg-detail-info-box .hide-for-medium .verbrauch .verbrauchWertSm {
    margin-left: 24px; }

.sortBar .pagination ul {
  margin: 0px;
  list-style-type: none;
  display: inline-flex; }
  .sortBar .pagination ul li {
    margin-right: 8px;
    border-radius: 0px;
    display: block; }
    .sortBar .pagination ul li:empty {
      display: none; }
    .sortBar .pagination ul li:last-child {
      margin-right: 0px; }
    .sortBar .pagination ul li a {
      border: solid 1px #e3e1ec;
      background-color: #ffffff;
      border-radius: 0px;
      height: 40px;
      width: 40px;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0px;
      justify-content: center;
      margin-right: 8px; }
      .sortBar .pagination ul li a:last-child {
        margin-right: 0px; }
      .sortBar .pagination ul li a.active {
        background: #002f59;
        color: white;
        border: 0px; }
    .sortBar .pagination ul li.inbetween {
      display: flex;
      align-items: center;
      padding: 0px;
      justify-content: center; }

.mercedes-benz .sortBar .pagination ul li a.active {
  background: #000;
  color: white; }

.renault .sortBar .pagination ul li a.active {
  background: #ffcc33;
  color: black; }

.dacia .sortBar .pagination ul li a.active {
  background: #0073ac;
  color: white; }

.mazda .sortBar .pagination ul li a.active {
  background: #002544;
  color: white; }

.peugeot .sortBar .pagination ul li a.active {
  background: #007be0;
  color: white; }

.citroen .sortBar .pagination ul li a.active {
  background: #e1412d;
  color: white; }

.smart .sortBar .pagination ul li a.active {
  background: #d7e600;
  color: black; }

.fuso .sortBar .pagination ul li a.active {
  background: #ff0000;
  color: white; }

.man .sortBar .pagination ul li a.active {
  background: #303c49;
  color: white; }

.mercedes-benz .pricetag-box .pricetag {
  background-color: #000;
  color: white; }
  .mercedes-benz .pricetag-box .pricetag:before {
    border-color: transparent transparent #000 transparent; }

.renault .pricetag-box .pricetag {
  background-color: #ffcc33;
  color: black; }
  .renault .pricetag-box .pricetag:before {
    border-color: transparent transparent #ffcc33 transparent; }

.dacia .pricetag-box .pricetag {
  background-color: #0073ac;
  color: white; }
  .dacia .pricetag-box .pricetag:before {
    border-color: transparent transparent #0073ac transparent; }

.mazda .pricetag-box .pricetag {
  background-color: #002544;
  color: white; }
  .mazda .pricetag-box .pricetag:before {
    border-color: transparent transparent #002544 transparent; }

.peugeot .pricetag-box .pricetag {
  background-color: #007be0;
  color: white; }
  .peugeot .pricetag-box .pricetag:before {
    border-color: transparent transparent #007be0 transparent; }

.citroen .pricetag-box .pricetag {
  background-color: #e1412d;
  color: white; }
  .citroen .pricetag-box .pricetag:before {
    border-color: transparent transparent #e1412d transparent; }

.smart .pricetag-box .pricetag {
  background-color: #d7e600;
  color: black; }
  .smart .pricetag-box .pricetag:before {
    border-color: transparent transparent #d7e600 transparent; }

.fuso .pricetag-box .pricetag {
  background-color: #ff0000;
  color: white; }
  .fuso .pricetag-box .pricetag:before {
    border-color: transparent transparent #ff0000 transparent; }

.man .pricetag-box .pricetag {
  background-color: #303c49;
  color: white; }
  .man .pricetag-box .pricetag:before {
    border-color: transparent transparent #303c49 transparent; }

section.header_fahrzeug {
  padding-top: 0px; }
  section.header_fahrzeug .detail-breadcrumbs-row {
    border-bottom: solid 1px #e3e1ec; }
    section.header_fahrzeug .detail-breadcrumbs-row a {
      display: inline-block;
      padding: calc(22px/2) 0px; }
      section.header_fahrzeug .detail-breadcrumbs-row a:before {
        display: block; }
      section.header_fahrzeug .detail-breadcrumbs-row a span::before {
        margin-right: 16px; }
    section.header_fahrzeug .detail-breadcrumbs-row .arrow-left a:before {
      content: "";
      background-image: url(../../assets/images/arrow.svg);
      background-repeat: no-repeat;
      display: inline-block;
      width: 16px;
      height: 9px;
      transform: rotate(90deg);
      position: relative;
      left: -8px; }
    section.header_fahrzeug .detail-breadcrumbs-row .print_pdf {
      display: flex;
      justify-content: flex-end; }
    section.header_fahrzeug .detail-breadcrumbs-row .ang_print a {
      display: inline-flex; }
      section.header_fahrzeug .detail-breadcrumbs-row .ang_print a:before {
        content: "";
        background-image: url(../../assets/images/print.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        margin-right: 16px; }
    section.header_fahrzeug .detail-breadcrumbs-row .ang_pdf {
      margin-left: 16px;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        section.header_fahrzeug .detail-breadcrumbs-row .ang_pdf {
          margin-left: 24px; } }
      section.header_fahrzeug .detail-breadcrumbs-row .ang_pdf:before {
        content: " ";
        width: 1px;
        height: 32px;
        display: inline-block;
        position: absolute;
        background: #e3e1ec;
        top: 50%;
        transform: translateY(-50%); }
      section.header_fahrzeug .detail-breadcrumbs-row .ang_pdf span {
        margin-left: 16px; }
        @media print, screen and (min-width: 64em) {
          section.header_fahrzeug .detail-breadcrumbs-row .ang_pdf span {
            margin-left: 32px; } }
        section.header_fahrzeug .detail-breadcrumbs-row .ang_pdf span:before {
          content: "";
          background-image: url(../../assets/images/pdf.svg);
          background-repeat: no-repeat;
          display: inline-block;
          width: 18px;
          height: 24px;
          position: relative;
          top: 40%;
          left: 0;
          transform: translateY(-50%); }
    section.header_fahrzeug .detail-breadcrumbs-row .ang_print span:before, section.header_fahrzeug .detail-breadcrumbs-row .ang_pdf span:before {
      margin-right: 8px; }
      @media print, screen and (min-width: 64em) {
        section.header_fahrzeug .detail-breadcrumbs-row .ang_print span:before, section.header_fahrzeug .detail-breadcrumbs-row .ang_pdf span:before {
          margin-right: 24px; } }
  section.header_fahrzeug .fzg-title-row .headline {
    margin: 16px 0px; }
    @media print, screen and (min-width: 40em) {
      section.header_fahrzeug .fzg-title-row .headline {
        margin: 24px 0px; } }
    @media print, screen and (min-width: 64em) {
      section.header_fahrzeug .fzg-title-row .headline {
        margin: 32px 0px; } }
    section.header_fahrzeug .fzg-title-row .headline h1 {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    section.header_fahrzeug .fzg-img-info-details-row {
      margin-bottom: 32px; } }
  @media screen and (max-width: 63.99875em) {
    section.header_fahrzeug .fzg-img-info-details-row .sm-noMargin {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; } }
  section.header_fahrzeug .fzg-img-info-details-row .fzg-detail-carousel_large_box {
    position: relative; }
    section.header_fahrzeug .fzg-img-info-details-row .fzg-detail-carousel_large_box .detailSlideThumbs {
      position: relative; }
      section.header_fahrzeug .fzg-img-info-details-row .fzg-detail-carousel_large_box .detailSlideThumbs .lSAction > a {
        background-image: none;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        z-index: 2; }
        section.header_fahrzeug .fzg-img-info-details-row .fzg-detail-carousel_large_box .detailSlideThumbs .lSAction > a:before {
          content: "";
          display: block;
          background-image: url("../images/arrow.svg");
          background-repeat: no-repeat;
          width: 16px;
          height: 8px;
          position: absolute; }
      section.header_fahrzeug .fzg-img-info-details-row .fzg-detail-carousel_large_box .detailSlideThumbs .lSAction > .lSPrev {
        left: 0px; }
        section.header_fahrzeug .fzg-img-info-details-row .fzg-detail-carousel_large_box .detailSlideThumbs .lSAction > .lSPrev:before {
          transform: rotate(90deg); }
      section.header_fahrzeug .fzg-img-info-details-row .fzg-detail-carousel_large_box .detailSlideThumbs .lSAction > .lSNext {
        right: 0px; }
        section.header_fahrzeug .fzg-img-info-details-row .fzg-detail-carousel_large_box .detailSlideThumbs .lSAction > .lSNext:before {
          transform: rotate(-90deg); }
  @media print, screen and (min-width: 40em) {
    section.header_fahrzeug .thumbs-inzahlung-row .anzahlung-cta h2 {
      margin-bottom: 8px; } }
  section.header_fahrzeug .thumbs-inzahlung-row .anzahlung-cta .button {
    margin-top: 24px; }
  section.header_fahrzeug .co2-text {
    font-size: 13px;
    align-self: center;
    margin-left: 0px;
    margin-top: 20px; }
    @media print, screen and (min-width: 64em) {
      section.header_fahrzeug .co2-text {
        margin-left: 47px;
        margin-top: 0; } }
  section.header_fahrzeug .effizienzklasse {
    margin-bottom: 16px; }
  section.header_fahrzeug .header_fahrzeug-info .fzg-single-img {
    height: 240px;
    position: relative; }
    @media screen and (min-width: 375px) and (max-width: 479px) {
      section.header_fahrzeug .header_fahrzeug-info .fzg-single-img {
        height: auto; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      section.header_fahrzeug .header_fahrzeug-info .fzg-single-img {
        height: 480px; } }
    @media screen and (min-width: 641px) and (max-width: 768px) {
      section.header_fahrzeug .header_fahrzeug-info .fzg-single-img {
        height: auto; } }
  section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box #fzg-info-box .boxen:first-child {
    padding-top: 13px;
    padding-bottom: 0px; }
  section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box #fzg-info-box ul:first-child li {
    padding-top: 8px; }
    section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box #fzg-info-box ul:first-child li:before {
      top: 0px; }
  section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box #fzg-info-box ul:last-child li {
    padding-bottom: 12px; }
  section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box #fzg-info-box img.co2-img-label {
    width: 155px;
    height: auto; }
  @media screen and (max-width: 39.99875em) {
    section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box {
      margin-left: 0px;
      margin-right: 0px;
      width: 100%;
      margin-bottom: 32px; }
      section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box ul li:nth-child(2) span {
        padding-left: 16px; } }
  @media screen and (max-width: 39.99875em) {
    section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box .button + .button {
      margin-top: 8px; } }
  section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box .anzahlung-cta {
    margin-top: 32px;
    box-sizing: border-box; }
    @media print, screen and (min-width: 40em) {
      section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box .anzahlung-cta h2 {
        margin-bottom: 8px; } }
    section.header_fahrzeug .header_fahrzeug-info .fzg-detail-info-box .anzahlung-cta .button {
      margin-top: 24px; }
  section.header_fahrzeug .header_fahrzeug-info .boxen + .boxen {
    border-top: 0px; }

.highlight-box ul li:nth-child(2):before {
  margin-right: 4px;
  content: "";
  background-image: url(../../assets/images/check-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: 50%;
  display: inline-block;
  width: 16px;
  height: 12px;
  position: relative;
  top: 0px; }

ul.highlights {
  color: #000000; }
  ul.highlights li {
    display: inline-block;
    margin-right: 8px; }
    ul.highlights li:before {
      margin-right: 4px;
      content: "";
      background-image: url(../../assets/images/check-mark.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50%;
      display: inline-block;
      width: 16px;
      height: 12px; }

.fzg-details table {
  margin-bottom: 0; }
  .fzg-details table tr {
    border-bottom: solid 1px #e3e1ec; }
    .fzg-details table tr:nth-last-of-type {
      border-bottom: 0px; }

.fzg-details .labelBox .co2-img-label {
  width: 200px;
  height: auto;
  margin-bottom: 32px; }

.fzg-details .co2-text {
  font-size: 13px; }

.fzg-details .fzg-details-co2-row {
  margin-top: 16px; }
  @media print, screen and (min-width: 64em) {
    .fzg-details .fzg-details-co2-row {
      margin-top: 48px; } }
  .fzg-details .fzg-details-co2-row table th {
    text-align: left;
    font-family: GalanoGrotesque-SemiBold;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 0px; }
  .fzg-details .fzg-details-co2-row table tbody td {
    padding: 8px 0px; }
  .fzg-details .fzg-details-co2-row table tbody.co2-emission tr {
    border-bottom: 0px; }
    .fzg-details .fzg-details-co2-row table tbody.co2-emission tr td {
      padding: 0px 0px; }
  .fzg-details .fzg-details-co2-row table tbody.kraftstoff {
    border-bottom: solid 1px #e3e1ec; }
    .fzg-details .fzg-details-co2-row table tbody.kraftstoff th {
      border-top: solid 1px #e3e1ec; }
    .fzg-details .fzg-details-co2-row table tbody.kraftstoff tr {
      border-bottom: 0px; }
      .fzg-details .fzg-details-co2-row table tbody.kraftstoff tr td {
        padding: 0px 0px; }
  .fzg-details .fzg-details-co2-row h3 {
    color: #000; }
  @media screen and (max-width: 39.99875em) {
    .fzg-details .fzg-details-co2-row .labelBox {
      margin-top: 32px; } }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .fzg-details .fzg-details-co2-row .labelBox {
      margin-top: 48px; } }
  .fzg-details .fzg-details-co2-row ul.energieef-list {
    margin-bottom: 0px; }
    .fzg-details .fzg-details-co2-row ul.energieef-list > li {
      padding: 8px 0px;
      border-bottom: solid 1px #e3e1ec; }
      .fzg-details .fzg-details-co2-row ul.energieef-list > li ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; }
        .fzg-details .fzg-details-co2-row ul.energieef-list > li ul li {
          padding-bottom: 0px; }
  .fzg-details .fzg-details-co2-row .umweltplakette-cell {
    display: inline-flex; }
    .fzg-details .fzg-details-co2-row .umweltplakette-cell i.umweltplakette-icon {
      display: inline-flex;
      position: relative;
      margin-right: 12px;
      top: 2px; }
      .fzg-details .fzg-details-co2-row .umweltplakette-cell i.umweltplakette-icon svg {
        width: 24px;
        height: 24px; }

.fzg-details .finanz-row .firstTd {
  width: 50%;
  vertical-align: initial;
  font-family: GalanoGrotesque-SemiBold; }

.fzg-details .finanz-row .cta-finance {
  margin-top: 16px; }

.fzg-details .finanz-row .finanz-btn {
  margin-top: 32px; }

.fzg-details .slideControls, .fzg-details .slideTwoControls {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  z-index: 1; }
  .fzg-details .slideControls i, .fzg-details .slideTwoControls i {
    font-size: 30px; }
  .fzg-details .slideControls .slideNext,
  .fzg-details .slideControls .slidePrev, .fzg-details .slideTwoControls .slideNext,
  .fzg-details .slideTwoControls .slidePrev {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    display: block;
    background-image: url("../images/slider-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
  .fzg-details .slideControls .slidePrev, .fzg-details .slideTwoControls .slidePrev {
    left: 0;
    position: absolute;
    cursor: pointer;
    transform: rotate(180deg); }
  .fzg-details .slideControls .slideNext, .fzg-details .slideTwoControls .slideNext {
    right: 0;
    position: absolute;
    cursor: pointer; }

.fzg-details .fahrzeugdetails-row table tbody tr td:first-child {
  width: 40%; }

.detailsansicht-hinweistxt .cell {
  font-size: 13px; }
  .detailsansicht-hinweistxt .cell ul, .detailsansicht-hinweistxt .cell ol {
    counter-reset: custom;
    list-style-type: none;
    margin: 0px;
    position: relative; }
    .detailsansicht-hinweistxt .cell ul li, .detailsansicht-hinweistxt .cell ol li {
      counter-increment: custom;
      display: flex;
      position: relative; }
      .detailsansicht-hinweistxt .cell ul li span, .detailsansicht-hinweistxt .cell ol li span {
        margin-right: 16px;
        font-family: GalanoGrotesque-SemiBold;
        position: relative;
        padding-top: 3px; }
        .detailsansicht-hinweistxt .cell ul li span sup, .detailsansicht-hinweistxt .cell ol li span sup {
          font-size: 15px;
          top: -.3em; }
      .detailsansicht-hinweistxt .cell ul li:nth-child(n + 2), .detailsansicht-hinweistxt .cell ol li:nth-child(n + 2) {
        margin-top: 32px; }
      .detailsansicht-hinweistxt .cell ul li a, .detailsansicht-hinweistxt .cell ol li a {
        text-decoration: underline; }
  .detailsansicht-hinweistxt .cell + .cell {
    margin-top: 16px; }
    @media print, screen and (min-width: 64em) {
      .detailsansicht-hinweistxt .cell + .cell {
        margin-top: 32px; } }

.fahrzeugliste section.detailsansicht-hinweistxt {
  padding-bottom: 0px; }

.fzg-detaillist .accordion {
  border: 0px; }
  .fzg-detaillist .accordion .accordion-item .accordion-title {
    border: 0px;
    border-bottom: solid 1px #e3e1ec;
    padding: 16px 0px;
    font-weight: bold;
    font-size: 13px; }
    @media print, screen and (min-width: 40em) {
      .fzg-detaillist .accordion .accordion-item .accordion-title {
        font-size: 16px; } }
    .fzg-detaillist .accordion .accordion-item .accordion-title:focus {
      background: transparent; }
    .fzg-detaillist .accordion .accordion-item .accordion-title:hover {
      background: transparent; }
    .fzg-detaillist .accordion .accordion-item .accordion-title::before {
      content: "";
      background-image: url(../../assets/images/arrow.svg);
      background-repeat: no-repeat;
      display: inline-block;
      width: 16px;
      height: 16px; }
  .fzg-detaillist .accordion .accordion-item.is-active a::before {
    content: "";
    background-image: url(../../assets/images/arrow.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    transform: rotate(-180deg); }
  .fzg-detaillist .accordion .accordion-item .accordion-content {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    .fzg-detaillist .accordion .accordion-item .accordion-content ul {
      list-style-type: none; }
      @media print, screen and (min-width: 40em) {
        .fzg-detaillist .accordion .accordion-item .accordion-content ul {
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2; } }
      .fzg-detaillist .accordion .accordion-item .accordion-content ul li {
        margin-bottom: 16px; }
        .fzg-detaillist .accordion .accordion-item .accordion-content ul li:before {
          margin-left: -20px;
          margin-right: 16px;
          content: "";
          background-image: url(../../assets/images/check-mark.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50%;
          display: inline-block;
          width: 16px;
          height: 12px; }

.location-box .acf-maps {
  width: 100%;
  height: 169px; }
  @media print, screen and (min-width: 40em) {
    .location-box .acf-maps {
      height: 288px; } }
  @media print, screen and (min-width: 64em) {
    .location-box .acf-maps {
      min-height: 500px;
      height: 100%; } }

.location-box .teaserbox-standort {
  margin-top: 32px; }
  .location-box .teaserbox-standort .callout {
    height: 169px; }
    @media print, screen and (min-width: 40em) {
      .location-box .teaserbox-standort .callout {
        height: 288px; } }
    @media print, screen and (min-width: 64em) {
      .location-box .teaserbox-standort .callout {
        min-height: 500px; } }
    .location-box .teaserbox-standort .callout form {
      height: 100%; }
      .location-box .teaserbox-standort .callout form div {
        width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }

.thumbnailsBox {
  position: relative; }
  .thumbnailsBox .lSAction > a {
    background-image: none;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 2; }
    .thumbnailsBox .lSAction > a:before {
      content: "";
      display: block;
      background-image: url("../images/arrow.svg");
      background-repeat: no-repeat;
      width: 16px;
      height: 8px;
      position: absolute; }
  .thumbnailsBox .lSAction > .lSPrev {
    left: 0px; }
    .thumbnailsBox .lSAction > .lSPrev:before {
      transform: rotate(90deg); }
  .thumbnailsBox .lSAction > .lSNext {
    right: 0px; }
    .thumbnailsBox .lSAction > .lSNext:before {
      transform: rotate(-90deg); }
  .thumbnailsBox .lSSlideOuter .lSPager.lSpg > li:hover a, .thumbnailsBox .lSSlideOuter .lSPager.lSpg > li.active a {
    background: black; }
  .thumbnailsBox .lSSlideOuter .lSPager.lSpg > li a {
    background: white;
    border: solid 1px black;
    transition-duration: .1s;
    z-index: 2; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

.fzg-detail-carousel_large_box .lSSlideWrapper {
  height: inherit;
  max-height: 571px;
  margin-bottom: 32px; }
  .fzg-detail-carousel_large_box .lSSlideWrapper ul {
    height: inherit; }
    .fzg-detail-carousel_large_box .lSSlideWrapper ul li {
      height: inherit; }
      .fzg-detail-carousel_large_box .lSSlideWrapper ul li img {
        width: 100%;
        height: inherit;
        object-fit: cover; }

.fzg-detail-carousel_large_box .lSSlideOuter .lSPager.lSGallery > li.active, .fzg-detail-carousel_large_box .lSSlideOuter .lSPager.lSGallery > li:hover {
  border-radius: 0px; }

.fzg-detail-carousel_large_box .detailSlideThumbs ul {
  height: inherit; }
  .fzg-detail-carousel_large_box .detailSlideThumbs ul li {
    height: 100%; }
    .fzg-detail-carousel_large_box .detailSlideThumbs ul li a {
      height: 100%;
      display: block; }
      .fzg-detail-carousel_large_box .detailSlideThumbs ul li a img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important; }

.thumbnailsBox .lSSlideOuter {
  height: 100%; }
  .thumbnailsBox .lSSlideOuter .lSSlideWrapper {
    height: auto; }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      .thumbnailsBox .lSSlideOuter .lSSlideWrapper {
        height: auto; } }
    @media print, screen and (min-width: 64em) {
      .thumbnailsBox .lSSlideOuter .lSSlideWrapper {
        height: inherit; } }
    .thumbnailsBox .lSSlideOuter .lSSlideWrapper ul {
      height: 100% !important; }
      .thumbnailsBox .lSSlideOuter .lSSlideWrapper ul li {
        height: inherit; }
        .thumbnailsBox .lSSlideOuter .lSSlideWrapper ul li img {
          width: 100%;
          height: inherit;
          object-fit: cover; }

.mini-teaser-row .headline h1 {
  margin-bottom: 26px; }
  @media print, screen and (min-width: 40em) {
    .mini-teaser-row .headline h1 {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 64em) {
    .mini-teaser-row .headline h1 {
      margin-bottom: 52px; } }

.fahrzeug-mini-teaserliste {
  margin-bottom: 24px; }
  .fahrzeug-mini-teaserliste:last-child {
    margin-bottom: 0px; }
  @media print, screen and (min-width: 40em) {
    .fahrzeug-mini-teaserliste {
      margin-bottom: 0px; }
      .fahrzeug-mini-teaserliste:nth-child(n+3) {
        margin-top: 32px; } }
  @media print, screen and (min-width: 64em) {
    .fahrzeug-mini-teaserliste {
      margin: 0px; }
      .fahrzeug-mini-teaserliste:nth-child(n+3) {
        margin-top: 0px; } }
  .fahrzeug-mini-teaserliste .fzg-single-img {
    margin-bottom: 16px;
    height: 215px;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 375px) and (max-width: 479px) {
      .fahrzeug-mini-teaserliste .fzg-single-img {
        height: auto; } }
    @media print, screen and (min-width: 40em) {
      .fahrzeug-mini-teaserliste .fzg-single-img {
        height: 223px; } }
    @media print, screen and (min-width: 64em) {
      .fahrzeug-mini-teaserliste .fzg-single-img {
        height: 207px; } }
    .fahrzeug-mini-teaserliste .fzg-single-img img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
  .fahrzeug-mini-teaserliste .mini-pricetag {
    width: 109.8px;
    height: 33.4px;
    background: #002f59;
    color: white;
    float: right;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .fahrzeug-mini-teaserliste .mini-pricetag {
        width: 105.2px;
        height: 32px;
        border-top-left-radius: 30px; } }
    .fahrzeug-mini-teaserliste .mini-pricetag .value {
      width: 100%;
      font-size: 1rem; }
    .fahrzeug-mini-teaserliste .mini-pricetag:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      position: relative;
      display: flex;
      align-self: flex-end;
      border-color: transparent transparent #002f59 transparent;
      border-width: 0 0 22px 17px;
      left: -10px; }
  .fahrzeug-mini-teaserliste .fzg-mini-title h3 {
    margin-bottom: 8;
    word-break: break-word; }
  .fahrzeug-mini-teaserliste .fzg-mini-title span {
    display: block;
    font-size: 13px;
    line-height: 1.54; }
  .fahrzeug-mini-teaserliste .mini-fzg-info {
    margin-top: 8px; }
    .fahrzeug-mini-teaserliste .mini-fzg-info span {
      display: block;
      font-size: 13px;
      line-height: 1.54;
      color: #4a4a4a; }

.fzg-details .pricetag-box .pricetag {
  background-color: #002f59;
  color: white; }
  .fzg-details .pricetag-box .pricetag:before {
    border-color: transparent transparent #002f59 transparent; }

.fzg-details.mercedes-benz .headline {
  border-left: 2px solid #b2b2b2;
  padding-left: 16px; }
  .fzg-details.mercedes-benz .headline h1, .fzg-details.mercedes-benz .headline span {
    color: #000; }

.fzg-details.mercedes-benz h2, .fzg-details.mercedes-benz h3 {
  color: #000; }

.fzg-details.mercedes-benz .pricetag-box .pricetag {
  background-color: #000;
  color: white; }
  .fzg-details.mercedes-benz .pricetag-box .pricetag:before {
    border-color: transparent transparent #000 transparent; }

.fzg-details.mercedes-benz .mini-pricetag {
  background-color: #000;
  color: white; }
  .fzg-details.mercedes-benz .mini-pricetag:before {
    border-color: transparent transparent #000 transparent; }

.fzg-details.renault .headline {
  border-left: 2px solid #ffcc33;
  padding-left: 16px; }
  .fzg-details.renault .headline h1, .fzg-details.renault .headline span {
    color: #000; }

.fzg-details.renault h2, .fzg-details.renault h3 {
  color: #000; }

.fzg-details.renault .pricetag-box .pricetag {
  background-color: #ffcc33;
  color: black; }
  .fzg-details.renault .pricetag-box .pricetag:before {
    border-color: transparent transparent #ffcc33 transparent; }

.fzg-details.renault .mini-pricetag {
  background-color: #ffcc33;
  color: black; }
  .fzg-details.renault .mini-pricetag:before {
    border-color: transparent transparent #ffcc33 transparent; }

.fzg-details.dacia .headline {
  border-left: 2px solid #0073ac;
  padding-left: 16px; }
  .fzg-details.dacia .headline h1, .fzg-details.dacia .headline span {
    color: #000; }

.fzg-details.dacia h2, .fzg-details.dacia h3 {
  color: #000; }

.fzg-details.dacia .pricetag-box .pricetag {
  background-color: #0073ac;
  color: white; }
  .fzg-details.dacia .pricetag-box .pricetag:before {
    border-color: transparent transparent #0073ac transparent; }

.fzg-details.dacia .mini-pricetag {
  background-color: #0073ac;
  color: white; }
  .fzg-details.dacia .mini-pricetag:before {
    border-color: transparent transparent #0073ac transparent; }

.fzg-details.mazda .headline {
  border-left: 2px solid #002544;
  padding-left: 16px; }
  .fzg-details.mazda .headline h1, .fzg-details.mazda .headline span {
    color: #000; }

.fzg-details.mazda h2, .fzg-details.mazda h3 {
  color: #000; }

.fzg-details.mazda .pricetag-box .pricetag {
  background-color: #002544;
  color: white; }
  .fzg-details.mazda .pricetag-box .pricetag:before {
    border-color: transparent transparent #002544 transparent; }

.fzg-details.mazda .mini-pricetag {
  background-color: #002544;
  color: white; }
  .fzg-details.mazda .mini-pricetag:before {
    border-color: transparent transparent #002544 transparent; }

.fzg-details.peugeot .headline {
  border-left: 2px solid #007be0;
  padding-left: 16px; }
  .fzg-details.peugeot .headline h1, .fzg-details.peugeot .headline span {
    color: #000; }

.fzg-details.peugeot h2, .fzg-details.peugeot h3 {
  color: #000; }

.fzg-details.peugeot .pricetag-box .pricetag {
  background-color: #007be0;
  color: white; }
  .fzg-details.peugeot .pricetag-box .pricetag:before {
    border-color: transparent transparent #007be0 transparent; }

.fzg-details.peugeot .mini-pricetag {
  background-color: #007be0;
  color: white; }
  .fzg-details.peugeot .mini-pricetag:before {
    border-color: transparent transparent #007be0 transparent; }

.fzg-details.citroen .headline {
  border-left: 2px solid #e1412d;
  padding-left: 16px; }
  .fzg-details.citroen .headline h1, .fzg-details.citroen .headline span {
    color: #000; }

.fzg-details.citroen h2, .fzg-details.citroen h3 {
  color: #000; }

.fzg-details.citroen .pricetag-box .pricetag {
  background-color: #e1412d;
  color: white; }
  .fzg-details.citroen .pricetag-box .pricetag:before {
    border-color: transparent transparent #e1412d transparent; }

.fzg-details.citroen .mini-pricetag {
  background-color: #e1412d;
  color: white; }
  .fzg-details.citroen .mini-pricetag:before {
    border-color: transparent transparent #e1412d transparent; }

.fzg-details.smart .headline {
  border-left: 2px solid #d7e600;
  padding-left: 16px; }
  .fzg-details.smart .headline h1, .fzg-details.smart .headline span {
    color: #000; }

.fzg-details.smart h2, .fzg-details.smart h3 {
  color: #000; }

.fzg-details.smart .pricetag-box .pricetag {
  background-color: #d7e600;
  color: black; }
  .fzg-details.smart .pricetag-box .pricetag:before {
    border-color: transparent transparent #d7e600 transparent; }

.fzg-details.smart .mini-pricetag {
  background-color: #d7e600;
  color: black; }
  .fzg-details.smart .mini-pricetag:before {
    border-color: transparent transparent #d7e600 transparent; }

.fzg-details.fuso .headline {
  border-left: 2px solid #ff0000;
  padding-left: 16px; }
  .fzg-details.fuso .headline h1, .fzg-details.fuso .headline span {
    color: #000; }

.fzg-details.fuso h2, .fzg-details.fuso h3 {
  color: #000; }

.fzg-details.fuso .pricetag-box .pricetag {
  background-color: #ff0000;
  color: white; }
  .fzg-details.fuso .pricetag-box .pricetag:before {
    border-color: transparent transparent #ff0000 transparent; }

.fzg-details.fuso .mini-pricetag {
  background-color: #ff0000;
  color: white; }
  .fzg-details.fuso .mini-pricetag:before {
    border-color: transparent transparent #ff0000 transparent; }

.fzg-details.man .headline {
  border-left: 2px solid #303c49;
  padding-left: 16px; }
  .fzg-details.man .headline h1, .fzg-details.man .headline span {
    color: #000; }

.fzg-details.man h2, .fzg-details.man h3 {
  color: #000; }

.fzg-details.man .pricetag-box .pricetag {
  background-color: #303c49;
  color: white; }
  .fzg-details.man .pricetag-box .pricetag:before {
    border-color: transparent transparent #303c49 transparent; }

.fzg-details.man .mini-pricetag {
  background-color: #303c49;
  color: white; }
  .fzg-details.man .mini-pricetag:before {
    border-color: transparent transparent #303c49 transparent; }

.mercedes-benz .pricetag-box .pricetag {
  background-color: #000;
  color: white; }
  .mercedes-benz .pricetag-box .pricetag:before {
    border-color: transparent transparent #000 transparent; }

.mercedes-benz .mini-pricetag {
  background-color: #000;
  color: white; }
  .mercedes-benz .mini-pricetag:before {
    border-color: transparent transparent #000 transparent; }

.renault .pricetag-box .pricetag {
  background-color: #ffcc33;
  color: black; }
  .renault .pricetag-box .pricetag:before {
    border-color: transparent transparent #ffcc33 transparent; }

.renault .mini-pricetag {
  background-color: #ffcc33;
  color: black; }
  .renault .mini-pricetag:before {
    border-color: transparent transparent #ffcc33 transparent; }

.dacia .pricetag-box .pricetag {
  background-color: #0073ac;
  color: white; }
  .dacia .pricetag-box .pricetag:before {
    border-color: transparent transparent #0073ac transparent; }

.dacia .mini-pricetag {
  background-color: #0073ac;
  color: white; }
  .dacia .mini-pricetag:before {
    border-color: transparent transparent #0073ac transparent; }

.mazda .pricetag-box .pricetag {
  background-color: #002544;
  color: white; }
  .mazda .pricetag-box .pricetag:before {
    border-color: transparent transparent #002544 transparent; }

.mazda .mini-pricetag {
  background-color: #002544;
  color: white; }
  .mazda .mini-pricetag:before {
    border-color: transparent transparent #002544 transparent; }

.peugeot .pricetag-box .pricetag {
  background-color: #007be0;
  color: white; }
  .peugeot .pricetag-box .pricetag:before {
    border-color: transparent transparent #007be0 transparent; }

.peugeot .mini-pricetag {
  background-color: #007be0;
  color: white; }
  .peugeot .mini-pricetag:before {
    border-color: transparent transparent #007be0 transparent; }

.citroen .pricetag-box .pricetag {
  background-color: #e1412d;
  color: white; }
  .citroen .pricetag-box .pricetag:before {
    border-color: transparent transparent #e1412d transparent; }

.citroen .mini-pricetag {
  background-color: #e1412d;
  color: white; }
  .citroen .mini-pricetag:before {
    border-color: transparent transparent #e1412d transparent; }

.smart .pricetag-box .pricetag {
  background-color: #d7e600;
  color: black; }
  .smart .pricetag-box .pricetag:before {
    border-color: transparent transparent #d7e600 transparent; }

.smart .mini-pricetag {
  background-color: #d7e600;
  color: black; }
  .smart .mini-pricetag:before {
    border-color: transparent transparent #d7e600 transparent; }

.fuso .pricetag-box .pricetag {
  background-color: #ff0000;
  color: white; }
  .fuso .pricetag-box .pricetag:before {
    border-color: transparent transparent #ff0000 transparent; }

.fuso .mini-pricetag {
  background-color: #ff0000;
  color: white; }
  .fuso .mini-pricetag:before {
    border-color: transparent transparent #ff0000 transparent; }

.man .pricetag-box .pricetag {
  background-color: #303c49;
  color: white; }
  .man .pricetag-box .pricetag:before {
    border-color: transparent transparent #303c49 transparent; }

.man .mini-pricetag {
  background-color: #303c49;
  color: white; }
  .man .mini-pricetag:before {
    border-color: transparent transparent #303c49 transparent; }

.anfrageform label {
  display: inline-block; }
  .anfrageform label:nth-child(n+2) {
    margin-left: 16px; }

.anfrageform .radio-row {
  margin: calc(32px / 2) 0px; }

.anfrageform .anrede {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 8px 0px; }
  .anfrageform .anrede label {
    position: relative;
    cursor: pointer; }

.anfrageform textarea {
  height: 145px;
  overflow-y: scroll;
  margin-bottom: 0px; }

.anfrageform input {
  font-size: 13px;
  line-height: 1.54; }
  @media print, screen and (min-width: 40em) {
    .anfrageform input {
      font-size: 15px;
      line-height: 1.87; } }
  .anfrageform input[type=radio] {
    position: relative;
    visibility: hidden;
    margin-bottom: 0px; }
    .anfrageform input[type=radio] + span {
      margin-left: 10px; }
      .anfrageform input[type=radio] + span:before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        border: solid 1px #e3e1ec;
        background-color: #fafafb;
        width: 24px;
        height: 24px;
        top: 0px; }
        @media print, screen and (min-width: 64em) {
          .anfrageform input[type=radio] + span:before {
            width: 16px;
            height: 16px;
            top: 3px; } }
      .anfrageform input[type=radio] + span:after {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        visibility: hidden;
        height: 10px;
        width: 10px;
        top: 7px;
        left: 7px; }
        @media print, screen and (min-width: 64em) {
          .anfrageform input[type=radio] + span:after {
            height: 8px;
            width: 8px;
            top: 7px;
            left: 4px; } }
    .anfrageform input[type=radio]:checked + span:before {
      background: #fafafb; }
    .anfrageform input[type=radio]:checked + span:after {
      background: #222;
      visibility: visible; }
  .anfrageform input[type=checkbox] {
    border-radius: 0px;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    position: relative; }
    .anfrageform input[type=checkbox] + span:before {
      content: ' ';
      border: 1px solid #e3e1ec;
      background-color: #fafafb;
      cursor: pointer;
      display: inline-block;
      float: left;
      height: 24px;
      width: 24px;
      position: relative;
      top: 4px;
      margin-right: 16px; }
      @media print, screen and (min-width: 40em) {
        .anfrageform input[type=checkbox] + span:before {
          width: 16px;
          height: 16px; } }
    .anfrageform input[type=checkbox] + span .after-checkbox {
      display: flex;
      margin: 0px; }
    .anfrageform input[type=checkbox]:checked + span:before {
      background-image: url("../images/close.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10.5px; }
      @media print, screen and (min-width: 64em) {
        .anfrageform input[type=checkbox]:checked + span:before {
          background-size: 7px; } }

.anfrageform .pflichtangBox {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 22px; }
  .anfrageform .pflichtangBox .pflichtangTxt {
    display: flex;
    margin-bottom: 4px; }
    .anfrageform .pflichtangBox .pflichtangTxt a {
      text-decoration: underline; }
    .anfrageform .pflichtangBox .pflichtangTxt input[type=checkbox] + span:before {
      top: 0px;
      width: 24px;
      height: 24px;
      background-color: white; }
    .anfrageform .pflichtangBox .pflichtangTxt input[type=checkbox]:checked + span:before {
      background-size: 11px; }
  .anfrageform .pflichtangBox .pflicht-hinweis {
    display: block;
    margin-top: 16px;
    margin-bottom: 6px; }

/******************* Print Style *******************/
@media print {
  @page {
    size: a4;
    margin: 0mm; }
  body, html {
    color-adjust: economy;
    width: 210mm;
    height: 297mm;
    overflow: visible;
    margin: 0 auto; }
  body {
    padding-top: 10mm;
    width: 90%; }
  @-moz-document url-prefix() {
    body {
      width: 80%; } }
  @page :right {
    margin-top: .5cm; }
  .bb-none {
    border-bottom: 0px !important; }
  a[href]:after {
    content: none !important; }
  img[src]:after {
    content: none !important; }
  a:after {
    content: " (" attr(href) ") ";
    color: gray;
    font-size: smaller; }
  .site-header, .site-footer {
    display: none; }
  header, footer {
    background-color: White; }
  .fahrzeug-detail-page {
    /******************* header_fahrzeug-info *******************/
    /******************* Grid-Container *******************/
    /******************* Breadcrumbs *******************/
    /******************* Fahrzeug headline *******************/
    /******************* Fahrzeug Img Box *******************/
    /******* fahrzeugdetails-row *********/
    /******************* Fahrzeug Info Box *******************/
    /*******************Ausstattung *******************/
    /******************* Händler *******************/
    /******************* finanz-row *******************/
    /******************* Hinweistext *******************/
    /******************* Bewertung *******************/
    /******************* Anfrageform & Googlemaps *******************/
    /******************* Fahrzeugmini Teaserliste *******************/
    /**
Printansicht Farbraum
 */ }
    .fahrzeug-detail-page .exposeTitle {
      margin-bottom: 16px;
      font-size: 2em; }
    .fahrzeug-detail-page .grid-container {
      padding: 0px; }
    .fahrzeug-detail-page section:first-child {
      padding-bottom: 16px; }
    .fahrzeug-detail-page section + section {
      padding-top: 0px;
      padding-bottom: 32px; }
    .fahrzeug-detail-page section .headline {
      margin-bottom: 16px !important;
      display: block; }
      .fahrzeug-detail-page section .headline h1 {
        font-size: 14pt;
        margin-bottom: 8px !important; }
    .fahrzeug-detail-page .detail-breadcrumbs, .fahrzeug-detail-page .inzahlung-cta, .fahrzeug-detail-page .route-button,
    .fahrzeug-detail-page .detail-breadcrumbs-row, .fahrzeug-detail-page a:after {
      display: none; }
    .fahrzeug-detail-page .fzg-title-row .headline {
      margin-top: 0px !important; }
      .fahrzeug-detail-page .fzg-title-row .headline h1 {
        font-size: 15pt;
        margin-bottom: 0px !important;
        font-weight: normal !important; }
      .fahrzeug-detail-page .fzg-title-row .headline .highlights li {
        margin-bottom: 0px;
        position: relative;
        padding-left: 20px;
        margin-right: 5px; }
        .fahrzeug-detail-page .fzg-title-row .headline .highlights li:before {
          position: absolute;
          content: url(../../assets/images/check-mark.svg);
          background-image: none;
          transform: scale(0.5);
          margin-left: -20px;
          margin-right: 16px; }
    .fahrzeug-detail-page .fzg-img-info-details-row {
      margin-bottom: 0px !important; }
      .fahrzeug-detail-page .fzg-img-info-details-row .sm-noMargin {
        width: calc(41.66667% - 1rem);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
        margin-left: 0.5rem; } }
      @media print {
        .fahrzeug-detail-page .fzg-img-info-details-row .sm-noMargin {
          margin-left: 1rem; } }
      @media print {
        .fahrzeug-detail-page .fzg-img-info-details-row .sm-noMargin {
          margin-left: 1rem; } }

@media print {
      .fahrzeug-detail-page .fzg-img-info-details-row .fzg-single-img {
        height: 329px !important;
        overflow: hidden; }
        .fahrzeug-detail-page .fzg-img-info-details-row .fzg-single-img img {
          width: 100%;
          height: inherit;
          object-fit: cover; }
      .fahrzeug-detail-page .fzg-img-info-details-row .cell.large-7 {
        margin-right: 0px; }
      .fahrzeug-detail-page .fzg-img-info-details-row .ml-5 {
        margin-left: 5px; }
      .fahrzeug-detail-page .fzg-img-info-details-row .expose-gallery li {
        width: calc(50% - 10px);
        float: left;
        margin: 0px 5px;
        height: 103px;
        overflow: hidden; }
        .fahrzeug-detail-page .fzg-img-info-details-row .expose-gallery li:nth-child(n + 3) {
          margin-top: 10px; }
        .fahrzeug-detail-page .fzg-img-info-details-row .expose-gallery li img {
          max-width: 100%;
          max-height: 100%;
          width: 100%;
          height: inherit;
          object-fit: cover; }
      .fahrzeug-detail-page .fzg-img-info-details-row .fzg-detail-carousel_large_box #fzg-detail-carousel_large {
        height: auto !important;
        width: 100%;
        max-height: 365px;
        overflow: auto; }
        .fahrzeug-detail-page .fzg-img-info-details-row .fzg-detail-carousel_large_box #fzg-detail-carousel_large img {
          display: block;
          width: 100%;
          height: auto;
          max-width: 320px !important;
          object-fit: cover;
          object-position: top; }
      .fahrzeug-detail-page .fzg-img-info-details-row .fzg-detail-carousel_large_box .detailSlideThumbs {
        display: none; }
    .fahrzeug-detail-page .pricetag-box .pricetag {
      background-color: #002f59 !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      color: white !important; }
      .fahrzeug-detail-page .pricetag-box .pricetag:before {
        border-color: transparent transparent #002f59 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .pricetag-box .pricetag:before {
      border-color: transparent transparent #002f59 transparent !important; } }
    .fahrzeug-detail-page .fahrzeugdetails-row {
      padding-top: 10px; }
      .fahrzeug-detail-page .fahrzeugdetails-row h1 {
        font-size: 14pt;
        margin-bottom: 14px !important; }
    .fahrzeug-detail-page tbody.kraftstoff {
      border-bottom: solid 1px #e3e1ec;
      padding-bottom: 6px; }
      .fahrzeug-detail-page tbody.kraftstoff th {
        padding: 0; }
      .fahrzeug-detail-page tbody.kraftstoff tr {
        border-bottom: 0px;
        padding: 0;
        line-height: normal; }
    .fahrzeug-detail-page tbody.co2-emission th {
      padding-bottom: 0px; }
    .fahrzeug-detail-page tbody.co2-emission tr:first-child {
      border-bottom: 0px; }
    .fahrzeug-detail-page tbody.co2-emission tr td {
      padding: 0px !important; }
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li {
      flex: auto;
      padding: 8px 0px 8px;
      font-size: 14px;
      line-height: 17px; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li {
      font-size: 12px;
      line-height: 14px; } }
      .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .ez::before {
        content: url(../../assets/images/calender.svg); }
      .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .km::before {
        content: url(../../assets/images/road.svg); }
      .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .getriebe::before {
        align-self: auto;
        display: block;
        content: url(../../assets/images/getriebe.svg); }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .getriebe::before {
      content: url(../../assets/images/getriebe_print.png); } }
      .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .ps::before {
        content: url(../../assets/images/meter.svg); }
      .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .id-nr::before {
        content: url(../../assets/images/id.svg); }
      .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .verbrauch::before {
        display: block;
        align-self: auto;
        content: url(../../assets/images/verbrauch.svg); }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .verbrauch::before {
      content: url(../../assets/images/verbrauch_print.png); } }
      .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .emission::before {
        align-self: auto;
        display: block;
        content: url(../../assets/images/emissionen.svg); }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .emission::before {
      content: url(../../assets/images/emissionen_print.svg); } }
      .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .effizienzklasse::before {
        content: url(../../assets/images/eef.svg);
        top: -6px;
        transform: scale(0.5);
        -moz-transform: scale(0.9); }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box ul li .effizienzklasse::before {
      top: 0px; } }
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box .co2-text {
      font-size: 14px;
      line-height: 17px; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box .co2-text {
      font-size: 12px;
      line-height: 14px; } }
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box .co2-img-label {
      width: 100px !important; }
    .fahrzeug-detail-page .fzg-detail-info-box #fzg-info-box .boxen:last-child a:first-of-type {
      display: none; }
    .fahrzeug-detail-page .fzg-details-verbrauch-row, .fahrzeug-detail-page .fzg-details-co2-row {
      font-size: 14px;
      line-height: 17px; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details-verbrauch-row, .fahrzeug-detail-page .fzg-details-co2-row {
      font-size: 12px;
      line-height: 14px; } }
      .fahrzeug-detail-page .fzg-details-verbrauch-row table tbody td, .fahrzeug-detail-page .fzg-details-co2-row table tbody td {
        padding: 5px 0px; }
      .fahrzeug-detail-page .fzg-details-verbrauch-row table tbody.kraftstoff td, .fahrzeug-detail-page .fzg-details-co2-row table tbody.kraftstoff td {
        padding: 0px 0px; }
      .fahrzeug-detail-page .fzg-details-verbrauch-row table tbody.co2-emission tr td, .fahrzeug-detail-page .fzg-details-co2-row table tbody.co2-emission tr td {
        padding-top: 5px !important; }
      .fahrzeug-detail-page .fzg-details-verbrauch-row table tbody.co2-emission tr + tr td, .fahrzeug-detail-page .fzg-details-co2-row table tbody.co2-emission tr + tr td {
        padding-top: 0px !important;
        padding-bottom: 5px !important; }
    .fahrzeug-detail-page .fzg-details-verbrauch-row .spalte2 td:first-child {
      width: 50% !important; }
    .fahrzeug-detail-page .fzg-details-verbrauch-row tbody.effizien-img td.bold {
      vertical-align: baseline; }
    .fahrzeug-detail-page .fzg-details-verbrauch-row tbody.effizien-img .print-co2-text {
      font-size: 10px;
      line-height: 13px;
      margin-top: 10px; }
    .fahrzeug-detail-page .fzg-details-co2-row {
      margin-top: 38px; }
      .fahrzeug-detail-page .fzg-details-co2-row .labelBox {
        display: none; }
    .fahrzeug-detail-page .fzg-detaillist {
      page-break-before: always;
      display: block;
      overflow: visible;
      padding-top: 60px; }
      .fahrzeug-detail-page .fzg-detaillist .accordion li.accordion-item .accordion-title {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 0px !important;
        font-weight: normal; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-detaillist .accordion li.accordion-item .accordion-title {
      font-size: 12px;
      line-height: 14px; } }
      .fahrzeug-detail-page .fzg-detaillist .accordion .accordion-item {
        page-break-inside: avoid; }
        .fahrzeug-detail-page .fzg-detaillist .accordion .accordion-item:first-child {
          margin-top: 0; }
        .fahrzeug-detail-page .fzg-detaillist .accordion .accordion-item .accordion-content {
          display: block;
          padding-top: 8px;
          padding-bottom: 0px;
          font-size: 14px;
          line-height: 17px;
          page-break-inside: avoid; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-detaillist .accordion .accordion-item .accordion-content {
      font-size: 12px;
      line-height: 14px; } }
          .fahrzeug-detail-page .fzg-detaillist .accordion .accordion-item .accordion-content.fz-beschreibung {
            font-size: 13px;
            line-height: 16px; }
        .fahrzeug-detail-page .fzg-detaillist .accordion .accordion-item ul {
          columns: 3;
          -webkit-columns: 3;
          -moz-columns: 3;
          margin-left: 0px;
          margin-bottom: 0px; }
          .fahrzeug-detail-page .fzg-detaillist .accordion .accordion-item ul li {
            margin-bottom: 0px;
            position: relative;
            margin-left: 0px; }
            .fahrzeug-detail-page .fzg-detaillist .accordion .accordion-item ul li:before {
              content: none;
              margin-left: 0px; }
      .fahrzeug-detail-page .fzg-detaillist a {
        text-decoration: none !important;
        padding-bottom: 8px !important; }
    .fahrzeug-detail-page .haendler {
      page-break-inside: avoid;
      line-height: normal;
      font-size: 14px;
      line-height: 17px;
      padding-top: 50px !important; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .haendler {
      font-size: 12px;
      line-height: 14px; } }
      .fahrzeug-detail-page .haendler ul {
        line-height: 14pt;
        margin-bottom: 0px; }
        .fahrzeug-detail-page .haendler ul.open-time li > br {
          display: none; }
      .fahrzeug-detail-page .haendler span.time-werkstatt, .fahrzeug-detail-page .haendler span.time-type {
        display: none; }
      .fahrzeug-detail-page .haendler span.time-verkauf > br:nth-child(2) {
        display: none; }
      .fahrzeug-detail-page .haendler .mt-1 {
        margin-top: 5px; }
      .fahrzeug-detail-page .haendler .anfrageNr {
        margin-top: 20px; }
    .fahrzeug-detail-page .finanz-row {
      display: none;
      font-size: 14px;
      line-height: 17px; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .finanz-row {
      font-size: 12px;
      line-height: 14px; } }
      .fahrzeug-detail-page .finanz-row .cta-finance, .fahrzeug-detail-page .finanz-row .finanz-btn {
        display: none; }
      .fahrzeug-detail-page .finanz-row h2 {
        margin-bottom: 10px; }
    .fahrzeug-detail-page .detailsansicht-hinweistxt {
      page-break-inside: avoid;
      margin-top: 30px; }
      .fahrzeug-detail-page .detailsansicht-hinweistxt hr {
        margin-top: 0px;
        margin-bottom: 20px; }
      .fahrzeug-detail-page .detailsansicht-hinweistxt div {
        page-break-inside: avoid; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .detailsansicht-hinweistxt div {
      font-size: 10px !important; } }
      .fahrzeug-detail-page .detailsansicht-hinweistxt .cell ul li span {
        margin-right: 6px;
        padding-top: 3px; }
      .fahrzeug-detail-page .detailsansicht-hinweistxt .cell + .cell {
        margin-top: 16px !important; }
      .fahrzeug-detail-page .detailsansicht-hinweistxt sup {
        font-size: inherit !important; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .detailsansicht-hinweistxt sup {
      font-size: inherit !important; } }
    .fahrzeug-detail-page .bewertung {
      display: none; }
    .fahrzeug-detail-page .anfrageformular-standort-row {
      display: none; }
    .fahrzeug-detail-page .mini-teaser-row {
      display: none; }
    .fahrzeug-detail-page .fzg-details.show-for-print  .pricetag-box .pricetag {
      background-color: #002f59 !important;
      background: #002f59 !important;
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print  .pricetag-box .pricetag:before {
        border-color: transparent transparent #002f59 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print  .pricetag-box .pricetag:before {
      border-color: transparent transparent #002f59 transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print  .pricetag-box .pricetag .value {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print  .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.mercedes-benz .pricetag-box .pricetag {
      background-color: #000 !important;
      background: #000 !important;
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.mercedes-benz .pricetag-box .pricetag:before {
        border-color: transparent transparent #000 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.mercedes-benz .pricetag-box .pricetag:before {
      border-color: transparent transparent #000 transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.mercedes-benz .pricetag-box .pricetag .value {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.mercedes-benz .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.renault .pricetag-box .pricetag {
      background-color: #ffcc33 !important;
      background: #ffcc33 !important;
      color: black !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.renault .pricetag-box .pricetag:before {
        border-color: transparent transparent #ffcc33 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.renault .pricetag-box .pricetag:before {
      border-color: transparent transparent #ffcc33 transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.renault .pricetag-box .pricetag .value {
        color: black !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.renault .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px black !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.dacia .pricetag-box .pricetag {
      background-color: #0073ac !important;
      background: #0073ac !important;
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.dacia .pricetag-box .pricetag:before {
        border-color: transparent transparent #0073ac transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.dacia .pricetag-box .pricetag:before {
      border-color: transparent transparent #0073ac transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.dacia .pricetag-box .pricetag .value {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.dacia .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.mazda .pricetag-box .pricetag {
      background-color: #002544 !important;
      background: #002544 !important;
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.mazda .pricetag-box .pricetag:before {
        border-color: transparent transparent #002544 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.mazda .pricetag-box .pricetag:before {
      border-color: transparent transparent #002544 transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.mazda .pricetag-box .pricetag .value {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.mazda .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.peugeot .pricetag-box .pricetag {
      background-color: #007be0 !important;
      background: #007be0 !important;
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.peugeot .pricetag-box .pricetag:before {
        border-color: transparent transparent #007be0 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.peugeot .pricetag-box .pricetag:before {
      border-color: transparent transparent #007be0 transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.peugeot .pricetag-box .pricetag .value {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.peugeot .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.citroen .pricetag-box .pricetag {
      background-color: #e1412d !important;
      background: #e1412d !important;
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.citroen .pricetag-box .pricetag:before {
        border-color: transparent transparent #e1412d transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.citroen .pricetag-box .pricetag:before {
      border-color: transparent transparent #e1412d transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.citroen .pricetag-box .pricetag .value {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.citroen .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.smart .pricetag-box .pricetag {
      background-color: #d7e600 !important;
      background: #d7e600 !important;
      color: black !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.smart .pricetag-box .pricetag:before {
        border-color: transparent transparent #d7e600 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.smart .pricetag-box .pricetag:before {
      border-color: transparent transparent #d7e600 transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.smart .pricetag-box .pricetag .value {
        color: black !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.smart .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px black !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.fuso .pricetag-box .pricetag {
      background-color: #ff0000 !important;
      background: #ff0000 !important;
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.fuso .pricetag-box .pricetag:before {
        border-color: transparent transparent #ff0000 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.fuso .pricetag-box .pricetag:before {
      border-color: transparent transparent #ff0000 transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.fuso .pricetag-box .pricetag .value {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.fuso .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
    .fahrzeug-detail-page .fzg-details.show-for-print.man .pricetag-box .pricetag {
      background-color: #303c49 !important;
      background: #303c49 !important;
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .fahrzeug-detail-page .fzg-details.show-for-print.man .pricetag-box .pricetag:before {
        border-color: transparent transparent #303c49 transparent !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.man .pricetag-box .pricetag:before {
      border-color: transparent transparent #303c49 transparent !important; } }
      .fahrzeug-detail-page .fzg-details.show-for-print.man .pricetag-box .pricetag .value {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
  @-moz-document url-prefix() {
    .fahrzeug-detail-page .fzg-details.show-for-print.man .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
  /**
Print Markenseite Pricetag Farbgebung
 */
  .mercedes-benz .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #000 !important;
    background: #000 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .mercedes-benz .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #000 transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .mercedes-benz .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #000 transparent !important; } }
    .mercedes-benz .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .mercedes-benz .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
  .renault .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #ffcc33 !important;
    background: #ffcc33 !important;
    color: black !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .renault .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #ffcc33 transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .renault .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #ffcc33 transparent !important; } }
    .renault .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: black !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .renault .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px black !important; } }
  .dacia .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #0073ac !important;
    background: #0073ac !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .dacia .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #0073ac transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .dacia .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #0073ac transparent !important; } }
    .dacia .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .dacia .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
  .mazda .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #002544 !important;
    background: #002544 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .mazda .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #002544 transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .mazda .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #002544 transparent !important; } }
    .mazda .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .mazda .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
  .peugeot .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #007be0 !important;
    background: #007be0 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .peugeot .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #007be0 transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .peugeot .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #007be0 transparent !important; } }
    .peugeot .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .peugeot .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
  .citroen .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #e1412d !important;
    background: #e1412d !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .citroen .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #e1412d transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .citroen .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #e1412d transparent !important; } }
    .citroen .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .citroen .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
  .smart .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #d7e600 !important;
    background: #d7e600 !important;
    color: black !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .smart .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #d7e600 transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .smart .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #d7e600 transparent !important; } }
    .smart .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: black !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .smart .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px black !important; } }
  .fuso .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #ff0000 !important;
    background: #ff0000 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .fuso .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #ff0000 transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .fuso .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #ff0000 transparent !important; } }
    .fuso .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .fuso .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } }
  .man .fzg-details.show-for-print .pricetag-box .pricetag {
    background-color: #303c49 !important;
    background: #303c49 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .man .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #303c49 transparent !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .man .fzg-details.show-for-print .pricetag-box .pricetag:before {
      border-color: transparent transparent #303c49 transparent !important; } }
    .man .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: white !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
  @-moz-document url-prefix() {
    .man .fzg-details.show-for-print .pricetag-box .pricetag .value {
      color: transparent !important;
      text-shadow: 0 0 0px white !important; } } }
