.fm {
    position: fixed;
    z-index: 500;
    top: 64px;
    right: 64px;
    font-size: 1rem;
    padding: 50px 40px 10px 40px;
}

.fm a {
    color: #000;
    text-decoration: none;
}

.fm a:hover,
.fm a.active {
    color: #ff0017;
}

.fm_body {
    display: none;
}

.fm_icon {
    width: 44px;
    height: 44px;
    background-size: contain;
    background-image: url(../Icons/fm_icon.png);
    float: right;
    margin-top: -40px;
    cursor: pointer;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: 0.2s all;
}

.fm_icon:hover {
    transform: scale(1.2);
}

.fm.open {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 14px 15px 2px rgba(0, 0, 0, 0.07);
}

.fm.open .fm_body {
    display: block;
}

.fm.open .fm_icon {
    background-image: url(../Icons/fm_icon_open.png);
}

.fm_main {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1cecf;
}

.fm_main:last-of-type {
    border: 0;
}

.fm_level_2 {
    font-size: 0.8rem;
    padding-left: 20px;
    margin-top: 10px;
}


#energierechner {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

#einsparpotenzial {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 2rem;
}

#km,
#verbrauch {
    line-height: 1rem;
    height: 3.55rem;
}

.productfinder_searchform input:focus-visible,
.productfinder_searchform select:focus-visible {
    border: #e30613 solid 1px;
    outline: none;
    border-radius: 2px;
}


.tiny2 {
    flex-basis: 100%;
    font-size: 0.7rem;
    border-bottom: 1px solid #757575;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.result_product_model h4 {
    font-size: calc(20px + 0 * ((100vw - 576px) / 824));
}

#search_query {
    display: none;
}

.zurueck_zur_suche img {
    width: 40px;
    height: auto;
}

.result_product_model p .tiny {
    font-size: 0.7rem;
}

.co2_reduction_amount {
    font-size: 12rem;
    color: #fff;
}


.result_product {
    display: flex;
    flex-wrap: wrap;
}

.result_product.acc_0 {
    display: none;
}


.pf_akkordeon_header {
    cursor: pointer;
    background-color: #e7e7e7;
    color: #e30613;
    text-align: center;
    border-bottom: 1px solid #757575;
    margin-top: -1rem;
}

.pf_akkordeon_footer {
    display: none;
    cursor: pointer;
    background-color: #e7e7e7;
    color: #e30613;
    text-align: center;
    border-bottom: 1px solid #757575;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.result_product_sk .modal-header {
    border-bottom: 0 !important;
}

.result_product_sk .modal-title {
    font-size: 2rem;
    font-weight: 400;
}

.show_sk {
    cursor: pointer;
    transition: 0.25s all;
}

.with-vertical-line {
    border-right: 1px solid #757575;
    padding-right: 15px;
}

.col-universal,
.col-original {
    padding: 0 2rem 4rem 2rem;
    margin: 4rem 0 6rem 0;
}

.col-universal h2,
.col-original h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
}

.col-universal p,
.col-original p {
    text-align: center;
    font-weight: 400;
}

.col-anlernvorgang {
    padding-bottom: 6rem;
}

.anlern_heading {
    font-weight: 400;
}


#text-anlernvorgang {
    padding-top: 3rem;
    max-width: 40rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

#text-anlernvorgang ul {
    text-align: left;
}

.show_sk:hover {
    color: #e30613;
}

.sk_product_holder {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.sk_product_image {
    float: left;
    display: inline-block;
    width: 30%;
}

.sk_product_image img {
    max-width: 8rem;
}

.sk_product_image {
    float: left;
    display: inline-block;
    width: 30%;
}

.sk_product_model {
    font-weight: bold;
    float: left;
    display: inline-block;
    width: 20%;
}

.sk_product_description {
    float: left;
    display: inline-block;
    width: 50%;
}

.result_product {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
}


.acc_type_single {}

.acc_shown {
    transition: 0.25s all;
    display: flex !important;
}

.c-zi {
    cursor: zoom-in;
}

#fullscreenModal {
    text-align: center;
}

.acc_hidden {
    transition: 0.25s all;
    display: none !important;
}

.result_product_image {
    float: left;
    width: 25%;
    display: inline-block;
}

.result_product_model {
    float: left;
    width: 30%;
    display: inline-block;
}

.result_product_model.result_product_option {
    width: 60%;
}

.result_product_sk {
    float: left;
    width: 30%;
    display: inline-block;
}

.result_product_pdf {
    float: left;
    width: 15%;
    display: inline-block;
}

.result_product_image img {
    width: 7rem;
    height: auto;
}

.result_product_model p {
    text-align: left;
}

.result_product_pdf img {
    width: 4rem;
    height: auto;
}

.mobilelangselect {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5000;
}

.news_image_two_columns {
    margin-bottom: 2rem;
}

.news_image_two_columns img {
    width: calc(100% - 10px);
    height: auto;
}

.results_pg .p-5 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}

.result_hl .col-6 {
    padding: 5rem 0rem 0rem 8rem;
    color: #e30613;
    font-weight: bold;
}


.result_pl .col-6 {
    padding: 1rem 0rem 0rem 8rem;
}

.result_pl img {
    width: 2rem;
}

.search_product {
    font-size: inherit;
}

#indirect_results {
    display: none;
    padding-bottom: 10rem;
    padding-top: 9rem;
    background-image: url(../Images/indirekt_de.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8rem;
}

#indirect_results.en {
    background-image: url(../Images/indirekt_en.png);
}

#no_results {
    padding-bottom: 10rem;
}

.results_pg {
    display: none;
}

#productfinder_results {
    display: none;
}

#weiterleitung {
    display: none;
}


.red_arrow {
    color: #e30613;
}


.pf-divider {
    border-bottom: 1px solid #757575;
    margin-top: 3rem;
}

.pf-heading {
    font-size: 1.5rem;
    font-weight: 500;
    color: #757575;
}

.sb-disabled {
    color: #757575;
    border-color: #757575;
}


.sb-disabled:hover {
    color: #757575;
    border-color: #757575;
    background-color: #fff;
    cursor: default;
}

#c6480 {
    display: none;
}

.fahrzeugname {
    color: #e30613;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 2rem;
}

#html_results {
    padding-bottom: 4rem;
}

@media (max-width: 600px) {
    .fm {
        right: 0;
    }

}

/* Tab Sytles */
.nav-tabs {
    border-color: #e30613;
    border-width: 2px;
}
.nav-tabs .nav-link {
    font-weight: 700;
    font-size: 1.2rem;
    color: #272727;
    border-color: transparent;
    border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #e30613;
    border-width: 2px;
    background-color: transparent;
    margin-bottom: -2px;
    color: #272727;
    border-radius: 0;
    background-color: #f0f2f6;
}
.nav-tabs .nav-link:hover:not(.active) {
    border-color: transparent;
}