/* ## A ## allgemeine Layout Klassen 01 #### */

.login-form-container,
.border-grau {
    border: 0.0625rem solid var(--BEFIX-Hellgrau);
    border-radius: 0.25em;
}

.bg-Hellgrau_30 {
    background-color: var(--BEFIX-Hellgrau_30);
}

.bg-Hellgrau_20 {
    background-color: var(--BEFIX-Hellgrau_20);
}

.bg-Hellgrau_20:hover {
    background-color: var(--BEFIX-Hellgrau_30);
}

.bg-gelb {
    background-color: var(--BEFIX-gelb) !important;
}

.c-gelb {
    color: var(--BEFIX-gelb) !important;
}

span.bg-gelb {
    width: 100%;
}

.none_under a {
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.none_under a:hover p,
.none_under a:hover h4 {
    color: var(--BEFIX-blau);
}

.juCenter {
    justify-content: center;
}


/*          ## A ## allgemeine Layout Klassen V03 #### */

.HeadLieneBig,
.HeadLieneMiddel,
.HeadLieneSmall {
    color: var(--BEFIX-blau);
}

.HeadLieneBig {
    font-size: 3.75rem;
    font-weight: 500;
}

.HeadLieneMiddel {
    font-size: 1.875rem;
    font-weight: 300;
}

.HeadLieneSmall {
    font-size: 1.125rem;
    font-weight: 700;
}

.TextLightBlue {
    color: var(--BEFIX-blau);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.7;
}

.TextLightBlue strong {
    font-weight: 700;
}

.hr-t-dotted {
    border-top: 0.0625rem dotted var(--BEFIX-Rahmen);
    border-radius: 0.25em;

}

.hr-b-dotted {
    border-bottom: 0.0625rem dotted var(--BEFIX-Rahmen);
    border-radius: 0.25em;
}

.product_drop {
    /* margin: -0.02em;*/
    position: relative;
    background-color: var(--BEFIX-Leichtblau);
}

.product_drop svg {
    position: absolute;
    z-index: +1;
}

.product_drop svg path {
    fill: var(--BEFIX-weiss);
}

.product_drop img {
    max-width: 99.5%;
    height: auto;
    width: 99.5%;
}

.scale .s-target {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.scale:hover .s-target {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}


/*          ## A ## allgemeine Layout Klassen V03 #### */


/* ## A ## allgemeine Layout Klassen 01 #### */


/* ### A ### Button ## */

.btn,
button,
a.linkbutton,
input[type=reset],
input[type=submit],
input[type=button] {
    font-size: 1rem;
    padding: 0.5rem;
    font-weight: 500;
    color: var(--BEFIX-weiss);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    background-color: var(--BEFIX-blau);
    border: 0.0625rem solid var(--BEFIX-blau);
    border-radius: 0.25em;
    letter-spacing: 0.025rem;
}

.none_under:hover button,
.none_under:hover a.linkbutton,
.btn:hover,
button:hover,
a.linkbutton:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover {
    border: 0.0625rem solid var(--BEFIX-blau);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: var(--BEFIX-weiss);
    color: var(--BEFIX-blau);
    text-decoration: none;
}

.btn.invert,
button.invert,
a.linkbutton.invert {
    border: 0.0625rem solid var(--BEFIX-blau);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: var(--BEFIX-weiss);
    color: var(--BEFIX-blau);
}

.btn.invert:hover,
button.invert:hover,
a.linkbutton.invert:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--BEFIX-weiss);
    background-color: var(--BEFIX-blau);
    border: 0.0625rem solid var(--BEFIX-blau);
}





.btn.funct,
button.funct,
a.linkbutton.funct {
    border: 0.0625rem solid var(--BEFIX-Leichtblau);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: var(--BEFIX-weiss);
    color: var(--BEFIX-blau);
}

.btn.funct:hover,
button.funct:hover,
a.linkbutton.funct:hover {
    border: 0.0625rem solid var(--BEFIX-blau);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: var(--BEFIX-weiss);
    color: var(--BEFIX-blau);
}

