html #stepmode {
height: 100% !important;
padding-bottom: 1px !important;
}
body#stepmode {
font-family: Arial, 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 100%;
font-size: 1rem;
overflow: visible;
background-attachment: fixed;
background-repeat: no-repeat;
margin-bottom: 3em;
}
body#stepmode.waiting {
cursor: wait;
}
#stepmode ul {
list-style-type: square;
}
#stepmode h1 a img {
vertical-align: baseline;
}
#stepmode h5.register {
margin: 10px 0 5px 0;
padding: 2px;
}
#stepmode p, #stepmode a, #stepmode th, #stepmode td, #stepmode blockquote, #stepmode li, #stepmode label, #stepmode input, #stepmode textarea, #stepmode h5 {
font-size: 13px;
font-size: 0.8125rem;
}
#stepmode a.details {
font-size: 11px;
font-size: 0.6875rem;
}
#stepmode p, #stepmode li {
line-height: 140%;
}
#stepmode table {
margin: 10px 0;
}
#stepmode .nobr {
white-space: nowrap;
}
#stepmode th, #stepmode td, #stepmode .ui-dialog {
text-align: left;
margin: 0;
vertical-align: top;
}

#stepmode span.ui-dialog-title {
text-align: left;
}

#stepmode th img, #stepmode td img {
vertical-align: top;
text-align: center;
}
#stepmode .configuration table ul {
margin-left: 0;
width: 100%;
}
#stepmode table.nopadding td {
padding: 0;
}
#stepmode label.clickable {
cursor: pointer;
}

/* Carstep Configurator Styles */

#stepmode {
text-align: center;
padding-top: 70px;
}
#stepmode td {
text-align: left;
vertical-align: top;
color: #000;
}

/* Hersteller- / Aufbautenwahl Rahmen */
#stepmode #auswahl {
max-width: 590px;
text-align: center;
margin: 0 auto 0 auto;
}
/* Buttons fuer Hersteller-/Aufbautenwahl */
#auswahl ul {
margin: 10px 0;
}
#auswahl li {
display: inline
}
#auswahl li a {
display: block;
float: left;
width: 40%;
margin: 10px 5px;
padding: 7px 0 5px 40px;
font-weight: bold;
text-align: left;
line-height: normal;
text-decoration: none;
border: 1px solid #ccc;
color: #666;
background-color: #fff;
background-position: 5px center;
background-repeat: no-repeat;
background-size: 26px auto;
}
#auswahl li a:hover {
color: #000;
border: 1px solid #000;
}

.hersteller #auswahl ul {
list-style-type: none;
margin: 10px auto;
}

.hersteller #auswahl li {
    display: block;
    float: left;
    margin: 3px;
}

.hersteller #auswahl img {
    max-width: 60px;
}

.hersteller #auswahl li a {
width: auto;
padding: 5px;
margin: 0;
text-align: center;
color: #000;
float: none;
}
.hersteller #auswahl li a {
    color: #000;
    width: 90px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.hersteller #auswahl li a:hover {
color: #000;
border: 1px solid #000;
}

#stepmode h1 {
text-align: left;
font-size: 24px;
font-size: 1.5rem;
margin: 10px 0;
font-weight: normal;
color: #000;
}

#stepmode #rahmen {
position: relative;
width: 860px;
margin: 0 auto 30px auto;
padding: 10px;
text-align: left;
border: 1px solid #ccc;
background: #fff;
}
#stepmode .hersteller-logo {
position: absolute;
top: 10px;
left: 12px;
}
#stepmode .hersteller-logo img {
    max-width: 60px;
}

#stepmode #navtoolsrahmen {
position: fixed;
top: 0;
left: 50%;
margin-left: -441px;
height: 40px;
line-height: 38px;
width: 860px;
padding: 10px;
background: #fff;
border: 1px solid #ccc;
border-top: 0 none;
z-index: 20;
}
#stepmode .skiptranslate {
display: none;
}
* html #stepmode #navtoolsrahmen {
position: absolute;
}
#stepmode #navtools {
text-align: center;
z-index: 100;
}

