@import url(css/montserrat.css);
@import url(css/inter.css);

* {
    --sc-primary: #378ac4;
    --sc-primary-hover: #222222;
    --sc-color: #333333;
    --sc-color-trans: rgba(0,0,0,0.5);
    --sc-color-title: #222222;
    --sc-color-secondary: #378ac4;
    --sc-color-light: #666666;
    --sc-color-hover: #ffffff;
    --sc-color-button: #ffffff;
    --sc-background-primary: #222222;
    --sc-background-secondary: #ffffff;
    --sc-border-color: #dddddd;
    --sc-border-color-hover: #378ac4;
    --sc-border-color-input: #666666;
    --sc-font-text: Inter,sans-serif;
    --sc-font-title: Montserrat,sans-serif;
    --sc-font-button: Montserrat,sans-serif;
    -webkit-overflow-scrolling: touch;
}

body {
    width: 100%;
    margin: 0px auto;
}

img {
    /* image-rendering: -webkit-optimize-contrast; */
    /* image-rendering: pixelated; */
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

em {
    font-style: normal;
}

sup {
    font-size: 9px;
}

iframe#headlineLike {
    border:none;
    overflow:hidden;
    width:450px;
    height:35px;
    float: left;
}

#content h3, #content h3 span {
    background: transparent;
}

#content h3 span {
    padding: 0px;
}

#configToolbox {
    position: absolute;
    margin: 10px 0px 0px 560px;
    z-index: 9999;
}

#toolTip {
    display: none;
    position: absolute;
    width: auto;
    z-index: 20000;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

#modelbox {
    width: 780px;
    float: left;
    height: 200px;
    background-color: #fff;
}

#model {
    background: url(../images/whiteTransparent.png) left bottom repeat-x;
    color: #333;
    width: 780px;
    padding: 10px 0px 0px 0px;
    height: 230px;
    position: absolute;
    overflow: hidden;
}

#model.fixed {
    top: 0px;
    position: fixed;
    z-index: 9000;
}

#model #pic {
    float: left;
    margin-right: 20px;
}


#model #pic img {

}

#model #layout {
    float: right;
}

#layout img {
    float: right;
    margin: 0px 0px;
    padding: 4px;
    border: solid 0px #4d657f;
    background-color: #fff;
}

#model #config {
    float: left;
    width: 160px;
    line-height: 1.2;
}

#content #model h1 {
    float: left;
    font-size: 22px;
    margin: 15px 0px 10px 0px;
    padding: 10px 0px 5px 10px;
    background-color: #eee;
    font-weight: normal;
    width: 450px;
    clear: right;
}

#model h2 {
    width: 160px;
    text-align: right;
    font-size: 22px;
    margin: 0px;
    padding: 10px 0px 0px 10px;
    border: 0px;
}

#model h1 .modellTypVon, #model h2 .sumTitle {
    display: none;
}


#content #model h3 {
    width: 160px;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #666;
}

#model h3 span {
    float: right;
}

#content #model h5 {
    width: 440px;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #666;
}

#model h4 {
    text-align:center;
}

#model #pictures {
    float: right;
    margin: 5px;
    width: 240px;
}

#topNavi {
    top: 0px;
    right: -10px;
    width: 1000px;
    padding: 0px 20px;
    text-align: right;

    position: fixed;
    z-index:9999;
}

#topNavi #button {
    position: static;
    float: right;
    margin: 0px 5px;
}

#topNavi #button .lang {
    border: solid 8px #28353D;
    border: solid 8px #fff;
    border-left: 0px;
    border-right: 0px;
    width: 16px;
    height: 27px;
    text-indent: 1000px;
    padding: 0px;
    overflow: hidden;
}

#topNavi #button .lang.de {
    background: url(../images/de.png) no-repeat;
    /* background-size: 38px; */
}

#topNavi #button .lang.gb {
    background: url(../images/gb.png) no-repeat;
    /* background-size: 38px; */
}

#navigation {
    float: left;
    width: 780px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    background-color: transparent;
}

#navigation a {
    display: block;
    float: left;
    width: 260px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 17px;
    padding: 10px 0px;
    margin: 0px 0px 20px 0px;
    color: #555;
    border-bottom: solid 0px #ccc;
}

#navigation a:hover {
    background-color: #ddd;
}

#navigation a.check {
    background: url(../images/check.png) 95% 5px no-repeat;
}

#navigation a.open {
    background: url(../images/konfigurator/arrow.jpg) center bottom no-repeat;
    background-color: #ddd;
    margin: 0px;
    padding: 10px 0px 30px 0px;
}

#content h1 {
    width: 100%;
    padding: 0px 0%;
    font-size: 19px;
}

#content h2.head {
    width: 98%;
    padding: 20px 1% 10px 1%;
    font-size: 17px;
}

#col1 {
    width: 100%;
    float: left;
    padding: 0px 0px;
}

#col1 .row {
    display: block;
    float: left;
    width: 15%;
    background-color: #fff;
    padding: 5px 1%;
    border-bottom: solid 1px #ccc;
}

#col1 p {
    float: left;
    display: block;
    width: 200px;
    background-color: #fff;
    padding: 0px 1% 0px 1%;

}

#col1 p label {
    float: left;
    margin: 5px 0px 0px 0px;
}

#col1 .rowTitle {
    display: block;
    float: left;
    font-weight: bold;
    width: 98%;
    background-color: #fff;
    padding: 20px 1% 5px 1%;
    border-bottom: solid 1px #ccc;
}

#col1  .slider {
    width: 180px;
    margin: 10px;
}

#col1 ul.vehicle_select li ul {
    width: 220px;
    list-style-image: none;
}

#content ul {
    list-style-image: none;
}

#col1 .vehicle_select li ul li {
    width: 200px;
}

#col1 .vehicle_select li ul a {
    width: auto;
}

#col1 input, #col2 input, #col3 input, #col4 input, #errorWindow input {
    border: 0px;
    background: transparent;
}

#col2 {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0px;
    border: solid 1px #eeeeee;
}

#col2 a {
    color: #333;
}

#col2 .headline {
    display: block;
    float: left;
    width: 745px;
    background-color: #ccc;
    padding: 5px 10px;
    margin: 5px;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
}

#col2 .container {
    display: block;
    float: left;
    width: 240px;
    background-color: #fff;
    padding: 0px;
    margin: 5px;
}

#col2 .container div.img {
    float: left;
    width: 100%;
    text-align: center;
    height: 200px;
    position: relative;
    overflow: hidden;
}

#col2 .container div.img img {
    bottom: 0px;
    position: absolute;
    left: 50%;
    margin: 0px 0px 0px -100px;
}

#col2 .container h2 {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 5px 0px;
    background-color: #eee;
    color: #333;
}

#col2 .container h2 a img {
    position: relative;
    background-color: #777;
}

#col2 .container h2 a:hover img {
    background-color: #333;
}

#col2 .container span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 5px 0px;
    font-size: 13px;
}

#col2 .container h2 span {
    float: none;
    font-size: 13px;
    display: inline;
    width: auto;
}

#col2 .loading {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    /* background: url(../images/loading.gif) center center no-repeat; */
}

#col2 .container:hover {
    background-color: #fff;
}

#col2 .container:hover h2 {
    background-color: #ccc;
}

#col2 ul {
    margin: 0px;
    padding: 0px;
}

#col2 ul li {
    list-style-type: none;
}

#col2 ul li:hover {
    background-color: #efefef;
}

#col2 .row .checkbox {
    display: block;
    margin: 0px;
    padding: 20px 10px;
    float: left;
    width: 4%;
}

#col2 label {
    overflow: hidden;
    display: block;
    float: left;
    width: 90%;
}

#col2 .row {
    display: block;
    float: left;
    width: 100%;
    height: 60px;
    padding: 10px 0px;
    background-color: transparent;
    border-top: solid 1px #fff;
    border-bottom: dotted 1px #aaa;
}

#col2 .row  img {
    float: left;
}

#col2 .layout {
    float: left;
    width: 200px;
}

#col2 h1 {
    float: right;
    width: 400px;
    font-size: 17px;
    margin: 0px;
    font-weight: normal;
}

#col2 h1 b {
    font-weight: bold;
}

#col2 h2 {
    width: 150px;
    float: right;
    text-align: right;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #999;
}

#col2 h3 {
    float: right;
    width: 250px;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
}

#col3, #col4 {
    width: 100%;
    height: auto;
    /*  overflow-y: scroll; */
    float: left;
    border: solid 0px #eeeeee;
}

#col3 ul, #col4 ul {
    margin: 0px;
    padding: 0px;
}

