.c-stepconfigurator .init {
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.c-stepconfigurator nav {
    display: flex;
    justify-content: space-between;
}
.c-stepconfigurator nav ul {
    margin: 0;
}
.c-stepconfigurator nav li {
    padding: 5px 20px;
}
.c-breadcrumbs {
    list-style: none;
    font-size: .875rem;
    padding: 0;
    border: 1px solid #ddd;
    display: inline-flex;
    box-sizing: border-box;
    height: 32px;
}

.c-breadcrumbs li {
    text-align: center;
    position: relative ;
    transition: none;
}

.c-breadcrumbs li:after {
    border-left: 7px solid #fff;
    right: -7px;
    z-index: 2;
}
.c-breadcrumbs li:after,
.c-breadcrumbs li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.c-breadcrumbs li:before {
    border-left: 8px solid #ddd;
    margin-left: 1px;
    right: -8px;
    z-index: 2;
}

.c-breadcrumbs li:last-child:after,
.c-breadcrumbs li:last-child:before {
    border: 0
}

.c-stepconfigurator nav ul li {
    color: #505050;
    cursor: pointer;
}

.c-breadcrumbs > li:hover {
    background: #ddd
}

.c-breadcrumbs > li:hover:after {
    border-left: 7px solid #ddd
}

.c-breadcrumbs li.active {
    color: #fff;
    background: var(--color-primary-base,#333);
}

.c-breadcrumbs li.active a {
    color: #fff
}

.c-breadcrumbs li.active:after {
    border-left: 7px solid var(--color-primary-base,#333)
}

.c-breadcrumbs li.active:before {
    border-left: 8px solid #fff
}
 .c-nav-buttons {
    list-style: none;
    font-size: .875rem;
    padding: 0;
    display: inline-flex;
    box-sizing: border-box;
    height: 32px;
}

.c-nav-buttons .navprev.linked {
    clip-path: polygon(.75rem 0%, 100% 0%, 100% 100%, .75rem 100%, 0% 50%);
    background: #f1f1f1;
}

.c-nav-buttons .navnext.linked {
    background: #f1f1f1;
    clip-path: polygon(0% 0%, calc(100% - .75rem) 0, 100% 50%, calc(100% - .75rem) 100%, 0% 100%);
}

.c-nav-buttons .navnext.linked {
    margin-left: 2px;
}

.c-nav-buttons li {
    transition: all .3s;
}

.c-nav-buttons li.linked:hover {
    background: #ccc;
}

.c-stepconfigurator #auswahl ul {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.c-stepconfigurator #auswahl li {
    list-style: none;
}
.c-stepconfigurator #auswahl li a {
    margin: 10px 5px;
    padding: 7px 10px 5px 10px;
    font-weight: bold;
    text-align: left;
    line-height: normal;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
    background-color: #fff;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 26px auto;
}
#auswahl li a:hover {
    color: #000;
    border: 1px solid #000;
}

@media all and (max-width:415px) {
    #auswahl ul {
        display: grid;
        margin: 0;
        padding: 0;
    }

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

.ui-dialog .c-equipmentlist h2 {
    margin: .25em 0 .5em;
}

.ui-dialog .c-equipmentlist {
    width: 90vw;
    max-width: 550px;
}

.ui-dialog .c-equipmentlist summary {
    margin-left: .5em;
}

.ui-dialog .c-equipmentlist ul {
    list-style: none;
    margin: 0 0 1em;
}

.ui-dialog .c-equipmentlist li {
    background: #e4e4e4;
    margin-bottom: 1px;
}

.ui-dialog .c-equipmentlist ul ul {
    margin: 0;
}

.ui-dialog .c-equipmentlist li li {
    padding: 0 .5em 0 2em;
}

.ui-dialog .c-equipmentlist li li:nth-child(2n+1) {
    background: #ccc;
}

.ui-dialog .c-equipmentlist .codecrumb {
    display: inline-block;
    margin-left: 0;
}


.c-stepconfigurator #auswahl .c-models {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    width: 100%;
    padding: 0;
}

#auswahl .c-models li {
    display: flex;
}

.c-models a {
    width: 100%;
}

.c-models .with-logo {
    background-size: 25px 17px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.c-modelyears,
.c-modelgenerations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-stepconfigurator .make-logo img {
    max-height: 50px;
    cursor: pointer;
}

[data-lxhx]:before {
    display: inline-block;
    margin: .25em .25em .25em 0;
    vertical-align: middle;
    font-family: LxHx;
    font-size: 2.5em;
    line-height: 1rem;
    content: "f5F";
}

[data-lxhx=L1H1]:before { content: "f5F" }
[data-lxhx=L1H2]:before { content: "g6G" }
[data-lxhx=L1H3]:before { content: "h7H" }
[data-lxhx=L1H4]:before { content: "i8I" }
[data-lxhx=L1H5]:before { content: "j9J" }
[data-lxhx=L2H1]:before { content: "f55F" }
[data-lxhx=L2H2]:before { content: "g66G" }
[data-lxhx=L2H3]:before { content: "h77H" }
[data-lxhx=L2H4]:before { content: "i88I" }
[data-lxhx=L2H5]:before { content: "j99J" }
[data-lxhx=L3H1]:before { content: "f555F" }
[data-lxhx=L3H2]:before { content: "g666G" }
[data-lxhx=L3H3]:before { content: "h777H" }
[data-lxhx=L3H4]:before { content: "i888I" }
[data-lxhx=L3H5]:before { content: "j999J" }
[data-lxhx=L4H1]:before { content: "f5555F" }
[data-lxhx=L4H2]:before { content: "g6666G" }
[data-lxhx=L4H3]:before { content: "h7777H" }
[data-lxhx=L4H4]:before { content: "i8888I" }
[data-lxhx=L4H5]:before { content: "j9999J" }
[data-lxhx=L5H1]:before { content: "f55555F" }
[data-lxhx=L5H2]:before { content: "g66666G" }
[data-lxhx=L5H3]:before { content: "h77777H" }
[data-lxhx=L5H4]:before { content: "i88888I" }
[data-lxhx=L5H5]:before { content: "j99999J" }

@font-face {
    font-family: "LxHx";
    src: url("/templates/modern/_assets/fonts/lxhx/LxHx.woff") format('woff');
    src: url("/templates/modern/_assets/fonts/lxhx/LxHx.woff2") format('woff2');
    font-style: regular;
}


.legal {
    margin: 2rem 0 1rem;
    text-align: center;
}

.legal > a {
    font-size: .8125rem;
    margin: 0 0.5em;
    text-decoration: underline;
    color: inherit;
}

@media all and (max-width: 760px) {
    #auswahl ul[data-type="hersteller"] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(80px,1fr));
        grid-gap: 1rem;
    }

    .hersteller #auswahl  ul[data-type="hersteller"] li a {
        margin: 0;
        padding: 0.5rem;
    }


    .c-stepconfigurator nav {
        font-size: 1rem;
        flex-direction: column;
        align-items: center;
        gap: .5rem;
    }

    .c-breadcrumbs, .c-nav-buttons {
        font-size: .75rem;
    }

    .c-stepconfigurator nav ul li {
        line-height: 22px;
    }

    .c-breadcrumbs {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .c-stepconfigurator nav ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .c-breadcrumbs li:after,
    .c-breadcrumbs li:before {
        content: none
    }
    ul.c-nav-buttons {
        width: 100%;
    }
}