#stepmode #navtools ul {
position: absolute;
top: 10px;
left: 780px;
width: 80px;
z-index: 100;
}
#stepmode #navtools li {
display: inline;
}
#stepmode #navtools .skip {
position: static;
}
#stepmode #navtools p a, #stepmode #navtools p a.inaktiv {
border: 1px solid #ccc;
position: absolute;
top: 10px;
display: block;
line-height: 38px;
text-decoration: none;
}
#stepmode .back a {
left: 450px;
padding: 0 10px 0 10px;
color: #666;
background-color: #fff;
border: 1px solid #666;
}
#stepmode .back a:hover {
color: #000;
background-color: #fff;
border: 1px solid #000;
cursor: pointer;
}
#stepmode .forward a {
left: 535px;
padding: 0 10px 0 10px;
border: 1px solid #ccc;
color: #fff;
background-color: #c00;
border: 1px solid #000;
}
#stepmode .forward a:hover {
color: #c00;
background-color: #f5f5f5;
border: 1px solid #000;
cursor: pointer;
}
#stepmode .forward a.inaktiv, #stepmode .forward a.inaktiv:hover {
left: 535px;
padding: 0 10px 0 10px;
color: #ccc;
background-color: #fff;
border: 1px solid #ccc;
}

#stepmode .configuration a {
left: 615px;
padding: 0 5px;
text-align: center;
color: #ccc;
background: #fff;
}
#stepmode .configuration a.akt {
border: 1px solid #000;
color: #000;
background: #fff;
cursor: pointer;
}
#stepmode .configuration a.done {
background: #f5f5f5;
color: #000;
}


/* Navigation des Carstep Konfigurators */
#stepmode #navigation {
width: 100%;
height: 2.4em;
list-style: none;
margin: 0;
padding: 0;
}
#stepmode #navigation li {
display: inline;
padding:0;
margin: 0;
}
#stepmode #navigation a, #stepmode #navigation span {
display: block;
float: left;
text-decoration: none;
white-space: nowrap;
margin: 0 15px 2px 0;
padding: 0;
line-height: 18px;
color: #000;
background: transparent;
}
#stepmode #navigation span {
color: #ccc;
background: transparent;
}
#stepmode #navigation a:hover {
color: #000;
background: #f5f5f5;
}
#stepmode #navigation span.akt {
font-size: 18px;
font-size: 1.125rem;
color: #c00;
font-weight: bold;}

#carsteps {
color: #000;
background: #e4e4e4;
padding: 20px 20px 10px 20px;
min-height: 50px;
}

#configuration {
float: right;
width: 400px;
}
#configuration table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
#configuration table td {
border-bottom: 1px solid #fff;
}
#configuration table td.noborder {
border-bottom: 1px solid #e4e4e4;
}
#configuration table ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
#configuration table li {
margin: 0;
}
#configuration table li.eekbild {
float: left;
}
#configuration table li.mit_eek {
padding-bottom: 8px;
}
#configuration table li img {
margin: 2px 10px 5px 0;
}
#configuration table h2 {
font-size: 16px;
font-size: 1rem;
margin: 0;
padding: 0;
color: #000;
}
#stepmode .fett {
font-weight: bold;
}
.big {
font-size: 100%;
}
#configuration table td.red {
color: #c00;
background: #fff;
}
#configuration table tr.gesamtpreis td {
padding: 5px 0 5px 2px;
color: #000;
background: #fff;
font-weight: bold;
}
#configuration table tr.listenpreis td,
#configuration table tr.listenpreis_alt td {
padding-top: 10px;
text-decoration: line-through;
border-bottom: 0 none;
font-size: 13px;
font-size: 0.8125rem;
padding: 2px 0 2px 2px;
color: #000;
}
#configuration table tr.listenpreis_alt td {
text-decoration: none;
background: #fff;
}
#configuration table tr.ersparnis td {
font-size: 13px;
font-size: 0.8125rem;
font-weight: bold;
color: #000;
background: yellow;
padding: 5px 0 5px 2px;
}
.detailwahl li {
display: inline;
}
.detailwahl a, .detailwahl a:link, .detailwahl a:visited {
display: block;
float: left;
width: 15em;
padding: 5px 0.5em;
text-decoration: none;
border: 1px solid #000;
margin: 0 10px 10px 0;
text-align: center;
color: #000;
background: #f5f5f5;
}
.detailwahl a:hover, .detailwahl a.akt {
border: 1px solid #c00;
background: #fff;
color: #000;
}
a.details:link, a.details:visited,
a img.details, a:link img.details, a:visited img.details, a:hover img.details, a:focus img.details, a:active img.details {
background: transparent !important;
}