#col3 ul li, #col4  ul li {
    list-style-type: none;
}

#col3 ul li:hover, #col4 ul li:hover {
    background-color: #efefef;
}

#col4 ul.extras_serie,#col4 ul.extras_serie h1 {
    cursor: pointer !important;
}

#col4 ul.extras_serie ul {
    padding: 0px 0px 20px 20px;
}

#col4 ul.extras_serie ul li {
    list-style-type: disc;
}

#col4 ul.extras_serie .sextras {
    display: none;
}

#col3 .row .checkbox, #col4 .row .checkbox {
    display: block;
    margin: 0px;
    padding: 10px 10px;
    float: left;
    width: 4%;
}

#col3 .row .checkbox .intid, #col4 .row .checkbox .intid {
    display: none;
}

#col3 label, #col4 label {
    overflow: hidden;
    display: block;
    float: left;
    width: 90%;
}

#col3 .row , #col4 .row {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 0px;
    background-color: #fff;
    border-top: solid 1px #fff;
    border-bottom: dotted 1px #aaa;
}

#col3 .headline , #col4 .headline {
    display: block;
    float: left;
    font-size: 17px;
    font-weight: bold;
    width: 98%;
    height: auto;
    padding: 5px 1%;
    background-color: #efefef;
    margin: 5px 0px 0px 0px;
}

#col4 .headline {
    cursor: pointer;
}

#col3 h1, #col4 h1 {
    float: left;
    font-weight: normal;
    width: 75%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#col3 h2, #col4 h2 {
    width: 20%;
    float: right;
    font-weight: normal;
    text-align: right;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#col4 h2 span.lineThrough {
    display: block;
    width: 70px;
    text-decoration: line-through;
    color: #cc0000;
    text-align: right;
    margin: 0px 0px 0px 30px;
    float: right;
}

#col4 h2 span.lineThrough2 {
    display: block;
    width: 70px;
    text-align: right;
    float: right;
}

#col4 h2 span.lineThrough3 {
    display: none;
}

#col3 h3, #col4 h3 {
    float: left;
    width: 75%;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    color: #666;
}

.printLogo {
    position: absolute;
    right: 10px;
    display: none;
    max-height: 100px;
}

#col4 h4 {
    border-bottom: solid 1px #aaa;
    float: left;
    width: 98%;
    font-size: 17px;
    padding: 10px 1%;
    margin: 30px 0px 0px 0px;
}

#col4 h4:first-child {
    margin: 0px 0px 0px 0px;
}

#col4 .row .checkbox {
    padding: 0px 10px;
}

#col4 .row {
    height: auto;
    padding: 5px 0px;
    background-color: #fff;
    border-top: solid 1px #fff;
    border-bottom: dotted 1px #aaa;
}

#content .rowPolster label {
    overflow: show;
    width: auto;
}

.rowPolster {
    float: left;
    width: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.rowPolster img {
    border: solid 5px #eee;
    text-align: center;
}

.rowPolster img:hover {
    /* width: 400px; */
    /* height: auto; */
    /* position: relative; */
}

.rowPolster div {
    width: 100%;
    text-align: center;
}

.rowFarbMasse {
    display: none;
}

#weiter,#zurueck,#button {
    padding: 10px 0px;
    float: right;
    margin: 0px 5px 0px 0px;
    font-family: sans-serif;
}

#zurueck {
    float: left;
}

#weiter input,#zurueck input {
    border: 0px;
    text-align: left;
    padding: 4px 0px 6px 25px;
    height: 26px;
    width: 107px;
    font-weight: bold;
    font-family: sans-serif;
    -webkit-appearance: none;
}

#button input {
    border: 0px;
    text-align: center;
    padding: 4px 0px 6px 0px;
    height: 26px;
    width: 107px;
    font-weight: bold;
    font-family: sans-serif;
    -webkit-appearance: none;
}

#button.center {
    float: left;
    margin: 0px 28%;
}

#button.left {
    float: left;
}

#zurueck input {
    text-align: right;
    padding: 1px 25px 6px 0px;
}

#code {
    font-weight: bold;
    float: left;
    padding: 3px 0px 0px 0px;
    font-size: 15px;
    color: #999;
}

#k_footer {
    float: left;
    display: block;
    width: 100%;
    margin: 15px auto;
    color: #666;
    font-size: 12px;
}

#k_anfrage {
    float: left;
    width: 740px;
    padding: 10px;
    margin: 10px;
    background: url(../images/blue.jpg);
    background-color: #324a64;
    color: #fff;
}

#k_anfrage h2 {
    width: 730px;
}

#k_anfrage hr {
    width: 740px;
    overflow: hidden;
    float: left;
    height: 0px;
    line-height: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: dotted 1px #aaa;
}

#k_anfrage .row, #k_anfrage .row_half, #k_anfrage .row_quarter {
    float: left;
    width: 99%;
    margin: 0px 0px 10px 0px;
}

#k_anfrage .row_half {
    width: 44.5%;
    margin-right: 5%;
}

#k_anfrage .row_quarter {
    width: 18%;
    margin-right: 5%;
}

#k_anfrage .row span, #k_anfrage .row_half span, #k_anfrage .row_quarter span {
    float: left;
    padding: 0px 5px;
    font-size: 12px;
    width: 730px;
    display: block;
}

#k_anfrage textarea, #k_anfrage input, #k_anfrage select {
    width: 734px;
    padding: 3px;
    height: 40px;
    border: 0px;
    background-color: #4d657f;
    border: solid 0px #ccc;
    resize: none;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
}

#k_anfrage .focus {
    background-color: #6684a4;
]}

#k_anfrage select {
    height: 25px;
    width: 150px;
    float: left;
    margin-right: 10px;
}

#k_anfrage input {
    width: 100%;
    height: 15px;
}

#k_anfrage span input {
    width: auto;
}

#content #k_anfrage input.submit {
    background: url(../images/aktionen/showroom/sprite.png) -300px -350px no-repeat;
    background-color: transparent;
    color: #fff;
    border: 0px;
    padding: 10px 50px 10px 50px;
    width: 207px;
    height: 35px;
    cursor: pointer;
    margin: -5px 0px 0px -178px;
    position: absolute;
    font-weight: bold;
}

#content #k_anfrage input.submit:hover {
    background: url(../images/aktionen/showroom/sprite.png) -300px -300px no-repeat;
}

#k_anfrage span.big {
    font-size: 18px;
}

#k_anfrage #inzahlung {
    display: none;
    float: left;
    background-color: #122333;
    width: 740px;
    padding: 10px 10px;
    margin-left: -10px;
}

#k_anfrage .ok {
    padding: 5px 0px 0px 30px;
    height: 60px;
    width: 200px;
    margin: 40px 25px 40px 25px;
    background: url(../images/check.png) left top no-repeat;
}

#k_anfrage input.str {
    width: 80%;
}

#k_anfrage input.nr {
    width: 15%;
}

#k_anfrage input.plz {
    width: 20%;
}

#k_anfrage input.ort {
    width: 75%;
}

.configElement .info {
    width: 400px;
    float: left;
}

.configElement {
    float: left;
}

.configElement .info div {
    float: left;
    padding: 0px 10px;
}

.configElement .info .key {
    width: 170px;
}

.configElement .info .val {
    width: 180px;
}

.configElement .layout {
    float: left;
    width: 270px;
}

.configElement .open {
    float: left;
    padding: 20px 5px;
}

.configElement .linklist {
    float: left;
    width: 760px;
    padding: 5px 10px;
    margin: 15px 0px;
    border-top: dotted 1px #ccc;
}

#errorOverlay {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#errorWindow {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 50px;
    left: 50%;
    width: 580px;
    height: auto;
    margin-left: -300px;
    margin-top: -100px;
    padding: 10px;
    color: #fff;
    background: url(../images/blue.jpg) center center;
    background-color: #324a64;
    box-shadow: 0px 0px 5px #000;
}

#errorWindow h1#title {
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

#errorWindow b {
    display: block;
    float: left;
    width: 570px;
    padding: 5px;
    background-color: #122333;
}

#errorWindow ul {
    margin: 0px;
    padding: 0px;
}

#errorWindow  ul li {
    list-style-type: none;
}

#errorWindow ul li:hover {
    background-color: #324a64;
}

#errorWindow .row .checkbox {
    display: block;
    margin: 0px;
    padding: 10px 10px;
    float: left;
    width: 4%;
}

#errorWindow label {
    overflow: hidden;
    display: block;
    float: left;
    width: 90%;
}