/* ### E ### Button ## */


/* ### A ### Fast Grid ########################### */

.grid_1 {
    width: calc(100% / 12 * 1);
}

.grid_10 {
    width: calc(100% / 12 * 10);
}

.grid_11 {
    width: calc(100% / 12 * 11);
}

.grid_12 {
    width: calc(100% / 12 * 12);
}

.grid_2 {
    width: calc(100% / 12 * 2);
}

.grid_3 {
    width: calc(100% / 12 * 3);
}

.grid_4 {
    width: calc(100% / 12 * 4);
}

.grid_5 {
    width: calc(100% / 12 * 5);
}

.grid_6 {
    width: calc(100% / 12 * 6);
}

.grid_7 {
    width: calc(100% / 12 * 7);
}

.grid_8 {
    width: calc(100% / 12 * 8);
}

.grid_9 {
    width: calc(100% / 12 * 9);
}

.hide {
    display: none !important;
}

.visHide {
    visibility: hidden;
}

.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/* ### E ### Fast Grid ########################### */

.linkbutton,
.h-100 .linkbutton {
    max-height: 2.875rem;
}


/* ## A ## allgemeine Layout Klassen #### */

.lineForH2>h2 {
    display: inline-block;
    position: relative;
}

.lineForH2>h2::after {
    background-color: var(--BEFIX-Schwarz);
    content: "";
    height: 0.125rem;
    position: absolute;
    right: -6.063rem;
    top: 1.5rem;
    width: 4.75rem;
}

.lineForH2>h2::before {
    background-color: var(--BEFIX-Schwarz);
    content: "";
    height: 0.125rem;
    position: absolute;
    left: -6.063rem;
    top: 1.5rem;
    width: 4.75rem;
}


/* ## A ## Projekt Layout Klassen #### */


/* div#pos_projMainList.AF_GroupTable table thead th:nth-child(1) span, */

div[id^='pos_projMainList'].AF_GroupTable table tbody td.fldsData span {
    display: none;
}

div[id^='pos_projMainList'].AF_GroupTable table thead th {
    height: 2.656em;
    top: 11rem;
}

div[id^='pos_projMainList'].AF_GroupTable table thead th.funcButton,
div[id^='pos_projMainList'].AF_GroupTable table tbody td.funcButton {
    max-width: 2.5em;
    min-width: 2.5em;
    text-align: center;
}

div[id^='pos_projMainList'].AF_GroupTable table tbody td.funcButton i {
    margin-left: 0;
}

div[id^='pos_projMainList'].AF_GroupTable table tbody tr.aktiv td {
    font-weight: bold;
}

div[id^='pos_projMainList'].AF_GroupTable table thead tr.thCaption td {
    border-top: 0.0625em solid var(--BEFIX-Hellgrau);
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    max-height: 2.656em;
    background-color: var(--BEFIX-Hellgrau_30f);
    padding-bottom: 0.375em;
    padding-top: 0.325em;
    position: sticky;
    top: 9rem;
    z-index: +1;
}

div[id^='pos_projMainList'].AF_GroupTable table[id^='lst_ProjectList'] thead th {
    top: 14.55rem;
    /*17.8rem;*/
}

div[id^='pos_projMainList'].AF_GroupTable table[id^='lst_ProjectList'] thead tr.thCaption td {
    top: 14.5rem;
}

@media (max-width:79.999em) {
    div[id^='pos_projMainList'].AF_GroupTable table {
        overflow-x: clip;
    }

    div[id^='pos_projMainList'].AF_GroupTable table[id^='lst_ProjectList'] thead th {
        top: 11.25rem !important;
    }

    div#pos_projMainList.AF_GroupTable table[id^='lst_ProjectList'] thead th {
        top: 9.75rem !important
    }

    div#pos_projMainList.AF_GroupTable table[id^='lst_ProjectList'] thead th.funcButton {
        color: var(--BEFIX-blau);
    }



    div[id^='pos_projMainList'].AF_GroupTable table[id^='lst_ProjectList'] thead tr.thCaption td {
        top: 8.0rem !important;
        z-index: +1;
    }

    .HeadLieneBig {
        font-size: 2.75rem;
    }
}