#detailwahl {
width: 390px;
}
#detailwahl h2 {
margin-top: 25px;
color: #000;
}
#detailwahl table {
border: 0 none;
border-collapse: collapse;
padding: 0;
width: 100%;
}
#detailwahl table td {
padding: 1px 5px;
border-bottom: 1px solid #fff;
color: #000;
}
#detailwahl .herstellercode+td {
    overflow-wrap: anywhere;
    hyphens: auto;
}
#detailwahl table td.noborder {
border-bottom: 1px solid #e4e4e4;
}
#detailwahl table .streifen td.noborder {
border-bottom: 1px solid #ccc;
}
#detailwahl table td.herstellercode {
width: 1px;
padding-top: 3px;
}
#stepmode .codenr {
display: inline-block;
border: 1px solid #999;
background: #fff;
min-width: 40px;
vertical-align: middle;
font-size: 10px !important;
font-size: 0.625rem !important;
text-align: center;
}
#detailwahl.serienausstattung table td {
padding: 10px 5px;
color: #000;
}
#detailwahl.aussenfarbe table td {
padding: 3px;
color: #000;
}
#detailwahl.innenausstattung table td {
padding: 5px 3px;
color: #000;
line-height: 100%;
}
#detailwahl.innenausstattung table td.aright,
#detailwahl.aussenfarbe table td.aright {
white-space: nowrap;
}
#detailwahl.motordaten table td {
padding: 5px 5px;
color: #000;
}
#detailwahl table td h2 {
font-size: 20px;
font-size: 1.25rem;
margin: 0;
padding: 0;
color: #000;
}
#detailwahl table td p {
margin: 0;
padding: 0;
color: #000;
}
#detailwahl table td a {
color: #000;
background: transparent;
text-decoration: none;
}
#detailwahl table td a:hover,
#detailwahl table td a:active,
#detailwahl table td a:focus {
color: #c00;
}
#detailwahl table td a.button {
display: block;
text-decoration: none;
color: #000;
background: #fff;
text-align: center;
padding: 2px;
border: 1px solid #666;
}
#detailwahl table td a:hover.button {
display: block;
text-decoration: none;
color: #000;
background: #fff;
text-align: center;
padding: 2px;
border: 1px solid #c00;
}
#detailwahl table td a.details {
color: #c00 !important;
cursor: default !important;
}
#detailwahl table td a:hover.details {
color: #c00 !important;
text-decoration: underline;
}

#detailwahl ul,
#detailwahl table td ul {
list-style: none;
margin: 0 0 0 5px;
padding: 0;
}
#detailwahl li,
#detailwahl table td li {
margin: 0;
padding: 0;
}