#errorWindow .row {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 0px;
    background-color: transparent;
    margin-top: 1px;
    border-bottom: dotted 1px #aaa;
}

#errorWindow .headline {
    display: block;
    float: left;
    font-size: 17px;
    font-weight: bold;
    width: 98%;
    height: auto;
    padding: 5px 1%;
    background-color: #efefef;
    margin: 5px 0px 0px 0px;
}

#errorWindow h1 {
    float: right;
    font-weight: normal;
    width: 75%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#errorWindow h2 {
    width: 20%;
    float: right;
    font-weight: normal;
    text-align: right;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#errorWindow h3 {
    float: right;
    width: 75%;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 20% 0px 0px;
}

.develop {
    display: none;
    float: left;
    width: auto;
    padding: 15px 5% 0px 5%;
    font-size: 12px;
}

.develop input {
    padding: 3px 10px;
    margin: 0px 5px 0px 5px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 3px;
    color: #333;
}

.develop input:hover {
    background-color: transparent;
}

li:hover .develop {
    display: none;
}

input.readonly {
    background-color: #eee;
    color: #ccc;
}

input[type=checkbox].readonly {
    opacity:0.5;
}

.infoPaket, .headlinePrice,.headlineWeight {
    display: none;
}

body {
    font-family: var(--sc-font-text);
    font-weight: 300;
    background: var(--sc-background-secondary);
    color: var(--sc-color);
    width: 100%;
    letter-spacing: 0.01 em;
    font-size: 16px;
    padding-bottom: 100px;
}

body.hasOverlay {
    overflow: hidden;
}

body #content b {
    font-weight: 700;
}

#content .vehicle_select {
    background: #fff;
}

#filter {
    display:none;
}

iframe#headlineLike {
    border:none;
    overflow:hidden;
    width:450px;
    height:35px;
    float: left;
}

#content h3, #content h3 span {
    background: transparent;
}

#content h3 span {
    padding: 0px;
}

#configToolbox {
    position: absolute;
    margin: 10px 0px 0px 560px;
}

#modelbox {
    width: 100%;
    float: left;
    height: 11rem;
    background: var(--sc-background-primary);
    position: fixed;
    left: 0px;
}

#model, #model.fixed {
    background: transparent;
    border-bottom: 0px;
    color: #fff;
    width: 100%;
    padding: 0px 1.5rem;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0;
    margin: 0px auto;
    position: relative;
}

#model #blankText h1 {
    float: left;
    clear: none;
    width: 60%;
}

#model #blankText p {
    width: 60%;
    float: left;
    padding: 0px 0px 0px 10px;
}

#model #blankText img {
    width: 300px;
}

#model #pic {
    float: left;
    margin-right: 20px;
    display: none;
}


#model #pic img {

}

#model #layout {
    float: left;
    height: 100%;
    width: 25%;
}

#content {
    padding-top: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

body.step-Range #content, body.step-Model #content, body.step-Result #content {
    padding-top: 1rem;
}

body.step-Range .controlTop {
    display: none;
}

body.step-Range #col2 ul {
    grid-template-columns: repeat(7,minmax(0,1fr));
    grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
}


#layout img {
    float: right;
    margin: 0px 0px;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    top: 50%;
    transform: translate(0,-50%);
    position: absolute;
}

#model #config {
    float: right;
    font-size: 13px;
    line-height: 0;
    padding: 0px 0px 0px 0px;
    top: 58%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
    width: auto;
    position: absolute;
    font-weight: normal;
}

#model h1 {
    float: left;
    margin: 0px;
    padding: 0px;
    clear: right;
    font-family: Inter,sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--sc-color-secondary);
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

#model h1 > span {
    top: 40%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
    width: auto;
    position: absolute;
}

#model h2 {
    font-size: 22px;
    margin: 0px;
    border-top: solid 1px #ebebeb;
    font-family: Inter,sans-serif;
    width: 100%;
    text-align: right;
    font-weight: normal;
    border: 0px;
    padding: 0px;
}

#model h2 sup {
    font-size: 11px;
}

#model h2 span {
    display: none;
}

#model h3 {
    font-size: 20px;
    font-family: Inter,sans-serif;
    font-weight: 300;

    letter-spacing: 0.01em;
}

#model h3 span {
    float: right;
}

#content #model h5 {
    width: 440px;
    font-size: 12px;
    font-family: Inter,sans-serif;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #666;
}

#model h4 {
    text-align:center;
}

#model #pictures {
    float: right;
    margin: 5px;
    width: 240px;
}

#model h1.weights {
    display: none;
}

#model #config.weights {
    right: 1.5rem;
    left: unset;
    top: 50%;
    width: 300px;
    line-height: 10px;
    transform: translate(0%,-50%);
    opacity: .5;
}

#model #config.weights h3 {
    display: block;
    text-align: left;
}
#model #config.weights h2 {
    font-size: 14px;
}
#model #config.weights h2 span {
    display: block;
    text-align: left;
    float: left;
}
#model #config.weights:hover {
    opacity: 1;
}

#model #config h3 {
    font-size: 14px;
    display: none;
}

#navigation {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    background-color: transparent;
    display: none;
}

#navigation a {
    display: block;
    float: left;
    width: 33.3333%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 0px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
    color: #2a2a2a;
    border-bottom: solid 0px #ccc;
    background-color: #fff;
    transition: all 0.4s ease-in-out 0s;
}

#navigation a:hover {
    background: #378ac4;
    color: #fff;
}

#navigation a.check {
    background: url(../images/check.png) 95% 5px no-repeat;
    background-color: #378ac4;
    color: #fff;
}

#navigation a.open {
    background: transparent;
    background-color: #378ac4;
    color: #fff;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

#content h1 {
    width: 100%;
    padding: 0px 0%;
    font-size: 19px;
}

#content h2.head {
    width: 98%;
    padding: 20px 1% 10px 1%;
    font-size: 17px;
}

#col1 {
    width: 100%;
    float: left;
    padding: 0px 0px;
}

#col1 .row {
    display: block;
    float: left;
    width: 15%;
    background-color: #c4d6e3;
    padding: 5px 1%;
    border-bottom: solid 1px #c4d6e3;
}

#col1 p {
    float: left;
    display: block;
    width: 200px;
    background-color: #c4d6e3;
    padding: 0px 1% 0px 1%;

}

#col1 p label {
    float: left;
    margin: 5px 0px 0px 0px;
}

#col1 .rowTitle {
    display: block;
    float: left;
    font-family: 'Museo 700';
    width: 98%;
    background-color: #c4d6e3;
    padding: 20px 1% 5px 1%;
    border-bottom: solid 1px #c4d6e3;
}

#col1  .slider {
    width: 180px;
    margin: 10px;
}

#col1 ul.vehicle_select li ul {
    width: 220px;
    list-style-image: none;
}

#content ul {
    list-style-image: none;
}

#col1 .vehicle_select li ul li {
    width: 200px;
}

#col1 .vehicle_select li ul a {
    width: auto;
}

#col1 input, #col2 input, #col3 input, #col4 input, #errorWindow input {
    border: 0px;
    background: transparent;
    display: none;
}

#col2 {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    border: 0px;
}

#col2 a {
    color: #333;
}

#col2 .headline {
    display: none;
}

#col2 .container {
    display: block;
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px var(--sc-border-color);
    padding: 1rem 0px 1rem 0px;
    margin: 0px;
    overflow: hidden;
}

#col2 .container div.img {
    float: left;
    width: 100%;
    text-align: center;
    height: 160px;
    position: relative;
    padding: 0px 0px 1rem 0px;
    box-sizing: border-box;
}

#col2 .container div.img img {
    bottom: 0px;
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 1rem;
    left: 0px;
    object-fit: contain;
    box-sizing: border-box;
}

#col2 .container.imgCover {
    padding-top: 0px;
}

#col2 .container.imgCover div.img img {
    padding: 0 0 1rem 0;
    object-fit: cover;
}

body.step-Range #col2 .container div.img img {
    padding: 2.5rem;
}

#content #col2 .container h2 {
    background: transparent;
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 20px;
    color: var(--sc-color-title);
    box-sizing: border-box;
    padding: 0px 1rem;
}

#col2 .container h2 a img {
    position: relative;
    background-color: #777;
}

#col2 .container h2 a:hover img {
    background-color: #fff;
}

#col2 .container span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 5px 0px;
    font-size: 100%;
    font-weight: normal;

}

#col2 .loading {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    background: url(loading.gif) center center no-repeat;
}

#col2 .container:hover {
    background-color: #fff;
    cursor: pointer;
    border-color: var(--sc-border-color-hover);
}

