
#tco_rechner {
    font-size: 18px;
    line-height: 26px;
}

.small {
    font-size: 14px;
    line-height: 18px;
}

.grey {
    color: #FAFAFA;
}

.col-12.spacer {
    margin-top: 10px;
}

.row.dark {
    background-color: #414141;
    padding: 16px 24px;
    margin-top: 15px;
    color: #fff;
}

.row.round {
    border-radius: 8px;
    font-weight: bold;
}

.row.round span {
    font-weight: normal;
}

.row.round .input-container {
    background-color: #292929;
    padding: 5px;
    border-bottom: 1px solid #D9D9D9;
}

.row.round .input-container span {
    font-size: 13px;
    line-height: 14px;
    color: #D9D9D9;
    vertical-align: top;
}

.row.round .input-container input {
    background: none;
    border: none;
    field-sizing: fixed;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    margin-top: -10px;
    width: 100%;
}

.row.round .col-3 .input-container input {
    width: 105px;
}

.row.round .col-4 .input-container input {
    width: 170px;
}

.range-container {
    width: 100%;
    height: 100%;
    display: flex;
}

input[type='range'] {
    accent-color: #ee0000;
    width: 100%;
}

input[type='range']::-webkit-slider-thumb {
    scale: 1.5;
    -webkit-appearance: none;
    cursor: ew-resize;
}



.empty_state,
.ergebnis {
    padding: 16px 24px;
    margin-top: 15px;
    border: 1px solid #9F9F9F;
    border-radius: 12px;
    height: calc(100% - 15px);
    width: 100%;
    text-align: center;
}

.empty_state .text strong,
.ergebnis .text strong {
    font-size: 24px;
    line-height: 40px;
}

.empty_state .text span,
.ergebnis .text span {
    font-size: 18px;
    line-height: 24px;
}

.empty_state img {
    height: auto;
    display: block;
    width: auto;
    max-height: 176px;
    margin: 40px auto;
}

.empty_state .btn {
    width: 80%;
    border-radius: 0;
    padding: 13px;
    font-size: 24px;
    line-height: 26px;
}

.ergebnis .value {
    font-size: 30px;
    line-height: 38px;
    padding: 10px 0;
    margin-bottom: 15px;
    font-weight: bolder;
}

.ergebnis .value .arrow {
    display: inline-block;
    margin-right: 15px;
}

.ergebnis .value .arrow svg {
    width: 32px;
    height: 32px;
    margin-top: -4px;
}

.ergebnis .title.big {
    font-size: 24px;
}

.ergebnis .title {
    font-size: 22px;
}

.ergebnis .button-container {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin-top: 40px;
}

.ergebnis .button-container .btn {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    min-height: 65px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
}

.ergebnis .button-container .btn-primary:hover{
    background-color: #D10000 !important;
}

.mz_tooltip .mz_tooltiptext {
    visibility: hidden;
    max-width: 100%;
    min-width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
  }

  
  .kalkulationsparameter .mz_tooltip .mz_tooltiptext {
    margin-left: 15px;
  }
  
  .elektro .mz_tooltip .mz_tooltiptext,
  .verbrenner .mz_tooltip .mz_tooltiptext {
    right: 0;
  }
  
  .mz_tooltip:hover .mz_tooltiptext {
    visibility: visible;
    font-size: 14px;
  }

@media (max-width: 991px) {
    .ergebnis .button-container {
        margin-top: 20px;
    }
    .ergebnis .button-container .btn {
        min-height: 110px;
    }
}


.ergebnis .value .arrow.green svg path {
    fill: #37cc1f !important;
}

.ergebnis .value .arrow.red svg path {
    fill: #ee0000 !important;
}

.ergebnis .value .arrow.red svg {
    transform: rotate(180deg);
}

.page-container .sidepanel {
    background-color: #292929;
    color: #F6F6F6;
    padding: 25px 15px;
    height: 100%;
}

.page-container .sidepanel h2{
    color: #fff;
}

.page-container .element {
    margin-top: 50px;
}

.page-container .element .number {
    text-align: center;
    border: 1px solid #eeffff;
    border-radius: 40px;
    width: 45px;
    height: 45px;
    padding-top: 8px;
    font-size: 22px;
    background-color: #E9E9E9;
    color: #CACACA;
    font-weight: bold;
}

.page-container .element .number.active {
    color: #EE0000;
}

.page-container .element .text .headline {
    font-size: 16px;
    line-height: 18px;
    padding-top: 12px;
    font-weight: bold;
    font-family: 'spar-bd';
}

.page-container span.headline {
    font-family: 'spar-bd';
}

.page-container .element .text span {
    font-size: 14px;
    line-height: 18px;
}