/* Farbauswahl: Liste */
#stepmode .fal {
margin: 10px 0;
}
#stepmode .fal .codecrumb {
margin-right: 10px !important;
/* vertical-align: top !important; cornelia */
}
#stepmode .fal ul {
list-style-type: none;
}
#stepmode .fal ul.a {
padding: 0 !important;
margin: 0 !important;
}
#stepmode .fal ul.a li.a {
cursor: pointer;
margin: 0;
padding: 0;
opacity: 0.9; /* ACHTUNG, JS! */
vertical-align: middle;
}
#stepmode .fal ul.a li.a div.content {
overflow: hidden;
padding: 5px;
}
#stepmode .fal ul.a li.aopen {
opacity: 1.0 !important;  /* ACHTUNG, JS! */
}
#stepmode .fal ul.a li.li0 {
background-color: #ddd;
}
#stepmode .fal ul.a li.li1 {
background-color: #eee;
}
#stepmode .fal ul.a li.a .left input[type=radio] {
display: inline-block;
background: transparent;
}
#stepmode .fal ul.a li.a .left .inner {
display: inline-block;
vertical-align: top;
}
#stepmode .fal ul.a li.a .left {
float: left;
}
#stepmode .fal ul.a li.a .right {
float: right;
}
#stepmode .fal ul.a li.a:hover {
opacity: 1.0;
}
#stepmode .fal ul.i {
margin: 5px 0px 5px 10px !important;
padding: 0 !important;
}
#stepmode .fal ul.i li.i {
cursor: pointer;
overflow: hidden;
padding: 5px;
color: #555;
}
#stepmode .fal ul.i li.i:hover {
color: #000;
}
#stepmode .fal ul.i li.i0 {
background-color: #ddd;
}
#stepmode .fal ul.i li.i1 {
background-color: #eee;
}

#stepmode img.details {
background-color: transparent !important;
}