#content #col2 .container:hover h2 {
    color: var(--sc-color-title);
}

#col2 ul {
    margin: 0px;
    padding: 0px;

    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5,minmax(0,1fr));
}

#col2 ul li {
    list-style-type: none;
}

#col2 ul li:hover {
    background-color: #fff;
}

#col2 ul li:hover h1 {
    color: var(--sc-color-title);
}

#col2 .row .checkbox {
    padding: 0px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#col2 label {
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    margin: 2px;
}

#col2 .row {
    height: auto;
    padding: 0px;
    background-color: transparent;
    border-radius: 8px;
    text-align: center;
    position: relative;
    border: solid 0px;
}


#col2 input + ul {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    border: solid 1px var(--sc-border-color);
    background-color: #ffffff;
    z-index: -1;
    margin: -2px 0px 0px -2px;
}

#col2 .row:hover input + ul, #col2 input:checked + ul {
    border: solid 2px var(--sc-color);
    background-color: var(--sc-background-secondary);
}

#col2 input:checked + ul {
    background-color: var(--sc-background-secondary);
    border: solid 2px var(--sc-border-color-hover);
}

#col2 .row:hover {
    border-color: var(--sc-border-color-hover);
}

#col2 .row  img {
    float: none;
}

#col2 .layout {
    float: left;
    width: 100%;
    text-align: left;
    padding: 1rem 0px;
}

#col2 .layout img {
    height: 60px;
    max-width: 100%;
    object-fit: contain;
}

#col2 h1 {
    background: transparent;
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 20px;
    width: 100%;
    text-align: left;
    color: var(--sc-color-title);
}

#col2 h1 b {
    font-family: Inter,sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    font-size: 100%;
    display: none;
}

#col2 h2 {
    font-family: Inter,sans-serif;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: var(--sc-color);
    text-align: left;
}

#col2 h2.fahrgestell {
    display: none;
    width: 559px;
    float: right;
    text-align: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Inter,sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    font-size: 100%;
}

#col2 h3, #col2 h3 .small, #col2 h3 br {
    display: none;
}


#col3, #col4 {
    width: 100%;
    height: auto;
    /* overflow-y: scroll; */
    float: left;
    border: solid 0px #eeeeee;
}

#col3 ul, #col4 ul {
    margin: 0px;
    padding: 0px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6,minmax(0,1fr));
}

#col3 ul li, #col4  ul li {
    list-style-type: none;
}

#col3 ul li:hover, #col4 ul li:hover {
    background-color: #ebebeb;
}

#col3 .row input[type=checkbox], #col4 .row input[type=checkbox] {
    display: none;
}

#col2 .headline, #col3 .headline, #col4 .headline, #col3 .headline:hover , #col4 .headline:hover {
    background: transparent !important;
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 32px;
    color: var(--sc-color-title);
    margin: 1rem 0;
    grid-row: inherit;
    grid-column: 1 / 7;
    padding: 0px;
    width: 100%;
}

#col2 .headline.producer {
    display: block;
    font-size: 48px;
    margin: 1rem 0px 0px 0px;
}

#col2 .headline.group {
    display: block;
    background: transparent;
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 24px;
    color: var(--sc-color-title);
    grid-row: inherit;
    grid-column: 1 / 6;
    padding: 0px;
}

#col4 .headline {
    cursor: pointer;
}

#col3 h1, #col4 h1 {
    float: left;
    width: 75%;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#col3 h2, #col4 h2 {
    width: 15%;
    float: right;
    text-align: right;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#col4 h2 span.lineThrough {
    width: 70px;
    text-decoration: line-through;
    color: #cc0000;
}

#col4 h2 span.lineThrough2 {
    width: 70px;
    text-align: right;
}

#col3 h3, #col4 h3 {
    float: left;
    width: 75%;
    font-size: 17px;
    margin: 0px 0px 0px 0px;
}

#col4 h4 {
    border-bottom: 0px;
    float: left;
    width: 10%;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    text-align: right;
    color: #888;
}

#col4 h4:first-child {
    margin: 0px 0px 0px 0px;
}

#col4 .row .checkbox {
    padding: 0px 10px;
}

#col4 .row, #col4 .row:hover {
    margin: 0px;
    padding: 0px;
    border: 0px;

    text-align: center;
    /* overflow: hidden; */
}

#col4 .row:hover {
    border-color: var(--sc-border-color-hover);
}

#col4 .row input + label {
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px var(--sc-border-color);
    box-sizing: border-box;
}

#col4 .row input + label:hover {
    border-color: var(--sc-border-color-hover);
}

#col4 .row input:checked + label {
    background-color: var(--sc-border-color-hover);
    border-color: var(--sc-border-color-hover);
}

#col4 .row input:checked + label span {
    color: #fff;
}

#col4 .row .rowImage {
    display: block;
    width: 100%;
    height: 200px;
    color: #ffffff;
    background-size: 80%;
    background-position: center center;
    background-color: var(--sc-border-color);
    overflow: hidden;
}

#col4 .row .rowImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#col4 .row .rowTitle {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background: transparent;
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 14px;
    width: 100%;
    height: 68px;
    min-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: var(--sc-color-title);
    padding: 1rem 1rem 0 1rem;
    box-sizing: border-box;
}

.lineThrough, .lineThrough3 {
    display: none;
}

#col4 .row .rowTitle:hover {
    display: block;
    height: auto;
    overflow: visible;
    white-space: normal;
}

#col4 .row .rowPrice {
    display: block;
    padding: 1rem 0 1rem 1rem;
    box-sizing: border-box;
    font-size: 14px;
    width: 50%;
    text-align: left;
    float: left;
}

#col4 .row .rowPaketInfo {
    padding: 0px 1rem 1rem;
    display: block;
    font-size: 14px;
    float: right;
    text-align: right;
    max-width: 70%;
}

#col4 .row .rowPaketInfo svg {
    height: 14px;
}

#col4 .row .rowPaketInfo .paketName {
    color: var(--sc-primary);
}

#col4 .row .rowWeight {
    display: block;
    padding: 1rem 1rem 1rem 0;
    box-sizing: border-box;
    font-size: 14px;
    width: 50%;
    text-align: right;
    float: right;
}

#col4 .row .rowText {
    padding: 1rem 1rem 0 1rem;
    box-sizing: border-box;
    font-size: 12px;
    width: 100%;
    text-align: left;
    margin: 0px 0px 1rem 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 64px;
    min-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

#col4 .row .rowText:hover {
    display: block;
    height: auto;
    overflow: visible;
    white-space: normal;
}

#col4 .row.noPix .rowImage {
    display: none;
}

#col4 .row.noPix {
    grid-row: inherit;
    grid-column: span 3;
}

#col4 .row.noPix .rowTitle {
    display: block;
    height: auto;
    min-height: 0px;
}

#col4 .row.noPix .rowText {
    padding: 0px 1rem;
    height: auto;
    min-height: 0px;
}

#col3 ul, #col4 ul {
    grid-template-columns: repeat(5,minmax(0,1fr));
}

#col2 .headline, #col3 .headline, #col4 .headline, #col3 .headline:hover, #col4 .headline:hover {
    grid-column: 1 / 6;
}

#col4 .row.noPix {
    grid-column: span 5;
}

body.step-Result #col4 {
    display: grid;
    grid-template-columns: auto;
    gap: 3rem;
}

#col4 .res {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

#col4 .res li, #col4 .res li:hover {
    text-align: left;
    background: transparent;
}

#col4 .resImage {
    text-align: center;
    align-self: center;
}

#col4 .resImage img {
    width: 100%;
    height: 300px;
    padding: 1rem;
    box-sizing: border-box;
    object-fit: contain;
}


#col4 .resTitle {
    color: var(--sc-color-title);
    grid-column: span 2;
    align-self: center;
}

#col4 .resTitle h2 {
    font-family: var(--sc-font-title);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 24px;
    width: 100%;
    padding-bottom: .5rem;
    text-align: left;
}

#col4 .resTitle h1 {
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 48px;
    width: 100%;
    padding-bottom: .5rem;
}

#col4 .resTitle h1 span {
    font-weight: normal;
}

#col4 .resTitle div {
    font-family: Inter,sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    display: flex;
    width: 100%;
    align-items: center;
}

#col4 .resTitle div span {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 10px;
}

#col4 .res .resLine {
    border-top: solid 1px var(--sc-border-color);
    grid-column: span 3;
    height: 1rem;
}

#col4 .res .resGroup {
    grid-column: 1;
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 24px;
}

#col4 .res .row {
    grid-column: 2 / 4;
    padding: 0 0 1rem 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: 150px auto 20%;
}