@media (max-width: 95.999em) {
    div[id^='pos_projMainList'].AF_GroupTable table[id^='lst_ProjectList'] thead th {
        top: 11.25rem !important;
    }


    div[id^='pos_projMainList'].AF_GroupTable table[id^='lst_ProjectList'] thead tr.thCaption td {
        top: 8.0rem !important;
        z-index: +1;
    }

    div#pos_projMainList.AF_GroupTable table[id^='lst_ProjectList'] thead th,
    div#pos_projMainList_ia.AF_GroupTable table[id^='lst_ProjectList'] thead th {
        top: 9.75rem !important
    }

}


main.setToTop div[id^='pos_projMainList'].AF_GroupTable table thead th {
    top: 3.25rem !important;
}

main.setToTop div[id^='pos_projMainList'].AF_GroupTable table[id^='lst_ProjectList'] thead tr.thCaption td {
    top: 0 !important;
}

div#pos_projMainList_choose.AF_GroupTable table tbody tr {
    cursor: pointer;
}


/* ## A ## Projekt Layout Klassen #### */

div#pos_projNew_Record {
    position: relative;
}

div[id^='projNew_Nav_Step'] {
    position: sticky;
    top: 9em;
    background: var(--BEFIX-weiss);
    z-index: +1;
}

div[id^='projNew_Nav_Step'].stuck .linkbutton {
    display: none;
}




.img-w-100 {
    width: 100%;
}

.img-h-100 {
    height: 100%;
}

.img-h-70 {
    height: 70%;
}

.img-wh-100 {
    width: 100%;
    height: 100%;
}

.img-max-wh-100 {
    max-width: 100%;
    max-height: 100%;
}

.img-w-150-h-100 {
    width: 150%;
    height: 100%;
}

.img-w-70 {
    width: 70%;
}

.img-wh-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.email-form-container input,
select,
textarea {
    border-radius: 0.25em;
    box-shadow: none;
    font-size: 0.875rem;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
}


/*
=======================================================
=== Registrierungsformular
=======================================================
*/

.login-form form span.required:after {
    content: "*";
    color: var(--BEFIX-rot);
    margin-left: 0.1rem;
}

a:hover {
    color: var(--BEFIX-blau);
}

.login-form-container {
    background: transparent none repeat scroll 0 0;
    padding: 1.75rem 1.75rem;
    text-align: left;
}

.login-form-container input[type="email"],
.login-form-container input[type="text"],
.login-form-container input[type="password"],
.login-form-container input[type="number"],
.login-form-container input[type="date"],
.login-form-container select {
    border-radius: 0.25em;
    box-shadow: none;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    white-space: normal;
}

.login-form-container select,
.login-form-container input[type="email"],
.login-form-container input[type="text"],
.login-form-container input[type="password"],
.login-form-container input[type="number"],
.login-form-container input[type="date"] {
    border: 0.0625rem solid var(--BEFIX-Rahmen);
    color: var(--BEFIX-Schwarz);
}

