@charset "UTF-8";
/*!
Theme Name: Sueverkruep
Theme URI: http://bwsolution.de/
Author: BWSolution
Author URI: http://bwsolution.de
Description: WordPress Theme Sueverkruep
Version: 1.0.2
Text Domain: sueverkruep
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
    box-sizing: border-box;
    font-size: 100%;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: GalanoGrotesque-Regular, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 3px;
}
select {
    box-sizing: border-box;
    width: 100%;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}
button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 3px;
    background: transparent;
    line-height: 1;
    cursor: auto;
}
[data-whatinput="mouse"] button {
    outline: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
.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: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.cell.auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.cell.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grid-x > .auto,
.grid-x > .shrink {
    width: 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,
.grid-x > .small-full,
.grid-x > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .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,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .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,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        -ms-flex-preferred-size: auto;
        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 {
    -ms-flex: 0 0 auto;
    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 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
    .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,
    .grid-x > .medium-shrink {
        -ms-flex: 0 0 auto;
        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 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
    .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,
    .grid-x > .large-shrink {
        -ms-flex: 0 0 auto;
        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,
.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,
    .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,
    .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,
    .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,
    .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,
    .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.medium-up-1 > .cell,
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 2rem);
    }
    .grid-margin-x.medium-up-2 > .cell,
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 2rem);
    }
    .grid-margin-x.medium-up-3 > .cell,
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 2rem);
    }
    .grid-margin-x.medium-up-4 > .cell,
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 2rem);
    }
    .grid-margin-x.medium-up-5 > .cell,
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 2rem);
    }
    .grid-margin-x.medium-up-6 > .cell,
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 2rem);
    }
    .grid-margin-x.medium-up-7 > .cell,
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 2rem);
    }
    .grid-margin-x.medium-up-8 > .cell,
    .grid-margin-x.small-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,
.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,
    .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,
    .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: 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: 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: 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: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.grid-y > .cell {
    width: auto;
    max-width: none;
}
.grid-y > .auto,
.grid-y > .shrink {
    height: 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,
.grid-y > .small-full,
.grid-y > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .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,
    .grid-y > .medium-full,
    .grid-y > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .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,
    .grid-y > .large-full,
    .grid-y > .large-shrink {
        -ms-flex-preferred-size: auto;
        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 {
    -ms-flex: 0 0 auto;
    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 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }
    .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,
    .grid-y > .medium-shrink {
        -ms-flex: 0 0 auto;
        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 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }
    .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,
    .grid-y > .large-shrink {
        -ms-flex: 0 0 auto;
        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-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
}
.cell .grid-frame {
    width: 100%;
}
.cell-block {
    overflow-x: auto;
    max-width: 100%;
}
.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
}
.cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}
.cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }
    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }
    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
}
@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        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,
.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,
    .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,
    .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,
    .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,
    .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,
    .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);
    }
}
.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-left.vertical.menu > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
    -ms-flex-pack: center;
    justify-content: center;
}
.align-top {
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-middle {
    -ms-flex-align: center;
    align-items: center;
}
.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}
.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.align-center-middle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.small-order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.small-order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.small-order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.small-order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.small-order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.small-order-6 {
    -ms-flex-order: 6;
    order: 6;
}
@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}
@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .large-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .large-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .large-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .large-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .large-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}
.flex-container {
    display: -ms-flexbox;
    display: flex;
}
.flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -ms-flexbox;
        display: flex;
    }
    .medium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: -ms-flexbox;
        display: flex;
    }
    .large-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
}
b,
em,
i,
strong {
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
    line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GalanoGrotesque-SemiBold;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca;
}
.h1,
h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
}
.h2,
h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.h3,
h3 {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.25rem;
}
.h4,
h4 {
    font-size: 0.6875rem;
}
.h4,
.h5,
h4,
h5 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h5,
h5 {
    font-size: 0.5625rem;
}
.h6,
h6 {
    font-size: 0.375rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 2rem;
        line-height: 1.25;
    }
    .h1,
    .h2,
    h1,
    h2 {
        margin-bottom: 1.5rem;
    }
    .h2,
    h2 {
        font-size: 1.375rem;
    }
    .h3,
    h3 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }
    .h4,
    h4 {
        font-size: 0.8125rem;
    }
    .h5,
    h5 {
        font-size: 0.625rem;
    }
    .h6,
    h6 {
        font-size: 0.4375rem;
    }
}
a {
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a,
a:focus,
a:hover {
    color: #000;
}
a img,
hr {
    border: 0;
}
hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-bottom: 1px solid #cacaca;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}
li {
    font-size: inherit;
}
ul {
    list-style-type: disc;
}
ol,
ul {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #b8b8c2;
}
cite {
    display: block;
    font-size: 0.8125rem;
    color: #b8b8c2;
}
cite:before {
    content: "— ";
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none;
}
figure {
    margin: 0;
}
code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    font-weight: 400;
}
code,
kbd {
    background-color: #fafafb;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #000;
}
kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    border-radius: 3px;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #b8b8c2;
}
.lead {
    font-size: 125%;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #b8b8c2;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.8075rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #e3e1ec;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 47, 89, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.87;
    color: #000;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #b8b8c2;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 47, 89, 0.2);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #fafafb;
    cursor: not-allowed;
}
[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}
input[type="search"] {
    box-sizing: border-box;
}
:-ms-input-placeholder {
    color: #cacaca;
}
::placeholder {
    color: #cacaca;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
    cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
    margin-right: 0.5rem;
}
[type="file"] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #000;
}
.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
    border-radius: 3px 0 0 3px;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
    border-radius: 0 3px 3px 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
}
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #e3e1ec;
    background: #fafafb;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}
.input-group-field {
    border-radius: 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}
.fieldset legend {
    margin: 0 0 0 -0.1875rem;
    padding: 0 0.1875rem;
}
select {
    height: 2.8075rem;
    margin: 0 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e3e1ec;
    border-radius: 3px;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.87;
    color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28184, 184, 194%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
    }
}
select:focus {
    outline: none;
    border: 1px solid #b8b8c2;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 47, 89, 0.2);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
    background-color: #fafafb;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}
.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}
.form-error,
.is-invalid-label {
    color: #cc4b37;
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
}
.form-error.is-visible {
    display: block;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 1em;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #000;
}
[data-whatinput="mouse"] .button {
    outline: 0;
}
.button:focus,
.button:hover {
    background-color: #000;
    color: #fff;
}
.button.tiny {
    font-size: 0.6rem;
}
.button.small {
    font-size: 0.75rem;
}
.button.large {
    font-size: 1.25rem;
}
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width: 39.99875em) {
    .button.small-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .button.medium-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 63.99875em) {
    .button.medium-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 40em) {
    .button.medium-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .button.large-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 74.99875em) {
    .button.large-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .button.large-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.button.primary,
.button.primary:focus,
.button.primary:hover {
    background-color: #000;
    color: #fff;
}
.button.secondary {
    background-color: #767676;
    color: #000;
}
.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #000;
}
.button.success {
    background-color: #3adb76;
    color: #000;
}
.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #000;
}
.button.warning {
    background-color: #ffae00;
    color: #000;
}
.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #000;
}
.button.alert {
    background-color: #cc4b37;
    color: #000;
}
.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #000;
}
.button.meta-dark,
.button.meta-dark:focus,
.button.meta-dark:hover {
    background-color: #000;
    color: #fff;
}
.button.sueverkruep-navy {
    background-color: #002f59;
    color: #fff;
}
.button.sueverkruep-navy:focus,
.button.sueverkruep-navy:hover {
    background-color: #002647;
    color: #fff;
}
.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #000;
    color: #fff;
}
.button.disabled.primary,
.button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #000;
    color: #fff;
}
.button.disabled.secondary,
.button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    background-color: #767676;
    color: #000;
}
.button.disabled.success,
.button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
    background-color: #3adb76;
    color: #000;
}
.button.disabled.warning,
.button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
    background-color: #ffae00;
    color: #000;
}
.button.disabled.alert,
.button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
    background-color: #cc4b37;
    color: #000;
}
.button.disabled.meta-dark,
.button[disabled].meta-dark {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.meta-dark,
.button.disabled.meta-dark:focus,
.button.disabled.meta-dark:hover,
.button[disabled].meta-dark,
.button[disabled].meta-dark:focus,
.button[disabled].meta-dark:hover {
    background-color: #000;
    color: #fff;
}
.button.disabled.sueverkruep-navy,
.button[disabled].sueverkruep-navy {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.sueverkruep-navy,
.button.disabled.sueverkruep-navy:focus,
.button.disabled.sueverkruep-navy:hover,
.button[disabled].sueverkruep-navy,
.button[disabled].sueverkruep-navy:focus,
.button[disabled].sueverkruep-navy:hover {
    background-color: #002f59;
    color: #fff;
}
.button.hollow {
    border: 1px solid #000;
    color: #000;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
    border-color: #000;
    color: #000;
}
.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
    border: 1px solid #000;
    color: #000;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #000;
    color: #000;
}
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
    border: 1px solid #000;
    color: #000;
}
.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676;
}
.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539;
}
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700;
}
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a;
}
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.hollow.meta-dark {
    border: 1px solid #000;
    color: #000;
}
.button.hollow.meta-dark:focus,
.button.hollow.meta-dark:hover {
    border-color: #000;
    color: #000;
}
.button.hollow.meta-dark:focus.disabled,
.button.hollow.meta-dark:focus[disabled],
.button.hollow.meta-dark:hover.disabled,
.button.hollow.meta-dark:hover[disabled] {
    border: 1px solid #000;
    color: #000;
}
.button.hollow.sueverkruep-navy {
    border: 1px solid #002f59;
    color: #002f59;
}
.button.hollow.sueverkruep-navy:focus,
.button.hollow.sueverkruep-navy:hover {
    border-color: #00182d;
    color: #00182d;
}
.button.hollow.sueverkruep-navy:focus.disabled,
.button.hollow.sueverkruep-navy:focus[disabled],
.button.hollow.sueverkruep-navy:hover.disabled,
.button.hollow.sueverkruep-navy:hover[disabled] {
    border: 1px solid #002f59;
    color: #002f59;
}
.button.clear {
    border: 1px solid #000;
    color: #000;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent;
}
.button.clear:focus,
.button.clear:hover {
    border-color: #000;
    color: #000;
}
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
    border: 1px solid #000;
    color: #000;
}
.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
    border-color: transparent;
}
.button.clear.primary {
    border: 1px solid #000;
    color: #000;
}
.button.clear.primary:focus,
.button.clear.primary:hover {
    border-color: #000;
    color: #000;
}
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
    border: 1px solid #000;
    color: #000;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
    border-color: transparent;
}
.button.clear.secondary {
    border: 1px solid #767676;
    color: #767676;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
    border-color: transparent;
}
.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.clear.success:focus,
.button.clear.success:hover {
    border-color: #157539;
    color: #157539;
}
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
    border-color: transparent;
}
.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.clear.warning:focus,
.button.clear.warning:hover {
    border-color: #805700;
    color: #805700;
}
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
    border-color: transparent;
}
.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover {
    border-color: #67251a;
    color: #67251a;
}
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
    border-color: transparent;
}
.button.clear.meta-dark {
    border: 1px solid #000;
    color: #000;
}
.button.clear.meta-dark:focus,
.button.clear.meta-dark:hover {
    border-color: #000;
    color: #000;
}
.button.clear.meta-dark:focus.disabled,
.button.clear.meta-dark:focus[disabled],
.button.clear.meta-dark:hover.disabled,
.button.clear.meta-dark:hover[disabled] {
    border: 1px solid #000;
    color: #000;
}
.button.clear.meta-dark,
.button.clear.meta-dark.disabled,
.button.clear.meta-dark:focus,
.button.clear.meta-dark:focus.disabled,
.button.clear.meta-dark:focus[disabled],
.button.clear.meta-dark:hover,
.button.clear.meta-dark:hover.disabled,
.button.clear.meta-dark:hover[disabled],
.button.clear.meta-dark[disabled] {
    border-color: transparent;
}
.button.clear.sueverkruep-navy {
    border: 1px solid #002f59;
    color: #002f59;
}
.button.clear.sueverkruep-navy:focus,
.button.clear.sueverkruep-navy:hover {
    border-color: #00182d;
    color: #00182d;
}
.button.clear.sueverkruep-navy:focus.disabled,
.button.clear.sueverkruep-navy:focus[disabled],
.button.clear.sueverkruep-navy:hover.disabled,
.button.clear.sueverkruep-navy:hover[disabled] {
    border: 1px solid #002f59;
    color: #002f59;
}
.button.clear.sueverkruep-navy,
.button.clear.sueverkruep-navy.disabled,
.button.clear.sueverkruep-navy:focus,
.button.clear.sueverkruep-navy:focus.disabled,
.button.clear.sueverkruep-navy:focus[disabled],
.button.clear.sueverkruep-navy:hover,
.button.clear.sueverkruep-navy:hover.disabled,
.button.clear.sueverkruep-navy:hover[disabled],
.button.clear.sueverkruep-navy[disabled] {
    border-color: transparent;
}
.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #fff transparent transparent;
    border-style: solid inset inset;
    border-width: 0.4em 0.4em 0;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}
.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #000;
}
.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #767676;
}
.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
    border-top-color: #3adb76;
}
.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00;
}
.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
    border-top-color: #cc4b37;
}
.button.dropdown.clear.meta-dark:after,
.button.dropdown.hollow.meta-dark:after {
    border-top-color: #000;
}
.button.dropdown.clear.sueverkruep-navy:after,
.button.dropdown.hollow.sueverkruep-navy:after {
    border-top-color: #002f59;
}
.button.arrow-only:after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}
a.button:focus,
a.button:hover {
    text-decoration: none;
}
.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
    border-radius: 3px 3px 0 0;
}
.accordion-item:last-child > :last-child {
    border-radius: 0 0 3px 3px;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #fafafb;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #000;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #fafafb;
    border-radius: 0 0 3px 3px;
}
.accordion-title:focus,
.accordion-title:hover {
    background-color: #fafafb;
}
.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}
.is-active > .accordion-title:before {
    content: "\2013";
}
.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #fafafb;
    border-bottom: 0;
    background-color: #fff;
    color: #000;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #fafafb;
}
.accordion-menu li {
    width: 100%;
}
.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #000 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
    right: 1rem;
    left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
    right: auto;
    left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
    position: relative;
}
.has-submenu-toggle > a {
    margin-right: 40px;
}
.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.submenu-toggle:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #000 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.submenu-toggle[aria-expanded="true"]:after {
    transform: scaleY(-1);
    transform-origin: 50% 50%;
}
.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none;
}
.breadcrumbs:after,
.breadcrumbs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.breadcrumbs:after {
    clear: both;
}
.breadcrumbs li {
    float: left;
    font-size: 0.875rem;
    color: #000;
    cursor: default;
}
.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 0.3rem;
    opacity: 1;
    content: "/";
    color: #000;
}
.breadcrumbs a {
    color: #000;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}
.button-group {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.button-group:after,
.button-group:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.button-group:after {
    clear: both;
}
.button-group .button {
    margin: 0 1px 1px 0;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.button-group .button:last-child {
    margin-right: 0;
}
.button-group.tiny .button {
    font-size: 0.6rem;
}
.button-group.small .button {
    font-size: 0.75rem;
}
.button-group.large .button {
    font-size: 1.25rem;
}
.button-group.expanded .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.button-group.primary .button,
.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #000;
    color: #fff;
}
.button-group.secondary .button {
    background-color: #767676;
    color: #000;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #000;
}
.button-group.success .button {
    background-color: #3adb76;
    color: #000;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #000;
}
.button-group.warning .button {
    background-color: #ffae00;
    color: #000;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #000;
}
.button-group.alert .button {
    background-color: #cc4b37;
    color: #000;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #000;
}
.button-group.meta-dark .button,
.button-group.meta-dark .button:focus,
.button-group.meta-dark .button:hover {
    background-color: #000;
    color: #fff;
}
.button-group.sueverkruep-navy .button {
    background-color: #002f59;
    color: #fff;
}
.button-group.sueverkruep-navy .button:focus,
.button-group.sueverkruep-navy .button:hover {
    background-color: #002647;
    color: #fff;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
    margin-bottom: 0;
}
.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}
@media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block;
    }
    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0;
    }
}
.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #fafafb;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #000;
}
.card > :last-child {
    margin-bottom: 0;
}
.card-divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #fafafb;
}
.card-divider > :last-child {
    margin-bottom: 0;
}
.card-section {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem;
}
.card-section > :last-child {
    margin-bottom: 0;
}
.card-image {
    min-height: 1px;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
    outline: 0;
}
.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu.expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.menu.simple {
    -ms-flex-align: center;
    align-items: center;
}
.menu.simple li + li {
    margin-left: 1rem;
}
.menu.simple a {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu.medium-expanded li,
    .menu.medium-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu.large-expanded li,
    .menu.large-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: -ms-flexbox;
    display: flex;
}
.menu.icon-left li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}
.menu.icon-right li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}
.menu.icon-top li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu .active > a,
.menu .is-active > a {
    background: #000;
    color: #fff;
}
.menu.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.menu.align-right li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.menu.align-right.vertical li {
    display: block;
    text-align: right;
}
.menu.align-right.vertical li .submenu li {
    text-align: right;
}
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}
.menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu.align-center li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}
.menu-centered > .menu,
.menu-centered > .menu li {
    -ms-flex-pack: center;
    justify-content: center;
}
.menu-centered > .menu li {
    display: -ms-flexbox;
    display: flex;
}
.menu-centered > .menu li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
    display: none;
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: "";
}
.menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: "";
}
.menu-icon.dark:hover:after {
    background: #b8b8c2;
    box-shadow: 0 7px 0 #b8b8c2, 0 14px 0 #b8b8c2;
}
.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1rem;
}
.dropdown-pane.is-opening {
    display: block;
}
.dropdown-pane.is-open {
    display: block;
    visibility: visible;
}
.dropdown-pane.tiny {
    width: 100px;
}
.dropdown-pane.small {
    width: 200px;
}
.dropdown-pane.large {
    width: 400px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #000 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px;
}
[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #000;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.dropdown.menu.vertical > li > a:after {
    right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #000 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #000;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
}
@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: #000 transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.medium-vertical > li > a:after {
        right: 14px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent #000 transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent transparent transparent #000;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
    }
}
@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: #000 transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.large-vertical > li > a:after {
        right: 14px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent #000 transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.large-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent transparent transparent #000;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}
.is-dropdown-menu.vertical {
    width: 100px;
}
.is-dropdown-menu.vertical.align-right {
    float: right;
}
.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fff;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
    right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #000 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #000;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
}
.label,
.label.primary {
    background: #000;
    color: #fff;
}
.label.secondary {
    background: #767676;
    color: #000;
}
.label.success {
    background: #3adb76;
    color: #000;
}
.label.warning {
    background: #ffae00;
    color: #000;
}
.label.alert {
    background: #cc4b37;
    color: #000;
}
.label.meta-dark {
    background: #000;
    color: #fff;
}
.label.sueverkruep-navy {
    background: #002f59;
    color: #fff;
}
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}
.pagination:after,
.pagination:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.pagination:after {
    clear: both;
}
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    font-size: 0.875rem;
    display: none;
}
.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}
@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}
.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    color: #000;
}
.pagination a:hover,
.pagination button:hover {
    background: #fafafb;
}
.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #000;
    color: #fff;
    cursor: default;
}
.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}
.pagination .disabled:hover {
    background: transparent;
}
.pagination .ellipsis:after {
    padding: 0.1875rem 0.625rem;
    content: "\2026";
    color: #000;
}
.pagination-previous.disabled:before,
.pagination-previous a:before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "\00ab";
}
.pagination-next.disabled:after,
.pagination-next a:after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "\00bb";
}
.sticky,
.sticky-container {
    position: relative;
}
.sticky {
    z-index: 0;
    transform: translateZ(0);
}
.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
}
.sticky.is-stuck.is-at-top {
    top: 0;
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}
.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
}
tbody,
tfoot,
thead {
    border: 1px solid rgba(13, 13, 13, 0);
    background-color: transparent;
}
caption {
    padding: 0.5rem 0 0.625rem;
    font-weight: 700;
}
thead {
    background: rgba(6, 6, 6, 0);
    color: #000;
}
tfoot {
    background: rgba(13, 13, 13, 0);
    color: #000;
}
tfoot tr,
thead tr {
    background: transparent;
}
tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0 0.625rem;
    font-weight: 700;
    text-align: left;
}
tbody td,
tbody th {
    padding: 0.5rem 0 0.625rem;
}
tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: rgba(13, 13, 13, 0);
}
table.unstriped tbody,
table.unstriped tbody tr {
    background-color: transparent;
}
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid rgba(13, 13, 13, 0);
}
@media screen and (max-width: 63.99875em) {
    table.stack tfoot,
    table.stack thead {
        display: none;
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}
table.hover thead tr:hover {
    background-color: rgba(1, 1, 1, 0);
}
table.hover tfoot tr:hover {
    background-color: rgba(8, 8, 8, 0);
}
table.hover:not(.unstriped) tr:nth-of-type(2n):hover,
table.hover tbody tr:hover {
    background-color: transparent;
}
.table-scroll {
    overflow-x: auto;
}
.tabs {
    margin: 0;
    border: 1px solid #fafafb;
    background: #fff;
    list-style-type: none;
}
.tabs:after,
.tabs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.tabs:after {
    clear: both;
}
.tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
}
.tabs.simple > li > a {
    padding: 0;
}
.tabs.simple > li > a:hover {
    background: transparent;
}
.tabs.primary {
    background: #000;
}
.tabs.primary > li > a {
    color: #fff;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
    background: #0d0d0d;
}
.tabs-title {
    float: left;
}
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #000;
}
[data-whatinput="mouse"] .tabs-title > a {
    outline: 0;
}
.tabs-title > a:hover {
    background: #fff;
    color: #000;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
    background: #fafafb;
    color: #000;
}
.tabs-content {
    border: 1px solid #fafafb;
    border-top: 0;
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
}
.tabs-content.vertical {
    border: 1px solid #fafafb;
    border-left: 0;
}
.tabs-panel {
    display: none;
    padding: 1rem;
}
.tabs-panel.is-active {
    display: block;
}
.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    line-height: 0;
}
a.thumbnail {
    transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}
a.thumbnail image {
    box-shadow: none;
}
.title-bar {
    padding: 0.5rem;
    background: #000;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.title-bar-right {
    text-align: right;
}
.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.top-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
    background-color: #fafafb;
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}
.top-bar input.button {
    width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.top-bar-title {
    margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right,
.top-bar-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
@media screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}
@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}
@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important;
    }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.clearfix:after {
    clear: both;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#logo-row div.marke-item > li .dropdown ul.sub-menu li a,
.GalanoGrotesque-Medium,
.part-menu.dropdown ul li ul.sub-menu a,
header .top-menu ul li a {
    font-family: GalanoGrotesque-Medium;
    font-weight: 400;
    font-style: normal;
}
.GalanoGrotesque-Regular {
    font-family: GalanoGrotesque-Regular;
    font-weight: 400;
    font-style: normal;
}
.bold,
.fahrzeug-teaser--list .modell-overview--item .modell-overview--categorie,
.GalanoGrotesque-SemiBold,
.markenfilter-md-icon-dropdown ul li.marken-filter--item :checked + label,
.mobile-nav .mobile-menu-bar .hamburger-icon .menu-title,
.mobile-nav .mobile-navigation,
.search-filter label,
.teaserbox-standort-list .btn-label,
section.factbox .fact-item .fact-head .praefix,
section.factbox .fact-item .fact-untertitle {
    font-family: GalanoGrotesque-SemiBold;
    font-weight: 400;
    font-style: normal;
}
section .rich-text ul {
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 0;
    margin-left: 0;
}
section .rich-text ul li {
    margin-bottom: 16px;
    background: url(images/check-mark.svg) no-repeat left 2px;
    background-size: 16px 12px;
    padding-left: 32px;
}
@media print, screen and (min-width: 40em) {
    section .rich-text ul li {
        background-size: 20px 16px;
        padding-left: 36px;
    }
}
section .rich-text ul li:last-of-type {
    margin-bottom: 0;
}
a .fill {
    background: #373636;
    color: #fff;
    border-radius: 3px;
    background-clip: padding-box;
    transition: all 0.2s ease-in;
}
a .fill:hover {
    border-bottom: none;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.4);
}
a .ghost {
    background-color: #fff;
    border: 1px solid #373636;
    color: #373636 !important;
    border-radius: 3px;
    background-clip: padding-box;
}
a .ghost:hover {
    border-bottom: none;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.4);
}
header .top-menu {
    text-align: left;
    padding: 27px 0 33px;
}
header .top-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .top-menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
header .top-menu ul li:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
header .top-menu ul li a {
    padding: 10px;
    color: inherit;
    font-size: 15px;
}
header .top-menu ul li ul.sub-menu {
    display: none;
    background: #fff;
    color: #373636;
    padding: 0;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 11;
    border-radius: 3px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
header .top-menu ul li ul.sub-menu li {
    padding: 5px;
    margin-right: 0;
}
header .top-menu ul li ul.sub-menu li:hover {
    box-shadow: none;
}
header .top-menu ul li ul.sub-menu li a {
    display: block;
    padding: 5px 10px;
}
header .top-menu ul li ul.sub-menu li a:hover {
    border-radius: 3px;
    background: #002f59;
    color: #fff;
}
header .top-menu ul li:hover > a {
    background: #fff;
    color: #000;
    border-radius: 3px;
}
header .top-menu ul li:hover > a:after {
    border-top-color: #000 !important;
}
header .top-menu ul li:hover ul.sub-menu {
    display: block;
}
header .top-menu ul li.has-children > a > span {
    margin-right: 5px;
}
header .top-menu ul li.has-children > a > span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-image: none;
    border: 5px inset transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 40%;
    right: 0;
}
header .top-menu ul li.current-menu-item li li > a {
    background: #f1f1f1;
}
header .top-menu ul li.current-menu-item > a,
header .top-menu ul li.current-menu-parent > a {
    background: #fff;
    color: #000;
    border-radius: 3px;
}
.main-menu-con {
    background-image: linear-gradient(270deg, #f6f6f6, #fff 50%, #f6f6f6);
    border-bottom: 8px solid #e7e7e7;
    height: 80px;
}
.main-nav {
    display: -ms-flexbox;
    display: flex;
}
#logo-row div.marke-item {
    margin: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 80px;
    overflow: hidden;
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item {
        -ms-flex: none;
        flex: none;
    }
}
#logo-row div.marke-item ul {
    padding: 0;
    margin: 0;
}
#logo-row div.marke-item > li {
    list-style-type: none;
    border-right: 1px solid #e7e7e7;
}
#logo-row div.marke-item > li > a {
    display: block;
    height: 80px;
    width: auto;
    position: relative;
    border-bottom: 8px solid #e7e7e7;
}
#logo-row div.marke-item > li > a img.menu-image {
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    height: auto;
    padding: 0 !important;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#logo-row div.marke-item > li > a span.menu-image-title {
    display: none;
}
#logo-row div.marke-item > li .dropdown {
    display: none;
    background-image: linear-gradient(0deg, #f0f0f0, #d7d7d7);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 7px 0 9px;
}
#logo-row div.marke-item > li .dropdown .current-sub-menu {
    border-radius: 3px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #logo-row div.marke-item > li .dropdown {
        background-image: none;
        background: #fff;
        opacity: 1;
        display: none !important;
    }
}
#logo-row div.marke-item > li .dropdown ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media screen and (min-width: 40em) and (max-width: 74.99875em) {
    #logo-row div.marke-item > li .dropdown ul.sub-menu {
        display: -ms-flexbox;
        display: flex;
    }
}
#logo-row div.marke-item > li .dropdown ul.sub-menu li {
    display: inline-block;
    position: relative;
    padding: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 15px;
}
@media screen and (min-width: 40em) and (max-width: 74.99875em) {
    #logo-row div.marke-item > li .dropdown ul.sub-menu li {
        margin-right: 0;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #logo-row div.marke-item > li .dropdown ul.sub-menu li {
        display: block;
    }
}
#logo-row div.marke-item > li .dropdown ul.sub-menu li a {
    border: none;
    height: auto;
    color: inherit;
    display: inline-block;
    background: none;
    padding: 4px 8px 5px;
    font-size: 15px;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: normal;
}
#logo-row div.marke-item > li .dropdown ul.sub-menu li a span.menu-image-title {
    display: block;
}
#logo-row div.marke-item > li .dropdown ul.sub-menu li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 45%;
    right: -2px;
    border: 4px solid transparent;
    border-top-color: #000;
}
#logo-row div.marke-item > li .dropdown ul.sub-menu li.has-children > a > span {
    margin-right: 5px;
}
#logo-row div.marke-item > li .dropdown ul.sub-menu li.has-children > a > span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-image: none;
    border: 5px inset transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.9);
    top: 22px;
    position: absolute;
    right: 0;
}
#logo-row div.marke-item:last-of-type > li {
    border-right: 0;
}
#logo-row div.marke-item:first-child {
    border-left: 0;
}
@media screen and (max-width: 63.99875em) {
    #logo-row div.marke-item:last-child li a:after {
        width: 0;
    }
}
#logo-row div.marke-item.mercedes li a img.menu-image {
    width: 29.8px;
    height: 29.8px;
}
#logo-row div.marke-item.mercedes li a:hover {
    background: #fff;
    border-bottom-color: #0A2F56;
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.mercedes li:hover > a {
    background: #fff;
    border-bottom-color:  #0A2F56;
}
#logo-row div.marke-item.mercedes li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.mercedes li a.menu-image-title-after {
        padding: 14px 20px 12px 17px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.mercedes li a img.menu-image {
        width: auto;
        height: 40px;
    }
    #logo-row div.marke-item.mercedes li a.menu-image-title-after {
        padding: 17px 34px 15px 30px;
    }
}
#logo-row div.marke-item.renault li a img.menu-image {
    width: 35px;
    height: 32px;
}
#logo-row div.marke-item.renault li a:hover {
    background: #fff;
    border-bottom-color: #fc3;
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.renault li:hover > a {
    background: #fff;
    border-bottom-color: #fc3;
}
#logo-row div.marke-item.renault li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.renault li a.menu-image-title-after {
        padding: 12px 16px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.renault li a img.menu-image {
        width: auto;
        height: 40px;
    }
    #logo-row div.marke-item.renault li a.menu-image-title-after {
        padding: 13px 33px 11px;
    }
}
#logo-row div.marke-item.dacia li a img.menu-image {
    width: 60px;
    height: 22px;
}
#logo-row div.marke-item.dacia li a:hover {
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.dacia li:hover > a,
#logo-row div.marke-item.dacia li a:hover {
    background: #fff;
    border-bottom-color: #0073ac;
}
#logo-row div.marke-item.dacia li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.dacia li a.menu-image-title-after {
        padding: 14px 13px 10px 16px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.dacia li a img.menu-image {
        width: auto;
        height: 18px;
    }
    #logo-row div.marke-item.dacia li a.menu-image-title-after {
        padding: 11px 10px;
    }
}
#logo-row div.marke-item.mazda li a img.menu-image {
    width: 34px;
    height: 32px;
}
#logo-row div.marke-item.mazda li a:hover {
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.mazda li:hover > a,
#logo-row div.marke-item.mazda li a:hover {
    background: #fff;
    border-bottom-color: #002544;
}
#logo-row div.marke-item.mazda li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.mazda li a.menu-image-title-after {
        padding: 13px 16px 11px 17px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.mazda li a img.menu-image {
        width: auto;
        height: 40px;
    }
    #logo-row div.marke-item.mazda li a.menu-image-title-after {
        padding: 16px 34px;
    }
}
#logo-row div.marke-item.citroen li a img.menu-image {
    width: 46px;
    height: 32.3px;
}
#logo-row div.marke-item.citroen li a:hover {
    background: #fff;
    border-bottom-color: #e1412d;
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.citroen li:hover > a {
    background: #fff;
    border-bottom-color: #e1412d;
}
#logo-row div.marke-item.citroen li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.citroen li a.menu-image-title-after {
        padding: 13px 9px 10px 13px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.citroen li a img.menu-image {
        width: 57px;
        height: 40px;
    }
    #logo-row div.marke-item.citroen li a.menu-image-title-after {
        padding: 14px 29px 18px 22px;
    }
}
#logo-row div.marke-item.peugeot li a img.menu-image {
    width: auto;
    height: 32px;
}
#logo-row div.marke-item.peugeot li a:hover {
    background: #fff;
    border-bottom-color: #007be0;
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.peugeot li:hover > a {
    background: #fff;
    border-bottom-color: #007be0;
}
#logo-row div.marke-item.peugeot li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.peugeot li a.menu-image-title-after {
        padding: 13px 10px 11px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.peugeot li a img.menu-image {
        width: 57px;
        height: 40px;
    }
    #logo-row div.marke-item.peugeot li a.menu-image-title-after {
        padding: 14px 29px 18px 22px;
    }
}
#logo-row div.marke-item.nissan li a img.menu-image {
    width: auto;
    height: 32px;
}
#logo-row div.marke-item.nissan li a:hover {
    background: #fff;
    border-bottom-color: #c3002f;
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.nissan li:hover > a {
    background: #fff;
    border-bottom-color: #c3002f;
}
#logo-row div.marke-item.nissan li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.nissan li a.menu-image-title-after {
        padding: 13px 10px 11px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.nissan li a img.menu-image {
        width: 57px;
        height: 40px;
    }
    #logo-row div.marke-item.nissan li a.menu-image-title-after {
        padding: 14px 29px 18px 22px;
    }
}
#logo-row div.marke-item.smart li a img.menu-image {
    width: 24px;
    height: 32px;
}
#logo-row div.marke-item.smart li a:hover {
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.smart li:hover > a,
#logo-row div.marke-item.smart li a:hover {
    background: #fff;
    border-bottom-color: #0A2F56;
}
#logo-row div.marke-item.smart li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.smart li a.menu-image-title-after {
        padding: 12px 22px 12px 21px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.smart li a img.menu-image {
        width: auto;
        height: 40px;
    }
    #logo-row div.marke-item.smart li a.menu-image-title-after {
        padding: 11px 40px 13px 37px;
    }
}
#logo-row div.marke-item.fuso li a img.menu-image {
    width: 32px;
    height: 32px;
}
#logo-row div.marke-item.fuso li a:hover {
    background: #fff;
    border-bottom-color: red;
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.fuso li:hover > a {
    background: #fff;
    border-bottom-color: red;
}
#logo-row div.marke-item.fuso li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.fuso li a.menu-image-title-after {
        padding: 12px 16px 12px 19px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.fuso li a img.menu-image {
        width: 40px;
        height: 40px;
    }
    #logo-row div.marke-item.fuso li a.menu-image-title-after {
        padding: 9px 32px 15px 31px;
    }
}
#logo-row div.marke-item.man li a img.menu-image {
    width: 42px;
    height: 24px;
}
#logo-row div.marke-item.man li a:hover {
    transition: all 0.2s ease-in;
}
#logo-row div.marke-item.man li:hover > a,
#logo-row div.marke-item.man li a:hover {
    background: #fff;
    border-bottom-color: #303c49;
}
#logo-row div.marke-item.man li.current-menu-item > .dropdown {
    display: block;
}
@media print, screen and (min-width: 40em) {
    #logo-row div.marke-item.man li a.menu-image-title-after {
        padding: 15px 12px 17px 11px;
    }
}
@media print, screen and (min-width: 64em) {
    #logo-row div.marke-item.man li a img.menu-image {
        width: 58px;
        height: 32px;
    }
    #logo-row div.marke-item.man li a.menu-image-title-after {
        padding: 18px 23px 22px;
    }
}
#logo-row div.marke-item.current-menu-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.part-menu.dropdown {
    background-image: linear-gradient(0deg, #f0f0f0, #d7d7d7);
    width: 100%;
    left: 0;
    padding: 7px 0 9px;
}
.part-menu.dropdown .current-sub-menu {
    border-radius: 3px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .part-menu.dropdown {
        background-image: none;
        background: #fff;
        opacity: 1;
        display: none !important;
    }
}
.part-menu.dropdown ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media screen and (min-width: 40em) and (max-width: 74.99875em) {
    .part-menu.dropdown ul {
        display: -ms-flexbox;
        display: flex;
    }
}
.part-menu.dropdown ul li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: 15px;
}
.part-menu.dropdown ul li:last-child {
    margin-right: 0;
}
@media screen and (min-width: 40em) and (max-width: 74.99875em) {
    .part-menu.dropdown ul li {
        margin-right: 0;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .part-menu.dropdown ul li {
        display: block;
    }
}
.part-menu.dropdown ul li > a.menu-image-title-after {
    display: none;
}
.part-menu.dropdown ul li ul.sub-menu a {
    border: none;
    height: auto;
    color: inherit;
    display: inline-block;
    background: none;
    padding: 4px 8px 5px;
    font-size: 15px;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: normal;
}
.part-menu.dropdown ul li ul.sub-menu a span.menu-image-title {
    display: block;
}
.part-menu.dropdown ul li ul.sub-menu a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 45%;
    right: -2px;
    border: 4px solid transparent;
    border-top-color: #000;
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.mobile-nav {
    position: relative;
}
.mobile-nav .mobile-menu-bar {
    background: #002f59;
    color: #fff;
    position: relative;
    height: 68px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
    .mobile-nav .mobile-menu-bar {
        height: 88px;
        border-bottom: 4px solid #eee;
    }
}
.mobile-nav .mobile-menu-bar .mobile-site-branding {
    padding: 12px 0 0 16px;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
}
.mobile-nav .mobile-menu-bar .mobile-site-branding img {
    width: 117px;
    height: 36px;
}
@media print, screen and (min-width: 40em) {
    .mobile-nav .mobile-menu-bar .mobile-site-branding img {
        width: 176px;
        height: 56px;
    }
}
@media screen and (max-width: 39.99875em) {
    .mobile-nav .mobile-menu-bar .mobile-site-branding {
        font-size: 11px;
    }
}
.mobile-nav .mobile-menu-bar .hamburger-icon {
    top: 0;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mobile-nav .mobile-menu-bar .hamburger-icon .menu-title {
    color: #000;
    transition: all 0.2s ease-in;
}
@media screen and (max-width: 39.99875em) {
    .mobile-nav .mobile-menu-bar .hamburger-icon .menu-title {
        font-size: 11px;
    }
}
.mobile-nav .mobile-menu-bar .hamburger-icon button#nav-icon {
    padding: 16px;
    height: 100%;
    margin: 0 0 0 8px;
    border-radius: 0;
    border: none;
    background: transparent;
    outline: none;
}
@media screen and (max-width: 63.99875em) {
    .mobile-nav .mobile-menu-bar .hamburger-icon button#nav-icon {
        padding-left: 0;
    }
}
.mobile-nav .mobile-menu-bar .hamburger-icon button#nav-icon span {
    background: #000;
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    margin-bottom: 6px;
    transition: all 0.2s ease-in;
}
@media print, screen and (min-width: 40em) {
    .mobile-nav .mobile-menu-bar .hamburger-icon button#nav-icon span {
        width: 36px;
        height: 4px;
        margin-bottom: 8px;
    }
}
.mobile-nav .mobile-menu-bar .hamburger-icon button#nav-icon.open span:nth-child(2) {
    opacity: 0;
}
.mobile-nav .mobile-menu-bar .hamburger-icon button#nav-icon.open span:first-child {
    transform: translateY(12px) rotate(45deg);
    width: 24px !important;
    border-radius: 4px;
    background-clip: padding-box;
}
.mobile-nav .mobile-menu-bar .hamburger-icon button#nav-icon.open span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
    width: 24px !important;
    border-radius: 4px;
    background-clip: padding-box;
}
@media screen and (max-width: 39.99875em) {
    .mobile-nav .mobile-menu-bar .hamburger-icon button#nav-icon.open span:nth-child(3) {
        top: 8px;
    }
}
.mobile-nav #logo-row {
    height: 60px;
    border-bottom-width: 4px;
}
.mobile-nav #logo-row div.marke-item {
    height: 60px;
    width: 11.11%;
}
.mobile-nav #logo-row div.marke-item > li > a {
    height: 60px;
    border-bottom-width: 4px;
}
.mobile-nav #logo-row div.marke-item > li > a.menu-image-title-after {
    padding: 0 !important;
}
.mobile-nav .mobile-navigation {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    z-index: 7;
    overflow-y: scroll;
    height: 100vh;
    overscroll-behavior-y: contain;
}
.mobile-nav .mobile-navigation .mobile-nav--main-menu > li {
    list-style-type: none;
}
.mobile-nav .mobile-navigation .mobile-nav--main-menu > li > a {
    display: none;
}
.mobile-nav .mobile-navigation .mobile-nav--main-menu > li .dropdown .menu-image-title {
    padding-left: 0;
}
.mobile-nav .mobile-navigation .mobile-marken {
    position: relative;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box {
    background: #f1f1f1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: none;
    overflow: hidden;
    transition: opacity 1s ease-out;
    opacity: 0;
    border-bottom: 1px solid #e3e1ec;
    transition: all 0.2s ease-in;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .mobile-nav .mobile-navigation .mobile-marken .marken-box {
        display: none;
    }
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box.show {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item {
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    height: 72px;
    border-right: 1px solid #e3e1ec;
    border-bottom: 1px solid #e3e1ec;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item:nth-child(3n + 3) {
    border-right: 0;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item:nth-last-child(-n + 3) {
    border-bottom: 0;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item li > a {
    display: block;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item li > a img {
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item li > a .menu-image-title {
    display: none;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item .dropdown {
    display: none;
    transition: all 0.2s ease-in;
    background: #fff;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item .dropdown a {
    border-right: 0;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item .dropdown a .menu-image-title {
    padding-left: 0;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.current-menu-item {
    border-bottom: 4px solid;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.current-menu-item .dropdown {
    display: block;
    position: absolute;
    top: 273px;
    left: 0;
    width: 100%;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.current-menu-item .dropdown .menu-image-title {
    display: block;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.current-menu-item .dropdown ul.sub-menu {
    background: #fff;
    margin: inherit;
    padding: 0;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.current-menu-item .dropdown ul.sub-menu li {
    border-bottom: 1px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.current-menu-item .dropdown ul.sub-menu li a {
    padding: 20px 16px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.mercedes li a img.menu-image {
    width: auto;
    height: 37.3px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.mercedes > li a.menu-image-title-after {
    padding: 17.4px 37.2px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.mercedes.current-menu-item {
    background: #0A2F56;
    border-bottom-color:  #0A2F56;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.mercedes:hover {
    background: #0A2F56;
    border-bottom: 4px solid  #0A2F56;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.renault li a img.menu-image {
    width: 44px;
    height: 40px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.renault > li a.menu-image-title-after {
    padding: 16px 31px 16px 32px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.renault.current-menu-item {
    background: #fff;
    border-bottom-color: #fc3;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.renault:hover {
    background: #fff;
    border-bottom: 4px solid #fc3;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.dacia li a img.menu-image {
    width: 70px;
    height: 40px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.dacia > li a.menu-image-title-after {
    padding: 16px 25px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.dacia.current-menu-item {
    background: #fff;
    border-bottom-color: #0073ac;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.dacia:hover {
    background: #fff;
    border-bottom: 4px solid #0073ac;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.dacia li a img.menu-image {
    padding-right: 0;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.citroen li a img.menu-image {
    width: 57px;
    height: 40px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.citroen > li a.menu-image-title-after {
    padding: 16px 24px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.citroen.current-menu-item {
    background: #fff;
    border-bottom-color: #e1412d;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.citroen:hover {
    background: #fff;
    border-bottom: 4px solid #e1412d;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.mazda li a img.menu-image {
    width: 40px;
    height: 40px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.mazda > li a.menu-image-title-after {
    padding: 16px 32px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.mazda.current-menu-item {
    background: #fff;
    border-bottom-color: #002544;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.mazda:hover {
    background: #fff;
    border-bottom: 4px solid #002544;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.smart li a img.menu-image {
    width: 30px;
    height: 40px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.smart > li a.menu-image-title-after {
    padding: 16px 38px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.smart.current-menu-item {
    background: #fff;
    border-bottom-color: #0A2F56;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.smart:hover {
    background: #fff;
    border-bottom: 4px solid #0A2F56;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.peugeot li a img.menu-image {
    width: 57px;
    height: 40px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.peugeot > li a.menu-image-title-after {
    padding: 16px 38px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.peugeot.current-menu-item {
    background: #fff;
    border-bottom-color: #007be0;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.peugeot:hover {
    background: #fff;
    border-bottom: 4px solid #007be0;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.nissan li a img.menu-image {
    width: 57px;
    height: 40px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.nissan > li a.menu-image-title-after {
    padding: 16px 38px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.nissan.current-menu-item {
    background: #fff;
    border-bottom-color: #c3002f;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.nissan:hover {
    background: #fff;
    border-bottom: 4px solid #c3002f;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.fuso li a img.menu-image {
    width: 40px;
    height: 40px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.fuso > li a.menu-image-title-after {
    padding: 16px 31px 16px 35px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.fuso.current-menu-item {
    background: #fff;
    border-bottom-color: red;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.fuso:hover {
    background: #fff;
    border-bottom: 4px solid red;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.man li a img.menu-image {
    width: 59px;
    height: 32px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.man > li a.menu-image-title-after {
    padding: 20px 21px 20px 26px;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.man.current-menu-item {
    background: #fff;
    border-bottom-color: #303c49;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation .mobile-marken .marken-box .marke-item.man:hover {
    background: #fff;
    border-bottom: 4px solid #303c49;
}
.mobile-nav .mobile-navigation ul {
    margin: 0;
    padding: 0;
    background: #fff;
}
.mobile-nav .mobile-navigation ul li {
    list-style-type: none;
}
.mobile-nav .mobile-navigation ul li a {
    color: inherit;
    padding: 16px;
    display: block;
    border-bottom: 1px solid #e3e1ec;
}
.mobile-nav .mobile-navigation ul li a span {
    display: inline-block;
    padding-left: 26px;
}
.mobile-nav .mobile-navigation ul.parent-marken li {
    position: relative;
}
.mobile-nav .mobile-navigation ul.mobile-global-menu {
    position: relative;
    background: #fff;
}
.mobile-nav .mobile-navigation ul.mobile-global-menu button.submenu-button {
    position: absolute;
    top: auto;
    right: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    z-index: 1;
    outline: none;
    padding: 25px 20px 25px 25px;
}
.mobile-nav .mobile-navigation ul.mobile-global-menu li .sub-menu {
    display: none;
}
.mobile-nav .mobile-navigation ul.mobile-global-menu li .menu-image-title-after span {
    padding: 0;
}
.mobile-nav .mobile-navigation button.submenu-button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    z-index: 1;
    outline: none;
    padding: 25px 20px 25px 25px;
}
.mobile-nav .mobile-navigation button.submenu-button:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 8px;
    transition: all 0.2s ease-in;
}
.mobile-nav .mobile-navigation button.submenu-button.submenu-opened:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
@media print, screen and (min-width: 40em) {
    .fuso .hamburger-icon,
    .man .hamburger-icon,
	.nissan .hamburger-icon,
    .peugeot .hamburger-icon {
        display: none !important;
    }
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}
header .sticky {
    z-index: 99;
}
header .topbar {
    background: #002f59;
    color: #fff;
    border-bottom: 4px solid #eee;
}
header .site-branding {
    padding: 12px 0;
}
@media print, screen and (min-width: 40em) {
    header .site-branding {
        padding: 16px 0;
    }
}
@media print, screen and (min-width: 64em) {
    header .site-branding {
        padding: 16px 0;
    }
}
header .site-branding img {
    width: 161px;
    height: 51px;
    object-fit: contain;
}
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.bild-modul {
    margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
    .bild-modul {
        margin-top: 32px;
    }
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
html {
    position: relative;
    min-height: 100%;
}
body,
html {
    margin: 0;
    padding: 0;
}
footer.site-footer {
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #002f59;
    background: #002f59;
}
footer.site-footer #footer-marken-row {
    display: inline-block;
    background-image: linear-gradient(270deg, #f9f9fa, #f6f6f7 14%, #fff 50%, #f6f6f7 79%, #f9f9fa);
    position: relative;
}
footer.site-footer #footer-marken-row:after {
    content: "\00a0 ";
    display: block;
    position: absolute;
    bottom: 0;
    width: 97%;
    left: 1.5%;
    box-shadow: 0 7px 8px -8px rgba(50, 50, 50, 0.4);
}
footer.site-footer #footer-marken-row .marke-item {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
footer.site-footer #footer-marken-row .marke-item:first-child {
    border-left: 0;
}
footer.site-footer #footer-marken-row .marke-item:nth-child(3n + 3) {
    border-right: 0;
}
footer.site-footer #footer-marken-row .marke-item:nth-last-child(-n + 3) {
    border-bottom: 0;
}
footer.site-footer #footer-marken-row .marke-item li {
    list-style-type: none;
}
footer.site-footer #footer-marken-row .marke-item li a {
    display: block;
}
footer.site-footer #footer-marken-row .marke-item li a img {
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
footer.site-footer #footer-marken-row .marke-item li a .menu-image-title {
    display: none;
}
footer.site-footer #footer-marken-row .marke-item.mercedes li a img.menu-image {
    width: 40px;
    height: 40px;
}
footer.site-footer #footer-marken-row .marke-item.mercedes li a.menu-image-title-after {
    padding: 17px 35px 15px 30px;
}
footer.site-footer #footer-marken-row .marke-item.renault li a img.menu-image {
    width: auto;
    height: 33px;
}
footer.site-footer #footer-marken-row .marke-item.renault li a.menu-image-title-after {
    padding: 20px 28px;
}
footer.site-footer #footer-marken-row .marke-item.dacia li a img.menu-image {
    width: auto;
    height: 50px;
}
footer.site-footer #footer-marken-row .marke-item.dacia li a.menu-image-title-after {
    padding: 12px 23px 11px;
}
footer.site-footer #footer-marken-row .marke-item.dacia li a img {
    padding-right: 0;
}
footer.site-footer #footer-marken-row .marke-item.citroen li a img.menu-image {
    width: 57px;
    height: 40px;
}
footer.site-footer #footer-marken-row .marke-item.citroen li a.menu-image-title-after {
    padding: 16px 34px;
}
footer.site-footer #footer-marken-row .marke-item.mazda li a img.menu-image {
    width: 43px;
    height: 40px;
}
footer.site-footer #footer-marken-row .marke-item.mazda li a.menu-image-title-after {
    padding: 14px 29px 18px 22px;
}
footer.site-footer #footer-marken-row .marke-item.peugeot li a img.menu-image {
    width: 57px;
    height: 40px;
}
footer.site-footer #footer-marken-row .marke-item.peugeot li a.menu-image-title-after {
    padding: 14px 29px 18px 22px;
}
footer.site-footer #footer-marken-row .marke-item.nissan li a img.menu-image {
    width: 57px;
    height: 40px;
}
footer.site-footer #footer-marken-row .marke-item.nissan li a.menu-image-title-after {
    padding: 14px 29px 18px 22px;
}
footer.site-footer #footer-marken-row .marke-item.smart li a img.menu-image {
    width: 36px;
    height: 48px;
}
footer.site-footer #footer-marken-row .marke-item.smart li a.menu-image-title-after {
    padding: 10px 40px 13px 37px;
}
footer.site-footer #footer-marken-row .marke-item.fuso li a img.menu-image {
    width: 40px;
    height: 40px;
}
footer.site-footer #footer-marken-row .marke-item.fuso li a.menu-image-title-after {
    padding: 9px 32px 15px 31px;
}
footer.site-footer #footer-marken-row .marke-item.man li a img.menu-image {
    width: 58px;
    height: 32px;
}
footer.site-footer #footer-marken-row .marke-item.man li a.menu-image-title-after {
    padding: 18px 23px 22px;
}
footer.site-footer .sitemap-nav {
    background: #f1f1f1;
    color: #373636;
    padding: 40px 0 0;
}
footer.site-footer .sitemap-nav ul.sitemap {
    list-style-type: none;
    margin-bottom: 0;
}
footer.site-footer .sitemap-nav ul.sitemap > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
    footer.site-footer .sitemap-nav ul.sitemap > li {
        width: calc(33.33333% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
@media print, screen and (min-width: 64em) {
    footer.site-footer .sitemap-nav ul.sitemap > li {
        width: calc(16.66667% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
footer.site-footer .sitemap-nav ul.sitemap > li > a {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: normal;
}
footer.site-footer .sitemap-nav ul.sitemap > li ul.sub-menu {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer.site-footer .sitemap-nav ul.sitemap > li ul.sub-menu li {
    margin-left: 0;
    margin-bottom: auto;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.46;
    letter-spacing: normal;
}
footer.site-footer .footer-bottom-nav-row {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
}
@media print, screen and (min-width: 40em) {
    footer.site-footer .footer-bottom-nav-row .social-media-legal-nav-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 39.99875em) {
    footer.site-footer .footer-bottom-nav-row .footer-nav {
        margin: 20px 0;
    }
}
footer.site-footer .footer-bottom-nav-row p {
    margin-bottom: 0;
}
footer.site-footer .footer-bottom-nav-row a {
    color: #fff;
}
footer.site-footer .footer-bottom-nav-row ul {
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
}
footer.site-footer .footer-bottom-nav-row ul li {
    display: inline-block;
    text-align: center;
}
footer.site-footer .footer-bottom-nav-row ul li a {
    padding-right: 24px;
}
footer.site-footer .footer-bottom-nav-row ul li:last-child a {
    padding-right: 0;
}
@media print, screen and (min-width: 40em) {
    footer.site-footer .footer-bottom-nav-row ul {
        text-align: right;
    }
}
footer.site-footer .footer-bottom-nav-row ul.social-media-menu li a {
    padding-right: 16px;
}
footer.site-footer .footer-bottom-nav-row ul.social-media-menu li a img {
    width: 24px;
    height: 24px;
    position: relative;
    top: -3px;
}
footer.site-footer .footer-bottom-nav-row ul.social-media-menu li:last-child a {
    padding-right: 0;
}
.sueverkruep .mobile-menu-bar .hamburger-icon .menu-title {
    color: #fff;
}
.sueverkruep .mobile-menu-bar .hamburger-icon button#nav-icon span {
    background: #fff;
}
.sueverkruep #logo-row div.marke-item > li:hover .dropdown {
    display: block;
}
.sueverkruep .slider-content-inner {
    background: #002f59;
    color: #fff;
}
@media print, screen and (min-width: 64em) {
    .sueverkruep .slider-content-inner {
        background: rgba(0, 47, 89, 0.9);
    }
}
.sueverkruep .slider-content-inner h1,
.sueverkruep .slider-content-inner h3 {
    color: #fff;
}
.sueverkruep .slider-content-inner .button.fill {
    background: #fff;
    color: #002f59;
}
.sueverkruep .dashboard-modul .dashboard--card .dashboard-menu .dashboard-menu-item a .svg--icon svg path {
    fill: #002f59;
}
.sueverkruep div.headline {
    border-left: 0;
    padding-left: 0;
    color: #002f59;
}
.sueverkruep h1,
.sueverkruep h2,
.sueverkruep h3 {
    color: #002f59;
}
.sueverkruep h1 {
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .sueverkruep h1 {
        margin-bottom: 24px;
    }
}
.sueverkruep .fill {
    background: #002f59;
    color: #fff;
}
.sueverkruep .ghost {
    background: #fff;
    color: #002f59;
}
.sueverkruep .dashboard-standort p {
    color: #002f59;
}
.sueverkruep .teaser-content-section {
    background: #002f59;
    color: #fff;
}
.sueverkruep .teaser-content-section h2 {
    color: #fff;
}
.sueverkruep .teaser-content-section .fill {
    background: #fff;
    color: #002f59;
}
.sueverkruep .teaser-content-section .teaser--klein .teaser-small-item h2 {
    color: #002f59;
}
.mercedes-benz .topbar {
    background:  #0A2F56;
    color: #fff;
    border-color:  #0A2F56;
}
.mercedes-benz .topbar a:first-child:nth-last-child(2):after {
    border-top-color: #fff;
}
.mercedes-benz .topbar ul.sub-menu {
    color: #373636;
}
.mercedes-benz .topbar ul.sub-menu li a:hover {
    background:  #0A2F56;
    color: #fff;
}
.mercedes-benz #logo-row div.marke-item.mercedes {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.mercedes-benz #logo-row div.marke-item.mercedes > li > a {
    background: #0A2F56;
    border-bottom-color:  #0A2F56;
}
.mercedes-benz .part-menu.dropdown .current-sub-menu {
    background-color:  #0A2F56;
    color: #fff;
}
.mercedes-benz .mobile-menu-bar {
    background:  #0A2F56;
    border-color:  #0A2F56;
}
.mercedes-benz .mobile-menu-bar .hamburger-icon .menu-title {
    color: #fff;
}
.mercedes-benz .mobile-menu-bar .hamburger-icon button#nav-icon span {
    background: #fff;
}
.mercedes-benz .mobile-navigation div.marke-item.mercedes > li > a {
    box-shadow: none;
}
.mercedes-benz .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #373636;
}
.mercedes-benz div.headline {
    border-color: #b2b2b2;
}
.mercedes-benz .fill {
    background:  #0A2F56;
    color: #fff;
}
.mercedes-benz .ghost {
    background: #0A2F56;
    color: #fff;
}
.mercedes-benz .teaser-content-section {
    background: #0A2F56;
    color: #fff;
}
.mercedes-benz .teaser--klein .teaser-small-item h2 {
    color: #0A2F56;
}
.mercedes-benz .teaser-large-box a {
    background: #0A2F56;
    color: #fff;
}
.mercedes-benz .teaser-text {
    background: #0A2F56;
    color: #fff;
}
.mercedes-benz .car-filter-wrap .preis--button-row .btn {
    border-color: #0A2F56;
}
.mercedes-benz .car-filter-wrap .preis--button-row .fill,
.mercedes-benz .car-filter-wrap .preis--button-row .ghost:hover {
    background-color: #0A2F56;
    color: #373636;
}
.mercedes-benz .headline:before {
    border-color: #373636;
}
.mercedes-benz .dashboard-menu-item a svg path {
    fill: #373636;
}
.mercedes-benz #desktop-slider .slider-item .slide-content-wrap .slider-content a.button {
    background: #0A2F56;
    color: #fff;
}
.mercedes-benz footer.site-footer {
    border-color: #b2b2b2;
    background: #0A2F56;
}
.mercedes-benz footer.site-footer .sitemap-nav {
    background: #0A2F56;
}
@media print, screen and (min-width: 64em) {
    .mercedes-benz footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.mercedes-benz footer.site-footer .sitemap-nav .sitemap li a {
    color: #fff;
}
.mercedes-benz footer.site-footer .b-line {
    border-bottom: 1px solid #444;
}
.button,
.button .fill {
    background: #0A2F56;
    color: #fff;
}
.button .ghost {
    border-color: #0A2F56;
    background: #fff;
}
.renault .topbar {
    background: #000;
    color: #fff;
    border-color: #000;
}
.renault .topbar .top-menu ul li a:first-child:nth-last-child(2):before,
.renault .topbar a:first-child:nth-last-child(2):before {
    border-top-color: #fff;
}
.renault .topbar ul.sub-menu li a:hover {
    background: #fc3;
    color: #000;
}
.renault #logo-row div.marke-item.renault {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.renault #logo-row div.marke-item.renault > li > a {
    background: #fff;
    border-bottom-color: #fc3;
}
.renault .part-menu.dropdown .current-sub-menu {
    background-color: #fc3;
    color: inherit;
}
.renault .mobile-menu-bar {
    background: #000;
    border-color: #000;
}
.renault .mobile-menu-bar .hamburger-icon .menu-title {
    color: #fff;
}
.renault .mobile-menu-bar .hamburger-icon button#nav-icon span {
    background: #fff;
}
.renault .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #fc3;
}
.renault div.headline {
    border-color: #fc3;
}
.renault .fill {
    background: #fc3;
    color: #000;
}
.renault footer.site-footer {
    border-color: #fc3;
    background: #000;
}
.renault footer.site-footer .sitemap-nav {
    background: #000;
}
@media print, screen and (min-width: 64em) {
    .renault footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.renault footer.site-footer .sitemap-nav .sitemap li a {
    color: #fff;
}
.renault footer.site-footer .b-line {
    border-bottom: 1px solid #444;
}
.dacia .topbar {
    color: #373636;
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.dacia .topbar ul.sub-menu li a:hover {
    background: #0073ac;
    color: #fff;
}
.dacia #logo-row div.marke-item.dacia {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.dacia #logo-row div.marke-item.dacia > li > a {
    background: #fff;
    border-bottom-color: #0073ac;
}
.dacia .part-menu.dropdown .current-sub-menu {
    background-color: #0073ac;
    color: #fff;
}
.dacia .mobile-menu-bar {
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.dacia .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #0073ac;
}
.dacia div.headline {
    border-color: #0073ac;
}
.dacia .fill {
    background: #0073ac;
    color: #fff;
}
.dacia footer.site-footer {
    border-color: #0073ac;
}
@media print, screen and (min-width: 64em) {
    .dacia footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.dacia footer.site-footer .sitemap-nav .sitemap li a {
    color: inherit;
}
.dacia footer.site-footer .footer-bottom-nav-row {
    background: #0073ac;
}
.mazda .topbar {
    color: #373636;
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.mazda .topbar ul.sub-menu li a:hover {
    background: #002544;
    color: #fff;
}
.mazda #logo-row div.marke-item.mazda {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.mazda #logo-row div.marke-item.mazda > li > a {
    background: #fff;
    border-bottom-color: #002544;
}
.mazda .part-menu.dropdown .current-sub-menu {
    background-color: #002544;
    color: #fff;
}
.mazda .mobile-menu-bar {
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.mazda .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #002544;
}
.mazda div.headline {
    border-color: #002544;
}
.mazda .fill {
    background: #002544;
    color: #fff;
}
.mazda footer.site-footer {
    border-color: #002544;
}
@media print, screen and (min-width: 64em) {
    .mazda footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.mazda footer.site-footer .sitemap-nav .sitemap li a {
    color: inherit;
}
.mazda footer.site-footer .footer-bottom-nav-row {
    background: #002544;
}
.citroen .topbar {
    color: #373636;
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.citroen .topbar ul.sub-menu li a:hover {
    background: #e1412d;
    color: #000;
    color: #fff;
}
.citroen #logo-row div.marke-item.citroen {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.citroen #logo-row div.marke-item.citroen > li > a {
    background: #fff;
    border-bottom-color: #e1412d;
}
.citroen .part-menu.dropdown .current-sub-menu {
    background-color: #e1412d;
    color: #fff;
}
.citroen .mobile-menu-bar {
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.citroen .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #e1412d;
}
.citroen div.headline {
    border-color: #e1412d;
}
.citroen .fill {
    background: #e1412d;
    color: #fff;
}
.citroen .teaser--klein .teaser-small-item h2 {
    color: #000;
}
.citroen .teaser-text {
    background: #e1412d;
    color: #fff;
}
.citroen footer.site-footer {
    border-color: #e1412d;
}
@media print, screen and (min-width: 64em) {
    .citroen footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.citroen footer.site-footer .sitemap-nav .sitemap li a {
    color: inherit;
}
.citroen footer.site-footer .footer-bottom-nav-row {
    background: #e1412d;
}
.peugeot .topbar {
    color: #373636;
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.peugeot .topbar ul.sub-menu li a:hover {
    background: #007be0;
    color: #fff;
}
.peugeot #logo-row div.marke-item.peugeot {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.peugeot #logo-row div.marke-item.peugeot > li > a {
    background: #fff;
    border-bottom-color: #007be0;
}
.peugeot .part-menu.dropdown {
    display: none;
}
.peugeot .mobile-menu-bar {
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.peugeot .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #007be0;
}
.peugeot div.headline {
    border-color: #007be0;
}
.peugeot .fill {
    background: #007be0;
    color: #fff;
}
.peugeot footer.site-footer {
    border-color: #007be0;
}
@media print, screen and (min-width: 64em) {
    .peugeot footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.peugeot footer.site-footer .sitemap-nav .sitemap li a {
    color: inherit;
}
.peugeot footer.site-footer .footer-bottom-nav-row {
    background: #007be0;
}
.nissan .topbar {
    color: #373636;
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.nissan .topbar ul.sub-menu li a:hover {
    background: #c3002f;
    color: #fff;
}
.nissan #logo-row div.marke-item.nissan {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.nissan #logo-row div.marke-item.nissan > li > a {
    background: #fff;
    border-bottom-color: #c3002f;
}
.nissan .part-menu.dropdown {
    display: none;
}
.nissan .mobile-menu-bar {
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.nissan .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #c3002f;
}
.nissan div.headline {
    border-color: #c3002f;
}
.nissan .fill {
    background: #c3002f;
    color: #fff;
}
.nissan footer.site-footer {
    border-color: #c3002f;
}
@media print, screen and (min-width: 64em) {
    .nissan footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.nissan footer.site-footer .sitemap-nav .sitemap li a {
    color: inherit;
}
.nissan footer.site-footer .footer-bottom-nav-row {
    background: #c3002f;
}
.smart .topbar {
    background: #000;
    color: #fff;
    border-color: #000;
}
.smart .topbar a:first-child:nth-last-child(2):before {
    border-top-color: #fff;
}
.smart .topbar ul.sub-menu li a:hover {
    background: #0A2F56;
    color: #fff;
}
.smart #logo-row div.marke-item.smart {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.smart #logo-row div.marke-item.smart > li > a {
    background: #fff;
    border-bottom-color: #0A2F56;
}
.smart .part-menu.dropdown .current-sub-menu {
    background-color: #0A2F56;
    color: inherit;
}
.smart .mobile-menu-bar {
    background: #000;
    border-color: #000;
}
.smart .mobile-menu-bar .hamburger-icon .menu-title {
    color: #000;
}
.smart .mobile-menu-bar .hamburger-icon button#nav-icon span {
    background: #fff;
}
.smart .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #0A2F56;
}
.smart div.headline {
    border-color: #0A2F56;
}
.smart .fill {
    background: #0A2F56;
    color: #fff;
}
.smart footer.site-footer {
    border-color: #0A2F56;
    background: #000;
}
.smart footer.site-footer .sitemap-nav {
    background: #000;
}
@media print, screen and (min-width: 64em) {
    .smart footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.smart footer.site-footer .sitemap-nav .sitemap li a {
    color: #fff;
}
.smart footer.site-footer .b-line {
    border-bottom: 1px solid #444;
}
.fuso .topbar {
    color: #373636;
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.fuso .topbar ul.sub-menu li a:hover {
    background: red;
    color: #fff;
}
.fuso #logo-row div.marke-item.fuso {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.fuso #logo-row div.marke-item.fuso > li > a {
    background: #fff;
    border-bottom-color: red;
}
.fuso .part-menu.dropdown {
    display: none;
}
.fuso .mobile-menu-bar {
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.fuso .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: red;
}
.fuso div.headline {
    border-color: red;
}
.fuso .fill {
    background: red;
    color: #fff;
}
.fuso footer.site-footer {
    border-color: red;
}
@media print, screen and (min-width: 64em) {
    .fuso footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.fuso footer.site-footer .sitemap-nav .sitemap li a {
    color: inherit;
}
.fuso footer.site-footer .footer-bottom-nav-row {
    background: red;
}
.man .topbar {
    color: #373636;
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.man .topbar ul.sub-menu li a:hover {
    background: #303c49;
    color: #fff;
}
.man #logo-row div.marke-item.man {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.man #logo-row div.marke-item.man > li > a {
    background: #fff;
    border-bottom-color: #303c49;
}
.man .part-menu.dropdown {
    display: none;
}
.man .mobile-menu-bar {
    background-image: linear-gradient(270deg, #f6f6f7, #fff 50%, #f9f9fa);
}
.man .dashboard-standort .standort-img-map .svg--icon svg path.st1 {
    fill: #303c49;
}
.man div.headline {
    border-color: #303c49;
}
.man .fill {
    background: #303c49;
    color: #fff;
}
.man footer.site-footer {
    border-color: #303c49;
}
@media print, screen and (min-width: 64em) {
    .man footer.site-footer .sitemap-nav .sitemap li {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.man footer.site-footer .sitemap-nav .sitemap li a {
    color: inherit;
}
.man footer.site-footer .footer-bottom-nav-row {
    background: #303c49;
}
#desktop-slider {
    overflow: hidden;
}
#desktop-slider,
#desktop-slider .slider-item {
    height: 640px;
    position: relative;
}
#desktop-slider .slider-item .slider-img-wrap {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
#desktop-slider .slider-item .slider-img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#desktop-slider .slider-item .slide-content-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    text-align: left;
}
#desktop-slider .slider-item .slide-content-wrap .grid-container,
#desktop-slider .slider-item .slide-content-wrap .grid-container .grid-x {
    height: 100%;
}
#desktop-slider .slider-item .slide-content-wrap .slider-content {
    max-width: 448px;
    color: #000;
    -ms-flex-item-align: center;
    align-self: center;
    transition: all 0.2s ease-in;
}
#desktop-slider .slider-item .slide-content-wrap .slider-content.has_enkv {
    margin-bottom: 74px;
    transition: all 0.2s ease-in;
}
#desktop-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner {
    padding: 32px;
}
#desktop-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner h3.slider--subheadline {
    line-height: 1.5;
    margin-bottom: 0;
}
#desktop-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner .copy {
    margin-bottom: 25px;
}
#desktop-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner .copy p {
    margin: 0;
    font-size: 13px;
    line-height: 1.54;
    line-height: 1.6 !important;
}
@media print, screen and (min-width: 40em) {
    #desktop-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner .copy p {
        font-size: 15px;
        line-height: 1.87;
    }
}
#desktop-slider .slider-item .slide-content-wrap .slider-content a.button {
    min-width: 170px;
    font-size: 15px;
}
#desktop-slider .slider-item .bildunterschrift {
    height: 80px;
    background-color: rgba(250, 250, 251, 0.9);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 16px 0;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
#desktop-slider .slider-item .bildunterschrift p {
    margin-bottom: 0;
}
#desktop-slider .slick-slide-dots {
    padding: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    margin-bottom: 32px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    transition: all 0.2s ease-in;
}
#desktop-slider .slick-slide-dots.visibleUnderl {
    margin-bottom: 112px;
}
#desktop-slider ul.slick-dots {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
}
#desktop-slider ul.slick-dots li {
    height: 4px;
    width: 72px;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.5);
    margin: 0 9px;
}
#desktop-slider ul.slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}
#desktop-slider ul.slick-dots .inProgress {
    background-color: #fff;
    width: 0;
    height: 100%;
}
#desktop-slider ul.slick-dots .inProgress .on {
    width: 100% !important;
}
#desktop-slider ul.slick-dots.change-y-position {
    bottom: 80px;
    margin-bottom: 32px;
}
#desktop-slider .slider-arrow {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 45%;
}
#desktop-slider .slider-arrow ul {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#desktop-slider .slider-arrow ul li {
    display: block;
}
#desktop-slider .slider-arrow ul li:focus {
    outline: none;
}
#desktop-slider .slider-arrow ul li.slick-arrow {
    position: relative;
}
#desktop-slider .slider-arrow ul li.slick-arrow:hover {
    cursor: pointer;
}
#desktop-slider .slider-arrow ul li.slick-arrow.slick-prev {
    display: block;
    transform: rotate(90deg);
}
#desktop-slider .slider-arrow ul li.slick-arrow.slick-next {
    display: block;
    transform: rotate(-90deg);
}
#desktop-slider .slider-arrow ul li.slick-arrow img.arrow {
    width: 32px;
    height: 16px;
    object-fit: contain;
}
.slider-content-inner {
    background: #fff;
    color: #000;
}
@media print, screen and (min-width: 64em) {
    .slider-content-inner {
        background: hsla(0, 0%, 100%, 0.9);
    }
}
.progressBarContainer {
    position: absolute;
    bottom: 20px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.progressBarContainer div {
    display: block;
    width: 30%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: #fff;
}
.progressBarContainer div:last-child {
    margin-right: 0;
}
.progressBarContainer div span.progressBar {
    width: 100%;
    height: 4px;
    background-color: hsla(0, 0%, 100%, 0.4);
    display: block;
}
.progressBarContainer div span.progressBar .inProgress {
    background-color: #fff;
    width: 0;
    height: 4px;
}
.inProgress.on {
    width: 100% !important;
}
#mobile-slider {
    overflow: hidden;
}
#mobile-slider .slider-item {
    overflow: hidden;
    display: block;
}
#mobile-slider .slider-item .slider-img-wrap {
    height: 160px;
    overflow: hidden;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #mobile-slider .slider-item .slider-img-wrap {
        height: 320px;
    }
}
#mobile-slider .slider-item .slider-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#mobile-slider .slider-item .slide-content-wrap {
    position: relative;
    height: 100%;
    z-index: 3;
    text-align: left;
}
#mobile-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner {
    padding-top: 16px;
    padding-bottom: 16px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #mobile-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #mobile-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner h1.slider--headline {
        width: 58.33333%;
        margin-right: 0;
        margin-left: 0;
    }
}
#mobile-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner .copy {
    margin-bottom: 16px;
}
#mobile-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner .copy p {
    margin: 0;
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    #mobile-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner .copy p {
        font-size: 15px;
        line-height: 1.87;
    }
}
#mobile-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner a.button {
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    #mobile-slider .slider-item .slide-content-wrap .slider-content .slider-content-inner a.button {
        font-size: 15px;
        line-height: 1.87;
    }
}
#mobile-slider .slider-item .bildunterschrift {
    font-size: 11px;
    background-color: #fafafb;
    padding-top: 16px;
    padding-bottom: 16px;
}
#mobile-slider .slider-item .bildunterschrift p {
    margin-bottom: 0;
}
#mobile-slider ul.slick-dots {
    position: absolute;
    z-index: 2;
    top: 142px;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #mobile-slider ul.slick-dots {
        top: 292px;
    }
}
#mobile-slider ul.slick-dots li {
    height: 2px;
    width: 50px;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.5);
    margin: 0 9px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #mobile-slider ul.slick-dots li {
        height: 4px;
        width: 72px;
    }
}
#mobile-slider ul.slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
}
#mobile-slider ul.slick-dots .inProgress {
    background-color: #fff;
    width: 0;
    height: 100%;
}
#mobile-slider ul.slick-dots .inProgress .on {
    width: 100% !important;
}
.breadcrumbs {
    border-bottom: 1px solid #bbb;
    position: relative;
    top: 0;
    padding: 10px 0;
    font-size: 11px;
    line-height: 1.45;
    margin-bottom: 0;
}
.breadcrumbs .home-icon {
    display: inline-block;
}
.breadcrumbs .home-icon:before {
    content: "";
    background-image: url(images/home.svg);
    width: 17px;
    height: 15px;
    display: block;
    bottom: -1px;
    position: relative;
}
@media print, screen and (min-width: 40em) {
    .breadcrumbs {
        font-size: 14px;
        line-height: 2;
    }
}
.breadcrumbs a {
    color: inherit;
}
.home .breadcrumbs {
    display: none;
}
.base-font {
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    .base-font {
        font-size: 15px;
        line-height: 1.87;
    }
}
@media screen and (max-width: 39.99875em) {
    .md-down-padding {
        padding: 32px 0;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .md-down-padding {
        padding-top: 48px;
    }
}
section {
    font-size: 13px;
    line-height: 1.54;
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    section {
        font-size: 15px;
        line-height: 1.87;
        padding: 48px 0;
    }
}
@media print, screen and (min-width: 64em) {
    section {
        padding: 80px 0;
    }
}
section.white + .white,
section:not(.arctic_silver) + section:not(.arctic_silver) {
    padding-top: 0;
}
section .md-mb {
    padding-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    section .md-mb {
        padding-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    section .md-mb {
        padding: 0;
    }
}
section b,
section strong {
    font-weight: 400;
    font-family: GalanoGrotesque-SemiBold;
}
@media print, screen and (min-width: 64em) {
    .breadcrumbs + .split--50-50-modul {
        margin-top: 80px;
    }
}
.arctic_silver {
    background: #fafafb;
}
.white {
    background: #fff;
}
.responsive,
.rich-text img {
    height: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.content-page {
    margin: 32px auto;
}
div.headline {
    border-left: 2px solid;
    padding-left: 16px;
}
.carousel {
    position: relative;
}
.carousel .slideControls,
.carousel .slideTwoControls {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    z-index: 1;
}
.carousel .slideControls i,
.carousel .slideTwoControls i {
    font-size: 30px;
}
.carousel .slideControls .slideNext,
.carousel .slideControls .slidePrev,
.carousel .slideTwoControls .slideNext,
.carousel .slideTwoControls .slidePrev {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.9);
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(images/slider-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
.carousel .slideControls .slidePrev,
.carousel .slideTwoControls .slidePrev {
    left: 0;
    position: absolute;
    cursor: pointer;
    transform: rotate(180deg);
}
.carousel .slideControls .slideNext,
.carousel .slideTwoControls .slideNext {
    right: 0;
    position: absolute;
    cursor: pointer;
}
.carousel .lightSlider img {
    object-fit: cover;
    width: 100%;
}
.carousel .lSSlideOuter .lSSlideWrapper {
    height: 180px;
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .carousel .lSSlideOuter .lSSlideWrapper {
        height: 320px;
    }
}
@media print, screen and (min-width: 40em) {
    .carousel .lSSlideOuter .lSPager li {
        width: 184px;
        height: 120px;
    }
}
.carousel .lSSlideOuter .lSPager li.active {
    border-radius: 0 !important;
}
.carousel .lSSlideOuter .lSPager.lSpg li a {
    background-color: #fff;
    border: 1px solid #000;
}
.carousel .lSSlideOuter .lSPager.lSpg li.active a,
.carousel .lSSlideOuter .lSPager.lSpg li:hover a {
    background: #000;
}
.carousel .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}
.carousel .lSSlideOuter .lSPager.lSGallery li a img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.fahrzeug-teaser--list .modell-overview--item {
    width: calc(50% - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    float: left;
}
@media print, screen and (min-width: 40em) {
    .fahrzeug-teaser--list .modell-overview--item {
        width: calc(33.33333% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
@media print, screen and (min-width: 64em) {
    .fahrzeug-teaser--list .modell-overview--item {
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.fahrzeug-teaser--list .modell-overview--item a {
    display: block;
}
.fahrzeug-teaser--list .modell-overview--item .modell-overview--headline {
    position: relative;
}
.fahrzeug-teaser--list .modell-overview--item .modell-overview--headline .model-overview--line {
    border-left: 2px solid #b2b2b2;
    position: absolute;
    width: 2px;
    height: 48px;
}
@media print, screen and (min-width: 40em) {
    .fahrzeug-teaser--list .modell-overview--item .modell-overview--headline .model-overview--line {
        height: 72px;
    }
}
@media print, screen and (min-width: 64em) {
    .fahrzeug-teaser--list .modell-overview--item .modell-overview--headline .model-overview--line {
        height: 96px;
    }
}
.fahrzeug-teaser--list .modell-overview--item .modell-overview--headline .modell-title {
    margin-left: 8px;
}
@media print, screen and (min-width: 40em) {
    .fahrzeug-teaser--list .modell-overview--item .modell-overview--headline .modell-title {
        margin-left: 16px;
    }
}
.fahrzeug-teaser--list .modell-overview--item .modell-overview--headline.empty-overview-headline .model-overview--line {
    border: 0;
}
.fahrzeug-teaser--list .modell-overview--item .modell-overview-img {
    width: 100%;
    height: 64px;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}
.fahrzeug-teaser--list .modell-overview--item .modell-overview-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.fahrzeug-teaser--list .modell-overview--item .modell-overview--categorie {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: normal;
}
@media screen and (max-width: 39.99875em) {
    .fahrzeug-teaser--list .modell-overview--item:nth-child(n + 3) {
        margin-top: 16px;
    }
}
@media print, screen and (min-width: 40em) {
    .fahrzeug-teaser--list .modell-overview--item:nth-child(n + 4) {
        margin-top: 40px;
    }
    .fahrzeug-teaser--list .modell-overview--item .modell-overview-img {
        height: 88px;
        margin-top: 24px;
    }
    .fahrzeug-teaser--list .modell-overview--item .modell-overview--categorie {
        font-size: 13px;
        line-height: 1.54;
    }
}
@media print, screen and (min-width: 64em) {
    .fahrzeug-teaser--list .modell-overview--item:nth-child(n + 4) {
        margin-top: 0;
    }
    .fahrzeug-teaser--list .modell-overview--item:nth-child(n + 5) {
        margin-top: 40px;
    }
    .fahrzeug-teaser--list .modell-overview--item .modell-overview--categorie {
        margin-top: 16px;
    }
    .fahrzeug-teaser--list .modell-overview--item .modell-overview-img {
        height: 104px;
    }
}
.dashboard-modul {
    padding: 24px 0;
}
@media print, screen and (min-width: 40em) {
    .dashboard-modul {
        padding: 32px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .dashboard-modul {
        padding: 56px 0;
    }
}
.dashboard-modul .dashboard--card {
    position: relative;
}
.dashboard-modul .dashboard--card h2 {
    margin-bottom: 0;
}
.dashboard-modul .dashboard--card button.dashboard--card-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 64px;
    border-radius: 0;
    cursor: pointer;
}
.dashboard-modul .dashboard--card button.dashboard--card-toggle:before {
    content: " ";
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    width: 16px;
    height: 8px;
    margin: auto;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}
.dashboard-modul .dashboard--card button.dashboard--card-toggle:focus {
    outline: 0;
}
.dashboard-modul .dashboard--card button {
    float: right;
}
.dashboard-modul .dashboard--card .dashboard--card-inner {
    display: none;
    position: relative;
}
.dashboard-modul .dashboard--card .dashboard--card-inner p {
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    .dashboard-modul .dashboard--card .dashboard--card-inner p {
        font-size: 15px;
        line-height: 1.87;
    }
}
.dashboard-modul .dashboard--card .dashboard-menu {
    margin: 0;
    list-style-type: none;
}
.dashboard-modul .dashboard--card .dashboard-menu .dashboard-menu-item {
    border-bottom: 1px solid #eee;
}
.dashboard-modul .dashboard--card .dashboard-menu .dashboard-menu-item a {
    width: 100%;
    padding: 13px 0;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-modul .dashboard--card .dashboard-menu .dashboard-menu-item a .svg--icon {
    display: inline-block;
    width: 24px;
    margin-right: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.dashboard-modul .dashboard--card .dashboard-menu .dashboard-menu-item a .svg--icon svg {
    width: inherit;
}
.dashboard-modul .dashboard--card .dashboard-menu .dashboard-menu-item a .svg--icon svg path {
    fill: #000;
}
.dashboard-modul .dashboard--card .dashboard-menu .dashboard-menu-item:last-child {
    border-bottom: 0;
}
.dashboard-modul .dashboard--card .dashboard-menu .dashboard-menu-item:last-child a {
    padding-bottom: 0;
}
.dashboard-modul .dashboard--card .dashboard-standort .standort-img-map {
    background-image: url(images/map@3x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: auto;
    height: 197px;
}
.dashboard-modul .dashboard--card .dashboard-standort .standort-img-map .svg--icon {
    display: block;
    width: 135px;
    height: 187px;
    text-align: center;
    position: relative;
    top: -15px;
    left: 60%;
    transform: translateX(-60%);
}
.dashboard-modul .dashboard--card .dashboard-standort img {
    width: 100%;
    object-fit: cover;
}
.dashboard-modul .dashboard--card .dashboard-standort .dash-board-excerpt {
    margin: 0 20px 29px 21px;
}
.dashboard-modul .dashboard--card .dashboard-standort .dash-board-excerpt p {
    font-size: 18px;
    text-align: center;
    line-height: 1.33;
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .dashboard-modul .dashboard--card .dashboard-standort .dash-board-excerpt p {
        max-width: 272px;
    }
}
.dashboard-modul .dashboard--card .dashboard-standort .dash-board-excerpt p .location-anzahl {
    font-weight: 700;
    font-size: 1.375rem;
}
.dashboard-modul .dashboard--card.is-active .dashboard--card-inner {
    display: block;
}
.dashboard-modul .dashboard--card.is-active h2 {
    margin-bottom: 10px;
}
.dashboard-modul .dashboard--card.is-active button.dashboard--card-toggle:before {
    transform: rotate(180deg);
    transition: all 0.2s ease-in;
}
.dashboard-modul .dashboard-tabs-md-down .tabs {
    border-color: #e3e1ec;
    border-bottom: 0;
}
.dashboard-modul .dashboard-tabs-md-down .tabs .tabs-title {
    border-bottom: 1px solid #e3e1ec;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
}
.dashboard-modul .dashboard-tabs-md-down .tabs .tabs-title.is-active {
    border-bottom: 0;
}
.dashboard-modul .dashboard-tabs-md-down .tabs .tabs-title.is-active h2 {
    color: inherit;
}
.dashboard-modul .dashboard-tabs-md-down .tabs .tabs-title:first-child {
    border-right: 1px solid #e3e1ec;
}
.dashboard-modul .dashboard-tabs-md-down .tabs .tabs-title a {
    background: #fafafb;
    font-size: 13px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.dashboard-modul .dashboard-tabs-md-down .tabs .tabs-title a:focus {
    outline: 0;
}
.dashboard-modul .dashboard-tabs-md-down .tabs .tabs-title a[aria-selected="true"] {
    background: #fff;
}
.dashboard-modul .dashboard-tabs-md-down .tabs .tabs-title h2 {
    margin-bottom: 0;
    color: #b8b8c2;
}
.dashboard-modul .dashboard-tabs-md-down .tabs-content {
    border-color: #e3e1ec;
}
.dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li {
    width: 33.3%;
    border-bottom: 1px solid #e3e1ec;
}
.dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li a {
    display: block;
    text-align: center;
    height: 80px;
    position: relative;
    padding: 16px 0;
    margin-bottom: 16px;
}
.dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 80px;
    background: #d8d8d8;
}
.dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li a .svg--icon {
    display: block;
    margin-bottom: 16px;
}
.dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li:nth-child(n + 5) {
    border-bottom: 0;
}
.dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li:nth-child(n + 5) a {
    margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
    .dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li {
        width: 50%;
    }
    .dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li:nth-child(n + 3) a {
        padding-top: 16px;
        margin-top: 16px;
    }
    .dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li:nth-child(2n) a:after {
        width: 0;
    }
}
@media print, screen and (min-width: 40em) {
    .dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li:nth-child(n + 4) {
        border-bottom: 0;
    }
    .dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li:nth-child(n + 4) a {
        padding-top: 16px;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .dashboard-modul .dashboard-tabs-md-down .tabs-content .tabs-panel ul.dashboard-menu li:nth-child(3n + 0) a:after {
        width: 0;
    }
}
.standortkarte {
    padding: 16px 0 0;
}
.standortkarte.white {
    padding-top: 16px !important;
}
@media print, screen and (min-width: 40em) {
    .standortkarte.white {
        padding-top: 32px !important;
    }
}
@media print, screen and (min-width: 40em) {
    .standortkarte {
        padding: 32px 0 0;
    }
}
@media print, screen and (min-width: 64em) {
    .standortkarte {
        padding: 0;
    }
}
.standortkarte .gm-style .gm-style-iw-c {
    border-radius: 0;
    box-shadow: none;
}
@media print, screen and (min-width: 64em) {
    .standortkarte .gm-style .gm-style-iw-c {
        max-width: 482px;
    }
}
.standortkarte .inside-marker {
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    .standortkarte .inside-marker {
        font-size: 15px;
        line-height: 1.87;
    }
}
.standortkarte .inside-marker .button {
    float: right;
}
.standort-kontakt-box {
    margin-top: 32px;
}
.map--filter-box {
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .map--filter-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.map--filter-box .map--filter-box-inner {
    position: relative;
    padding: 0 1rem;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .map--filter-box .map--filter-box-inner {
        left: 0 !important;
        padding-left: 16px !important;
        padding-right: 16px;
    }
}
@media screen and (min-width: 40em) and (max-width: 74.99875em) {
    .map--filter-box .map--filter-box-inner {
        left: 16px;
        padding-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .map--filter-box .map--filter-box-inner {
        max-width: 584px;
        margin-right: 206px;
        position: absolute;
        right: 0;
        padding-right: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .map--filter-box .map--filter-box-inner .section--headline {
        width: 378px;
    }
}
.map--filter-box .map--filter-box-inner .marken-filter--item.l-title {
    margin-bottom: 16px;
    position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .map--filter-box .map--filter-box-inner .marken-filter--item.l-title {
        margin-bottom: 32px;
    }
}
.map--filter-box .map--filter-box-inner .marken-filter--item.l-title label {
    border-radius: 3px;
    border-bottom-width: 1px;
}
.map--filter-box .map--filter-box-inner .marken-filter--item.l-title label .md-markenfilter-field.selected-marke {
    color: #b8b8c2;
    text-transform: capitalize;
}
.map--filter-box .map--filter-box-inner .marken-filter--item.l-title .markenfilter--card-toggle {
    width: 44px;
    height: inherit;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.map--filter-box .map--filter-box-inner .marken-filter--item.l-title .markenfilter--card-toggle:before {
    content: " ";
    display: block;
    -webkit-mask-image: url(images/arrow.svg);
    mask-image: url(images/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: #000;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    position: relative;
    left: calc(50% - 8px);
    transform: rotate(0deg);
}
.map--filter-box .map--filter-box-inner .marken-filter--item.l-title .markenfilter--card-toggle[aria-expanded="true"]:before {
    transform: rotate(180deg);
    transition: all 0.2s ease-in;
}
.map--filter-box .map--filter-box-inner .marken-filter--item.l-title .markenfilter--card-toggle:focus {
    outline: 0;
}
.split--karte--box {
    padding: 0 !important;
}
@media print, screen and (min-width: 64em) {
    .split--karte--box {
        padding-right: 0 !important;
    }
}
.split--karte--box .map-wrapper {
    min-height: 400px;
}
@media print, screen and (min-width: 64em) {
    .split--karte--box .map-wrapper {
        min-height: 656px;
    }
}
.split--karte--box .infoMobileContent {
    display: none;
}
.md-view .standort-md-filter {
    margin: 0 16px 32px;
}
.standort-img {
    width: 48px;
    height: 48px;
    border: 1px solid #e3e1ec;
    padding: 12px;
    object-fit: contain;
}
.acf-map,
.map-wrapper {
    width: 100%;
}
.gm-style .gm-style-iw-c {
    border-radius: 0;
    box-shadow: none;
    padding: 24px !important;
    display: none;
}
.gm-style .gm-style-iw-c:after {
    content: none;
}
@media print, screen and (min-width: 64em) {
    .gm-style .gm-style-iw-c {
        display: block;
    }
    .gm-style .gm-style-iw-c:after {
        content: inherit;
    }
}
.gm-style .gm-style-iw-c .gm-style-iw-d {
    max-width: auto !important;
    max-height: auto !important;
    overflow: auto !important;
}
@media print, screen and (min-width: 64em) {
    .gm-style .gm-style-iw-c .inside-marker {
        width: 482px;
    }
}
.gm-style .gm-style-iw-t:after {
    content: none;
}
@media print, screen and (min-width: 64em) {
    .gm-style .gm-style-iw-t:after {
        content: "";
    }
}
.marker-filter .filter-box {
    background: #fff;
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px 19px;
}
.marker-filter .filter-box input {
    margin-bottom: 0;
}
.marker-filter .filter-box img {
    width: 24px;
    height: 32px;
    object-fit: contain;
    margin-right: 26px;
}
.markenfilter-standort {
    width: 100%;
}
@media print, screen and (min-width: 64em) {
    .markenfilter-standort {
        width: 378px;
    }
}
.markenfilter-standort ul {
    list-style-type: none;
    margin: 0;
    position: relative;
}
.markenfilter-standort ul li {
    margin: 0;
}
.markenfilter-standort ul li input[type="checkbox"][class^="standort-markefilter--checkbox"] {
    display: none;
}
.markenfilter-standort ul li label {
    border: 1px solid #e3e1ec;
    background: #fff;
    padding: 13px 16px;
    height: 44px;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    .markenfilter-standort ul li label {
        font-size: 15px;
        line-height: 1.87;
        height: 48px;
    }
}
.markenfilter-standort ul li label img,
.markenfilter-standort ul li label svg {
    width: 27px;
    height: 24px;
    object-fit: contain;
    display: inline-block;
    margin-right: 22px;
}
@media (-ms-high-contrast: none) {
    .markenfilter-standort ul li label img,
    .markenfilter-standort ul li label svg {
        width: 24px;
        height: auto;
    }
}
@media (-ms-high-contrast: none) {
    .markenfilter-standort ul li label[for="smart"] img {
        height: 27px;
        width: 20px;
    }
}
.markenfilter-standort ul li label span {
    display: inline-block;
    vertical-align: top;
}
.markenfilter-standort ul li label:hover {
    background: #fafafb;
}
.markenfilter-standort ul li label:after {
    content: " ";
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    right: 0;
    margin-right: 16px;
    display: block;
    width: 16px;
    height: 8px;
    transform: rotate(-90deg);
}
@media print, screen and (min-width: 64em) {
    .markenfilter-standort ul li label:after {
        background-image: url(images/arrow.svg);
    }
}
.markenfilter-standort ul li:nth-child(n + 2) label {
    border-top-width: 0;
}
.markenfilter-standort ul li:last-child label {
    border-bottom-width: 1px;
}
.markenfilter-standort ul li :checked + label {
    background: #fff;
}
.markenfilter-standort ul li :checked + label img,
.markenfilter-standort ul li :checked + label svg {
    height: 24px;
    width: 27px;
    object-fit: contain;
    display: inline-block;
    margin-right: 22px;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.markenfilter-standort ul li :checked + label:after {
    content: " ";
    background-image: url(images/close-white.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    margin-right: 20px;
}
.markenfilter-standort ul li.mercedes-benz :checked + label {
    background-color: #0A2F56;
    color: #fff;
}
.markenfilter-standort ul li.renault :checked + label {
    background-color: #fc3;
    color: inherit;
}
.markenfilter-standort ul li.dacia :checked + label {
    background-color: #0073ac;
    color: #fff;
}
.markenfilter-standort ul li.citroen :checked + label {
    background-color: #e1412d;
    color: #fff;
}
.markenfilter-standort ul li.mazda :checked + label {
    background-color: #002544;
    color: #fff;
}
.markenfilter-standort ul li.smart :checked + label {
    background-color: #0A2F56;
    color: inherit;
}
.markenfilter-standort ul li.peugeot :checked + label {
    background-color: #007be0;
    color: #fff;
}
.markenfilter-standort ul li.nissan :checked + label {
    background-color: #c3002f;
    color: #fff;
}
.markenfilter-standort ul li.fuso :checked + label {
    background-color: red;
    color: #fff;
}
.markenfilter-standort ul li.man :checked + label {
    background-color: #303c49;
    color: #fff;
}
.markenfilter-standort ul .marken-filter-inner {
    width: 100%;
}
@media screen and (max-width: 63.99875em) {
    .markenfilter-standort ul .marken-filter-inner {
        display: none;
        position: absolute;
        top: 47px;
        z-index: 1;
    }
    .markenfilter-standort ul .marken-filter-inner.show {
        display: block;
    }
}
@media screen and (max-width: 39.99875em) {
    .markenfilter-standort ul .marken-filter-inner {
        top: 43px;
    }
}
.markenfilter-standort ul .marken-filter-inner .btn-box {
    border: 1px solid #e3e1ec;
    border-top: 0;
    padding: 7px 9px;
    background: #fafafb;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.markenfilter-standort.md-view {
    position: relative;
}
.markenfilter-standort.md-view #st-mfilter-dropbody {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 48px;
}
.markenfilter-standort.md-view #st-mfilter-dropbody.show {
    display: block;
}
.boxen {
    background: #fafafb;
    border: 1px solid #e3e1ec;
    padding: 16px;
}
@media print, screen and (min-width: 40em) {
    .boxen {
        padding: 24px;
    }
}
.img-molecule + .img-molecule {
    margin-top: 32px;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    height: 48px;
    box-shadow: none;
    padding: 0 16px;
    line-height: 48px !important;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
    border-color: #002f59;
}
textarea {
    box-shadow: none;
    padding: 10px 16px;
}
::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
    line-height: 1.54;
    line-height: inherit !important;
    opacity: 1;
}
@media print, screen and (min-width: 40em) {
    ::-webkit-input-placeholder {
        font-size: 15px;
        line-height: 1.87;
    }
}
::-moz-placeholder {
    color: #000;
    font-size: 13px;
    line-height: 1.54;
    line-height: inherit !important;
    opacity: 1;
}
@media print, screen and (min-width: 40em) {
    ::-moz-placeholder {
        font-size: 15px;
        line-height: 1.87;
    }
}
:-ms-input-placeholder {
    color: #000;
    font-size: 13px;
    line-height: 1.54;
    line-height: inherit !important;
    opacity: 1;
}
@media print, screen and (min-width: 40em) {
    :-ms-input-placeholder {
        font-size: 15px;
        line-height: 1.87;
    }
}
:-moz-placeholder {
    color: #000;
    font-size: 13px;
    line-height: 1.54;
    line-height: inherit !important;
    opacity: 1;
}
@media print, screen and (min-width: 40em) {
    :-moz-placeholder {
        font-size: 15px;
        line-height: 1.87;
    }
}
span.wpcf7-list-item.first {
    margin: 0;
}
.wpcf7 p:empty {
    display: none;
}
.wpcf7 .wpcf7-form-control.custom-select {
    margin-bottom: 16px;
}
.wpcf7 .form-group span.vorname_name input {
    margin-top: 0;
}
.wpcf7 .wpcf7-form-control-wrap.strasse_hsnr input {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .wpcf7 .anliegen .custom-select,
    .wpcf7 .automarke .custom-select {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 39.99875em) {
    .wpcf7 .anliegen .custom-select {
        margin-bottom: 0;
    }
}
.wpcf7 .anrede {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    margin: 8px 0;
}
.wpcf7 .anrede .wpcf7-radio {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .wpcf7 .anrede .wpcf7-radio {
        display: block;
    }
}
.wpcf7 .anrede .wpcf7-radio span.wpcf7-list-item {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media print, screen and (min-width: 40em) {
    .wpcf7 .anrede .wpcf7-radio span.wpcf7-list-item {
        margin-right: 24px;
    }
}
.wpcf7 .anrede .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}
.wpcf7 .anrede .wpcf7-radio input[type="radio"] {
    position: relative;
    visibility: hidden;
    margin-bottom: 0;
}
.wpcf7 .anrede .wpcf7-radio input[type="radio"] + span {
    margin-left: 10px;
}
.wpcf7 .anrede .wpcf7-radio input[type="radio"] + span:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    border: 1px solid #e3e1ec;
    background-color: #fafafb;
    width: 24px;
    height: 24px;
    top: 0;
}
@media print, screen and (min-width: 64em) {
    .wpcf7 .anrede .wpcf7-radio input[type="radio"] + span:before {
        width: 16px;
        height: 16px;
        top: 3px;
    }
}
.wpcf7 .anrede .wpcf7-radio 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) {
    .wpcf7 .anrede .wpcf7-radio input[type="radio"] + span:after {
        height: 8px;
        width: 8px;
        top: 7px;
        left: 4px;
    }
}
.wpcf7 .anrede .wpcf7-radio input[type="radio"]:checked + span:before {
    background: #fafafb;
}
.wpcf7 .anrede .wpcf7-radio input[type="radio"]:checked + span:after {
    background: #222;
    visibility: visible;
}
@media screen and (max-width: 63.99875em) {
    .wpcf7 .message-box {
        margin-top: 16px;
    }
}
.wpcf7 .message-box .message textarea {
    height: 100%;
    max-height: 100%;
    resize: none;
}
.wpcf7 .leasing-finance {
    margin-top: 24px;
}
@media screen and (max-width: 63.99875em) {
    .wpcf7 .leasing-finance span.km-laufleistung .custom-select {
        margin-bottom: 0;
    }
}
.wpcf7 .leasing-finance h2 {
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .wpcf7 .leasing-finance h2 {
        margin-bottom: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .wpcf7 .leasing-finance input {
        margin-bottom: 0;
    }
}
.wpcf7 .newsletter-datenschutz-box {
    margin-top: 32px;
}
.wpcf7 .newsletter-datenschutz-box p {
    font-size: 14px;
}
.wpcf7 .newsletter-datenschutz-box .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7 .newsletter-datenschutz-box .wpcf7-acceptance .wpcf7-list-item label {
    position: relative;
    cursor: pointer;
}
.wpcf7 .newsletter-datenschutz-box .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
    border-radius: 0;
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    position: relative;
}
.wpcf7 .newsletter-datenschutz-box .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
    content: " ";
    border: 1px solid #e3e1ec;
    background: #fff;
    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) {
    .wpcf7 .newsletter-datenschutz-box .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
        width: 16px;
        height: 16px;
    }
}
.wpcf7 .newsletter-datenschutz-box .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label .after-checkbox {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.wpcf7 .newsletter-datenschutz-box .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
    background-image: url(images/close.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10.5px;
}
@media print, screen and (min-width: 64em) {
    .wpcf7 .newsletter-datenschutz-box .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
        background-size: 7px;
    }
}
.wpcf7 .newsletter-datenschutz-box .newsletter .after-checkbox {
    padding-bottom: 24px;
}
.wpcf7 .newsletter-datenschutz-box .datenschutz {
    padding-top: 24px;
}
.wpcf7 .newsletter-datenschutz-box .accordion-item.is-active > .accordion-title:before {
    transform: rotate(180deg);
}
.wpcf7 .newsletter-datenschutz-box .accordion-item .accordion-title:before,
.wpcf7 .newsletter-datenschutz-box .accordion-item.is-active > .accordion-title:before {
    right: 0;
    top: 4px;
    content: " ";
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    width: 16px;
    height: 8px;
    margin: auto;
}
.wpcf7 .newsletter-datenschutz-box .accordion-item .accordion-title:before {
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}
.wpcf7 .newsletter-datenschutz-box .cf7-accordion-title {
    border: 0;
    border-bottom: 1px solid #e3e1ec;
    font-size: inherit;
    padding: 0 0 8px;
    position: relative;
}
.wpcf7 .newsletter-datenschutz-box .accordion-content {
    background: none;
    padding: 16px 0 0;
    border: 0;
}
.wpcf7 .submit-btn {
    padding-top: 24px;
}
@media print, screen and (min-width: 40em) {
    .wpcf7 .submit-btn {
        padding-top: 48px;
    }
}
.wpcf7 .wpcf7-submit {
    min-width: 186px;
}
@media print, screen and (min-width: 40em) {
    .wpcf7 .wpcf7-submit {
        min-width: 186px;
    }
}
section.factbox {
    background: #002f59;
    color: #fff;
    padding: 16px 0;
}
@media print, screen and (min-width: 40em) {
    section.factbox {
        padding: 44px 0;
    }
}
section.factbox h1 {
    color: #fff;
}
section.factbox .fact-item {
    text-align: center;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 39.99875em) {
    section.factbox .fact-item:nth-child(2) {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    section.factbox .fact-item:nth-child(2):before {
        content: "";
        position: absolute;
        left: calc(50% + -16px);
        top: -16px;
        width: 32px;
        height: 2px;
        background: #fff;
    }
    section.factbox .fact-item:nth-child(2):after {
        content: "";
        position: absolute;
        left: calc(50% + -16px);
        bottom: -16px;
        width: 32px;
        height: 2px;
        background: #fff;
    }
}
@media print, screen and (min-width: 40em) {
    section.factbox .fact-item {
        margin-bottom: 0;
    }
    section.factbox .fact-item:nth-child(2):before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 48px;
        background: #fff;
    }
    section.factbox .fact-item:nth-child(2):after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
        height: 48px;
        background: #fff;
    }
}
section.factbox .fact-item .fact-head .praefix {
    margin-right: 6px;
}
section.factbox .fact-item .fact-head h1 {
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
}
section.factbox .fact-item:nth-child(n + 4) {
    margin-top: 32px;
}
.search-filter {
    background: #fff;
}
.search-filter label {
    color: #002f59;
}
.search-filter button:focus {
    outline: 0;
}
@media print, screen and (min-width: 40em) {
    .search-filter button#job-submit {
        margin-top: 56px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .search-filter button#job-submit {
        margin-top: 25px;
    }
}
.results-box .result-list {
    margin: 0 0 16px;
}
@media print, screen and (min-width: 40em) {
    .results-box .result-list {
        margin: 0 0 32px;
    }
}
.results-box .result-list h2 {
    margin-bottom: 0;
    -ms-flex-item-align: center;
    align-self: center;
}
.results-box .teaser-link-box {
    display: block;
    margin-top: 16px;
}
.results-box .teaser-link-box:first-child {
    margin-top: 0;
}
.results-box .teaser-link-box .teaser-link {
    font-size: 13px;
    line-height: 1.54;
    color: #002f59;
}
@media print, screen and (min-width: 40em) {
    .results-box .teaser-link-box .teaser-link {
        font-size: 16px;
        line-height: 1.5;
    }
}
.teaserbtn-box {
    -ms-flex-item-align: center;
    align-self: center;
}
@media print, screen and (min-width: 64em) {
    .teaserbtn-box .button {
        float: right;
    }
    .teaserbtn-box .button:nth-child(n + 2) {
        margin-top: 8px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaserbtn-box .button.kontakt-anfrage-btn {
        max-width: 331px;
    }
}
.teaserbtn-box .button.kontakt-anfrage-btn:nth-child(2) {
    margin-top: 8px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .teaserbtn-box .button.kontakt-anfrage-btn {
        width: calc(50% - 8px);
        display: inline-block;
    }
    .teaserbtn-box .button.kontakt-anfrage-btn:nth-child(2) {
        margin-top: 0;
        float: right;
    }
}
.card-profile-person {
    background: #fff;
}
.card-profile-person:nth-child(n + 2) {
    margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
    .card-profile-person:nth-child(n + 2) {
        margin-top: 32px;
    }
}
@media print, screen and (min-width: 40em) {
    .card-profile-person .card-profile-person-img {
        width: 120px;
        margin-right: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .card-profile-person .card-profile-person-img {
        width: 144px;
        margin-right: 24px;
    }
}
.card-profile-person .card-profile-person-img .person-img {
    display: -ms-flexbox;
    display: flex;
}
.card-profile-person .card-profile-person-img .person-img .ma-picture {
    width: auto;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

ul#lightSlider{
	height: auto !important;
}

@media print, screen and (min-width: 40em) {
    .card-profile-person .card-profile-person-img .person-img .ma-picture {
        width: 120px;
        height: 120px;
    }
}
@media print, screen and (min-width: 64em) {
    .card-profile-person .card-profile-person-img .person-img .ma-picture {
        width: 144px;
        height: 144px;
    }
}
.card-profile-person .card-profile-person-img .person-img .ma-picture img {
    width: auto;
    height: 100%;
    max-width: none;
    display: block;
    margin: 0 auto 0 -25%;
}
@media (-ms-high-contrast: none) {
    .card-profile-person .card-profile-person-img .person-img .ma-picture img {
        max-width: none;
    }
}
.card-profile-person .card-profile-person-img .person-img .marke-img-box-small {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
}
.card-profile-person h2 {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .card-profile-person .ma-standort {
        margin-top: 16px;
    }
}
@media print, screen and (min-width: 40em) {
    .card-profile-person .card-profile-btn-md .button {
        max-width: 348px;
    }
}
.card-profile-person .card-profile-btn-md .button:nth-child(n + 2) {
    margin-top: 8px;
}
.card-profile-person .person-info-medium-up {
    position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .card-profile-person .person-info-medium-up h2 {
        display: inline;
    }
}
.card-profile-person .person-info-medium-up .marke-img-box-medium {
    float: right;
}
.card-profile-person .standort-img {
    border: 0;
    padding: 0;
    width: auto;
    height: 32px;
}
.card-profile-person .standort-img:nth-child(n + 2) {
    margin-left: 28px;
}
@media screen and (max-width: 39.99875em) {
    .card-profile-person .standort-img:nth-child(n + 4) {
        margin-top: 10px;
    }
}
.teaser--klein .teaser-small-item {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 64em) {
    .teaser--klein .teaser-small-item {
        margin-bottom: 0;
    }
}
.teaser--klein .teaser-small-item a {
    display: block;
}
.teaser--klein .teaser-small-item h2 {
    margin-bottom: 0;
}
.teaser--klein .teaser-small-item h2 a {
    color: inherit;
}
.teaser--klein .teaser-small-item .teaser-img {
    overflow: hidden;
    margin-bottom: 8px;
    height: 177px;
}
@media print, screen and (min-width: 40em) {
    .teaser--klein .teaser-small-item .teaser-img {
        height: 160px;
        margin-bottom: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaser--klein .teaser-small-item .teaser-img {
        height: 192px;
        margin-bottom: 16px;
    }
}
.teaser--klein .teaser-small-item .teaser-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.teaser--klein .teaser-small-item .teaser--klein-item-copy {
    margin-top: 8px;
    margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
    .teaser--klein .teaser-small-item.large-3:nth-child(n + 5),
    .teaser--klein .teaser-small-item.large-4:nth-child(n + 4) {
        margin-top: 32px;
    }
}
.teaserbox-cta {
    border: 1px solid #e3e1ec;
    padding: 24px;
}
.teaserbox-cta.copy--btn .copy {
    width: calc(75% - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.teaserbox-cta table tr {
    border-bottom: 1px solid #e3e1ec;
}
.teaserbox-cta table tr td {
    padding-left: 0;
}
.teaser-cta-list .teaser-cta-headline {
    -ms-flex-item-align: center;
    align-self: center;
}
.teaser-cta-list h2 {
    margin-bottom: 0;
}
.teaser-cta-list .btn-box {
    -ms-flex-item-align: center;
    align-self: center;
}
.teaser-cta-list .btn-box .button {
    margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
    .teaser-cta-list .btn-box .button {
        margin-top: 0;
        min-width: 193px;
    }
}
.teaser-vermietung-list .result-list:nth-of-type(n + 2) {
    margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .result-list:nth-of-type(n + 2) {
        margin-top: 32px;
    }
}
.teaser-vermietung-list .result-list:first-of-type {
    margin-top: 0;
}
.teaser-vermietung-list .boxen {
    background: #fff;
    padding: 0;
}
.teaser-vermietung-list .boxen .vermiet-img-box {
    padding-left: 0;
    height: 217px;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .boxen .vermiet-img-box {
        height: 456px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaser-vermietung-list .boxen .vermiet-img-box {
        height: auto;
    }
}
.teaser-vermietung-list .boxen .vermiet-img-box-m-view {
    padding-left: 0;
    width: 100%;
    height: 217px;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .boxen .vermiet-img-box-m-view {
        height: 456px;
    }
}
.teaser-vermietung-list .teaser-vermietung-inner {
    padding: 16px;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .teaser-vermietung-inner {
        padding: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaser-vermietung-list .teaser-vermietung-inner {
        padding: 24px 24px 24px 16px;
    }
}
.teaser-vermietung-list .teaser-vermietung-inner h2.teaser-vermietung-list-item-headline {
    margin-bottom: 0;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-radio-group {
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .teaser-vermietung-inner .button-radio-group {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.teaser-vermietung-list .teaser-vermietung-inner .button-radio-group li {
    height: 32px;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .teaser-vermietung-inner .button-radio-group li {
        height: 24px;
    }
}
.teaser-vermietung-list .teaser-vermietung-inner .button-radio-group li a {
    font-size: 13px;
    width: 88px;
    padding: 0;
    height: 100%;
    border: 1px solid #e3e1ec;
    background: #fafafb;
    color: #000;
    text-align: center;
    margin: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-radio-group li a:active,
.teaser-vermietung-list .teaser-vermietung-inner .button-radio-group li a:focus {
    background: #000;
    color: #fff;
    outline: none;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-radio-group li:first-child a {
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-radio-group li:last-child a {
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-radio-group li.is-active a {
    background: #000;
    color: #fff;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .teaser-vermietung-inner .tab-vbeschreibung {
        margin-top: 10px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaser-vermietung-list .teaser-vermietung-inner .tab-vbeschreibung {
        margin-top: 12px;
    }
}
.teaser-vermietung-list .teaser-vermietung-inner .tab-vbeschreibung p {
    font-size: 13px;
    line-height: 1.54;
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .teaser-vermietung-inner .tab-vbeschreibung p {
        font-size: 15px;
        line-height: 1.87;
    }
}
.teaser-vermietung-list .teaser-vermietung-inner .tab-vbeschreibung p:nth-of-type(n + 2) {
    margin-top: 1rem;
}
.teaser-vermietung-list .teaser-vermietung-inner .tab-vbeschreibung p a {
    text-decoration: underline;
}
.teaser-vermietung-list .teaser-vermietung-inner .tabs-content {
    color: #373636;
    border: 0;
}
@media print, screen and (min-width: 40em) {
    .teaser-vermietung-list .teaser-vermietung-inner .tabs-content {
        margin-top: 24px;
    }
}
.teaser-vermietung-list .teaser-vermietung-inner .tabs-content .tabs-panel {
    border: 0;
    padding: 0;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-group {
    margin-bottom: 0;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-group .button {
    margin: 0;
    border-radius: 0;
    padding: 8px;
    border: 1px solid #e3e1ec;
    background: #fafafb;
    color: #000;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-group .button:first-child {
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.teaser-vermietung-list .teaser-vermietung-inner .button-group .button:last-child {
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.teaser-vermietung-list .variante ul {
    margin-bottom: 0;
}
.teaser-vermietung-list .variante ul li {
    padding: 14px 0;
}
.teaser-vermietung-list .variante ul li:nth-child(n + 2) {
    border-top: 1px solid #e3e1ec;
}
.teaser-vermietung-list .variante ul li:first-of-type {
    padding-top: 0;
}
.teaser-vermietung-list .variante ul li:last-of-type {
    padding-bottom: 0;
}
.teaserbox-standort {
    position: relative;
}
.teaserbox-standort .callout {
    position: absolute;
    width: 100%;
    height: 169px;
    background: hsla(0, 0%, 93.3%, 0.9);
    z-index: 1;
    display: none;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort .callout {
        height: 288px;
    }
}
.teaserbox-standort .callout.show {
    display: block;
}
.teaserbox-standort .callout .close-button {
    float: right;
    padding-top: 16px;
    padding-right: 16px;
}
.teaserbox-standort .callout form {
    padding: 27px 16px;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort .callout form {
        padding: 72px 93px;
    }
}
.teaserbox-standort .acf-map {
    height: 169px;
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort .acf-map {
        height: 288px;
    }
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort .boxen {
        height: 192px;
    }
}
.teaserbox-standort .boxen ul {
    font-size: 13px;
    line-height: 1.54;
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort .boxen ul {
        font-size: 15px;
        line-height: 1.87;
    }
}
.teaserbox-standort .boxen .route-button button {
    margin-top: 16px;
}
.teaserbox-standort .boxen .route-button button:focus {
    outline: 0;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort .boxen .route-button button {
        margin-top: 0;
        float: right;
    }
}
.teaserbox-standort .boxen .route-button button[aria-expanded="false"] {
    opacity: 0.1;
}
.teaserbox-standort .map-wrapper {
    height: 288px;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort .map-wrapper {
        height: 481px;
    }
}
.teaserbox-standort .map-wrapper .inside-marker {
    width: auto;
    min-width: 387px;
}
.teaserbox-standort .map-wrapper .inside-marker .button {
    width: 100%;
}
.teaserbox-standort-list .boxen {
    background: #fff;
}
@media screen and (max-width: 63.99875em) {
    .teaserbox-standort-list:nth-child(n + 2) {
        margin-top: 16px;
    }
}
.teaserbox-standort-list .standort-list-img {
    height: 192px;
    margin-right: 32px;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort-list .standort-list-img {
        height: 385px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaserbox-standort-list .standort-list-img {
        height: 160px;
        margin-bottom: 0;
    }
}
.teaserbox-standort-list .standort-list-content {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort-list .standort-list-content {
        margin-bottom: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaserbox-standort-list .standort-list-content {
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .teaserbox-standort-list .standort-list-content .list-content-inner {
        width: calc(100% - 32px);
    }
}
.teaserbox-standort-list .standort-list-content h2 {
    margin-bottom: 0;
    color: #000;
}
.teaserbox-standort-list .standort-list-content p,
.teaserbox-standort-list .standort-list-content ul {
    margin-bottom: 0;
}
.teaserbox-standort-list .standort-teaserbtn-box {
    -ms-flex-item-align: center;
    align-self: center;
}
@media print, screen and (min-width: 64em) {
    .teaserbox-standort-list .standort-teaserbtn-box .button {
        float: right;
    }
    .teaserbox-standort-list .standort-teaserbtn-box .button:nth-child(2) {
        margin-top: 8px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn {
        max-width: 331px;
    }
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn:nth-child(2) {
    margin-top: 8px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn {
        width: calc(50% - 8px);
        display: inline-block;
    }
    .teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn:nth-child(2) {
        margin-top: 0;
        float: right;
    }
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.mercedes-benz {
    background: #0A2F56;
    color: #fff;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.renault {
    background: #fc3;
    color: inherit;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.dacia {
    background: #0A2F56;
    color: #fff;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.citroen {
    background: #0A2F56;
    color: #fff;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.mazda {
    background: #0A2F56;
    color: #fff;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.smart {
    background: #0A2F56;
    color: #fff;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.peugeot {
    background: #0A2F56;
    color: #fff;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.nissan {
    background: #0A2F56;
    color: #fff;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.fuso {
    background: red;
    color: #fff;
}
.teaserbox-standort-list .standort-teaserbtn-box .button.kontakt-anfrage-btn.fill.man {
    background: #0A2F56;
    color: #fff;
}
.teaserbox-standort-list .label-btn-box .button {
    margin-top: 0 !important;
}
@media print, screen and (min-width: 64em) {
    .teaserbox-standort-list .label-btn-box .button {
        max-width: 331px;
    }
}
.teaserbox-standort-list .label-btn-box:empty {
    display: none;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .teaserbox-standort-list .label-btn-box {
        width: calc(50% - 8px);
        display: inline-block;
    }
    .teaserbox-standort-list .label-btn-box:nth-child(2) {
        margin-top: 0;
        float: right;
    }
}
.teaserbox-standort-list .btn-label {
    text-align: center;
    margin-bottom: 4px;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-standort-list .btn-label {
        margin-bottom: 8px;
    }
}
.teaserbox-standort-list .second-btn-box {
    margin-top: 16px;
}
@media print, screen and (min-width: 64em) {
    .teaserbox-standort-list .second-btn-box {
        margin-top: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaserbox-standort-list.service .standort-list-img {
        height: inherit;
        margin-bottom: 0;
    }
}
.teaser-kontakt-image {
    background: #fafafb;
}
.teaser-kontakt-image .cell {
    margin-top: 0 !important;
}
@media print, screen and (min-width: 64em) {
    .teaser-kontakt-image .ma-standort {
        margin-top: 0;
    }
}
.teaser-kontakt-image .title-kontakt-image {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
    display: block;
    font-family: GalanoGrotesque-SemiBold;
    font-weight: 400;
    font-style: normal;
}
@media print, screen and (min-width: 40em) {
    .teaser-kontakt-image .title-kontakt-image {
        font-size: 22px;
        margin-bottom: 24px;
        line-height: 1.27;
    }
}
.teaser-kontakt-image h2 {
    font-size: 14px;
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .teaser-kontakt-image h2 {
        font-size: 18px;
    }
}
.teaser-kontakt-image .person-img .ma-picture {
    position: relative;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    overflow: hidden;
}
@media print, screen and (min-width: 40em) {
    .teaser-kontakt-image .person-img .ma-picture {
        width: 120px;
        height: 120px;
    }
}
.teaser-kontakt-image .person-img .ma-picture img {
    width: auto;
    height: 100%;
    max-width: none;
    display: block;
    margin: 0 auto 0 -25%;
}
.person-img {
    margin-top: 16px;
    margin-bottom: 16px;
}
.person-img img.standort-img {
    border-radius: 0;
}
@media print, screen and (min-width: 40em) {
    .person-img.md-view {
        width: 120px;
    }
}
.person-img .ie-object-fit {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    height: inherit;
    width: inherit;
}
.marke-img-box-small {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
}
.teaser-big .teaser-large-box {
    border: 1px solid #bbb;
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .teaser-big .teaser-large-box {
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaser-big .teaser-large-box {
        margin-bottom: 0;
    }
    .teaser-big .teaser-large-box:nth-child(n + 3) {
        margin-top: 32px;
    }
}
.teaser-big .teaser-large-box .teaser-big--img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media screen and (max-width: 39.99875em) {
    .teaser-big .teaser-large-box .teaser-big--img {
        height: 192px !important;
    }
}
.teaser-big .teaser-large-box figure {
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: 50%;
}
.teaser-big .teaser-large-box figure img {
    object-fit: cover;
    height: inherit;
}
.teaser-big .teaser-large-box .teaser-content-section {
    padding: 16px;
}
@media print, screen and (min-width: 40em) {
    .teaser-big .teaser-large-box .teaser-content-section {
        padding: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .teaser-big .teaser-large-box .teaser-content-section {
        padding: 46px 25px;
    }
}
.teaser-big .teaser-large-box .teaser-content-section h4.overhead {
    margin-bottom: 0;
}
.teaser-big .teaser-large-box .teaser-content-section h2.headline {
    margin-bottom: 11px;
}
.teaser-big .teaser-large-box .teaser-content-section .bodytext {
    margin-bottom: 24px;
}
.teaser-large-box {
    background: #fafafb;
}
.teaser--kontakt {
    padding: 20px;
    border: 1px solid #ccc;
}
.teaser--kontakt ul {
    list-style-type: none;
    margin: 0;
}
.teaser--kontakt ul .teaser--konktakt-item {
    margin-bottom: 20px;
}
.teaser--kontakt ul .teaser--konktakt-item .teaser-kontakt--icon img {
    width: 50px;
    height: auto;
}
.teaser--kontakt ul .teaser--konktakt-item a.teaser-kontakt--link {
    color: inherit;
    text-decoration: underline;
}
.teaserbox-kb .tb-image-holder {
    height: 192px;
    overflow: hidden;
}
@media print, screen and (min-width: 40em) {
    .teaserbox-kb .tb-image-holder {
        height: 384px;
    }
}
.teaserbox-kb .tb-image-holder img {
    height: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.teaserbox-kb .tb-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.teaserbox-kb .tb-content a {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width: 39.99875em) {
    .teaserbox-kb .tb-content a:nth-child(n + 2) {
        margin-top: 8px;
    }
}
@media print, screen and (min-width: 40em) {
    .teaserbox-kb .tb-content a {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        margin-right: 1rem;
    }
    .teaserbox-kb .tb-content a:nth-child(2) {
        margin-right: 0;
        margin-top: 0;
    }
}
.quicklinks h2 {
    margin-bottom: 0;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.quicklinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.quicklinks ul li {
    border-bottom: 1px solid #e3e1ec;
    padding: 10px 0 9px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
}
.quicklinks ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.quicklinks ul li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    top: 1.2em;
    position: relative;
}
.quicklinks ul li a {
    color: inherit;
    margin-left: 15px;
}
.teaser-text:nth-child(n + 2) {
    margin-top: 32px;
}
.teaser-text .sub-head {
    margin-bottom: 0;
    font-weight: 600;
}
.teaser-text .teaser-text-copy-box {
    display: block;
    margin-bottom: 16px;
}
.teaser-text .teaser-text-copy-box .texteditor-item-headline {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
}
@media print, screen and (min-width: 40em) {
    .teaser-text .teaser-text-copy-box .texteditor-item-headline {
        font-size: 14px;
    }
}
.teaser-text .teaser-text-copy-box .teaser-text-copy {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.33;
}
@media print, screen and (min-width: 40em) {
    .teaser-text .teaser-text-copy-box .teaser-text-copy {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
    }
}
.teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    padding-top: 16px;
    border-top: 1px solid #e3e1ec;
}
.teaser-text .button {
    margin-bottom: 8px;
    font-size: 15px;
}
.teaser-kontakt-mini:nth-child(n + 2) {
    margin-top: 32px;
}
.teaser-kontakt-mini .sub-head {
    margin-bottom: 0;
}
.teaser-kontakt-mini .teaser-text-copy-box {
    display: block;
    margin-bottom: 16px;
}
.teaser-kontakt-mini .teaser-text-copy-box .texteditor-item-headline {
    font-weight: 600;
    margin-bottom: 0;
}
.teaser-kontakt-mini .teaser-text-copy-box .teaser-text-copy {
    margin-bottom: 0;
}
.teaser-kontakt-mini .teaser-text-copy-box:nth-child(odd) {
    padding-top: 16px;
    border-top: 1px solid #e3e1ec;
}
.teaser-kontakt-mini ul.no-bullet li {
    margin-bottom: 16px;
}
.teaser-kontakt-mini .kontakt-mini-button .button:nth-of-type(2) {
    margin-top: 8px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .teaser-kontakt-mini .kontakt-mini-button .button {
        width: calc(50% - 10px);
        display: inline-block;
        margin-top: 0;
    }
    .teaser-kontakt-mini .kontakt-mini-button .button:first-of-type,
    .teaser-kontakt-mini .kontakt-mini-button .button:nth-of-type(2) {
        margin-top: 0;
    }
    .teaser-kontakt-mini .kontakt-mini-button .button:first-of-type {
        margin-right: 8px;
    }
    .teaser-kontakt-mini .kontakt-mini-button .button:nth-of-type(2) {
        margin-left: 8px;
    }
}
@element .teaser-kontakt-mini and (max-width: 335px) {
    :self table tr td {
        display: block;
        padding-bottom: 0;
    }
    :self table tr td:nth-child(2) {
        padding-top: 0;
    }
}
.button {
    border-radius: 3px;
    margin-bottom: 0;
    font-size: inherit;
    font-family: GalanoGrotesque-SemiBold;
}
.ghost {
    background: #fff;
    color: #000;
}
.teaser--button {
    display: table;
    width: 100%;
}
@media screen and (max-width: 39.99875em) {
    .teaser--button {
        margin-bottom: 16px;
    }
}
.teaser--button .button,
.teaser--button button {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    text-align: left;
    padding: 0 20px 0 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #fff;
    position: relative;
    overflow: hidden;
}
@media print, screen and (min-width: 64em) {
    .teaser--button .button,
    .teaser--button button {
        font-size: 22px;
        line-height: 1.45;
        height: 64px;
    }
}
.teaser--button .button:after,
.teaser--button button:after {
    content: "";
    width: 40px;
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-image: url(images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
.filter-ansprechpartner {
    margin: 30px 0;
}
.filter-ansprechpartner form {
    display: -ms-flexbox;
    display: flex;
}
.filter-ansprechpartner form .select2,
.filter-ansprechpartner form select {
    margin-right: 10px;
}
@media screen and (max-width: 39.99875em) {
    .split--50-50-modul {
        padding-top: 0;
    }
}
@media print, screen and (min-width: 40em) {
    .split--50-50-modul + .split--50-50-modul {
        margin-top: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .split--50-50-modul + .split--50-50-modul {
        margin-top: 38px;
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 40em) {
    .split--50-50-modul {
        padding: 0;
    }
}
.split--50-50-modul .split-text {
    width: calc(100% - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
@media screen and (max-width: 39.99875em) {
    .split--50-50-modul .split-text {
        padding: 16px 0 0;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .split--50-50-modul .split-text {
        padding: 32px 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .split--50-50-modul .split-text {
        width: 50%;
        margin-right: 0;
        margin-left: 0;
    }
}
.split--50-50-modul .split-text .split--inner-text {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
@media print, screen and (min-width: 64em) {
    .split--50-50-modul .split-text .split--inner-text {
        max-width: 584px;
    }
}
.split--50-50-modul .split-text .split--inner-text p {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: normal;
    margin-bottom: 0;
}
.split--50-50-modul .split-text .split--inner-text p:nth-of-type(n + 2) {
    margin-top: 1rem;
}
@media (-ms-high-contrast: none) {
    .split--50-50-modul .split-text .split--inner-text p {
        display: inline-table;
    }
}
.split--50-50-modul .split-text .split--inner-text .button {
    margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
    .split--50-50-modul .split-text .split--inner-text .button {
        margin-top: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .split--50-50-modul .split-text.split-text--left .split--inner-text {
        padding-right: 120px;
        float: right;
    }
}
@media screen and (min-width: 40em) and (max-width: 74.99875em) {
    .split--50-50-modul .split-text.split-text--left .split--inner-text {
        padding-right: 0;
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .split--50-50-modul .split-text.split-text--right .split--inner-text {
        padding-left: 120px;
        margin-right: 16px;
    }
}
@media screen and (min-width: 40em) and (max-width: 74.99875em) {
    .split--50-50-modul .split-text.split-text--right .split--inner-text {
        padding-left: 0;
        margin-left: 16px;
        margin-right: 16px;
    }
}
.split--50-50-modul .split--img--box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: block;
}
@media print, screen and (min-width: 64em) {
    .split--50-50-modul .split--img--box {
        min-height: 560px;
        width: 50%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 39.99875em) {
    .module .cell.center-col,
    .module .cell.right-col {
        margin-top: 32px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .module .cell.center-col,
    .module .cell.right-col {
        margin-top: 48px;
    }
}
.module .cell p {
    margin-bottom: 0;
}
.module .cell p:nth-of-type(n + 2) {
    margin-top: 1rem;
}
.motorisierung-container {
    list-style-type: none;
    margin-bottom: 0;
}
.motorisierung-container .motorisierung-card {
    border: 1px solid #e3e1ec;
    margin-bottom: 16px;
    font-size: 13px;
    color: #4a4a4a;
    position: relative;
}
@media print, screen and (min-width: 40em) {
    .motorisierung-container .motorisierung-card {
        font-size: inherit;
    }
}
@media print, screen and (min-width: 64em) {
    .motorisierung-container .motorisierung-card {
        margin-bottom: 32px;
    }
}
.motorisierung-container .motorisierung-card button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    outline: 0;
    cursor: pointer;
}
.motorisierung-container .motorisierung-card button.mot-card-open img {
    transform: rotate(180deg);
}
.motorisierung-container .motorisierung-card h2 {
    margin-bottom: 0;
    font-style: normal;
    font-stretch: normal;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: GalanoGrotesque-SemiBold;
}
.motorisierung-container .motorisierung-card .mot-cell-title {
    font-family: GalanoGrotesque-SemiBold;
}
.motorisierung-container .motorisierung-card .motorisierung-card-header {
    padding: 14px;
    background: #fafafb;
}
@media print, screen and (min-width: 40em) {
    .motorisierung-container .motorisierung-card .motorisierung-card-header {
        padding: 14px 24px 12px;
    }
}
@media print, screen and (min-width: 64em) {
    .motorisierung-container .motorisierung-card .motorisierung-card-header {
        padding: 16px;
        border-bottom: 1px solid #e3e1ec;
    }
}
.motorisierung-container .motorisierung-card .card-section {
    display: none;
    padding: 0 16px 16px;
}
@media print, screen and (min-width: 40em) {
    .motorisierung-container .motorisierung-card .card-section {
        padding: 0 24px 12px;
    }
}
@media print, screen and (min-width: 64em) {
    .motorisierung-container .motorisierung-card .card-section {
        padding: 0 29px 12px 16px;
        display: block;
    }
}
.motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row {
    border-bottom: 1px solid #e3e1ec;
    padding: 10px 0 9px;
    position: relative;
}
.motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row:nth-child(2n + 2):before {
        content: "";
        width: 1px;
        height: 48px;
        margin-top: 0;
        margin-right: 24px;
        float: left;
        background-color: #f1f1f1;
    }
    .motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row:nth-of-type(3) {
        height: 92px;
    }
    .motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row:nth-of-type(4):before {
        height: 63px;
    }
    .motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row:nth-child(5n) {
        border-bottom: 0;
    }
}
.motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row .mot-icon {
    margin-right: 15px;
    width: 22px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px;
}
.motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row .mot-icon img {
    margin: 0 auto;
    display: block;
}
.motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row .mot-icon img.leistung-icon {
    width: 22px;
    height: 16px;
}
.motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row .mot-cell-content {
    display: inline-block;
}
.motorisierung-container .motorisierung-card .card-section ul li.mot-cell--row .mot-cell-content p {
    margin-bottom: 0;
}
.timeline .timeline-event:after,
.timeline .timeline-event:before {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
.timeline {
    padding: 0 10px;
    position: relative;
    transition: all 0.25s ease-in;
    width: 100%;
}
.timeline:before {
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 6px;
    border-radius: 3px;
    border: 1px solid #e3e1ec;
    background-color: #f5f5fa;
}
.timeline:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}
.timeline a {
    color: #fff;
    font-weight: 700;
    transition: all 0.25s ease-in;
}
.timeline a:hover {
    box-shadow: 0 1px 0 0 #fff;
    transition: all 0.25s ease-in;
}
.timeline ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.timeline .timeline-event {
    margin-bottom: 32px;
    position: relative;
}
.timeline .timeline-event .timeline-step-bullet {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #002f59;
    clear: both;
    margin: 0 auto -2em;
    text-align: center;
    position: relative;
    left: 3px;
    top: 52px;
}
.timeline .timeline-event .timeline-content {
    padding: 16px;
    transition: all 0.25s ease-in;
    width: 46%;
    background-color: #fff;
    border: 1px solid #e3e1ec;
    position: relative;
    float: right;
}
@media print, screen and (min-width: 40em) {
    .timeline .timeline-event .timeline-content {
        padding: 24px;
    }
}
.timeline .timeline-event .timeline-content:after,
.timeline .timeline-event .timeline-content:before {
    top: 65px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: 100%;
}
.timeline .timeline-event .timeline-content:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-width: 20px;
    margin-top: -20px;
}
.timeline .timeline-event .timeline-content:before {
    border-color: rgba(227, 225, 236, 0);
    border-width: 21px;
    margin-top: -21px;
}
.timeline .timeline-event .timeline-content:after {
    border-right-color: #fff;
}
.timeline .timeline-event .timeline-content:before {
    border-right-color: #e3e1ec;
}
.timeline .timeline-event .timeline-content p {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: normal;
    margin-bottom: 0;
}
.timeline .timeline-event .timeline-content .timeline-image {
    margin-bottom: 16px;
    overflow: hidden;
}
.timeline .timeline-event .timeline-content h2.timeline-content-headline {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #002f59;
    margin-bottom: 0;
}
.timeline .timeline-event .timeline-event-date {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    color: #002f59;
}
@media print, screen and (min-width: 64em) {
    .timeline .timeline-event .timeline-event-date {
        text-align: right;
        width: 140px;
        top: 1px;
        position: absolute;
        right: 0;
        margin-right: 50px;
    }
}
@media print, screen and (min-width: 64em) {
    .timeline .timeline-event.timeline-event-odd .timeline-event-date {
        text-align: left;
        margin-left: 50px;
        margin-right: 0;
        right: auto;
    }
    .timeline .timeline-event.timeline-event-odd .timeline-content {
        float: left;
    }
    .timeline .timeline-event.timeline-event-odd .timeline-content:after,
    .timeline .timeline-event.timeline-event-odd .timeline-content:before {
        left: 100%;
    }
    .timeline .timeline-event.timeline-event-odd .timeline-content:after {
        border-left-color: #fff;
        border-right: 0;
    }
    .timeline .timeline-event.timeline-event-odd .timeline-content:before {
        border-left-color: #e3e1ec;
        border-right: 0;
    }
}
.timeline .timeline-year {
    margin-bottom: 32px;
    position: relative;
}
.timeline .timeline-year .timeline-year-content {
    background: #002f59;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: table;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.timeline .timeline-year .timeline-year-content h1 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
@media screen and (max-width: 63.99875em) {
    .timeline {
        padding: 0;
        margin: 0 auto;
    }
    .timeline:before {
        left: 62px;
    }
    .timeline .timeline-event {
        margin-left: 36px;
    }
    .timeline .timeline-event .timeline-content {
        float: right;
        text-align: left;
        width: 90%;
    }
    .timeline .timeline-event .timeline-step-bullet {
        left: 0;
        margin: 0;
        text-align: left;
        display: inline-block;
    }
    .timeline .timeline-year {
        float: left;
    }
    .timeline .timeline-year .timeline-year-content {
        width: 96px;
        height: 96px;
        font-size: 16px;
    }
}
@media screen and (max-width: 63.99875em) and (max-width: 39.99875em) {
    .timeline:before {
        left: 38px;
    }
    .timeline .timeline-event {
        margin-left: 20px;
        margin-bottom: 24px;
    }
    .timeline .timeline-event .timeline-content {
        width: 80%;
    }
    .timeline .timeline-event .timeline-content p {
        font-size: 13px;
        line-height: 1.54;
    }
    .timeline .timeline-event .timeline-content span.timeline-event-date {
        font-size: 12px;
    }
    .timeline .timeline-year {
        float: left;
        margin-bottom: 24px;
    }
    .timeline .timeline-year .timeline-year-content {
        width: 64px;
        height: 64px;
        font-size: 16px;
    }
}
.marken-filter {
    display: block;
}
.marken-filter,
.marken-filter .marken-filter--icon-row {
    position: relative;
}
.marken-filter .marken-filter--icon-row ul {
    list-style-type: none;
    margin: 0;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item {
    margin: 0;
    position: relative;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item a.direktlink {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item input[type="checkbox"][class^="marken-filter--checkbox"] {
    display: none;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item label {
    border: 1px solid #e3e1ec;
    background: #fafafb;
    padding: 11px 10px 9px 15px;
    height: 48px;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item label img,
.marken-filter .marken-filter--icon-row ul li.marken-filter--item label svg {
    width: 27px;
    height: 24px;
    object-fit: contain;
    display: inline-block;
    margin-right: 22px;
    opacity: 0.3;
    transition: all 0.2s ease-in;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item label span {
    display: inline-block;
    vertical-align: top;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item:nth-child(n + 4) label {
    border-top: 0;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item:nth-last-child(n + 3):first-child:nth-child(3n + 2) label,
.marken-filter .marken-filter--icon-row ul li.marken-filter--item:nth-last-child(n + 3):first-child ~ li:nth-child(3n + 2) label {
    border-left: 0;
    border-right: 0;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item:nth-last-child(n + 3):first-child:nth-child(3n + 2) :checked + label,
.marken-filter .marken-filter--icon-row ul li.marken-filter--item:nth-last-child(n + 3):first-child ~ li:nth-child(3n + 2) :checked + label {
    border: 1px solid;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item :checked + label {
    border: 1px solid #002f59;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(10, 47, 86, 0.2);
    font-weight: 600;
}
.marken-filter .marken-filter--icon-row ul li.marken-filter--item :checked + label img,
.marken-filter .marken-filter--icon-row ul li.marken-filter--item :checked + label svg {
    height: 24px;
    width: 27px;
    object-fit: contain;
    display: inline-block;
    margin-right: 22px;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.marken-filter .marken--filter-kategorie-row {
    display: none;
    transition: opacity 1s ease-out;
    padding-bottom: 0;
}
@media print, screen and (min-width: 64em) {
    .marken-filter .marken--filter-kategorie-row .marken-filter-kat-subheadline h2 {
        margin-bottom: 0;
    }
}
.marken-filter .marken--filter-kategorie-row .marken-teaser-item {
    display: none;
}
@media print, screen and (min-width: 64em) {
    .marken-filter .marken--filter-kategorie-row .marken-teaser-item {
        margin-top: 32px;
    }
}
@media screen and (max-width: 39.99875em) {
    .marken-filter .marken--filter-kategorie-row .marken-teaser-item.tbtn {
        margin-top: 0;
        margin-bottom: 8px;
    }
}
.marken-filter .marken--filter-kategorie-row .marken-teaser-item.tbtn .teaser--button {
    margin-bottom: 0;
}
.marken-filter .marken--filter-kategorie-row .marken-teaser-item.tbtn .teaser--button a {
    display: table-cell;
}
.markenfilter-md-icon-dropdown {
    position: relative;
}
.markenfilter-md-icon-dropdown ul {
    list-style-type: none;
    margin: 0;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item {
    margin: 0;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item input[type="checkbox"][class^="marken-filter--checkbox"] {
    display: none;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item label {
    border: 1px solid #e3e1ec;
    background: #fafafb;
    padding: 11px 10px 9px 15px;
    height: 44px;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    .markenfilter-md-icon-dropdown ul li.marken-filter--item label {
        font-size: 15px;
        line-height: 1.87;
        height: 48px;
    }
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item label.labelLink {
    padding: 0;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item label.labelLink a {
    padding: 11px 10px 9px 15px;
    width: 100%;
    height: inherit;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: inherit;
    align-items: inherit;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item label img,
.markenfilter-md-icon-dropdown ul li.marken-filter--item label svg {
    width: 27px;
    height: 24px;
    object-fit: contain;
    display: inline-block;
    margin-right: 22px;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item label span {
    display: inline-block;
    vertical-align: top;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item.l-title {
    position: relative;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item.l-title label {
    background: #fff;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item.l-title label:first-child {
    border-bottom-width: 1px;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item.l-title button.markenfilter--card-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    border-radius: 0;
    cursor: pointer;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item.l-title button.markenfilter--card-toggle:before {
    content: " ";
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    width: 16px;
    height: 8px;
    margin: auto;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item.l-title button {
    float: right;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item:nth-child(n + 1) label {
    border-bottom-width: 0;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item:last-child label {
    border-bottom-width: 1px;
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item :checked + label {
    border: 1px solid #002f59;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(10, 47, 86, 0.2);
}
.markenfilter-md-icon-dropdown ul li.marken-filter--item :checked + label img,
.markenfilter-md-icon-dropdown ul li.marken-filter--item :checked + label svg {
    height: 24px;
    width: 27px;
    object-fit: contain;
    display: inline-block;
    margin-right: 22px;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.markenfilter-md-icon-dropdown .marken-filter-md-inner {
    display: none;
    visibility: hidden;
    width: 100%;
}
.markenfilter-md-icon-dropdown .marken-filter-md-inner.is-open {
    display: block;
    visibility: visible;
    top: 0 !important;
    left: 0 !important;
}
.markenfilter_2_1 .boxen:nth-child(n + 2) {
    margin-top: 32px;
}
.markenfilter_2_1 .teaser-kontakt-mini h2 {
    color: #000;
}
.markenfilter_2_1 div.headline {
    border-left: 2px solid;
    padding-left: 16px;
}
.markenfilter_2_1 div.headline h1 {
    color: #000;
}
.markenfilter_2_1.mercedes-benz .fill {
    background: #0A2F56;
    color: #fff;
}
.markenfilter_2_1.mercedes-benz .teaser-text {
    background: #0A2F56;
    color: #fff;
    border: 0;
}
.markenfilter_2_1.mercedes-benz .teaser-text h2 {
    color: #fff;
}
.markenfilter_2_1.mercedes-benz .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #fff;
}
.markenfilter_2_1.mercedes-benz div.headline {
    border-color: #0A2F56;
}
.markenfilter_2_1.renault .fill {
    background: #fc3;
    color: inherit;
}
.markenfilter_2_1.renault .teaser-text {
    background: #0A2F56;
    color: #000;
    border: 0;
}
.markenfilter_2_1.renault .teaser-text h2 {
    color: #000;
}
.markenfilter_2_1.renault .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #000;
}
.markenfilter_2_1.renault div.headline {
    border-color: #fc3;
}
.markenfilter_2_1.dacia .fill {
    background: #0A2F56;
    color: #fff;
}
.markenfilter_2_1.dacia .teaser-text {
    background: #0A2F56;
    color: #fff;
    border: 0;
}
.markenfilter_2_1.dacia .teaser-text h2 {
    color: #fff;
}
.markenfilter_2_1.dacia .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #fff;
}
.markenfilter_2_1.dacia div.headline {
    border-color: #0073ac;
}
.markenfilter_2_1.citroen .fill {
    background: #0A2F56;
    color: #fff;
}
.markenfilter_2_1.citroen .teaser-text {
    background: #0A2F56;
    color: #fff;
    border: 0;
}
.markenfilter_2_1.citroen .teaser-text h2 {
    color: #fff;
}
.markenfilter_2_1.citroen .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #fff;
}
.markenfilter_2_1.citroen div.headline {
    border-color: #e1412d;
}
.markenfilter_2_1.mazda .fill {
    background: #002544;
    color: #fff;
}
.markenfilter_2_1.mazda .teaser-text {
    background: #002544;
    color: #fff;
    border: 0;
}
.markenfilter_2_1.mazda .teaser-text h2 {
    color: #fff;
}
.markenfilter_2_1.mazda .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #fff;
}
.markenfilter_2_1.mazda div.headline {
    border-color: #002544;
}
.markenfilter_2_1.smart .fill {
    background: #0A2F56;
    color: inherit;
}
.markenfilter_2_1.smart .teaser-text {
    background: #0A2F56;
    color: inherit;
    border: 0;
}
.markenfilter_2_1.smart .teaser-text h2 {
    color: inherit;
}
.markenfilter_2_1.smart .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: inherit;
}
.markenfilter_2_1.smart div.headline {
    border-color: #0A2F56;
}
.markenfilter_2_1.peugeot .fill {
    background: #007be0;
    color: #fff;
}
.markenfilter_2_1.peugeot .teaser-text {
    background: #007be0;
    color: #fff;
    border: 0;
}
.markenfilter_2_1.peugeot .teaser-text h2 {
    color: #fff;
}
.markenfilter_2_1.peugeot .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #fff;
}
.markenfilter_2_1.peugeot div.headline {
    border-color: #007be0;
}
.markenfilter_2_1.nissan .fill {
    background: #c3002f;
    color: #fff;
}
.markenfilter_2_1.nissan .teaser-text {
    background: #c3002f;
    color: #fff;
    border: 0;
}
.markenfilter_2_1.nissan .teaser-text h2 {
    color: #fff;
}
.markenfilter_2_1.nissan .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #fff;
}
.markenfilter_2_1.nissan div.headline {
    border-color: #c3002f;
}
.markenfilter_2_1.fuso .fill {
    background: red;
    color: #fff;
}
.markenfilter_2_1.fuso .teaser-text {
    background: red;
    color: #fff;
    border: 0;
}
.markenfilter_2_1.fuso .teaser-text h2 {
    color: #fff;
}
.markenfilter_2_1.fuso .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #fff;
}
.markenfilter_2_1.fuso div.headline {
    border-color: red;
}
.markenfilter_2_1.man .fill {
    background: #303c49;
    color: #fff;
}
.markenfilter_2_1.man .teaser-text {
    background: #303c49;
    color: #fff;
    border: 0;
}
.markenfilter_2_1.man .teaser-text h2 {
    color: #fff;
}
.markenfilter_2_1.man .teaser-text .teaser-text-copy-box:nth-of-type(n + 2) {
    border-top-color: #fff;
}
.markenfilter_2_1.man div.headline {
    border-color: #303c49;
}
.rich-text p {
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    .rich-text p {
        font-size: 15px;
        line-height: 1.87;
    }
}
.rich-text + .rich-text {
    margin-top: 32px;
}
table.unstriped tbody {
    background: transparent;
    margin-bottom: 0;
}
table.unstriped tbody tr {
    border-bottom: 1px solid #e3e1ec;
}
table.unstriped tbody tr:first-of-type td {
    padding-top: 0;
}
table.unstriped tbody tr:last-of-type {
    border-bottom: 0;
}
table.unstriped tbody tr:last-of-type td {
    padding-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
    .custom-select {
        margin-bottom: 16px;
    }
}
.custom-select.nice-select {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e3e1ec;
    box-shadow: none;
    height: 48px;
    line-height: 48px !important;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    line-height: 1.54;
}
@media print, screen and (min-width: 40em) {
    .custom-select.nice-select {
        font-size: 15px;
        line-height: 1.87;
    }
}
.custom-select.nice-select:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    width: 0;
    height: 0;
    width: 44px !important;
    height: 48px !important;
    border: 0 !important;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    transform: none;
    transform-origin: 100%;
    transition: none;
}
.custom-select.nice-select.open {
    border-color: #002f59;
    box-shadow: 0 0 20px 0 rgba(10, 47, 86, 0.2);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-select.nice-select.open:after {
    transform: rotate(-180deg);
    transition: none;
    right: 48px !important;
}
.custom-select.nice-select.focus {
    border-color: #002f59;
    box-shadow: 0 0 20px 0 rgba(10, 47, 86, 0.2);
}
.custom-select.nice-select ul.list {
    width: 100%;
    max-height: 280px;
    z-index: 1;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    width: calc(100% + 2px);
    border-radius: 3px;
    border: 1px solid #002f59;
    box-shadow: 0 0 20px 0 rgba(10, 47, 86, 0.2);
    transition: box-shadow 0.5s ease-in-out;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: -1px;
}
.custom-select.nice-select .option {
    padding: 0 16px;
    transition: none;
}
.custom-select.nice-select .option.focus,
.custom-select.nice-select .option:hover {
    background-color: #002f59;
    color: #fff;
}
.custom-select.nice-select .option.selected {
    background: #fafafb;
    color: inherit;
    font-weight: 400;
}
.custom-select.nice-select .option.disabled {
    cursor: not-allowed;
}
.custom-select.nice-select .list:hover .option.selected {
    background-color: #fafafb !important;
    color: inherit;
}
@media screen and (max-width: 63.99875em) {
    .termin_reserve .termin_reserve_item:nth-child(n + 2) {
        margin-top: 16px;
    }
}
@media print, screen and (min-width: 40em) {
    .termin_reserve .termin_reserve_item:nth-child(n + 2) {
        margin-top: 32px;
    }
}
.single-standort .acf-map {
    min-height: 456px;
}
.single-standort .gm-style-iw-a {
    display: none;
}
@media screen and (max-width: 39.99875em) {
    .single-standort .map-info-box .large-6:nth-child(2) {
        margin-top: 16px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .single-standort .map-info-box .large-6:nth-child(2) {
        margin-top: 32px;
    }
}
.module.two-one .teaser--klein {
    margin-top: 32px;
}
@media print, screen and (min-width: 64em) {
    .module.two-one .teaser--klein .teaser-small-item:nth-child(n + 3) {
        margin-top: 32px;
    }
}
.page-pagination {
    margin-top: 32px;
}
.page-pagination nav.pagination .nav-links {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.page-pagination nav.pagination .nav-links .current,
.page-pagination nav.pagination .nav-links a {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #e3e1ec;
    border-radius: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
}
.page-pagination nav.pagination .nav-links .current:hover,
.page-pagination nav.pagination .nav-links a:hover {
    background: inherit;
}
.page-pagination nav.pagination .nav-links .current {
    background: #002f59;
    font-family: GalanoGrotesque-SemiBold;
}
.page-pagination nav.pagination .nav-links .current:hover {
    background: #002f59;
}
.page-pagination nav.pagination .nav-links .dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
}
.page-pagination nav.pagination .nav-links .next,
.page-pagination nav.pagination .nav-links .prev {
    display: none;
}
.mercedes-benz .page-pagination .pagination .nav-links .current {
    background: #0A2F56;
    color: #fff;
}
.mercedes-benz .page-pagination .pagination .nav-links .current:hover {
    background: #0A2F56;
}
.renault .page-pagination .pagination .nav-links .current {
    background: #fc3;
    color: #000;
}
.renault .page-pagination .pagination .nav-links .current:hover {
    background: #fc3;
}
.dacia .page-pagination .pagination .nav-links .current {
    background: #0073ac;
    color: #fff;
}
.dacia .page-pagination .pagination .nav-links .current:hover {
    background: #0073ac;
}
.mazda .page-pagination .pagination .nav-links .current {
    background: #002544;
    color: #fff;
}
.mazda .page-pagination .pagination .nav-links .current:hover {
    background: #002544;
}
.peugeot .page-pagination .pagination .nav-links .current {
    background: #007be0;
    color: #fff;
}
.peugeot .page-pagination .pagination .nav-links .current:hover {
    background: #007be0;
}
.nissan .page-pagination .pagination .nav-links .current {
    background: #c3002f;
    color: #fff;
}
.nissan .page-pagination .pagination .nav-links .current:hover {
    background: #c3002f;
}
.citroen .page-pagination .pagination .nav-links .current {
    background: #e1412d;
    color: #fff;
}
.citroen .page-pagination .pagination .nav-links .current:hover {
    background: #e1412d;
}
.smart .page-pagination .pagination .nav-links .current {
    background: #0A2F56;
    color: #fff;
}
.smart .page-pagination .pagination .nav-links .current:hover {
    background: #0A2F56;
}
.fuso .page-pagination .pagination .nav-links .current {
    background: red;
    color: #fff;
}
.fuso .page-pagination .pagination .nav-links .current:hover {
    background: red;
}
.man .page-pagination .pagination .nav-links .current {
    background: #303c49;
    color: #fff;
}
.man .page-pagination .pagination .nav-links .current:hover {
    background: #303c49;
}
.custom-404 .page-header {
    margin-bottom: 32px;
}
.custom-404 h2 {
    margin-bottom: 0;
}
.custom-404 ul li a {
    font-size: 1.2rem;
    font-family: GalanoGrotesque-SemiBold;
    color: #002f59;
    text-decoration: underline;
}
.custom-404 ul li a:before {
    content: url(images/arrow.svg);
    display: inline-block;
    transform: rotate(-90deg) scale(0.8);
    margin-right: 10px;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    transform: translate(0);
    -webkit-transition: all 1s;
    transition-property: transform, height;
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: inherit !important;
    transition-property: opacity;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > .active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    transition: border-radius 0.12s linear linear 0s 0.35s 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    to {
        left: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    to {
        top: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    to {
        left: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    to {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    animation: rightEnd 0.3s;
    position: relative;
}
.lightSlider.lsGrab > * {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}

.sticky.is-stuck {
    position: absolute !important;
}

#map {
    width: 100%;
    height: 550px;
}

/*
#lightSliderTwo {
    height: 100% !important;
}*/