#col4 .res .resExImage {
    display: block;
    width: 100%;
    height: 100px;
    background-position: center center;
    background-color: var(--sc-background-secondary);
    background-size: 80% auto;
    overflow: hidden;
}

#col4 .res .rowCalc .resExImage {
    background: transparent;
    height: auto;
}

#col4 .res .resExImage img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

#col4 .res .resExName {
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 16px;
}

#col4 .res .resExText {
    width: 100%;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 14px;
    display: block;
    font-family: var(--sc-font-text);
}

#col4 .res .resExPrice {
    text-align: right;
}

#col4 .res .resExInfo {
    font-family: var(--sc-font-title);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 16px;
}

#col4 .res .resRequestButton {
//display: none;
    grid-column: span 3;

}

#col4 .res .resRequestButton button {
    display: none
}

#col4 .res .resRequestButton .resRequestStart.desktop {
    display: flex;
}

#col4 .res .row img {
    max-width: 100%;
    grid-column: span 2;
}

.resRequest {
    bottom: .5rem;
    position: sticky;
    padding: 1.5rem;
    border: solid 1px var(--sc-border-color);
    border-radius: 8px;
    box-sizing: border-box;
    top: 8px;
    position: static;
}


.resRequest .resPrice {
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 48px;
    width: 100%;
    color: var(--sc-background-primary);
    padding-bottom: 1.5rem;
}

.resRequest .resPrice span {
    font-family: Inter,sans-serif;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
    color: var(--sc-color-light);
}

.resRequest button, .resRequestButton button, .resRequest a.button, #resRequest a.button {
    font-family: Inter,sans-serif;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    font-size: 16px !important;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    display: flex;
    -webkit-appearance: button;
    background-image: none;
    cursor: pointer;
    border: solid 1px var(--sc-primary);
    background-color: var(--sc-primary);
    justify-content: center;
    align-items: center;
    color: var(--sc-color-title);
    margin-bottom: .75rem;
    box-sizing: border-box;
    text-decoration: none;
}

.resRequest button:hover, .resRequestButton button:hover, .resRequest a.button:hover, #resRequest a.button:hover {
    background-color: var(--sc-primary-hover);
    color: var(--sc-color-hover);
}

.resRequest button.secondary, .resRequest a.button.secondary, #resRequest a.button.secondary {
    background-color: transparent;
    border-color: var(--sc-border-color);
}

.resRequest button.secondary:hover, .resRequest a.button.secondary:hover, #resRequest a.button.secondary:hover {
    background-color: var(--sc-background-secondary);
}

.resRequest button svg, .resRequestButton button svg, .resRequest a.button svg, #resRequest a.button svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .5rem;
    margin-left: .25rem;
    flex-shrink: 0;
}

.resSidebarTitle {
    font-family: var(--sc-font-title);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 24px;
    width: 100%;
    color: var(--sc-background-primary);
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.resSidebarTitle button {
    font-weight: 500;
    padding: .5rem;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--sc-color);
    border-color: var(--sc-color);
    float: left;
    margin: 0px 0px 0px .5rem;
}

.resSidebarTitle button:hover {
    background-color: var(--sc-background-primary);
    border-color: var(--sc-background-primary);
}

.resSidebarTitle button.slick-disabled {
    background-color: var(--sc-border-color);
    border-color: var(--sc-border-color);
    color: var(--sc-color-light);
}

.resSidebarTitle button.slick-disabled svg {
    color: var(--sc-color-light);
}

.resSidebarNavi {
    float: right;
}

.resSidebarVehicles {
    box-sizing: border-box;
    margin-left: -1rem;
    max-height: 500px;
}

.resSidebarVehicleContainer {
    padding-left: 1rem;
    box-sizing: border-box;
}

.resSidebarVehicles a {
    display: block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: solid 1px var(--sc-border-color);
    box-sizing: border-box;
}

.resSidebarVehicles a span {
    box-sizing: border-box;
}

.resSidebarVehicleMatch {
    font-family: var(--sc-font-title);
    line-height: 120%;
    letter-spacing: 0;
    font-size: 12px;
    width: auto;
    color: var(--sc-color);
    display: block;
    padding: 1rem;
    background-color: var(--sc-background-secondary);
}

.resSidebarVehicleMatch b {
    font-weight: 700;
}

.resSidebarVehicleImage {
    width: 100%;
    display: block;
    height: 270px;
    margin-bottom: 1rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22224%22%20height%3D%2240%22%20viewBox%3D%220%200%20224%2040%22%20opacity%3D%22.5%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22w-%5B183px%5D%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_4887_11183%29%22%3E%3Cpath%20d%3D%22M58.1421%2019.9524C58.1421%2014.3161%2062.5364%209.75244%2068.7239%209.75244C71.478%209.75244%2073.9506%2010.6737%2075.7438%2012.2615L73.0815%2015.1403C71.7229%2013.9767%2070.3274%2013.6373%2068.9688%2013.6373C65.3211%2013.6373%2062.6588%2016.4555%2062.6588%2019.9464C62.6588%2023.4373%2065.2599%2026.3464%2068.8158%2026.3464C70.6702%2026.3464%2072.3716%2025.6434%2073.6079%2024.2918L76.3008%2027.2918C74.3851%2029.1282%2071.7841%2030.2312%2068.7239%2030.2312C62.5364%2030.2312%2058.1421%2025.6676%2058.1421%2019.9403V19.9524Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M85.8544%2010.0615H90.1202L98.8415%2029.91H94.4472L93.0885%2026.7524H82.9106L81.5519%2029.91H77.127L85.8483%2010.0615H85.8544ZM91.7298%2023.4191L89.4102%2017.7524C88.7921%2016.2494%2088.0209%2014.2615%2087.9903%2014.2009C87.9597%2014.2615%2087.1886%2016.2555%2086.5704%2017.7524L84.2509%2023.4191H91.7359H91.7298Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M100.91%2010.0615H109.509C115.415%2010.0615%20118.512%2013.4918%20118.512%2017.7524C118.512%2020.2979%20117.184%2022.7464%20114.705%2024.0615L118.879%2029.91H113.897L110.807%2025.2555C110.219%2025.3464%20109.693%2025.407%20109.105%2025.407H105.237V29.91H100.904V10.0615H100.91ZM109.631%2021.7343C112.165%2021.7343%20113.934%2019.9282%20113.934%2017.7524C113.934%2015.5767%20112.171%2013.71%20109.662%2013.71H105.237V21.7343H109.631Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M129.088%2010.0615H133.354L142.075%2029.91H137.681L136.322%2026.7524H126.144L124.785%2029.91H120.36L129.082%2010.0615H129.088ZM134.963%2023.4191L132.644%2017.7524C132.025%2016.2494%20131.254%2014.2615%20131.224%2014.2009C131.193%2014.2615%20130.422%2016.2555%20129.804%2017.7524L127.484%2023.4191H134.969H134.963Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M140.361%2010.0615H144.786L149.18%2021.6736C149.615%2022.807%20150.355%2025.013%20150.386%2025.1646C150.447%2025.013%20151.157%2022.807%20151.592%2021.6736L156.047%2010.0615H160.442L152.644%2029.9403H148.158L140.361%2010.0615Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M167.431%2010.0615H171.697L180.418%2029.91H176.024L174.665%2026.7524H164.487L163.128%2029.91H158.703L167.425%2010.0615H167.431ZM173.306%2023.4191L170.987%2017.7524C170.369%2016.2494%20169.597%2014.2615%20169.567%2014.2009C169.536%2014.2615%20168.765%2016.2555%20168.147%2017.7524L165.827%2023.4191H173.312H173.306Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M182.48%2010.0615H186.624L193.521%2019.4979C194.635%2021.0009%20195.902%2023.1403%20195.902%2023.1403V10.0615H200.235V29.91H196.061L189.378%2020.8433C188.05%2019.0676%20186.807%2016.9524%20186.807%2016.9524V29.91H182.474V10.0615H182.48Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M211.007%2010.0615H215.273L223.994%2029.91H219.6L218.241%2026.7524H208.063L206.704%2029.91H202.279L211.001%2010.0615H211.007ZM216.882%2023.4191L214.563%2017.7524C213.944%2016.2494%20213.173%2014.2615%20213.143%2014.2009C213.112%2014.2615%20212.341%2016.2555%20211.723%2017.7524L209.403%2023.4191H216.888H216.882Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M41.6848%2026.3041L41.2686%2027.2556C37.8658%2034.995%2030.1543%2040.001%2021.6288%2040.001H16.8979C15.937%2040.001%2015.3495%2038.9525%2015.8575%2038.1465L22.9692%2026.8798C23.5261%2025.995%2024.5114%2025.4556%2025.5641%2025.4556H41.1278C41.5685%2025.4556%2041.8623%2025.9041%2041.6909%2026.3041H41.6848ZM20.2885%2025.4556H1.80544C1.01593%2025.4556%200.422273%2026.1828%200.612%2026.9404C1.51779%2030.6737%203.3967%2034.0313%205.96107%2036.7465C6.40173%2037.2131%207.12391%2037.2677%207.62577%2036.8677L20.668%2026.5344C21.1208%2026.1768%2020.8638%2025.4556%2020.2885%2025.4556Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M51.3792%200.000976562H22.0328C10.3003%200.000976562%200.70994%209.07976%200.0367164%2020.5343C-0.0061251%2021.2313%200.556934%2021.8192%201.26688%2021.8192H2.91322C3.39671%2021.8192%203.86797%2021.6252%204.21071%2021.2858L15.6616%209.94643C16.139%209.4737%2016.9102%209.4737%2017.3875%209.94643L25.7049%2018.1828L24.7869%2015.4555L28.5141%2011.7646C28.9915%2011.2919%2029.7626%2011.2919%2030.24%2011.7646L39.8549%2021.2858C40.1976%2021.6252%2040.6688%2021.8192%2041.1523%2021.8192H42.8538C43.3434%2021.8192%2043.784%2021.5343%2043.9799%2021.0919L52.4992%201.69795C52.8542%200.897946%2052.2605%200.000976562%2051.3792%200.000976562ZM42.9027%207.63128C41.795%208.08582%2040.9075%208.96461%2040.4485%2010.0616C40.3078%2010.3828%2039.8671%2010.3828%2039.7263%2010.0616C39.2673%208.96461%2038.3799%208.08582%2037.2721%207.63128C36.9478%207.49189%2036.9478%207.05552%2037.2721%206.91613C38.3799%206.46158%2039.2673%205.5828%2039.7263%204.48583C39.8671%204.16461%2040.3078%204.16461%2040.4485%204.48583C40.9075%205.5828%2041.795%206.46158%2042.9027%206.91613C43.2271%207.05552%2043.2271%207.49189%2042.9027%207.63128Z%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4887_11183%22%3E%3Crect%20width%3D%22224%22%20height%3D%2240%22%20opacity%3D%22.5%22%20fill%3D%22currentColor%22%20transform%3D%22translate%280%200.000976562%29%22%3E%3C%2Frect%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
    background-position: center center;
    background-color: var(--sc-background-secondary);
    background-size: 80% auto;
}