.login-form-container input[type="checkbox"] {
    height: 0.938rem;
    margin: 0;
    position: relative;
    top: 0.0625rem;
    width: 1.0625rem;
    transform: scale(1.25);
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.login-form-container input[type="email"].filled,
.login-form-container input[type="text"].filled,
.login-form-container input[type="password"].filled,
.login-form-container input[type="number"].filled,
.login-form-container input[type="date"].filled,
.login-form-container select.filled {
    border: 0.0625rem solid var(--BEFIX-gruen);
    -webkit-transition: border 0.5s ease;
    transition: border 0.5s ease;
}

.input-form form span {
    display: inline-block;
    padding: .2rem 0 .4rem .5rem;
    color: var(--BEFIX-Schwarz);
    font-weight: bold;
    letter-spacing: .075em;
}

span.clickCheckKeep {
    cursor: pointer;
}

.login-form-container span {
    color: var(--BEFIX-Dunkelgrau);
}

.login-form-container span {
    font-size: 0.938rem;
    font-weight: 400;
}


/* ### A ############# InputForm ##### .login-form-container ###################*/

.login-form-container h3 {
    color: var(--BEFIX-blau);
    width: 100%;
    text-align: center;
    padding-bottom: 0.25rem;
}

.login-form-container label {
    color: var(--BEFIX-Dunkelgrau);
    font-size: 0.938rem;
    width: 100%;
    display: inline-block;
    padding: .2rem 0 .2rem .2rem;
    font-weight: bold;
    letter-spacing: .075em;
    margin-bottom: 0;
    margin-top: 0.5rem;
}


/* ### A ### Content / Inhalte ########################### */

div.Inhalte img {
    border-radius: 0.25em;
    width: auto;
    height: auto;
    margin: 0;
}

div.Inhalte.mitBild img {
    width: calc(100% / 12 * 3);
    padding: 0;
    float: left;
    outline: none;
    margin-top: 0.25rem;
    margin-right: 0.50rem;
    margin-bottom: 0.25rem;
}

div.Inhalte.mitBild img[style="float: right;"] {
    margin-left: 0.50rem;
    margin-right: 0;
}

div.Inhalte.mitBild img.Size4 {
    width: calc(100% / 12 * 4);
}

div.Inhalte.mitBild img.Size5 {
    width: calc(100% / 12 * 5);
}

div.Inhalte.mitBild img.Size6 {
    width: calc(100% / 12 * 6);
}

div.Inhalte.mitBild img.Size12 {
    width: calc(100% / 12 * 12);
    padding: 0;
    float: none;
    clear: both;
    outline: none;
}

div.Inhalte ol,
div.Inhalte ul {
    padding-left: 1.4rem;
}

.TextLink a,
div.Inhalte a {
    border-radius: 2px;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: none;
    color: var(--BEFIX-Schwarz);
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    cursor: pointer;
    background-color: var(--BEFIX-Hellgrau_20);
}

.TextLinkOff a {
    color: var(--BEFIX-Schwarz) !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.TextLinkOff a:hover,
.TextLink a:hover,
div.Inhalte a:hover {
    background-color: var(--BEFIX-blau) !important;
    color: var(--BEFIX-weiss) !important;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

div.Inhalte img.icon {
    border-radius: 0;
    width: 48px;
    height: 48px;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    margin: 0;
    padding-top: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
}

div.Inhalte img.icon:hover,
div.Inhalte a:hover img.icon {
    color: var(--BEFIX-weiss);
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

div.Inhalte a.iconPic,
div.Inhalte a.iconPic:hover {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    transition: none;
}

div.Inhalte img.icon.pic {
    width: calc(100% / 12 * 2);
    height: auto;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-out;
    padding: 0;
    margin-right: 0.25rem;
}

div.Inhalte img.icon.pic:hover {
    background-color: var(--BEFIX-weiss);
    box-shadow: 0 0 15px 0.08px rgba(28, 28, 28, 0.15);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .4s ease-out;
}

div.Inhalte div.hrTop {
    padding-top: 0.5rem;
}

div.Inhalte div.hrBottom {
    padding-bottom: 0.5rem;
}

div.Inhalte div.hrTopBottom {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


/* ### E ### Content / Inhalte ########################### */

.searchfield {
    border: 0.125rem solid var(--BEFIX-Hellgrau);
}

.searchfield {
    border-radius: 0.313rem;
    font-size: 0.75rem;
    padding: 0.625rem;
}

div#divSearchMain {
    margin: auto;
    margin-top: 3em;
    margin-bottom: 5em;
}

.searchfield form {
    width: 100%;
}

.searchfield input {
    border: none;
    color: var(--BEFIX-Schwarz);
    height: 1.875rem;
    letter-spacing: 0.063rem;
    font-size: 1.2rem;
}

@media (max-width:48.999em) {
    iframe[src^='https://www.youtube-nocookie.com/embed/'] {
        width: 100%;
    }

    .lineForH2>h2 {
        overflow: hidden;
    }
}




div.ContStyle div {
    border-radius: 0.5em;
}

div.ContStyle h1,
div.ContStyle h2,
div.ContStyle h3,
div.ContStyle h4,
div.ContStyle h5,
div.ContStyle h6 {
    color: var(--BEFIX-blau);
}

div.ContStyle h1 {
    font-size: 3.75rem;
    font-weight: 500;
}

@media (max-width:35.999em) {
    div.ContStyle h1 {
        font-size: 3.25rem;
        font-weight: 500;
    }
}

div.ContStyle h2 {
    font-size: 1.875rem;
    font-weight: 300;
    padding-top: 0.25em;
    padding-bottom: 0.5em;
}

div.ContStyle h3 {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

div.ContStyle h4 {
    font-size: 2.5rem;
    font-weight: 700;
}

div.ContStyle h5 {
    font-size: 2.5rem;
    font-weight: 300;
}

div.ContStyle p,
div.ContStyle li,
div.ContStyle strong {
    color: var(--BEFIX-blau);
    padding-bottom: 0.5em;
    font-size: 1.25rem;
    font-weight: 300;
    padding-top: 0.125em;
}

div.ContStyle strong {
    font-weight: 700;
}

div.ContStyle img {
    max-width: 100%;
    max-height: 100%;
}


div.ContStyle.hrTop,
div.ContStyle .hrTop {
    padding-top: 0.5rem;
}

div.ContStyle.hrBottom,
div.ContStyle .hrBottom {
    padding-bottom: 0.5rem;
}

div.ContStyle.hrTopBottom,
div.ContStyle .hrTopBottom {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

div.ContStyle img {
    border-radius: 0.5em;
    width: auto;
    height: auto;
    margin: 0;
}

div.ContStyle img {
    width: calc(100% / 12 * 3);
    padding: 0;
    float: left;
    outline: none;
    margin-top: 0.25rem;
    margin-right: 0.50rem;
    margin-bottom: 0.25rem;
}

div.ContStyle img[style="float: right;"] {
    margin-left: 0.50rem;
    margin-right: 0;
    clear: inline-end;
}

div.ContStyle img.Size1 {
    width: calc(100% / 12 * 1);
}

div.ContStyle img.Size2 {
    width: calc(100% / 12 * 2);
}

div.ContStyle img.Size4 {
    width: calc(100% / 12 * 4);
}

div.ContStyle img.Size5 {
    width: calc(100% / 12 * 5);
}

div.ContStyle img.Size6 {
    width: calc(100% / 12 * 6);
}

div.ContStyle img.Size12 {
    width: calc(100% / 12 * 12);
    padding: 0;
    float: none;
    clear: both;
    outline: none;
}

div.ContStyle ol,
div.ContStyle ul {
    padding-left: 1.4rem;
    margin: 0;
    padding: 0;
}

div.ContStyle div[id*='_txt'][contenteditable="true"] {
    background-color: rgba(102, 102, 102, 0.1);
}

div.ContStyle ol>li,
div.ContStyle ul>li {
    list-style: none;
    position: relative;
    padding-left: 3.5rem;
    min-height: 2rem;
}

div.ContStyle ul>li::before,
div.ContStyle ol>li::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 0.1rem;
    width: 2rem;
    height: 2rem;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2264%22%20height=%2264%22%20viewBox=%220%200%2064%2064%22%20role=%22img%22%20aria-label=%22Check%20im%20Kreis%22%3E%3Ccircle%20cx=%2232%22%20cy=%2232%22%20r=%2230%22%20fill=%22%2379BA50%22/%3E%3Cpath%20d=%22M18%2033.5%20L27%2042%20L46%2023%22%20fill=%22none%22%20stroke=%22%23FFFFFF%22%20stroke-width=%226%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E");
}

div.ContStyle ol>li::before {
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3Cpath%20fill='%2379BA50'%20d='M235.5%20102.8C256.3%2068%20300.5%2054%20338%2071.6L345.2%2075.4C380%2096.3%20394%20140.5%20376.4%20178L362.3%20208L472%20208L479.4%20208.4C515.7%20212.1%20544%20242.8%20544%20280C544%20293.2%20540.4%20305.4%20534.2%20316C540.3%20326.6%20543.9%20338.8%20544%20352C544%20370.3%20537.1%20386.8%20526%20399.5C527.3%20404.8%20528%20410.3%20528%20416C528%20441.1%20515.1%20463%20495.8%20475.9C493.9%20511.4%20466.4%20540.1%20431.4%20543.6L424%20544L319.9%20544C301.9%20544%20284%20540.6%20267.3%20534.1L260.2%20531.1L259.5%20530.8L252.9%20527.6L252.2%20527.3L240%20520.8C227.7%20514.3%20216.7%20506.1%20207.1%20496.7C203%20523.6%20179.8%20544.1%20151.8%20544.1L119.8%20544.1C88.9%20544.1%2063.8%20519%2063.8%20488.1L64%20264C64%20233.1%2089.1%20208%20120%20208L152%20208C162.8%20208%20172.9%20211.1%20181.5%20216.5L231.6%20110L232.2%20108.8L234.9%20103.8L235.5%20102.9zM120%20256C115.6%20256%20112%20259.6%20112%20264L112%20488C112%20492.4%20115.6%20496%20120%20496L152%20496C156.4%20496%20160%20492.4%20160%20488L160%20264C160%20259.6%20156.4%20256%20152%20256L120%20256zM317.6%20115C302.8%20108.1%20285.3%20113.4%20276.9%20127L274.7%20131L217.9%20251.9C214.4%20259.4%20212.4%20267.4%20211.9%20275.6L211.8%20279.8L211.8%20392.7L212%20400.6C214.4%20433.3%20233.4%20462.7%20262.7%20478.3L274.2%20484.4L280.5%20487.5C292.9%20493.1%20306.3%20496%20319.9%20496L424%20496L426.4%20495.9C438.5%20494.7%20448%20484.4%20448%20472L447.8%20469.4C447.7%20468.5%20447.6%20467.7%20447.4%20466.8C444.7%20454.7%20451.7%20442.6%20463.4%20438.8C473.1%20435.7%20480%20426.6%20480%20416C480%20411.7%20478.9%20407.8%20476.9%20404.2C470.6%20393.1%20474.1%20379%20484.9%20372.2C491.7%20367.9%20496.1%20360.4%20496.1%20352C496.1%20344.9%20493%20338.5%20487.9%20334C482.7%20329.4%20479.7%20322.9%20479.7%20316C479.7%20309.1%20482.7%20302.6%20487.9%20298C493%20293.5%20496.1%20287.1%20496.1%20280L496%20277.6C494.9%20266.3%20485.9%20257.3%20474.6%20256.2L472.2%20256.1L324.7%20256.1C316.5%20256.1%20308.9%20251.9%20304.5%20245C300.1%20238.1%20299.5%20229.3%20303%20221.9L333%20157.6C340%20142.6%20334.4%20124.9%20320.5%20116.6L317.6%20115z'/%3E%3C/svg%3E");
}

h3>span.h3Step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 9999px;
    background: var(--BEFIX-blau);
    color: var(--BEFIX-weiss);
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1;
    margin-right: 0.5rem;
    vertical-align: middle;
    margin-top: -0.125em;
    padding-left: 0.125em;
}