#detailwahl.endstep {
width: 400px;
}
#detailwahl.endstep p {
padding: 10px;
}
#detailwahl.endstep a.pdf {
display: inline-block;
padding: 0 10px 0 48px;
height: 38px;
line-height: 38px;
text-decoration: none;
border: 1px solid #666;
color: #000;
background: transparent url(../bilder/pdf-icon.png) 0 0 no-repeat;
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -webkit-gradient(linear, 0 0, 100% 100%, from(#f5f5f5), to(#dcdcdc));
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -webkit-linear-gradient(top, #f5f5f5, #dcdcdc);
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -moz-linear-gradient(top, #f5f5f5, #dcdcdc);
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -ms-linear-gradient(top, #f5f5f5, #dcdcdc);
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -o-linear-gradient(top, #f5f5f5, #dcdcdc);
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, linear-gradient(top, #f5f5f5, #dcdcdc);
}
#detailwahl.endstep a:hover.pdf {
border: 1px solid #000;
color: #000;
background: transparent url(../bilder/pdf-icon.png) 0 0 no-repeat;
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -webkit-gradient(linear, 0 0, 100% 100%, from(#f5f5f5), to(#dcdcdc));
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -webkit-linear-gradient(top, #f5f5f5, #dcdcdc);
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -moz-linear-gradient(top, #f5f5f5, #dcdcdc);
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -ms-linear-gradient(top, #f5f5f5, #dcdcdc);
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, -o-linear-gradient(top, #f5f5f5, #dcdcdc);
background: url(../bilder/pdf-icon.png) 0 0 no-repeat, linear-gradient(top, #f5f5f5, #dcdcdc);
}
#detailwahl.endstep input {
display: block;
margin: 10px;
border: 1px solid #666;
padding: 0 15px 0 10px;
height: 38px;
line-height: 38px;
cursor: pointer;
font-weight: bold;
color: #333 !important;
background-color: #dcdcdc;
background: -webkit-gradient(linear, 0 0, 100% 100%, from(#dcdcdc), to(#f5f5f5));
background: -webkit-linear-gradient(top, #dcdcdc, #f5f5f5);
background: -moz-linear-gradient(top, #dcdcdc, #f5f5f5);
background: -ms-linear-gradient(top, #dcdcdc, #f5f5f5);
background: -o-linear-gradient(top, #dcdcdc, #f5f5f5);
background: linear-gradient(top, #dcdcdc, #f5f5f5);

}
#detailwahl.endstep input:hover {
color: #000 !important;
border-color: #000;
background: #f5f5f5;
background: -webkit-gradient(linear, 0 0, 100% 100%, from(#dcdcdc), to(#f5f5f5));
background: -webkit-linear-gradient(top, #dcdcdc, #f5f5f5);
background: -moz-linear-gradient(top, #ddd, #f5f5f5);
background: -ms-linear-gradient(top, #ddd, #f5f5f5);
background: -o-linear-gradient(top, #ddd, #f5f5f5);
background: linear-gradient(top, #ddd, #f5f5f5);
}

#stepmode #footer {
padding: 2px;
}
#stepmode #footer h2 {
color: #000;
}

#car {
position: relative;
width: 400px;
height: 300px;
z-index: 10;
padding: 0 0 20px 0;
}
#car #car_color {
position: absolute;
top: 200px;
right: 0;
width: 200px;
height: 40px;
filter: alpha(opacity=80); /* for IE */
opacity: 0.8; /* CSS3 standard */
}
#car #car_fabric {
position: absolute;
top: 240px;
right: 0;
width: 200px;
height: 40px;
filter: alpha(opacity=90); /* for IE */
opacity: 0.9; /* CSS3 standard */
}
#car span {
display: block;
font-size: 13px;
font-size: 0.8125rem;
color: #666;
padding: 2px 0;
}

/* Allgemeine Klassen */

/* Aussenfarbe-Button */
.carcol {
width: 40px;
}
.carcol label {
display: block;
width: 40px;
height: 20px;
}
/* Stoffwahl Button */
.carstoff {
width: 60px;
}
.carstoff label {
display: block;
width: 60px;
height: 2em;;
}
.streifen {
color: #000;
background-color: #ccc;
}
.zub1 {
color: #000;
background: transparent;
}
.zub2 {
color: #000;
background: #eaeaea;
}
#stepmode .aright, #stepmode td.aright {
text-align: right;
}
#stepmode td.radiobutton {
width: 12px;
}


/* serienausstattung toogle-in-out */

#serienausstattung {
margin: 0 0 20px 0;
padding: 0;
border-top: 1px solid #fff;
}
#serienausstattung ul {
margin: 0;
padding: 0;
}
#serienausstattung li {
list-style: none;
color: #000;
background: #e4e4e4;
margin: 0;
padding: 0;
border-bottom: 1px solid #fff;
}
#serienausstattung li a {
font-weight: bold;
}
#serienausstattung li.streifen {
color: #000;
background: #cccccc;
}
#serienausstattung li a {
color: #000;
text-decoration: none;
margin: 0;
padding: 0;
}
#serienausstattung li a img {
background-color: transparent;
}
#serienausstattung li a.details {
color: #c00;
cursor: default !important;
}
#serienausstattung li a:hover.details {
background: transparent;
text-decoration: underline;
}
#serienausstattung li li {
padding: 0 0 0 5px;
}

/* Schließen-Box für Fahrzeugfoto */
.xboxcontent .close {
text-align: right;
margin-bottom: 3px;
}
/* Allgemeine Klassen */
.cboth {
clear: both;
}
/* bonus-dialog */
#preisrabatt_ask {
padding: 5px 10px 0px 10px;
}
#preisrabatt_ask .headerleft {
float: left;
width: 370px;
}
#preisrabatt_ask .headerleft h2 {
margin-top: 0;
}
#preisrabatt_ask .options {
width: 100%;
}
#preisrabatt_ask .rabatte {
width: 64px;
padding: 5px;
background-color: #000000;
}
#preisrabatt_ask .rabatte label {
height: 64px;
vertical-align: top;
}
#preisrabatt_ask .rabatte input {
margin: 0;
}
#preisrabatt_ask .options .opt .name {
padding: 2px 6px;
}
#preisrabatt_ask .options .opt .name label {
font-size: 16px;
font-weight: bold;
}
#preisrabatt_ask .options .opt .desc {
padding-left: 6px;
}
#preisrabatt_ask #dialog_button a {
    top: 0;
}
/* KLAPPBOX */
.toggler {
display: inline-block;
width: 12px;
height: 12px;
padding-left: 5px;
}
.toggler.opened {
background: transparent url(../bilder/toggle_div_show.gif) 0 0 no-repeat;
}
.toggler.closed {
background: transparent url(../bilder/toggle_div_hide.gif) 0 0 no-repeat;
}