.resSidebarVehicleImage img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.resSidebarVehicleTitle {
    font-family: var(--sc-font-title);
    line-height: 120%;
    letter-spacing: 0;
    font-size: 24px;
    width: 100%;
    color: var(--sc-color);
    display: block;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding: 0 1rem;
}

.resSidebarVehiclePrice {
    font-family: var(--sc-font-title);
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 24px;
    width: 100%;
    color: var(--sc-color);
    display: block;
    text-overflow: ellipsis;
    overflow-x: hidden;
    margin: 1rem 0;
    padding: 0 1rem;
}

.resSidebarVehicleTitle b {
    font-weight: 700;
}

#resModal {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #05383380;
    align-items: center;
    justify-content: center;
    display: flex;

    position: static;
}

#resModal * {
    box-sizing: border-box;
}

#resRequest {
    background-color: #ffffff;
    line-height: 24px;
    max-width: 100%;
    border-radius: 8px;

    margin-top: 0px;

    position: static;
    grid-column: 3 span;
    width: 100%;
}

#resRequest a {
    color: var(--sc-color);
}

#resRequestClose {
    position: absolute;
    top: .25rem;
    right: .25rem;
    height: 50px;
    width: 50px;
    padding: .875rem;
    border-color: transparent;
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;

    display: none;
}

#resRequestClose:hover {
    background-color: var(--sc-background-secondary);
}

#resRequestClose svg {
    height: 1.25rem;
    width: 1.25rem;
}

#resRequest h6 {
    padding: 21px;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
}

#resRequest form {
}

#resRequest .resLine {
    border-top: solid 1px var(--sc-border-color);
    width: 100%;
    margin: 0 0 1.5rem 0;
}

#resRequest .resRow {
    padding: 0 0 1rem 0;
    position: relative;
}

#fDealerRow {
    display: none;
}

#resRequest .resRow label {
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    padding-bottom: .3125rem;
    width: 100%;
    display: block;
}

#resRequest .resRow label span {
    font-weight: normal;
    font-size: 12px;
}

#resRequest .resRow input, #resRequest .resRow textarea {
    width: 100%;
    font-family: Inter,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    margin: 0;
    border-radius: 8px;
    border-width: 1px;
    border: solid 1px var(--sc-border-color-input);
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--sc-primary-hover);
    padding: 1rem;
    resize: none;
    display: block;
    color: var(--sc-color);
    box-sizing: border-box;
}

#resRequest .resRow textarea {
    line-height: 150%;
}

#resRequest .resRow input[type=checkbox] {
    display: none
}

#resRequest .resRow input[type=checkbox] + label {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    padding-left: 3rem;
}

#resRequest .resRow input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    float: left;
    position: relative;
    margin-left: -3rem;
    width: 22px;
    height: 22px;
    border-radius: .25rem;
    border: solid 1px var(--sc-border-color);
}

#resRequest .resRow input[type=checkbox] + label:hover:before {
    border: solid 1px var(--sc-color);
}

#resRequest .resRow input[type=checkbox]:checked + label:before {
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-3%20w-3%22%3E%3Cpath%20d%3D%22M17.4138%200.585573C17.7888%200.960629%2017.9994%201.46924%2017.9994%201.99957C17.9994%202.5299%2017.7888%203.03852%2017.4138%203.41357L7.41384%2013.4136C7.03878%2013.7885%206.53017%2013.9991%205.99984%2013.9991C5.46951%2013.9991%204.96089%2013.7885%204.58584%2013.4136L0.585838%209.41357C0.221521%209.03637%200.0199328%208.53116%200.0244897%208.00677C0.0290465%207.48238%200.239384%206.98075%200.610201%206.60994C0.981017%206.23912%201.48264%206.02878%202.00704%206.02422C2.53143%206.01967%203.03663%206.22126%203.41384%206.58557L5.99984%209.17157L14.5858%200.585573C14.9609%200.210631%2015.4695%200%2015.9998%200C16.5302%200%2017.0388%200.210631%2017.4138%200.585573Z%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat;
    background-size: .75rem .75rem;
    border-color: var(--sc-primary-hover);
    background-color: var(--sc-primary);
    color: #ffffff;
}

#fZip.city::placeholder {
    color: var(--sc-color);
}

#resRequest .resRow #resDealerFind {
    position: absolute;
    bottom: 1rem;
    right: 0rem;
    height: 50px;
    width: 50px;
    padding: .875rem;
    border-color: transparent;
    border-radius: 6px;
    background-color: var(--sc-color-secondary);
    color: var(--sc-color);
    cursor: pointer;
    margin: 2px;
}

#resRequest .resRow #resDealerFind:hover {
    background-color: var(--sc-primary-hover);
    color: var(--sc-color-hover);
}

#resRequest .resRow #fDealerX {
    width: 100%;
    font-family: Inter,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    margin: 0;
    border-radius: 8px;
    border-width: 1px;
    border: solid 1px var(--sc-border-color-input);
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--sc-primary-hover);
    padding: 1rem;
    resize: none;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
    color: var(--sc-color);

}

#resRequest .resRow #fDealer {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1,minmax(0,1fr));
}

#resRequest .resRow #fDealer label {
    background-color: var(--sc-background);
    overflow: hidden;
    height: auto;
    cursor: pointer;
    font-family: Inter,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    margin: 0;
    border-radius: 8px;
    border-width: 1px;
    border: solid 1px var(--sc-border-color);
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--sc-primary-hover);
    color: var(--sc-color);

    display: grid;
    padding: 0px;
    gap: 0px;
    grid-template-columns: 6rem 1fr;
    position: relative;
}

#resRequest .resRow #fDealer .fDealerCol1 {
    background: var(--sc-background-secondary);
    align-content: center;
    padding: 0px;
    text-align: center;
}

#resRequest .resRow #fDealer .fDealerCol2 {
    padding: calc(1rem + 1px);
    align-content: center;
}

#resRequest .resRow #fDealer label:before {
    display: none;
}