.page-container .element .line {
    height: 121px;
    width: calc(50% - 1px);
    border-right: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: -42px;
}

.page-container .element .line::after {
    content: none;
}



.kalkulationsparameter,
.verbrenner,
.elektro_select,
.elektro {
    padding: 25px 15px;
    margin-top: 50px;
}

.elektro_select .title {
    font-size: 22px;
    line-height: 38px;
}

.elektro_select span {
    font-size: 14px;
    line-height: 18px;
    color: #9F9F9F;
}

.kalkulationsparameter div strong {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.kalkulationsparameter div span {
    font-size: 14px;
    line-height: 18px;
    color: #9F9F9F;
}


.input_box{
    width: 100%;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    margin-top: 30px;
    position: relative;
}
.input_box input,
.input_box select{
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 7px 0px;
}
.input_box label{
    position: absolute;
    left: 0px;
    font-size: 27px;
    top: 8px;
    pointer-events: none;
    transition: 0.2s;
}

.input_box input + label,
.input_box select + label{
    top: -15px;
    font-size: 14px;
    color: #707070;
}

.checkbox_small {
    padding: 5px 15px;
    border: 1px solid #9F9F9F;
    border-radius: 8px;
    margin-top: 15px;
}

.checkbox_big {
    padding: 5px 15px;
    border: 1px solid #9F9F9F;
    border-radius: 8px;
    margin-top: 50px;
}

.checkbox_big label {
    margin-bottom: 10px;
}

.checkbox_big span {
    font-size: 12px;
    color: #414141;
    line-height: 12px;
}

.form-check-input:checked {
    background-color: #ee0000 !important;
}


.btn.float-right {
    width: auto;
    float: right;
}

.btn.float-left {
    width: auto;
    float: left;
}

.btn-container {
    text-align: right;
    padding-top: 25px;
}

.blur {
    filter: blur(5px);
}

.quali_icon {
    margin-top: 10px;
}

.quali_icon {
    display: inline-block;
    background-color: #8D857C;
    border-radius: 20px;
    color: #fff;
    padding: 4px 8px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 10px;
}

.quali_icon span {
    padding-left: 5px;
    color: #fff;
}

.quali_icon svg {
    margin-top: -3px;
}


.car_select .car_select_inner {
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 3px #94949440;
    margin-bottom: 20px;
}

.car_select .car_info_container {
    border-top-left-radius: 8px;
    background-color: #fff;
    border-top-right-radius: 8px;
    padding: 10px;
}

.car_select .car_info_container .line::after {
    content: none;
}

.car_select .car_info_container .quali_icon {
    float: right;
    margin-top: -65px;
}

.car_select .radio-container {
    text-align: center;
    background-color: #DCE3E4;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}




.form-container {
    width: 80%; 
    margin: auto;
    display: block;
}
.indent-block{
    width: 80%; 
    margin: auto;
    display: block;
    margin-top: 40px;
}

.form-container label {
    font-weight: bold;
    color: #777777;
}

.btn-primary {
    background-color:  #ee0000 !important;
    border-color: #ee0000 !important;
    font-family: 'spar-bd'!important;
}

.result {
    text-align: center;
}

/* Form Select Styles */
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#trafofi_form_mobility .dropdown-menu > .active > a, 
#trafofi_form_mobility .dropdown-menu > .active > a:hover, 
#trafofi_form_mobility .dropdown-menu > .active > a:focus {
    background-color: #f5f5f5;
    color: #262626;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

@media (max-width:640px){
    .form-container {
        width: 100%; 
    }
    .indent-block{
        width: 100%; 
    }
    .empty_state{
        margin-top: 70px!important;
    }
    .ergebnis {
        height: calc(100% - 45px)!important;
        margin-top: 65px!important;
    }
    .ergebnis .button-container {
        row-gap: 20px;
        flex-direction: column;
    }
    .ergebnis .button-container .btn {
        min-width: 100%!important;
    }
    .checkbox_big{
        margin-top: 20px!important;
    }
}


@media (max-width: 768px) {
    .col-sm-hidden {
        display: none;
    }
}

.hidden {
    display: none;
}

.error {
    color: #ee0000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    font-family: 'spar-bd';
}

.ergebnis_infobox {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1.2;
    /* color: #8D857C; */
}


.input-container.error-start {
    border:2px solid red !important;
}

.title {
    font-size: 22px;
    line-height: 38px;
}

.sidebar_2_element {
    height: calc(100% - 110px);
}

.sidebar_2_element .dark.round {
    height: calc(100% - 15px);
}

.data-privacy {
    color: #8D857C;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.car_select_inner {
    cursor: pointer;
}

.big {
    font-size: 32px;
}

.bolder {
    font-weight: bolder !important;
}