#detailwahl li.linkerrand20px {
margin-left:20px;
}

/* diese Klasse kommt dann zum Tragen wenn es in den modern-Standard-Designs kein Wert für "Auszeichnungsfarbe" (.configurator) in der Administration
gestgelegt wurde (var/style.css) oder es ein Individual-Design gibt in dem diese Klasse auch nicht definiert wurde */
#stepmode .fal ul.i li.configurator, .fal ul.i li.configurator, .configurator {
color: #ff0000;
}

/* Hier wird für den Configurator Step die eingestellte Hintergrundfarbe für die oberen Register-Steps überschrieben */
#stepmode #container #rahmen #navigation span.akt {
background-color:#fff;
}

/* 10.10.2019*/


@media all and (max-width:740px) {
    div#detailwahl {
        width: 100%;
    }

    #detailwahl table tr {
        display: grid;
        grid-gap:.2rem;
        text-align: left;
        border: 1px solid #e4e4e4;
    }

    #stepmode p, #stepmode a, #stepmode th, #stepmode td, #stepmode blockquote, #stepmode li, #stepmode label, #stepmode input, #stepmode textarea, #stepmode h5 {
        font-size: 10px;
    }

    #carsteps {background: #fff;padding: 0;}

    #car span {
        font-size: 10px;
    }

    div#car {
        height: auto;
        padding-bottom: 0;
    }

    #configuration table ul li {
        display: block;
    }

    #configuration table li.eekbild {
        width: 90px;
        margin: 0 12px 5px 0;
    }

    #configuration table li img {
        width: 100%;
        height: auto;
        padding: 0;
    }

    #configuration table li.mit_eek {
        font-size: 9px;
        line-height: 1.3;
    }

    td {}

    #configuration table h2 {
        display: block;
    }

    tr {
        grid-gap: .25rem;
    }

    #stepmode #navigation {
        height: auto;
        display: grid;
        grid-gap: .2rem;
    }

    #stepmode #navigation a, #stepmode #navigation span {
        width: 100%;
        display: block;
        float: none;
    }

    #stepmode #navigation span.akt {
        font-size: inherit;
    }

    /* Colorpicker*/

    .c-colorpick__item input[type="radio"] {
        margin-top: 6px
    }

    .fal .codecrumb {
        margin-right: 10px!important
    }

    .fal ul.a li.a {
        padding: 0;
        opacity: .9;
        font-size: 16px
    }

    .fal ul.a li.li0 {
        background-color: #ededed
    }

    .fal ul.a li.li1 {
        background-color: #eee
    }

    .fal ul.i {
        margin: 5px 0 5px 10px!important;
        padding: 0!important
    }

    .fal ul.i li.i {
        color: #555
    }

    .codecrumb,.fal ul.i li.i:hover {
        color: #000
    }

    .fal ul.i li.i0 {
        background-color: #ddd
    }

    .fal ul.i li.i1 {
        background-color: #eee
    }

    .codecrumb {
        background-color: #fff;
        margin-right: 3px;
        zoom:1;min-width: 40px;
        margin-left: 5px
    }

    .c-colorpick__item {
        cursor: pointer;
        padding-left: 24px!important
    }

    .c-colorpick__code {
        width: auto!important;
        float: left
    }

    .fal {
        margin: 10px 0
    }

    .fal ul.a {
        padding: 0!important;
        margin: 0!important
    }

    .fal ul.a li.a div.content,.fal ul.i li.i {
        padding: 5px;
        overflow: hidden
    }

    .fal ul.a li.a {
        cursor: pointer;
        margin: 0;
        vertical-align: middle
    }

    .fal ul.a li.aopen {
        opacity: 1!important
    }

    .fal ul.a li.a .left .inner {
        display: inline-block;
        vertical-align: top;
        width: auto!important
    }

    .fal ul.a li.a .right {
        float: right;
        padding-right: 5px
    }

    .fal ul.a li.a:hover {
        opacity: 1
    }

    .fal ul.i li.i {
        cursor: pointer
    }

    .c-colorpick__sub-list .c-colorpick__color-name {
        font-size: 13px
    }

    .c-colorpick__item {
        padding: 0 0 0 10px;
        background-image: none!important;
        border: 1px solid #ddd
    }

    .c-colorpick__item [type="radio"] {
        margin-top: 4px
    }

    .c-colorpick__content {
        background: #fbfbfb
    }

    .c-colorpick__sub-list {
        overflow: hidden;
        margin: 0;
        border-radius: 0 0 2px 2px
    }

    .c-colorpick__sub-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd
    }

    .c-colorpick__sub-item:hover {
        color: #555;
        background-color: #f5f5f5
    }

    .c-colorpick__sub-item:last-child {
        margin-bottom: 0
    }

    .c-colorpick__content.configurator,.c-colorpick__sub-item.configurator {
        color: #000;
        background-color: #f5f5f5
    }

    .c-colorpick__price ._list-price {
        color: #777;
        font-size: .75em;
        margin-right: 10px;
        text-decoration: line-through
    }

    #car #car_color {
        position: static;
        width: 100%;
    }

    #detailwahl.endstep {
        width: 100%;
    }

    #stepmode #footer h2 {
        font-size: 1.1rem;
    }

    .ui-dialog.dialog-windowclass.ui-widget{
        width: 100%!important;
    }

    .inner.c-colorpick__color-name {
        font-size: 1em;
    }

    #stepmode .fal ul.a li.a .left {
        float: none;
        display: grid;
        grid-template-columns: min-content  min-content 1fr;
    }

    #stepmode .fal ul.a li.a div.content {
        display: grid;
        grid-template-columns: 1fr min-content;
        grid-gap:.2rem;
    }

    #stepmode .fal ul.a li.a .right {
        font-weight: 700;
    }

    #stepmode .fal ul.i li.i {
        display: grid;
        grid-gap:.2rem;
        margin-left: 2px;
    }

    .c-bank-finance {
        font-size: .75rem;
    }

    #stepmode .fal ul.a li.a {
        padding-left: 6px!important;
    }
    #stepmode #auswahl {
        width: 100%;
    }

    #auswahl ul {
        display: grid;
        margin: 0;
        padding: 0;
    }

    #auswahl li a {
        width: 100%;
        border-image-outset: ce;
    }

    .ui-dialog.dialog-windowclass {
        width: 100%!important;
        left: 0!important;
        right: 0!important;
    }

    #dialog_button a {
        float: none;
        width: 100%;
        top: 0;
    }
}

.legal {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    padding: 1em;
    display: flex;
    justify-content: center;
}
.legal a {
    display: inline-block;
    margin: 0 .5em;
}


/* Farbauswahl_Liste */
.c-colorpick__item {
    background-image: linear-gradient(90deg, rgba(221,221,221,0) 0, rgb(221,221,221) 75px);
}
.c-colorpick__item:nth-child(2n) {
    background-image: linear-gradient(90deg, rgba(238,238,238,0) 0, rgb(238,238,238) 75px);
}

/* Cookie Buttons */
.c-button {
    border: 1px solid;
    font-size: 1rem;
    padding: .5rem;
    cursor: pointer;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.c-configurator-step * {
    box-sizing: border-box;
}
.hersteller #auswahl li a img {
    width: 60px;
    height: auto;
}
.c-configurator-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px,1fr));
    grid-gap: .5rem;
}
#auswahl li {
    display: flex;
}

#auswahl ul[data-type="aufbauten"] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    width: 100%;
    padding: 0;
}

#auswahl ul[data-type="aufbauten"] li a {
    width: 100%;
}

._list-price {
    text-decoration: line-through;
}

.c-colorpick__price ._list-price {
    margin-right: 1em;
}