#resRequest .resRow #fDealer label:hover {
    border: solid 1px var(--sc-border-color-hover);
}

#resRequest .resRow #fDealer input {
    display: none;
}

#resRequest .resRow #fDealer input:checked + label {
    background-color: var(--sc-background-secondary);
    border: solid 2px var(--sc-border-color-hover);
}

#resRequest .resRow #fDealer input:checked + label .fDealerCol1,
#resRequest .resRow #fDealer input:checked + label .fDealerCol2 {
//padding: 1rem;
}

#resRequest .resRow #fDealer input:checked + label * {
//color: #fff !important;
}

#resRequest .resRow #fDealer label div {
    box-sizing: border-box;
}

#resRequest .resRow #fDealer .fDealerLogo {
    background-color: #fff;
    border-radius: 8px;
    padding: 0.5rem;
    border: solid 1px var(--sc-border-color);

    height: 5rem;
    width: 5rem;
    float: unset;
    display: inline-block;
}

#resRequest .resRow #fDealer .fDealerLogo.noPix {
    background-color: #D7D7D7;
}

#resRequest .resRow #fDealer .fDealerLogo img {
    height: 100%;
    width: 100%;
    background-color: transparent;
    object-fit: contain;
}

#resRequest .resRow #fDealer .fDealerDistance {
    float: right;
    padding:  .5rem 0rem;
    opacity: 0.5;
    font-weight: 300;
    font-size: 13px;

    position: absolute;
    top: 0px;
    width: auto;
    text-align: right;
    right: 10px;
}

#resRequest .resRow #fDealer .fDealerName {
    float: left;
    padding: 0 0rem;
    font-weight: 500;
    width: 80%;
}

#resRequest .resRow #fDealer .fDealerAdress {
    float: left;
    padding: .5rem 0rem;
    font-weight: 300;
    font-size: 13px;
    width: 100%;
}

#resRequest button#fSend {
    font-family: Inter,sans-serif;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    font-size: 16px !important;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    display: flex;
    -webkit-appearance: button;
    background-image: none;
    cursor: pointer;
    border: solid 1px var(--sc-primary);
    background-color: var(--sc-primary);
    justify-content: center;
    align-items: center;
    color: var(--sc-color-title);
    margin-bottom: .75rem;
}

#resRequest button#fSend:disabled {
    background-color: var(--sc-border-color);
    border: var(--sc-border-color);
    color: var(--sc-border-color-input);
}

#resRequest button#fSend svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .5rem;
    margin-left: .25rem;
    flex-shrink: 0;
    color: currentColor;
}

body.step-Result {
    background-color: #fff;
}

body.step-Result #modelbox {
    display: none;
}

#weiter,#zurueck,#button {
    padding: 10px 0px;
    float: right;
    margin: 0px 5px 0px 0px;
    display: block;
}

#zurueck {
    float: left;
}

#weiter input,#zurueck input {
    border: 0px;
    text-align: center;
    height: 26px;
    width: auto;
    font-weight: bold;
    color: #333;
    padding: 0px;
}

#button input {
    border: 0px;
    text-align: center;
    height: 26px;
    width: auto;
    font-weight: bold;
    color: #333;
    padding: 0px 10px;
}

#button.center {
    float: left;
    margin: 0px 28%;
}

#button.left {
    float: left;
}

#zurueck input {
    text-align: center;
    padding: 0px;
}

#weiter input:hover { background-position: right -500px; }
#zurueck input:hover { background-position: left -300px; }
#button input:hover { background-position: left -100px; }


#code {
    font-family: Inter,sans-serif;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    float: none;

    font-size: 14px;
    position: absolute;
    bottom: 10%;
    width: 100%;
    opacity: .5;
    display: none;
}

#code .small, #topNavi {
    display: none;
}


#k_footer {
    float: left;
    display: block;
    width: 100%;
    margin: 15px auto;
    color: #666;
    font-size: 12px;
    padding: 1.5rem;
    box-sizing: border-box;
}

#k_footer a {
    color: var(--sc-color);
    text-decoration: none;
}

#k_footer a:hover {
    color: #2a2a2a;
    text-decoration: none;
}

#k_anfrage {
    display: none;
    float: left;
    width: 100%;
    padding: 20px;
    margin: 0px;
    background: var(--sc-background-primary);
    color: var(--sc-color-hover);
    box-sizing: border-box;
    border-radius: 8px;
}

#k_anfrage h2 {
    width: 100%;
    font-family: var(--sc-font-title);
    font-weight: 700;
    font-size: 38px;
    color: var(--sc-primary: #378ac4);

    letter-spacing: 0;
    margin: 0px;
}

#k_anfrage hr {
    width: 920px;
    overflow: hidden;
    float: left;
    height: 0px;
    line-height: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: solid 1px #aaa;
    display: none
}

#k_anfrage .row, #k_anfrage .row_half, #k_anfrage .row_quarter {
    float: left;
    width: 99%;
    margin: 0px 0px 10px 0px;
}

#k_anfrage .row_half {
    width: 44.5%;
    margin-right: 5%;
}

#k_anfrage .row_quarter {
    width: 19%;
    margin-right: 5%;
}

#k_anfrage .row span, #k_anfrage .row_half span, #k_anfrage .row_quarter span {
    float: left;
    padding: 0px 5px;
    font-size: 15px;
    width: 100%;
    display: block;
}

#k_anfrage textarea, #k_anfrage input, #k_anfrage select {
    width: 100%;
    padding: 10px;
    height: 40px;
    background-color: #fff;
    border: solid 0px #ccc;
    resize: none;
    color: #333;
    font-size: 15px;
    border-radius: 8px;
    font-family: var(--sc-font-title);
    border-bottom: solid 2px transparent;
}

#k_anfrage .focus {
    background-color: #ccc;
}

#k_anfrage select {
    height: auto;
    width: 150px;
    float: left;
    margin-right: 10px;
}

#k_anfrage input {
    width: 100%;
    height: 15px;
}

#k_anfrage span input {
    width: auto;
}

#content #k_anfrage input.submit {
    background-color: var(--sc-primary);
    color: var(--sc-color-button);
    font-family: var(--sc-font-button);
    font-size: 25px;
    font-weight: 700;

    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    padding: 10px 20px;
    margin: 0px;
    position: static;
    float: left;
    width: auto;
    height: auto;
}

#content #k_anfrage input.submit:hover {
    background-color: transparent;
}

#k_anfrage .fieldError {
    border-bottom: solid 2px #ff0033;
    background-color: #ff0033;
    color: #fff;
}

#k_anfrage span.big {
    font-size: 18px;
    float: left;
    width: auto;
    padding: 5px;
}

#k_anfrage #inzahlung {
    display: none;
    float: left;
    background-color: #323231;
    width: 100%;
    padding: 10px 10px;
    margin-left: -10px;
}

#k_anfrage .ok {
    padding: 0px;
    height: auto;
    width: 400px;
    margin: 40px;
    background: url(../images/check.png) left top no-repeat;
}

#k_anfrage .ok b {
    font-family: Inter,sans-serif;
    font-weight: 300;
    font-size: 38px;
    color: #378ac4;

    letter-spacing: 0.01em;
}

#k_anfrage input.str {
    width: 80%;
}

#k_anfrage input.nr {
    width: 15%;
}

#k_anfrage input.plz {
    width: 20%;
}

#k_anfrage input.ort {
    width: 75%;
}

.configElement .info {
    width: 400px;
    float: left;
}

.configElement {
    float: left;
}

.configElement .info div {
    float: left;
    padding: 0px 10px;
}

.configElement .info .key {
    width: 170px;
}

.configElement .info .val {
    width: 180px;
}

.configElement .layout {
    float: left;
    width: 270px;
}

.configElement .open {
    float: left;
    padding: 20px 5px;
}

.configElement .linklist {
    float: left;
    width: 760px;
    padding: 5px 10px;
    margin: 15px 0px;
    border-top: dotted 1px #ccc;
}


#errorOverlay {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#errorWindow {
    display: none;
    z-index: 10000;
    top: 0px;
    left: 50%;
    width: 880px;
    height: auto;
    margin-left: -440px;
    margin-top: 25px;
    color: #333;
    background: #fff;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
    padding: 3rem 3rem 3rem 370px;
    font-size: 15px;
    border-radius: 8px;
    overflow: hidden;

    /* max-height: 150px; */
    /* overflow-y: auto;    */
}

#errorWindow:before {
    content: "";
    width: 350px;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22180%22%20height%3D%22161.06%22%20viewBox%3D%220%200%20180%20161.06%22%3E%0A%20%20%3Cg%20id%3D%22Gruppe_3258%22%20data-name%3D%22Gruppe%203258%22%20transform%3D%22translate(-71.698%20-148.5)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Pfad_3886%22%20data-name%3D%22Pfad%203886%22%20fill%3D%22%23333333%22%20stroke-miterlimit%3D%2210%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M%20232.1664581298828%20306.7254028320313%20L%2091.22837829589844%20306.7254028320313%20C%2088.124267578125%20306.7254028320313%2085.24161529541016%20305.9389343261719%2082.66048431396484%20304.3878173828125%20C%2080.25177001953125%20302.9403381347656%2078.22324371337891%20300.8668518066406%2076.794189453125%20298.3915100097656%20C%2075.3651123046875%20295.9161376953125%2074.58377075195313%20293.1224670410156%2074.53466796875%20290.3125610351563%20C%2074.48206329345703%20287.3016052246094%2075.24237823486328%20284.4119262695313%2076.79450988769531%20281.7238159179688%20L%20147.2624359130859%20159.6677551269531%20C%20148.8144226074219%20156.9798126220703%20150.9369506835938%20154.876708984375%20153.5709228515625%20153.4169616699219%20C%20156.0289764404297%20152.0547027587891%20158.8390655517578%20151.3346557617188%20161.6974334716797%20151.3346557617188%20C%20164.5557708740234%20151.3346557617188%20167.3658752441406%20152.0547027587891%20169.8239288330078%20153.4169616699219%20C%20172.4579010009766%20154.876708984375%20174.5803985595703%20156.9798431396484%20176.1325073242188%20159.6678619384766%20L%20246.6002197265625%20281.7236938476563%20C%20248.1524353027344%20284.4119262695313%20248.9127502441406%20287.3016052246094%20248.8601379394531%20290.3125915527344%20C%20248.81103515625%20293.1224975585938%20248.0297241210938%20295.9161376953125%20246.6006164550781%20298.3915405273438%20C%20245.1715545654297%20300.8668518066406%20243.1430358886719%20302.9403381347656%20240.7343444824219%20304.3878479003906%20C%20238.1532135009766%20305.9389343261719%20235.2705535888672%20306.7254028320313%20232.1664581298828%20306.7254028320313%20Z%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M%20161.6974029541016%20154.1693115234375%20C%20156.6962432861328%20154.1693115234375%20152.2176666259766%20156.7546997070313%20149.71728515625%20161.0850524902344%20L%2079.24928283691406%20283.1412353515625%20C%2076.74874877929688%20287.471923828125%2076.74867248535156%20292.6431274414063%2079.24909973144531%20296.9742431640625%20C%2081.74940490722656%20301.3051147460938%2086.22763061523438%20303.8907470703125%2091.22836303710938%20303.8907470703125%20L%20232.1664428710938%20303.8907470703125%20C%20237.1671752929688%20303.8907470703125%20241.6454010009766%20301.3051147460938%20244.1457214355469%20296.9742431640625%20C%20246.6461334228516%20292.6431274414063%20246.6460571289063%20287.471923828125%20244.1453247070313%20283.1409912109375%20L%20173.6777038574219%20161.0853271484375%20C%20171.1771697998047%20156.7547302246094%20166.6985626220703%20154.1693115234375%20161.6974029541016%20154.1693115234375%20M%20161.6974029541016%20148.5000305175781%20C%20168.2657012939453%20148.5000305175781%20174.8339996337891%20151.7501525878906%20178.5873260498047%20158.2504272460938%20L%20249.0550842285156%20280.306396484375%20C%20256.561767578125%20293.3069458007813%20247.1796722412109%20309.56005859375%20232.1664428710938%20309.56005859375%20L%2091.22836303710938%20309.56005859375%20C%2076.21513366699219%20309.56005859375%2066.83306884765625%20293.3069458007813%2074.33967590332031%20280.306396484375%20L%20144.8075256347656%20158.2504272460938%20C%20148.5608215332031%20151.7501525878906%20155.1291198730469%20148.5000305175781%20161.6974029541016%20148.5000305175781%20Z%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22Pfad_3887%22%20data-name%3D%22Pfad%203887%22%20d%3D%22M118.244%2C232.977h-2.578c-5.7%2C0-10.362-4.03-10.538-9.1l-1.637-47.5c-.181-5.294%2C4.589-9.676%2C10.538-9.676h5.853c5.949%2C0%2C10.718%2C4.382%2C10.538%2C9.676l-1.637%2C47.5C128.606%2C228.947%2C123.94%2C232.977%2C118.244%2C232.977Z%22%20transform%3D%22translate(44.742%2019.614)%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%20%20%3Ccircle%20id%3D%22Ellipse_906%22%20data-name%3D%22Ellipse%20906%22%20cx%3D%2211.841%22%20cy%3D%2211.841%22%20r%3D%2211.841%22%20transform%3D%22translate(149.857%20263.634)%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--sc-background-primary);
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

#errorWindow h1#title, #agreeAlert h1 {
    width: 100%;
    margin: 0px 0px 1rem 0px;
    font-weight: 700;
    color: var(--sc-color);
    font-family: var(--sc-font-title);
    font-size: 48px;
}

#errorWindow b {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 50px 0px 30px 0px;
    font-weight: 300;
    background-color: transparent;
    font-size: 15px;
}

#errorWindow ul {
    margin: 0px;
    padding: 0px;
    float: left;
    border-top: solid 1px rgba(0,0,0,.32);
    width: 100%;
}

#errorWindow  ul li {
    list-style-type: none;
    transition: all 0.2s ease-in 0s;
}

#errorWindow ul li:hover {
    background-color: transparent;
    color: var(--sc-color-title);
}

#errorWindow .row .checkbox {
    display: block;
    margin: 0px;
    padding: 10px 10px;
    float: left;
    width: 4%;
    position: absolute;
}

#errorWindow .row .checkbox input[type=radio] + ul {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    border: solid 1px rgba(0,0,0,.32);
    margin: 0px 15px 5px 0px;
    float: left;
    transition: all 0.2s ease-in 0s;
}

#errorWindow .row:hover .checkbox input[type=radio] + ul {
    border-color: var(--sc-color-title);
    background-color: var(--sc-color-title);
}

#errorWindow .errorNote {
    display: none;
}

#errorWindow label {
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0px 10px 20px;
    box-sizing: border-box;
    position: relative;
}

#errorWindow .row {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-top: solid 0px #c4d6e3;
    padding: 0px;
    margin-top: 0px;
    border-bottom: solid 1px rgba(0,0,0,.32);
    font-size: 15px;
}

#errorWindow .headline {
    display: block;
    float: left;
    font-size: 17px;
    font-weight: bold;
    width: 98%;
    height: auto;
    padding: 5px 1%;
    background-color: #fff;
    margin: 5px 0px 0px 0px;
    margin-bottom: 0.666667em;
    color: #2a2a2a;
}

#errorWindow h1 {
    float: right;
    font-weight: bold;
    width: 75%;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#errorWindow h1 b {
    margin: 0px;
}

#errorWindow h2 {
    width: 20%;
    float: right;
    font-weight: normal;
    text-align: right;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#errorWindow h3 {
    float: right;
    width: 75%;
    font-size: 15px;
    font-weight: normal;
    margin: 0px 20% 0px 0px;
}

#errorWindow h4 {
    float: right;
    width: 75%;
    font-size: 15px;
    font-weight: normal;
    margin: 0px 20% 0px 0px;
}

#button input, #weiter input, #zurueck input, #button input:hover, #weiter input:hover, #zurueck input:hover {
    cursor: pointer;
    transition: none;
    font-family: var(--sc-font-button);
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    background-color: var(--sc-primary);
    color: var(--sc-color-button);
    outline-color: var(--sc-primary-hover);
    border-radius: 8px;
    height: 50px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 16px;
}

#button input:hover, #weiter input:hover, #zurueck input:hover {
    background-color: var(--sc-primary-hover);
    color: var(--sc-color-hover);
}

.buttonNew {
    /*display: none;*/
}


.groupBau {
    display: none;
}

#turnstile {
    text-align: center;
}

#turnstile iframe {
    margin: 0px 0px 10px 0px;
}

.errorMsg {
    color: rgb(207, 57, 23);
}

/* FONT */

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?86496146');
    src: url('../font/fontello.eot?86496146#iefix') format('embedded-opentype'),
    url('../font/fontello.woff?86496146') format('woff'),
    url('../font/fontello.ttf?86496146') format('truetype'),
    url('../font/fontello.svg?86496146#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?86496146#fontello') format('svg');
  }
}
*/
