:root {
    --biv_color_white: #ffffff;
    --biv_color_black: #000000;
    /*--biv_color_ligthblue: #0094ff;*/
    --biv_color_ligthblue: #206cb1;
    /*--biv_color_blue: #0068b4;*/
    --biv_color_blue: #0B4E78;
    /*--biv_color_darkblue: #193057;*/
    --biv_color_darkblue: #0B4E78;
    --biv_color_inputfocus_blue: #cceaff;
    --biv_color_boxshadow_blue: #7da3be;
    --biv_color_red: #d92c2c;
    --biv_color_error_red: #ff4d4d;
    --biv_color_lightgrey: #eef3f6;
    --biv_color_boxbackground_lightgrey: #fafafa;
    --biv_color_background_lightgrey: #f2f2f2;
    --biv_color_background_grey: #ebebeb;
    --biv_color_placeholder_grey: #515151;
    --biv_color_darkgrey: #707070;
    --biv_color_radiocheck_grey: #cccccc;
    --biv_color_radiocheck_hover_grey: #a9a9a9;
    --biv_color_buttondisabled_grey: #b4b4b4;
    --biv_color_inputborderdisabled_grey: #dedede;
    --biv_color_progress_active: #193057;
    --biv_color_progress_border-grey: #a7a7a7;
    --biv_color_progress_background_grey: #cdcdcd;
    --biv_color_docbox_shadow_grey: #7b7b7b;
}

body.biv .fybus,
body.biv .fybus img {
    height: 0;
}

    body.biv .fybus img,
    body.biv .woodstock {
        display: none;
    }

.dark {
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    -webkit-tap-highlight-color: rgba(0, 135, 253, 0.5);
}

html {
    background-color: var(--biv_color_white);
}

html {
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--biv_color_black);
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    color: var(--biv_color_black);
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    background: var(--biv_color_white);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body {
    overflow-x: hidden;
}

    body.biv {
        font-size: 16px;
        height: auto;
        background-color: var(--biv_color_background_lightgrey);
    }

        body.biv .topwrapper {
            background-color: var(--biv_color_background_lightgrey);
            max-width: 1400px;
            min-width: 375px;
            margin: 0 auto;
            border-top: 0;
            border-left: 2px solid var(--biv_color_radiocheck_grey);
            border-right: 2px solid var(--biv_color_radiocheck_grey);
            border-bottom: 2px solid var(--biv_color_radiocheck_grey);
            position: relative;
        }

.topwrapper .m-header-serma {
    width: auto;
    padding: 0;
    background-color: var(--biv_color_white);
}

.topwrapper .m-header-serma-inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 80px;
}

.topwrapper .m-header-serma-inner,
.topwrapper .m-header-serma-inner-2 {
    width: 100%;
    overflow: hidden;
    top: 0px;
    max-width: 1400px;
    min-width: 375px;
    margin: 0 auto;
    border-top: 2px solid var(--biv_color_radiocheck_grey);
    border-bottom: 1px solid var(--biv_color_radiocheck_grey);
    background-color: white;
    z-index: 9999;
    height: 90px;
    left: 0;
    right: 0;
}

    .topwrapper .m-header-serma-inner .loggedin {
        text-wrap: nowrap;
    }

body.biv footer .footerwrapper {
    margin: 0 auto;
    width: fit-content;
    padding-top: 0;
    padding-bottom: 20px;
}

    body.biv footer .footerwrapper.start {
        padding-top: 100px;
    }

body.biv footer .footercontent {
    display: inline-block;
    padding: 20px 20px 0 20px;
    color: var(--biv_color_darkblue);
}

    body.biv footer .footercontent .nowrap {
        white-space: nowrap;
    }

body.biv footer .serma_version {
    color: var(--biv_color_darkgrey);
}

.noscriptwrapper {
    background-color: var(--biv_color_white);
}

.noscript {
    margin: 0 auto;
    width: fit-content;
}

#wartungsarbeiten {
    padding-top: 160px;
    padding-bottom: 70px;
    padding-left: 1em;
    padding-right: 1em;
    background-color: var(--biv_color_white);
}

    #wartungsarbeiten .wartungsarbeiten_content {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

        #wartungsarbeiten .wartungsarbeiten_content p {
            padding-top: 1em;
        }

.upper-case {
    text-transform: uppercase;
}

#infotext-page-registrierung {
    font-weight: bold;
    padding-top: 1em;
}

.default_content_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    -webkit-align-content: center;
    align-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 100000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .default_content_wrapper > div {
        flex: none;
        width: 780px;
        padding-left: 10px;
        padding-right: 10px;
        max-width: calc(100% - 20px);
        max-height: 100%;
    }

@media all and (max-width: 799px) {
    .default_content_wrapper > div {
        height: calc(100% - 40px);
    }

    .login_content {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        order: 1;
    }

    .login_text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        order: 2;
    }
}

.login_content {
    background: rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    width: 350px;
    max-width: calc(100% - 40px);
}

.login_content_header {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: var(--biv_color_blue);
    margin-bottom: 5px;
}

.login_text {
    padding: 20px;
    width: 350px;
    max-width: calc(100% - 40px);
}

.login_forgot {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

    .login_forgot a {
        color: var(--biv_color_blue);
        text-decoration: none;
    }

        .login_forgot a:hover {
            cursor: pointer;
            text-decoration: underline;
        }

.color_serma_color_darkgrey {
    color: var(--biv_color_darkgrey);
}

input,
select {
    max-width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    font-size: 14px;
    margin: 0px;
}

    input[type="button"],
    button {
        text-align: center;
        width: auto;
        min-width: 100px;
        outline: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        border: 1px solid #ddd;
        background-color: var(--biv_color_white);
        color: var(--biv_color_blue);
        -webkit-user-select: none;
    }

        input[type="button"]:not(:disabled):hover,
        button:not(:disabled):hover {
            cursor: pointer;
            border: 1px solid var(--biv_color_blue);
        }

        input[type="button"]:not(:disabled):active,
        button:not(:disabled):active {
            background-color: var(--biv_color_blue);
            color: var(--biv_color_white);
        }

        input[type="button"]:disabled,
        button:disabled {
            background-color: var(--biv_color_background_lightgrey);
            box-shadow: inset 0 0 0 2px white;
        }

        input[type="button"].edit,
        button.edit {
            background-image: url("../img/item-edit_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].edit:not(:disabled):active,
            button.edit:not(:disabled):active {
                background-image: url("../img/item-edit_32x32_white.png");
            }

        input[type="button"].edit_star,
        button.edit_star {
            background-image: url("../img/star-edit_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].edit_star:not(:disabled):active,
            button.edit_star:not(:disabled):active {
                background-image: url("../img/star-edit_32x32_white.png");
            }

        input[type="button"].save,
        button.save {
            background-image: url("../img/item-save_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].save:not(:disabled):active,
            button.save:not(:disabled):active {
                background-image: url("../img/item-save_32x32_white.png");
            }

        input[type="button"].add,
        button.add {
            background-image: url("../img/item-new_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].add:not(:disabled):active,
            button.add:not(:disabled):active {
                background-image: url("../img/item-new_32x32_white.png");
            }

        input[type="button"].cancel,
        button.cancel {
            background-image: url("../img/item-abbort_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].cancel:not(:disabled):active,
            button.cancel:not(:disabled):active {
                background-image: url("../img/item-abbort_32x32_white.png");
            }

        input[type="button"].delete,
        button.delete {
            background-image: url("../img/delete_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].delete:not(:disabled):active,
            button.delete:not(:disabled):active {
                background-image: url("../img/delete_32x32_white.png");
            }

        input[type="button"].view,
        button.view {
            background-image: url("../img/item-view_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].view:not(:disabled):active,
            button.view:not(:disabled):active {
                background-image: url("../img/item-view_32x32_white.png");
            }

        input[type="button"].email,
        button.email {
            background-image: url("../img/email_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].email:not(:disabled):active,
            button.email:not(:disabled):active {
                background-image: url("../img/email_32x32_white.png");
            }

        input[type="button"].search,
        button.search {
            background-image: url("../img/lupe.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].search:not(:disabled):active,
            button.search:not(:disabled):active {
                background-image: url("../img/lupe_white.png");
            }

        input[type="button"].moveup,
        button.moveup {
            background-image: url("../img/arrowUp_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].moveup:not(:disabled):active,
            button.moveup:not(:disabled):active {
                background-image: url("../img/arrowUp_32x32_white.png");
            }

        input[type="button"].movedown,
        button.movedown {
            background-image: url("../img/arrowDown_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].movedown:not(:disabled):active,
            button.movedown:not(:disabled):active {
                background-image: url("../img/arrowDown_32x32_white.png");
            }

        input[type="button"].form,
        button.form {
            background-image: url("../img/item_32x32_blue.png");
            background-image: url("../img/item-view_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].form:not(:disabled):active,
            button.form:not(:disabled):active {
                background-image: url("../img/item_32x32_white.png");
            }

        input[type="button"].passwordreset,
        button.passwordreset {
            background-image: url("../img/user_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].passwordreset:not(:disabled):active,
            button.passwordreset:not(:disabled):active {
                background-image: url(../img/user_32x32_white.png);
            }

        input[type="button"].refresh,
        button.refresh {
            background-image: url("../img/refresh_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].refresh:not(:disabled):active,
            button.refresh:not(:disabled):active {
                background-image: url("../img/refresh_32x32_white.png");
            }

        input[type="button"].check,
        button.check {
            background-image: url("../img/check_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
        }

            input[type="button"].check:not(:disabled):active,
            button.check:not(:disabled):active {
                background-image: url("../img/check_32x32_white.png");
            }

        input[type="button"].copy,
        button.copy {
            background-image: url("../img/copy_32x32_blue.png");
            background-repeat: no-repeat;
            background-position: left;
            padding-left: 36px;
            height: 40px;
            width: 40px;
            min-width: 40px;
            background-position: center;
            line-height: 0;
            text-indent: -9999px;
        }

@media all and (max-width: 767px) {
    input[type="button"].edit.canshrink,
    input[type="button"].save.canshrink,
    input[type="button"].add.canshrink,
    input[type="button"].cancel.canshrink,
    input[type="button"].delete.canshrink,
    input[type="button"].view.canshrink,
    input[type="button"].email.canshrink,
    input[type="button"].print.canshrink,
    input[type="button"].moveup.canshrink,
    input[type="button"].movedown.canshrink,
    button.edit.canshrink,
    button.save.canshrink,
    button.add.canshrink,
    button.cancel.canshrink,
    button.delete.canshrink,
    button.view.canshrink,
    button.email.canshrink,
    button.print.canshrink,
    button.moveup.canshrink,
    button.movedown.canshrink {
        height: 40px;
        width: 40px;
        min-width: 40px;
        background-position: center;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
    }
}

@media all and (max-width: 990px) {
    input[type="button"].edit.canshrink990,
    input[type="button"].save.canshrink990,
    input[type="button"].add.canshrink990,
    input[type="button"].cancel.canshrink990,
    input[type="button"].delete.canshrink990,
    input[type="button"].view.canshrink990,
    input[type="button"].email.canshrink990,
    input[type="button"].print.canshrink990,
    input[type="button"].form.canshrink990,
    input[type="button"].moveup.canshrink990,
    input[type="button"].movedown.canshrink990,
    button.edit.canshrink990,
    button.save.canshrink990,
    button.add.canshrink990,
    button.cancel.canshrink990,
    button.delete.canshrink990,
    button.view.canshrink990,
    button.email.canshrink990,
    button.print.canshrink990,
    button.form.canshrink990,
    button.moveup.canshrink990,
    button.movedown.canshrink990 {
        height: 40px;
        width: 40px;
        min-width: 40px;
        background-position: center;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
    }
}

@media all and (max-width: 685px) {
    .EditControls > .historyDates {
        display: none;
    }
}

input[type="text"],
input[type="email"],
input[type="date"] {
    height: 21px;
    padding: 1px;
    border: 1px solid #ddd;
    background-color: var(--biv_color_white);
    -webkit-user-select: text;
}

    textarea:focus,
    textarea:focus-visible,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="date"]:focus {
        outline: none;
        background-color: var(--biv_color_white);
        box-shadow: 0 0 10px #7da3be;
        -moz-box-shadow: 0 0 10px #7da3be;
        -webkit-box-shadow: 0 0 10px #7da3be;
        border: 1px solid var(--biv_color_blue);
    }

    textarea:disabled,
    input[type="text"]:disabled,
    input[type="email"]:disabled,
    input[type="date"]:disabled {
        background-color: var(--biv_color_background_lightgrey);
        box-shadow: inset 0 0 0 2px white;
    }

input[type="password"] {
    height: 21px;
    padding: 1px;
    border: 1px solid #ddd;
    background-color: var(--biv_color_white);
    -webkit-user-select: text;
}

    input[type="password"]:focus {
        outline: none;
        background-color: var(--biv_color_white);
        box-shadow: 0 0 10px #7da3be;
        -moz-box-shadow: 0 0 10px #7da3be;
        -webkit-box-shadow: 0 0 10px #7da3be;
        border: 1px solid var(--biv_color_blue);
    }

    input[type="password"]:disabled {
        background-color: var(--biv_color_background_lightgrey);
        box-shadow: inset 0 0 0 2px white;
    }

input[type="text"][alt^="date"] {
    width: 85px;
}

    input[type="text"][alt^="date"] + span {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        margin-left: -18px;
        vertical-align: middle;
        width: 16px;
        height: 15px;
        margin-bottom: 1px;
        background-image: url(../img/calender_16x16.png);
        background-position: right;
        background-repeat: no-repeat;
    }

        input[type="text"][alt^="date"] + span:hover {
            cursor: pointer;
            box-shadow: 0 0 10px var(--biv_color_boxshadow_blue);
            -moz-box-shadow: 0 0 10px var(--biv_color_boxshadow_blue);
            -webkit-box-shadow: 0 0 10px var(--biv_color_boxshadow_blue);
        }

    input[type="text"][alt^="date"]:disabled + span {
        display: none;
    }

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
}

    input[type="checkbox"]:checked,
    input[type="checkbox"]:not(:checked) {
        background: transparent;
        position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

        input[type="checkbox"]:checked + label::before,
        input[type="checkbox"]:not(:checked) + label::before {
            content: " ";
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 1px solid #bbb;
            background: white;
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
            vertical-align: bottom;
            position: relative;
            top: -1px;
            margin-right: 5px;
            margin-left: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

    input[type="checkbox"]:not(:disabled):hover + label::before {
        border: 1px solid var(--biv_color_blue);
        cursor: pointer;
    }

    input[type="checkbox"]:checked + label::before {
        background: var(--biv_color_blue);
        box-shadow: inset 0 0 0 2px white;
    }

    input[type="checkbox"]:disabled + label::before {
        background-color: var(--biv_color_background_lightgrey);
        box-shadow: inset 0 0 0 2px white;
    }

    input[type="checkbox"]:checked:disabled + label::before {
        background: var(--biv_color_blue);
        box-shadow: inset 0 0 0 2px white;
    }

.checkboxBox.row2 {
    margin-top: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: var(--biv_color_white);
    background-image: url(../img/arrow-down_16x16.png);
    background-image: url(../img/arrow-down_16x16_2.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    select:not(:disabled):hover {
        cursor: pointer;
        box-shadow: 0 0 10px #7da3be;
        -moz-box-shadow: 0 0 10px #7da3be;
        -webkit-box-shadow: 0 0 10px #7da3be;
        border: 1px solid var(--biv_color_blue);
    }

    select:disabled {
        background-color: var(--biv_color_background_lightgrey);
        box-shadow: inset 0 0 0 2px white;
        background-image: none;
    }

    select > option:hover {
        cursor: pointer;
    }

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: var(--biv_color_white);
    -webkit-user-select: text;
}

    input[type="number"]:focus {
        outline: none;
        background-color: var(--biv_color_white);
        box-shadow: 0 0 10px #7da3be;
        -moz-box-shadow: 0 0 10px #7da3be;
        -webkit-box-shadow: 0 0 10px #7da3be;
        border: 1px solid var(--biv_color_blue);
    }

    input[type="number"]:disabled {
        background-color: var(--biv_color_background_lightgrey);
        box-shadow: inset 0 0 0 2px white;
    }

input[type="email"].input_field,
input[type="password"].input_field {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 20px;
    text-indent: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    background: transparent;
    color: var(--biv_color_black);
    opacity: 1;
}

    input[type="email"].input_field:focus,
    input[type="password"].input_field:focus {
        outline: none;
        background-color: transparent;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border: none;
    }

        input[type="email"].input_field:focus + .input_label::before,
        input[type="password"].input_field:focus + .input_label::before {
            -webkit-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg);
        }

    input[type="email"].input_field:not(:disabled):focus + .input_label::after,
    input[type="password"].input_field:not(:disabled):focus + .input_label::after {
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg);
    }

    input[type="email"].input_field:disabled,
    input[type="password"].input_field:disabled {
        box-shadow: none;
    }

        input[type="email"].input_field:disabled + .input_label::after,
        input[type="password"].input_field:disabled + .input_label::after {
            background: none;
        }

.input_label {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    color: var(--biv_color_blue);
    text-align: left;
    font-weight: bold;
    font-size: 95%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
}

    .input_label::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 26px;
        background: var(--biv_color_white);
        border-bottom: 3px solid var(--biv_color_blue);
        -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
    }

    .input_label::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: var(--biv_color_blue);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
    }

.input_button,
input[type="button"].input_button,
button.input_button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 30px;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    border: 3px solid var(--biv_color_blue);
    color: var(--biv_color_blue);
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
    background-position: 50% 50% !important;
    background-size: 0% 0% !important;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.1s, color 0.1s;
    transition: background-size 0.1s, color 0.1s;
}

    .input_button:not(:disabled):hover,
    .input_button:not(:disabled):focus,
    input[type="button"].input_button:not(:disabled):hover,
    input[type="button"].input_button:not(:disabled):focus,
    button.input_button:not(:disabled):hover,
    button.input_button:not(:disabled):focus {
        background-size: 100% 100% !important;
        color: var(--biv_color_white);
        border: 3px solid var(--biv_color_blue);
    }

    .input_button:not(:disabled):active,
    input[type="button"].input_button:not(:disabled):active,
    button.input_button:not(:disabled):active {
        background-size: 0% 0% !important;
        color: var(--biv_color_blue);
        background-color: transparent;
    }

    .input_button:disabled,
    input[type="button"].input_button:disabled,
    button.input_button:disabled {
        border: 3px solid var(--biv_color_black);
        color: var(--biv_color_blue);
    }

.login.startanimation {
    animation: fadein 1s;
}

.login_forms {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}

input[type="text"].login_input_field,
input[type="number"].login_input_field,
input[type="email"].login_input_field,
input[type="password"].login_input_field {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 20px;
    text-indent: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    background: var(--biv_color_white);
    color: var(--biv_color_black);
    opacity: 1;
}

    input[type="password"].login_input_field.hidden {
        display: none;
    }

.login_forms .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border: 3px solid var(--biv_color_blue);
    line-height: 26px;
    font-size: 16px;
}

    .login_forms .slider > span:nth-child(1) {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 50%;
        bottom: 0px;
        z-index: 1;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border: 1px solid transparent;
    }

    .login_forms .slider > span:nth-child(2) {
        position: absolute;
        top: 0px;
        left: 50%;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border: 1px solid transparent;
    }

    .login_forms .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 48%;
        top: 3px;
        left: 4px;
        bottom: 4px;
        background-color: var(--biv_color_white);
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }

.login_forms input:not(:checked) + .slider > span:nth-child(1) {
    color: var(--biv_color_blue);
}

.login_forms input:checked + .slider > span:nth-child(2) {
    color: var(--biv_color_blue);
}

.login_forms input:checked + .slider:before {
    -webkit-transform: translateX(calc(104%));
    transform: translateX(104%);
}

.login_input_label {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    color: var(--biv_color_blue);
    text-align: left;
    font-weight: bold;
    font-size: 95%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
}

    .login_input_label::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 26px;
        background: var(--biv_color_white);
        border-bottom: 3px solid var(--biv_color_blue);
        -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
    }

    .login_input_label::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: var(--biv_color_blue);
    }

.login_input_button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 30px;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    border: 3px solid var(--biv_color_blue);
    color: var(--biv_color_blue);
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
    background-position: 50% 50% !important;
    background-size: 0% 0% !important;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.1s, color 0.1s;
    transition: background-size 0.1s, color 0.1s;
}

    .login_input_button:hover,
    .login_input_button:focus {
        background-size: 100% 100% !important;
        color: var(--biv_color_white);
    }

    .login_input_button:active {
        background-size: 0% 0% !important;
        color: var(--biv_color_white);
    }

.login_msg {
    text-align: justify;
}

.login.finished {
    opacity: 0;
    animation: fadeout 1s;
    display: none;
}

    .login.finished .login_input_button:hover,
    .login.finished .login_input_button:focus {
        color: var(--biv_color_white);
    }

.login.passed .login_input_button:hover,
.login.passed .login_input_button:focus {
    color: var(--biv_color_white);
}

.login.failed .login_input_button {
}

    .login.failed .login_input_button:hover,
    .login.failed .login_input_button:focus {
        color: var(--biv_color_white);
    }

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    visibility: unset;
}

    #loading.visible {
        visibility: unset;
    }

    #loading.notvisible {
        visibility: hidden;
    }

@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.uil-default-css2 {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
    transform: scale(0.99);
}

    .uil-default-css2 > div {
        top: 80px;
        left: 93px;
        width: 14px;
        height: 40px;
        background: #00b2ff;
        border-radius: 10px;
        position: absolute;
    }

        .uil-default-css2 > div:nth-of-type(1) {
            transform: rotate(0deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: -0.75s;
        }

        .uil-default-css2 > div:nth-of-type(2) {
            transform: rotate(30deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: -0.625s;
        }

        .uil-default-css2 > div:nth-of-type(3) {
            transform: rotate(60deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: -0.5s;
        }

        .uil-default-css2 > div:nth-of-type(4) {
            transform: rotate(90deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: -0.375s;
        }

        .uil-default-css2 > div:nth-of-type(5) {
            transform: rotate(120deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: -0.25s;
        }

        .uil-default-css2 > div:nth-of-type(6) {
            transform: rotate(150deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: -0.125s;
        }

        .uil-default-css2 > div:nth-of-type(7) {
            transform: rotate(180deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: 0s;
        }

        .uil-default-css2 > div:nth-of-type(8) {
            transform: rotate(210deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: 0.125s;
        }

        .uil-default-css2 > div:nth-of-type(9) {
            transform: rotate(240deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: 0.25s;
        }

        .uil-default-css2 > div:nth-of-type(10) {
            transform: rotate(270deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: 0.375s;
        }

        .uil-default-css2 > div:nth-of-type(11) {
            transform: rotate(300deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: 0.5s;
        }

        .uil-default-css2 > div:nth-of-type(12) {
            transform: rotate(330deg) translate(0, -60px);
            animation: uil-default-anim 1.5s linear infinite;
            animation-delay: 0.625s;
        }

.fb {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

    .fb.rows {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .fb.cols {
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .fb.full > * {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    .fb.start {
        -webkit-align-content: flex-start;
        align-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

        .fb.start > * {
            margin-right: 5px;
        }

    .fb.end {
        -webkit-align-content: flex-end;
        align-content: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

        .fb.end > * {
            margin-left: 5px;
        }

    .fb.center {
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .fb.spacebetween {
        -webkit-align-content: space-between;
        align-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .fb.spacearound {
        -webkit-align-content: space-around;
        align-content: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .fb .self-start {
        align-self: flex-start;
    }

    .fb .self-end {
        align-self: flex-end;
    }

    .fb .self-center {
        align-self: center;
    }

    .fb .self-stretch {
        align-self: stretch;
    }

    .fb .self-baseline {
        align-self: baseline;
    }

    .fb .self-flex-1 {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .fb .self-flex-2 {
        -webkit-flex: 2 0 0%;
        flex: 2 0 0%;
    }

    .fb .self-flex-3 {
        -webkit-flex: 3 0 0%;
        flex: 3 0 0%;
    }

    .fb .self-flex-4 {
        -webkit-flex: 4 0 0%;
        flex: 4 0 0%;
    }

    .fb .self-flex-5 {
        -webkit-flex: 5 0 0%;
        flex: 5 0 0%;
    }

    .fb .self-flex-6 {
        -webkit-flex: 6 0 0%;
        flex: 6 0 0%;
    }

    .fb .self-flex-7 {
        -webkit-flex: 7 0 0%;
        flex: 7 0 0%;
    }

    .fb .fixed-25 {
        width: 25px;
    }

    .fb .fixed-30 {
        width: 30px;
    }

    .fb .fixed-35 {
        width: 35px;
    }

    .fb .fixed-40 {
        width: 40px;
    }

    .fb .fixed-50 {
        width: 50px;
    }

    .fb .fixed-55 {
        width: 55px;
    }

    .fb .fixed-60 {
        width: 60px;
    }

    .fb .fixed-70 {
        width: 70px;
    }

    .fb .fixed-75 {
        width: 75px;
    }

    .fb .fixed-100 {
        width: 100px;
    }

    .fb .fixed-110 {
        width: 110px;
    }

    .fb .fixed-120 {
        width: 120px;
    }

    .fb .fixed-130 {
        width: 130px;
    }

    .fb .fixed-150 {
        width: 150px;
    }

    .fb .fixed-146 {
        width: 146px;
    }

    .fb .fixed-180 {
        width: 180px;
    }

    .fb .fixed-200 {
        width: 200px;
    }

    .fb .fixed-220 {
        width: 220px;
    }

    .fb .fixed-300 {
        width: 300px;
    }

    .fb.keepsize,
    .fb .keepsize {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .fb.shrinkandgrow,
    .fb .shrinkandgrow {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .fb.grow,
    .fb .grow {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 1px;
    }

    .fb.shrink,
    .fb .shrink,
    .fb.wrap .shrink {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .fb .self-order-before {
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        order: -1;
    }

    .fb .self-order-after {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        order: 1;
    }

    .fb .self-order-1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        order: 1;
    }

    .fb .self-order-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        order: 2;
    }

    .fb .self-order-3 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        order: 3;
    }

    .fb.wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .fb.wrap > * {
            -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
        }

        .fb.wrap.service_function > * {
            -webkit-flex-basis: 0;
            flex-basis: 0;
        }

            .fb.wrap.service_function > *.grow {
                -webkit-flex-grow: 1;
                flex-grow: 1;
            }

            .fb.wrap.service_function > *.shrink {
                -webkit-flex-shrink: 1;
                flex-shrink: 1;
                display: table;
            }

    .fb.wrap-fixed {
        flex-flow: row wrap;
        align-content: flex-start;
    }

    .fb.nowrap {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

.fbinfinitetext {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

    .fbinfinitetext > * {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 1px;
    }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(0);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(0);
    }

    to {
        -o-transform: scale(1);
    }
}

.cuttext {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 4px;
}

body.biv #fybus {
    display: block;
    height: 0;
    position: absolute;
}

.content {
    background: var(--biv_color_white);
    position: relative;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}

.fadein {
    opacity: 1;
}

.fadeout {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .fadeout > * {
        display: none;
    }

.fadeout2 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
}

.fadein2 {
    opacity: 1;
    max-height: 100%;
}

.hidden {
    display: none !important;
}

body.biv .opacity1 {
    opacity: 1;
}

body.biv .opacity05 {
    opacity: 0.5;
}

body.biv .opacity03 {
    opacity: 0.3;
}

button,
select,
input,
textarea {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.color_red {
    color: var(--biv_color_red);
}

.color_grey {
    color: var(--biv_color_darkgrey);
}

.color_blue {
    color: var(--biv_color_darkblue);
}

.underline {
    text-decoration: underline;
}

.text_decoration_none {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

body.biv .loggedin_header-inner::after {
    content: "";
    display: block;
    clear: both;
}

body.biv.freeze {
    height: 100%;
    overflow: hidden;
}

body.biv .sticky {
    position: sticky;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
}

body.biv .m-header-serma.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 9999;
}

@media (max-width: 950px) {
    body.biv .loggedin_header_wrapper.sticky {
        top: 0 !important;
    }

    body.biv .m-header-serma.sticky {
        position: relative !important;
    }
}

body.biv .breadcrumps {
    background-color: var(--biv_color_background_grey);
    padding: 5px;
    border-bottom: 2px solid var(--biv_color_radiocheck_grey);
    border-top: 2px solid var(--biv_color_progress_border-grey);
}

    body.biv .breadcrumps,
    body.biv .breadcrumps a,
    body.biv .breadcrumps a:active,
    body.biv .breadcrumps a:focus,
    body.biv .breadcrumps a:link,
    body.biv .breadcrumps a:visited {
        color: var(--biv_color_darkgrey);
        text-decoration: none;
        font-size: 12px;
    }

        body.biv .breadcrumps a:hover {
            text-decoration: underline;
        }

body.biv div.disabled,
body.biv button:disabled,
body.biv input[type="button"]:disabled,
body.biv input[type="submit"]:disabled {
    background-color: var(--biv_color_buttondisabled_grey) !important;
    cursor: default !important;
}

body.biv .maxwidth1200 {
    max-width: 1400px !important;
}

body.biv .maxwidth1400 {
    max-width: 1400px !important;
}

body.biv .maxwidth {
    max-width: 1400px !important;
}

body.biv .position-center {
    margin: 0 auto !important;
}

body.biv input[type="checkbox"] {
    appearance: checkbox;
    position: relative;
    width: auto;
    visibility: visible;
}

body.biv .boxheaderpanel {
    background-color: var(--biv_color_white);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

    body.biv .boxheaderpanel.active {
        opacity: 1;
        max-height: 100%;
    }

    body.biv .boxheaderpanel > * {
        padding: 15px;
    }

    body.biv .boxheaderpanel.padding {
        padding: 0 10px;
    }

    body.biv .boxheaderpanel > a {
        padding: 0;
    }

body.biv #headertextservice {
    padding: 0 1em;
}

body.biv [class^="boxdata-header"] {
    top: 60px;
    left: 0px;
    right: 0px;
    padding: 10px;
    background: var(--biv_color_background_lightgrey);
    z-index: 201;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform-origin: 0% 0%;
}

    body.biv [class^="boxdata-header"] > div {
        padding: 3px;
    }

.boxwrapper {
    margin-top: 70px;
    padding: 10px;
    overflow: hidden;
}

.box {
    background: var(--biv_color_boxbackground_lightgrey);
    min-width: 280px;
    min-height: 60px;
    margin: 5px;
    max-width: calc(100% - 10px);
}

.boxclear {
    min-width: 280px;
    min-height: 60px;
    margin: 5px;
    max-width: calc(100% - 10px);
}

.box.inner {
    background: var(--biv_color_boxbackground_lightgrey);
    min-width: 280px;
    min-height: 60px;
    margin: 0px;
    max-width: 100%;
}

body.biv .box.firma {
    margin: 0;
}

.fb.cols.service-start {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.service-content .whatsapp img {
    width: 75%;
}

body.biv .box.mein_serma_portal,
body.biv .box.serviceseite {
}

body.biv .box.serviceseite {
}

    body.biv .box.mein_serma_portal:hover,
    body.biv .box.serviceseite:hover {
        background-color: var(--biv_color_ligthblue);
    }

.service-start-functions {
    flex: 0 1 100%;
}

.service-start-kontaktformular {
    flex: 0 1 100%;
}

.service-content .whatsapp hr {
    display: none;
}

body.biv .fb.service-choice {
}

body.biv .fb .box.mein_serma_portal,
body.biv .fb .box.serviceseite {
}

    body.biv
    .fb
    .box.mein_serma_portal:not(.hidden):nth-last-child(1):nth-child(odd),
    body.biv .fb .box.serviceseite:not(.hidden):nth-last-child(1):nth-child(odd) {
    }

    body.biv .fb .box.mein_serma_portal:nth-child(even),
    body.biv .fb .box.serviceseite:nth-child(even) {
    }

    body.biv .fb .box.mein_serma_portal > div,
    body.biv .fb .box.serviceseite > div {
        position: relative;
    }

body.biv .box.mein_serma_portal .button,
body.biv .box.serviceseite .button {
    margin: 0 auto;
    width: fit-content;
    padding: 0 1em;
}

body.biv .box.mein_serma_portal .button,
body.biv .box.serviceseite .button {
    margin: 0 auto;
    width: fit-content;
    padding: 0 1em;
    height: 100px;
    line-height: 100px;
}

    body.biv .box.mein_serma_portal .button span,
    body.biv .box.serviceseite .button span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1em;
    }

    body.biv .box.mein_serma_portal .button > div,
    body.biv .box.serviceseite .button > div {
        padding: 1%;
    }

body.biv .box.mein_serma_portal .display_contents,
body.biv .box.serviceseite .display_contents {
    display: contents;
}

body.biv .kontakt_und_whatsapp {
    align-items: center;
    background-color: white !important;
}

    body.biv .kontakt_und_whatsapp [class^="self-flex"].whatsapp {
        flex: 1 0 auto;
        max-width: fit-content;
    }

        body.biv .kontakt_und_whatsapp [class^="self-flex"].whatsapp.subbox {
            padding: 0 !important;
        }

            body.biv .kontakt_und_whatsapp [class^="self-flex"].whatsapp .subbox > * {
                margin: 0 !important;
            }

body.biv .box.mein_serma_portal .info.tooltip,
body.biv .box.serviceseite .info.tooltip {
    position: absolute;
    display: block;
    float: right;
    top: -36px;
    right: 36px;
    width: min-content;
}

body.biv .tooltip:hover .tooltiptext {
    display: block;
}

body.biv .tooltip:has(input:hover) .tooltiptext {
    display: none;
}

body.biv .tooltiptext {
    display: none;
    background: #c8c8c8;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    position: fixed;
    z-index: 1000;
    width: fit-content;
    min-width: 150px;
    height: auto;
    border: 1px var(--biv_color_darkblue) solid;
    border-radius: 10px;
    color: var(--biv_color_darkblue);
    background: white;
    right: inherit;
    font-weight: bold;
    max-width: calc(100% - 20px);
}

body.biv div[id^="documentart"] {
    border: 1px solid #b7b7b7;
    margin-bottom: 10px;
    padding-left: 5px;
    border-radius: 5px;
}

body.biv .docboxwrapper,
body.biv .docboxwrapperpersonal,
body.biv .docboxwrapperpersonalschulung,
body.biv .docboxwrapper_addmore {
    border: none;
    padding-top: 5px;
    padding-bottom: 3px;
    max-width: none;
}

.docboxwrapper.small {
    max-width: 60px;
}

.docbox {
    position: relative;
    display: inline-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    border: 1px solid transparent;
    background: transparent;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 3px;
    height: 60px;
    min-width: 54px;
    max-width: fit-content;
}

    .docbox.item a {
        position: absolute;
        z-index: 1;
        height: 60px;
        width: 52px;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: var(--biv_color_blue);
    }

    .docbox.item > a:hover {
        cursor: pointer;
        border: 1px solid var(--biv_color_white);
        background-color: var(--biv_color_ligthblue);
    }

    .docbox.item > a:active {
        cursor: pointer;
        background-color: var(--biv_color_white);
    }

    .docbox.item.removeable > a {
        background-image: url("../img/delete_32x32_blue.png");
        background-image: url("../img/delete_32x32_blue2.png");
        background-image: url("../img/delete_32x32_blue2_neu.png");
        background-image: url("../img/delete_32x32_white2_neu.png");
        background-position: center;
        border-radius: 5px;
    }

        .docbox.item.removeable > a:active {
            background-image: url("../img/delete_32x32_white.png");
            background-image: url("../img/delete_32x32_white2.png");
            background-image: url("../img/delete_32x32_white2_neu.png");
            background-image: url("../img/delete_32x32_blue2_neu.png");
        }

    .docbox.item.removeable.edit > a {
        background-image: url("../img/item-edit_32x32_blue.png");
    }

        .docbox.item.removeable.edit > a:active {
            background-image: url("../img/item-edit_32x32_white.png");
        }

    .docbox.item.viewable > img,
    .docbox.item.removeable > img,
    .docbox.item > img {
        position: absolute;
        margin-top: 65px;
        width: 300px;
        height: 450px;
        visibility: hidden;
        z-index: 10000;
    }

    .docbox.item.viewable > a:hover + img,
    .docbox.item.removeable > a:hover + img,
    .docbox.item > a:hover + img {
        visibility: visible;
    }

    .docbox.item.viewable > a:hover + p + img,
    .docbox.item.removeable > a:hover + p + img,
    .docbox.item > a:hover + p + img {
        visibility: visible;
    }

    .docbox.item.viewable > p,
    .docbox.item.removeable > p,
    .docbox.item > p {
        position: absolute;
        margin-top: 65px;
        padding-left: 5px;
        padding-top: 5px;
        width: 295px;
        height: 30px;
        visibility: hidden;
        z-index: 11000;
    }

    .docbox.item.viewable > a:hover + p,
    .docbox.item.removeable > a:hover + p,
    .docbox.item > a:hover + p {
        visibility: visible;
    }

    .docbox.item > div:not(.dateiname),
    .docbox.item > div.image {
        position: absolute;
        z-index: 0;
        width: 52px;
        height: 62px;
        height: 60px;
        display: -webkit-box;
        display: -moz-box;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-radius: 5px;
        box-shadow: 3px 1px 6px 0px var(--biv_color_docbox_shadow_grey);
    }

body.biv .docbox.item > div.dateiname {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    max-width: 299px;
    padding-left: 60px;
    word-break: break-all;
    width: 299px;
    justify-content: left;
    border-radius: 5px;
}

.docbox.item > div > img {
    width: 52px;
    max-height: 62px;
}

.docbox input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .docbox input[type="file"].uploadFiles {
        display: none;
    }

.docbox label.inputfile {
    display: inline-block;
    padding: 5px 25px;
    cursor: pointer;
    border: 1px solid var(--biv_color_inputborderdisabled_grey);
    background-image: url(../img/item-new_32x32_blue2.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    box-shadow: 3px 1px 6px 0px var(--biv_color_docbox_shadow_grey);
}

    .docbox label.inputfile:hover {
        border-color: var(--biv_color_blue);
    }

body.biv .box.parentDocumentbox {
    /*flex-basis: 349px;*/
    flex-basis: 1344px; /* für BIV Aufgabenbank */
}

body.biv .boxleft {
    flex-basis: 787px;
}

body.biv .box.parentDocumentbox.firma_dokumente {
}

body.biv h1,
body.biv h2,
body.biv h3,
body.biv h4,
body.biv h5,
body.biv h6 {
    color: var(--biv_color_darkblue);
    hyphens: auto;
}

body.biv h4 {
    margin-top: 1rem;
}

body.biv a,
body.biv .login_forgot a {
    color: var(--biv_color_darkblue);
    text-decoration: none;
}

    body.biv a:hover,
    body.biv .login_forgot a:hover {
        color: var(--biv_color_blue);
    }

body.biv .header {
    background-color: var(--biv_color_white);
    box-shadow: 0 0 30px 0 rgb(0 60 104 / 5%), 0 5px 10px -5px rgb(0 60 104 / 5%);
}

    body.biv .header .logo {
        align-items: center;
    }

        body.biv .header .logo svg {
            display: block;
            width: auto;
            height: 100%;
            fill: var(--biv_color_darkblue);
        }

            body.biv .header .logo svg .fill-color-main {
                fill: var(--biv_color_darkblue);
            }

body.biv .login .login_wrapper {
    max-width: 800px;
}

    body.biv .login .login_wrapper .login_content {
        background: none;
        background-color: var(--biv_color_lightgrey);
        margin: 0 0 16px 16px;
        float: right;
        border-radius: 15px;
    }

    body.biv .login .login_wrapper .login_text {
        width: auto;
        max-width: inherit;
        padding: 20px;
    }

body .serma .login_input_button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 30px;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
    background-position: 50% 50% !important;
    background-size: 0% 0% !important;
    background-image: none;
    background-color: var(--biv_color_darkblue);
    background-repeat: no-repeat;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
    color: var(--biv_color_white);
}

    body.biv .login_input_button:hover,
    body.biv .login_input_button:focus {
        background-size: 100% 100% !important;
        color: var(--biv_color_white);
        background-color: var(--biv_color_blue);
    }

    body.biv .login_input_button:active {
        background-size: 0% 0% !important;
        color: var(--biv_color_white);
    }

body.biv .login.failed .login_input_button {
    background-image: none;
    background-color: var(--biv_color_error_red);
    border: 2px var(--biv_color_white) solid;
    color: var(--biv_color_white);
}

body.biv .login_input_button.registrierung:disabled {
    cursor: default;
}

body.biv input[type="email"].login_input_field:disabled {
    background-color: var(--biv_color_background_lightgrey);
    box-shadow: inset 0 0 0 2px white;
}

body.biv .login_button_sermahome {
    margin-top: 10px;
    text-align: center;
}

    body.biv .login_button_sermahome a {
        padding: 10px;
        background: var(--biv_color_darkblue);
        color: white;
        display: block;
        cursor: pointer;
    }

        body.biv .login_button_sermahome a:hover {
            background-color: var(--biv_color_blue);
        }

body.biv .boxwrapper {
    margin-top: 0;
    padding: 10px;
    overflow: initial;
}

body.biv .box.Betrieb_Form_Personal {
    min-width: none;
    max-width: none;
}

body.biv .invisible {
    opacity: 0;
}

body.biv .box.ListeVerantwPerson,
body.biv .box.ListeMitarbeiter {
}

    body.biv .box.ListeVerantwPerson .personliste,
    body.biv .box.ListeMitarbeiter .personliste {
        width: fit-content;
        margin: 0 auto;
    }

body.biv .boxheader > div {
    height: 100%;
}

    body.biv .boxheader > div > * {
        display: -webkit-box;
        display: -moz-box;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

body.biv .boxheader {
    background: var(--biv_color_background_lightgrey);
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    z-index: 200;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

body.biv .boxheader {
    height: auto;
    padding: 10px;
}

    body.biv .boxheader .boxtitle {
        justify-content: center;
    }

body.biv .boxheader2 {
    min-height: 160px;
}

body.biv .textcenter {
    text-align: center;
}

body.biv .privatadressbox {
    border: 2px solid var(--biv_color_radiocheck_grey);
    padding: 3px;
    padding-top: 5px;
    margin: 0;
    margin-bottom: 2em !important;
    border-radius: 5px;
}

body.biv .privatadresseheadline {
    padding-left: 19px;
    margin-bottom: 0.2em !important;
}

body.biv .subbox > *:not(.container):not(:last-child),
body.biv .privatadressbox > *:not(.container):not(:last-child) {
    margin-bottom: 16px;
}

body.biv .subbox ul,
body.biv ul {
    margin-left: 20px;
}

body.biv button,
body.biv input,
body.biv textarea,
body.biv select,
body.biv .fb.cols.input.checkbox,
body.biv .input.checkbox {
    background-color: var(--biv_color_background_grey);
}

body.biv .service-content .input.checkbox {
    background-color: transparent;
}

    body.biv .service-content .input.checkbox.bg_grey {
        background-color: var(--biv_color_background_grey);
    }

body.biv .input.checkbox input:not(:is(.service-content *)),
body.biv .input.checkbox textarea:not(:is(.service-content *)),
body.biv .input.checkbox select:not(:is(.service-content *)) {
    background-color: var(--biv_color_boxbackground_lightgrey);
}

body.biv .service-content .input.checkbox.bg_grey input,
body.biv .service-content .input.checkbox.bg_grey textarea,
body.biv .service-content .input.checkbox.bg_grey select {
    background-color: var(--biv_color_boxbackground_lightgrey);
}

body.biv .input.checkbox input:focus,
body.biv .input.checkbox textarea:focus,
body.biv .input.checkbox select:focus {
    background-color: var(--biv_color_inputfocus_blue);
}

body.biv .fb.cols.input.checkbox.white,
body.biv .input.checkbox.white {
    background-color: var(--biv_color_white);
}

body.biv input:focus,
body.biv textarea:focus,
body.biv select:focus {
    background-color: var(--biv_color_inputfocus_blue);
}

body.biv .content.readonly .fb.cols.input.checkbox,
body.biv .content.readonly .input.checkbox {
    background-color: transparent;
}

body.biv .inputtitle {
    text-align: right;
    vertical-align: middle;
    margin-right: 16px;
}

body.biv input[type="date"] {
}

body.biv .eingabezeile {
    padding-bottom: 1em;
}

body.biv [class^="boxdata-header"] {
    top: 60px;
    left: 0px;
    right: 0px;
    padding: 10px;
    background: var(--biv_color_background_lightgrey);
    z-index: 201;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform-origin: 0% 0%;
}

    body.biv [class^="boxdata-header"] > div {
        padding: 3px;
    }

body.biv [class^="boxdata-header"] {
    width: 100%;
    overflow: auto;
    top: 90px;
    max-width: 1400px;
    min-width: 375px;
    margin: 0 auto;
    border-top: 1px solid var(--biv_color_radiocheck_grey);
    border-bottom: 2px solid var(--biv_color_progress_border-grey);
}

body.biv .default_content_wrapper {
    position: inherit;
}

body.biv div.content {
    position: inherit;
    top: 0;
}

body.biv .input,
body.biv .fb.cols.input {
    margin-top: -24px;
    padding-top: 16px;
}

    body.biv .input.checkbox,
    body.biv .fb.cols.input.checkbox {
        margin-top: 0;
        min-height: 58px;
        border-radius: 5px;
        padding-top: 0;
    }

body.biv select,
body.biv input,
body.biv textarea,
body.biv button {
    height: auto !important;
    border: 1px solid transparent;
    border-radius: 5px;
}

    body.biv select:focus,
    body.biv input:focus,
    body.biv textarea:focus,
    body.biv textarea:focus-visible,
    body.biv button:focus {
        height: auto !important;
        border: 1px solid transparent;
    }

    body.biv textarea:disabled,
    body.biv input[type="text"]:disabled,
    body.biv input[type="email"]:disabled,
    body.biv input[type="date"]:disabled,
    body.biv select:disabled {
        background-color: var(--biv_color_background_lightgrey);
        box-shadow: none;
        border: 1px solid var(--biv_color_inputborderdisabled_grey);
    }

        body.biv input[type="text"]:disabled::placeholder,
        body.biv input[type="email"]:disabled::placeholder,
        body.biv input[type="date"]:disabled::placeholder,
        body.biv textarea:disabled::placeholder,
        body.biv select:disabled::placeholder {
            visibility: hidden;
        }

label.input_label_serma,
label.select_label_serma {
    width: 100%;
    max-width: 100%;
    color: var(--biv_color_darkblue);
    text-align: left;
    font-weight: bold;
    font-size: 95%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    padding-top: 0.5em;
    padding-left: 16px;
}

label.input_label_serma,
label.select_label_serma {
    z-index: 2;
    color: var(--biv_color_placeholder_grey);
    position: relative;
    padding: 0;
    padding-left: 16px;
    font-size: 0.66rem;
    line-height: 10px;
    top: 20px;
    opacity: 1;
    -webkit-transition: opacity 0.1s, top 0.1s, font-size 0.1s;
    transition: opacity 0.1s, top 0.1s, font-size 0.1s;
}

    label.input_label_serma.placeholder,
    label.select_label_serma.placeholder {
        font-weight: normal;
        font-size: 1rem;
        top: 40px;
        opacity: 0.9;
        -webkit-transition: none;
        transition: none;
    }

    label.input_label_serma + input::placeholder,
    label.input_label_serma + textarea::placeholder,
    label.input_label_serma + select::placeholder {
    }

    label.input_label_serma.invisible + input::placeholder,
    label.input_label_serma.invisible + textarea::placeholder,
    label.input_label_serma.invisible + input::placeholder {
        opacity: 0.9;
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;
    }

input:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
    color: #aaa;
    font-style: italic;
}

label.input_label_serma.placeholder + input::placeholder {
}

label.container:not(.radio_inputtext) {
    z-index: 100;
}

label.container.radio_inputtext {
    padding-top: 0 !important;
    margin-top: -16px;
}

    label.container.radio_inputtext label.input_label_serma {
        top: 17px;
    }

    label.container.radio_inputtext > label.input_label_serma.placeholder {
        top: 32px;
    }

    label.container.radio_inputtext input[type="text"],
    label.container.radio_inputtext input[type="date"] {
        padding: 8px 16px;
    }

    label.container.radio_inputtext span.radiomark {
        margin-top: 14px;
    }

select::after,
textarea::after,
input::after {
    content: "";
    display: block;
    clear: both;
}

body.biv p.service_action_text {
    color: var(--biv_color_black);
    padding-left: 47px;
}

body.biv table[class^="datarows"] {
    word-break: break-all;
    overflow: hidden;
    margin: 0 auto;
    min-width: fit-content;
}

    body.biv table[class^="datarows"] th {
        text-align: left;
        padding-bottom: 0.5em;
        font-weight: bold;
    }

body.biv .table-row td {
    padding: 5px 0;
}

    body.biv .table-row td:first-child {
        padding-left: 5px;
    }

body.biv .table-row {
    background-color: #eee;
}

    body.biv .table-row:hover {
        background-color: #cce0ff;
    }

body.biv .readonly .table-row {
    background-color: transparent !important;
}

body.biv .table-row.nonactive:hover,
body.biv .table-row.nonactive:active,
body.biv .table-row.nonactive:visited {
    background-color: #eee;
}

body.biv #viewantrag .table-row:hover {
    background-color: #eee;
}

body.biv .table-row:first-child td {
    border-top: none;
}

body.biv .table-row td {
    border-top: 4px solid var(--biv_color_boxbackground_lightgrey);
}

    body.biv .table-row td:first-child {
        padding-right: 0;
    }

body.biv .table-row td {
    padding-right: 6px;
    word-wrap: break-word;
}

.boxdata {
    padding: 5px;
}

    .boxdata > * {
        margin-bottom: 5px;
        min-height: 100%;
        background-color: transparent;
    }

    .boxdata > .odd {
        background-color: #e6eeff;
    }

.subbox {
    padding: 10px;
}

    .subbox > *:not(:last-child) {
        margin-bottom: 3px;
    }

    .checkboxBox select,
    .checkboxBox input[type="text"][alt^="date"],
    .subbox input[type="text"],
    .subbox input[type="date"],
    .subbox input[type="number"],
    .subbox select,
    .subbox textarea {
        width: 100%;
    }

.subboxbox {
    background-color: var(--biv_color_boxbackground_lightgrey);
}

    .subboxbox > *:nth-child(2n) {
        background-color: #e6eeff;
    }

.subboxpanel {
    background-color: #e6f5ff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

    .subboxpanel.active {
        opacity: 1;
        max-height: 100%;
    }

    .subboxpanel > *:nth-child(2n) {
        background-color: #ccebff;
    }

    .subboxpanel .subbox {
        padding-left: 0px;
        padding-right: 0px;
    }

body.biv .boxdata_personendaten.nuransicht .subbox,
body.biv .boxdata-firmendaten.nuransicht .subbox {
    margin: 0 auto !important;
}

body.biv .box.rounded,
body.biv .boxwrapperneutral,
body.biv .standort_ueberschrift,
body.biv .boxdata-firmenstatus,
body.biv .person_ueberschrift,
body.biv .person_dokumente,
body.biv .Person_Form_Person,
body.biv .Standort_Form_Standort,
body.biv .person_unternehmensdaten,
body.biv .person_standorte,
body.biv .Antrag_ueberschrift,
body.biv .firma_ueberschrift,
body.biv .firma_dokumente,
body.biv .firma_persoenlich_daten,
body.biv .ListeMitarbeiter,
body.biv .boxdata-personenstatus,
body.biv #viewantrag .firmendaten,
body.biv #viewantrag .antragsinformationen,
body.biv #viewantrag .liste_dokumente {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin: 10px;
}

body.biv .box.rounded,
body.biv .standort_ueberschrift,
body.biv .boxdata-firmenstatus,
body.biv .person_ueberschrift,
body.biv .person_dokumente,
body.biv .Person_Form_Person,
body.biv .Standort_Form_Standort,
body.biv .person_unternehmensdaten,
body.biv .person_standorte,
body.biv .Antrag_ueberschrift,
body.biv .firma_ueberschrift,
body.biv .firma_unternehmensdaten,
body.biv .firma_dokumente,
body.biv .firma_persoenlich_daten,
body.biv .ListeMitarbeiter,
body.biv .boxdata-personenstatus,
body.biv .firma_sepa_daten,
body.biv .firma_rabattcode_daten,
body.biv .firma_standorte,
body.biv #viewantrag .firmendaten,
body.biv #viewantrag .antragsinformationen,
body.biv #viewantrag .liste_dokumente {
    border-radius: 15px;
}

    body.biv .box.rounded > div:first-child,
    body.biv .standort_ueberschrift > div:first-child,
    body.biv .boxdata-firmenstatus > div:first-child,
    body.biv .person_ueberschrift > div:first-child,
    body.biv .person_dokumente > div:first-child,
    body.biv .Person_Form_Person > div:first-child,
    body.biv .Standort_Form_Standort > div:first-child,
    body.biv .person_unternehmensdaten > div:first-child,
    body.biv .person_standorte > div:first-child,
    body.biv .Antrag_ueberschrift > div:first-child,
    body.biv .firma_ueberschrift > div:first-child,
    body.biv .firma_dokumente > div:first-child,
    body.biv .firma_unternehmensdaten > div:first-child,
    body.biv .firma_persoenlich_daten > div:first-child,
    body.biv .ListeMitarbeiter > div:first-child,
    body.biv .boxdata-personenstatus > div:first-child,
    body.biv .firma_sepa_daten > div:first-child,
    body.biv .firma_rabattcode_daten > div:first-child,
    body.biv .firma_standorte > div:first-child,
    body.biv #viewantrag .firmendaten > div:first-child,
    body.biv #viewantrag .antragsinformationen > div:first-child,
    body.biv #viewantrag .liste_dokumente > div:first-child {
        border-radius: 15px 15px 0 0;
    }

    body.biv .box.rounded > div:last-child,
    body.biv .standort_ueberschrift > div:last-child,
    body.biv .boxdata-firmenstatus > div:last-child,
    body.biv .person_ueberschrift > div:last-child,
    body.biv .person_dokumente > div:last-child,
    body.biv .Person_Form_Person > div:last-child,
    body.biv .Standort_Form_Standort > div:last-child,
    body.biv .person_unternehmensdaten > div:last-child,
    body.biv .person_standorte > div:last-child,
    body.biv .Antrag_ueberschrift > div:last-child,
    body.biv .firma_ueberschrift > div:last-child,
    body.biv .firma_dokumente > div:last-child,
    body.biv .firma_unternehmensdaten > div:last-child,
    body.biv .firma_persoenlich_daten > div:last-child,
    body.biv .ListeMitarbeiter > div:last-child,
    body.biv .boxdata-personenstatus > div:last-child,
    body.biv .firma_sepa_daten > div:last-child,
    body.biv .firma_rabattcode_daten > div:last-child,
    body.biv .firma_standorte > div:last-child,
    body.biv #viewantrag .firmendaten > div:last-child,
    body.biv #viewantrag .antragsinformationen > div:last-child,
    body.biv #viewantrag .liste_dokumente > div:last-child {
        border-radius: 0 0 15px 15px;
    }

body.biv .box.rounded {
    border-radius: 15px;
}

    body.biv .box.rounded > div:first-child {
        border-radius: 15px 15px 0 0;
    }

    body.biv .box.rounded > div:last-child {
        border-radius: 0 0 15px 15px;
    }

body.biv .box.shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

body.biv .box.margin {
    margin: 10px;
}

body.biv .boxwrapperneutral {
    max-width: calc(100% - 20px);
    box-shadow: none;
}

body.biv .firma_unternehmensdaten,
body.biv .firma_standorte,
body.biv .firma_sepa_daten,
body.biv .firma_rabattcode_daten {
    margin: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    max-width: 100% !important;
}

body.biv .firma_standorte,
body.biv .firma_sepa_daten,
body.biv .firma_rabattcode_daten {
    margin-top: 20px;
}

body.biv .firma_persoenlich_daten {
    min-width: calc(100% - 20px);
}

body.biv .table-row > div,
body.biv .table-row > div > label,
body.biv .table-row > td,
body.biv .table-row > td > label {
    cursor: pointer;
    word-break: break-all;
}

body.biv #viewantrag .table-row > div,
body.biv #viewantrag .table-row > div > label,
body.biv #viewantrag .table-row > td,
body.biv #viewantrag .table-row > td > label,
body.biv .readonly .table-row > div,
body.biv .readonly .table-row > div > label,
body.biv .readonly .table-row > td,
body.biv .readonly .table-row > td > label {
    cursor: default;
}

body.biv
select[class^="combo"]:not(:disabled) + input[type="text"][alt^="combo"] {
    margin-top: -57px;
}

body.biv select,
body.biv input,
body.biv textarea,
body.biv .fb.cols.input.checkbox label,
body.biv .input.checkbox label.container,
body.biv .input.checkbox:not(:has(.docbox)) label,
body.biv .fb.cols.input.checkbox div.label,
body.biv .input.checkbox div.label {
    padding: 16px;
}

body.biv label.standalone,
body.biv div.label.standalone {
    padding: 16px;
}

body.biv input[type="date"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

    body.biv input[type="date"]::-webkit-date-and-time-value {
        padding-top: 14px;
        padding-bottom: 14px;
    }

body.biv div.showpassword {
    position: relative;
    /*top: -37px;*/
    top: -42px; /* für BIV Aufgabenbank */
    right: -270px;
    cursor: pointer;
    opacity: 0.5;
    width: fit-content;
}

    body.biv div.showpassword.show {
        opacity: 1;
    }

body.biv input.password {
    padding-right: 50px;
}

body.biv h1 {
    font-family: Titillium Web, sans-serif;
    color: var(--biv_color_darkblue);
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.2;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
}

body.biv h2 {
    font-family: Titillium Web, sans-serif;
    color: var(--biv_color_darkblue);
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

body.biv p {
    font-family: Titillium Web, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e1e;
    font-size: 16px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

body.biv a.link-external,
body.biv a.link {
    font-family: Titillium Web, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: transparent;
    text-decoration: none;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    color: var(--biv_color_blue);
    cursor: pointer;
}

    body.biv a.link-external:after {
        content: "\f102";
    }

body.biv .link:after {
    content: "\f101";
    font-family: "22_iconfont";
    display: inline;
    margin: 0 0.5rem;
}

body.biv .link:hover {
    color: var(--biv_color_ligthblue);
}

body.biv input:disabled {
    cursor: default !important;
}

body.biv input[type="button"],
body.biv button {
    white-space: normal;
}

    body.biv button:nth-child(1 of button.clearfirst:not(.hidden)) {
        clear: both;
    }

    body.biv .login_button_sermahome a,
    body.biv button:not(.mein_serma_portal),
    body.biv input[type="button"],
    body.biv input[type="submit"] {
        text-overflow: inherit !important;
        overflow: inherit !important;
        background-image: none !important;
        height: auto !important;
        -webkit-text-size-adjust: 100%;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-family: inherit;
        margin: 0;
        vertical-align: baseline;
        line-height: normal;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        appearance: none;
        outline: none;
        box-shadow: 0 0 30px 0 rgba(0, 60, 104, 0.1), 0 10px 10px -5px rgba(0, 60, 104, 0.1);
        cursor: pointer;
        background-color: var(--biv_color_blue);
        border-radius: 5px;
        color: var(--biv_color_white);
        display: inline-block;
        -webkit-transition: border-color 0.1s, background-color 0.1s, color 0.1s;
        transition: border-color 0.1s, background-color 0.1s, color 0.1s;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 16px;
        border: 2px solid var(--biv_color_white);
        min-width: auto;
    }

        body.biv button:not(.modaldialog):not(.mein_serma_portal),
        body.biv input[type="button"]:not(.modaldialog),
        body.biv input[type="submit"]:not(.login_input_button) {
            float: right;
            margin-left: 2px;
        }

    body.biv button[class^="buttonNew"].add,
    body.biv button[class*=" buttonNew"].add {
        min-height: 3rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

        body.biv button[class^="buttonNew"].add span,
        body.biv button[class*=" buttonNew"].add span {
            font-size: 2rem;
            font-weight: lighter;
        }

body.biv #button_rabattcode {
    float: left;
    margin-top: 5px;
}

body.biv button[class^="buttonNew"].add,
body.biv button[class*=" buttonNew"].add {
    line-height: 0;
}

body.biv button[name="Logout"]:not(.modaldialog),
body.biv input[type="button"][name="Logout"]:not(.modaldialog),
body.biv input[type="submit"][name="Logout"]:not(.login_input_button) {
    float: right;
    margin-left: 10px;
}

body.biv input[type="submit"].login_input_button {
    width: 100%;
    margin-top: 16px;
}

    body.biv button:focus,
    body.biv
    button:not(:disabled):not(.mein_serma_portal):not(.serviceseite):not( .top-menu ):hover,
    body.biv input[type="button"]:focus,
    body.biv input[type="button"]:hover,
    body.biv input[type="button"]:not(:disabled):hover,
    body.biv input[type="submit"].login_input_button:hover {
        text-decoration: none;
        cursor: pointer;
        background-color: var(--biv_color_ligthblue);
        cursor: pointer;
        border: 2px solid var(--biv_color_white);
    }

body.biv button.logout,
body.biv input[type="button"].logout {
    margin-left: 16px;
    float: right;
}

body.biv button.top-menu {
    box-shadow: none;
    background-color: var(--biv_color_white);
    padding: 10px 5px;
    border: none;
}

    body.biv button.top-menu:focus,
    body.biv button.top-menu:hover,
    body.biv button.top-menu:not(:disabled):hover {
        text-decoration: none;
        cursor: pointer;
        background-color: var(--biv_color_white);
        border: none;
    }

body.biv select {
    height: initial;
    background-position: right 5px center;
    padding: 16px 21px 16px 16px;
    background-image: url(../img/arrow-down_16x16_2.png);
}

    body.biv select:disabled {
        padding: 16px;
        background-image: none;
    }

    body.biv select.widthfitcontent,
    body.biv input[type="date"].widthfitcontent {
        width: fit-content;
        display: block;
    }

    body.biv select.widthfitcontent {
        padding-right: 32px;
    }

body.biv select,
body.biv input,
body.biv textarea {
    color: var(--biv_color_black);
}

select[class^="combo"]:not(:disabled) + input[type="text"][alt^="combo"] {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-top: -56px;
    margin-left: 1px;
    vertical-align: middle;
    width: calc(100% - 25px);
    height: 19px;
    margin-bottom: 1px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    float: left;
}

select[class^="combo"] + input[type="text"][alt^="combo"]:not(:disabled):hover,
select[class^="combo"] + input[type="text"][alt^="combo"]:not(:disabled):active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

select[class^="combo"]:disabled {
    display: none;
}

input[type="text"][alt^="combo"]:disabled {
    width: 100%;
}

#progresstext,
#progressloadingbar {
    width: fit-content;
    margin: 0 auto;
}

#progressloadingbar {
    background-color: rgba(0, 104, 180, 0.5);
    border-radius: 5px;
    padding: 1em;
}

#progresswrapper {
    max-width: calc(1400px - 10%);
    min-width: 375px;
    padding: 1em;
}

#progressmodal {
    visibility: hidden;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    #progressmodal.visible {
        visibility: visible;
    }

    #progressmodal > div {
        width: 80%;
    }

    #progressmodal #progresstext {
        font-size: 30px;
        color: var(--biv_color_white);
        text-align: center;
    }

progress:not(#auto) {
    background-color: #f3f3f3;
    border: 0;
    width: 100%;
    height: 18px;
    border-radius: 9px;
    color: var(--biv_color_blue);
}

progress#auto {
    width: 100%;
    height: 36px;
}

progress:not(#auto)::-webkit-progress-bar {
    background-color: #f3f3f3;
    border-radius: 9px;
}

progress:not(#auto)::-webkit-progress-value {
    background: var(--biv_color_blue);
    border-radius: 9px;
}

progress:not(#auto)::-moz-progress-bar {
    background: var(--biv_color_blue);
    border-radius: 9px;
}

#progressmodal #progresstext,
#progressmodal #progressloadingbar {
    visibility: hidden;
    font-size: 30px;
    color: var(--biv_color_white);
    color: #eee;
    text-align: center;
}

#progressmodal.visible #progresstext,
#progressmodal.visible #progressloadingbar,
#progressmodal.visible #progressloadingbar span {
    visibility: visible;
}

#progressmodal #progresstext,
#progressmodal #progressloadingbar,
#progressmodal #progressloadingbar span {
    visibility: hidden;
}

#progressmodal #progressloadingbar {
    font-family: sans-serif;
}

    #progressmodal #progressloadingbar span {
        color: transparent;
        vertical-align: text-bottom;
    }

        #progressmodal #progressloadingbar span.show {
            color: rgba(238, 238, 238, 1);
        }

        #progressmodal #progressloadingbar span.show2 {
            color: rgba(238, 238, 238, 0.7);
        }

        #progressmodal #progressloadingbar span.show3 {
            color: rgba(238, 238, 238, 0.3);
        }

body.biv div.login {
    padding-top: 20px;
}

body.biv div.content {
}

    body.biv div.content.fadeout {
        padding-top: 0;
    }

body.biv .login_box_password {
    margin-top: 16px;
}

.topwrapper .m-header-serma-logo,
.login .m-header-serma-logo,
.content .m-header-serma-logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
    margin-right: 40px;
}

    .topwrapper .m-header-serma-logo label,
    .login .m-header-serma-logo label,
    .content .m-header-serma-logo label,
    .topwrapper .m-header-serma-logo div.label,
    .login .m-header-serma-logo div.label,
    .content .m-header-serma-logo div.label {
        margin-left: 0.5em;
        color: darkred;
        font-weight: bold;
    }

.topwrapper .m-header-serma-logo-title,
.login .m-header-serma-logo-title,
.content .m-header-serma-logo-title {
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: var(--biv_color_darkblue);
    font-weight: 600;
}

.m-header-serma-inner-bg {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 200%;
    width: 100%;
    background: var(--biv_color_white);
}

body.biv .headerwrapper {
    top: 0;
    background-color: var(--biv_color_white);
    width: 100%;
    overflow: auto;
    position: fixed;
    max-width: 1400px;
    min-width: 375px;
    margin: 0 auto;
    border: 1px solid var(--biv_color_radiocheck_grey);
}

.default_content_wrapper {
    z-index: 1;
}

#mainlogin {
    background-color: var(--biv_color_white);
}

.Yes_No {
    overflow-y: scroll;
    max-height: 100vh;
}

.Yes_No_Wrapper2 {
    max-height: 100vh;
    max-width: 100%;
}

body.biv .impressum .singlewrapper {
    margin-bottom: 50px;
}

body.biv .box,
body.biv .boxclear {
    max-width: calc(100% - 20px);
}

body.biv .fb.cols.input.checkbox.info-io-mitarbeiter,
body.biv .input.checkbox.info-io-mitarbeiter {
    padding: 16px 16px 0 16px;
    min-height: 0;
}

#page-register-infotext {
    padding-bottom: 2em;
}

body.biv .m-header-serma-inner .logo img {
    max-height: 60px;
}

body.biv.registrierung .contentwidth {
    max-width: 780px;
    min-width: 375px;
    margin: 0 auto;
}

body.biv .hiddencontent_opener {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -22px;
    z-index: 50;
    cursor: pointer;
}

    body.biv .hiddencontent_opener span {
        display: block;
        position: absolute;
        z-index: 51;
        height: 2px;
        width: 100%;
        background: var(--biv_color_blue);
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

body.biv div[class*="showall"] a,
body.biv div[class*="showall"] a:focus-visible,
body.biv div[class*="showall"] a:visited,
body.biv div[class*="showall"] a:active,
body.biv div[class*="showall"] a:focus,
body.biv div[class*="showall"] a:hover,
body.biv div[class*="showreduce"] a,
body.biv div[class*="showreduce"] a:focus-visible,
body.biv div[class*="showreduce"] a:visited,
body.biv div[class*="showreduce"] a:active,
body.biv div[class*="showreduce"] a:focus,
body.biv div[class*="showreduce"] a:hover {
    color: var(--serma_button_blue);
}

body.biv div[class*="showall"] .hiddencontent_opener span:nth-child(1) {
    top: 10px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.biv div[class*="showall"] .hiddencontent_opener span:nth-child(2) {
    top: 10px;
    width: 14px;
    margin-left: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.biv div[class*="showreduce"] .hiddencontent_opener span:nth-child(1) {
    top: 10px;
    width: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.biv div[class*="showreduce"] .hiddencontent_opener span:nth-child(2) {
    top: 10px;
    width: 14px;
    margin-left: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.progress-breadcrumps > ol {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .progress-breadcrumps > ol li {
        flex: 1;
        text-align: center;
        min-width: 0;
    }

        .progress-breadcrumps > ol li.active {
            min-width: fit-content;
        }

        .progress-breadcrumps > ol li:first-child {
            flex: 0 0 auto;
        }

            .progress-breadcrumps > ol li:first-child span {
                padding-left: 5px;
                border-right: 2px solid white;
                padding-right: 5px;
            }

.progress-breadcrumps-status {
    display: block;
    float: left;
    color: var(--biv_color_darkgrey);
    background: var(--biv_color_progress_background_grey);
}

    .progress-breadcrumps-status > span {
        font-size: 13px;
        font-weight: 700;
        padding: 10px 5px 11px 5px;
        display: block;
        border-right: 2px solid white;
    }

.progress-breadcrumps {
    overflow: hidden;
}

    .progress-breadcrumps > ol {
        width: 100%;
        margin: 0;
        padding: 0;
        cursor: default;
        color: var(--biv_color_darkgrey);
        -webkit-user-select: none;
        counter-reset: idprogress;
        background: var(--biv_color_progress_background_grey);
    }

    .progress-breadcrumps li {
        display: table-cell;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .progress-breadcrumps li.active {
            color: var(--biv_color_white);
            background: var(--biv_color_darkblue);
        }

        .progress-breadcrumps li.last {
            padding-right: 21px;
        }

        .progress-breadcrumps li > span:not(.arrow_box) {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            padding: 10px 0px 11px 30px;
            font-size: 13px;
            font-weight: 700;
            text-align: center;
        }

        .progress-breadcrumps li.first > span:not(.arrow_box) {
            padding-left: 0;
        }

        .progress-breadcrumps li.last > span:not(.arrow_box) {
            overflow: visible;
        }

        .progress-breadcrumps li > span.arrow_box {
            position: relative;
            top: -20px;
            display: block;
        }

        .progress-breadcrumps li.active span.arrow_box {
            background: var(--biv_color_darkblue);
        }

        .progress-breadcrumps li .arrow_box:after,
        .progress-breadcrumps li .arrow_box:before {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .progress-breadcrumps li .arrow_box:after {
            border-left-color: var(--biv_color_progress_background_grey);
            border-width: 20px;
            margin-top: -20px;
        }

        .progress-breadcrumps li.active .arrow_box:after {
            border-left-color: var(--biv_color_darkblue);
        }

        .progress-breadcrumps li .arrow_box:before {
            border-color: rgba(255, 255, 255, 0);
            border-left-color: var(--biv_color_boxbackground_lightgrey);
            border-width: 23px;
            margin-top: -23px;
        }

.persondatenblock > div:not(:last-child),
.firmadatenblock > div:not(:last-child) {
    padding-right: 2em;
}

@media (max-width: 1345px) {
    body .serma select,
    body.biv input {
        padding: 16px;
    }

        body.biv input[type="date"] {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            body.biv input[type="date"]::-webkit-date-and-time-value {
                padding-top: 14px;
                padding-bottom: 14px;
            }

        body.biv
        select[class^="combo"]:not(:disabled) + input[type="text"][alt^="combo"] {
            margin-top: -57px;
        }

    body.biv div.login {
    }

    body.biv div.content {
    }
}

@media (max-width: 950px) {
    .fb.cols.service-start > div {
        display: block;
        float: left;
        width: 100%;
    }

    body.biv .service-content textarea {
        display: block;
    }

    .fb.cols.service-start {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fb.rows.wrap.service-start-functions {
        flex-direction: row;
    }

    .fb.cols.service-start > * {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .service-content .whatsapp img {
        width: auto;
    }

    .service-content .whatsapp hr {
        display: block;
    }

    .progress-breadcrumps-status > span {
        padding: 5px 3px 6px 3px;
    }

    .progress-breadcrumps li > span:not(.arrow_box) {
        padding: 5px 0px 6px 21px;
    }

    .progress-breadcrumps li.first > span:not(.arrow_box) {
        padding-left: 4px;
    }

    .progress-breadcrumps li > span.arrow_box {
        top: -10px;
    }

    .progress-breadcrumps li .arrow_box:after {
        border-width: 15px;
    }

    .progress-breadcrumps li .arrow_box:before {
        border-width: 18px;
        margin-top: -23px;
    }

    body.biv select,
    body.biv input {
        padding: 16px;
    }

        body.biv input[type="date"] {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        body.biv
        select[class^="combo"]:not(:disabled) + input[type="text"][alt^="combo"] {
            margin-top: -57px;
        }

    .login .m-header-serma-logo,
    .content .m-header-serma-logo {
        margin-right: 10px;
    }

    body.biv div.login {
    }

    body.biv div.content {
    }

    body.biv .login .login_wrapper {
        width: fit-content;
    }

        body.biv .login .login_wrapper .login_content {
            margin: 0 auto;
            float: none;
        }

        body.biv .login .login_wrapper .login_text {
            max-width: fit-content;
        }

            body.biv .login .login_wrapper .login_text h1 {
                hyphens: none;
            }

    body.biv .m-header-serma-inner .logo img {
        max-height: 60px;
    }

    body.biv .m-header-serma-inner {
        padding: 0 10px !important;
    }

    body.biv .fb .fixed-70 {
        width: 10px !important;
    }
}

@media (max-width: 950px) {
    body.biv .boxwrapper {
        padding: 0 0 10px 0;
    }

    .topwrapper .m-header-serma-inner .loggedin {
        font-size: 75%;
    }

    body.biv .subbox {
        padding: 5px;
    }

    body.biv .viewservice .subbox {
    }

    body.biv select,
    body.biv input,
    body.biv select:disabled,
    body.biv input:disabled {
        padding: 12px;
    }

        body.biv input[type="date"] {
            padding-top: 11px;
            padding-bottom: 11px;
        }

        body.biv input[type="date"] {
        }

            body.biv input[type="date"]::-webkit-date-and-time-value {
                min-height: 1.6rem;
                -webkit-appearance: none;
                text-align: left;
                padding-top: 0px;
                padding-bottom: 1px;
            }

        body.biv
        select[class^="combo"]:not(:disabled) + input[type="text"][alt^="combo"] {
            margin-top: -49px;
        }

    body.biv div.showpassword {
        top: -33px;
    }

    body.biv div.login {
    }

    body.biv div.content {
    }

    body.biv .login .login_wrapper {
        width: fit-content;
        padding-left: 0;
        padding-right: 0;
    }

        body.biv .login .login_wrapper .login_content {
            margin: 0 auto;
            float: none;
            width: auto;
            max-width: 349px;
        }

    body.biv button:not(.modaldialog),
    body.biv input[type="button"]:not(.modaldialog),
    body.biv input[type="submit"]:not(.login_input_button),
    body.biv button:not(.innertext) {
        padding: 5px;
        float: left !important;
        margin-left: 0 !important;
    }

    body.biv button.modaldialog,
    body.biv input[type="button"].modaldialog {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    body.biv button.logout,
    body.biv input[type="button"].logout,
    body.biv button.kontaktformular,
    body.biv input[type="button"].kontaktformular {
        margin-left: 0;
        float: right !important;
    }

    body.biv .m-header-serma-inner .logo img {
        max-height: 40px;
    }

    .topwrapper .m-header-serma-logo,
    .login .m-header-serma-logo,
    .content .m-header-serma-logo {
        margin-right: 10px;
    }

    body.biv .m-header-serma-inner {
        padding: 0 10px !important;
        height: 55px !important;
    }

    .topwrapper .m-header-serma-logo,
    .login .m-header-serma-logo,
    .content .m-header-serma-logo {
        height: 50px;
    }

    body.biv [class^="boxdata-header"] {
        top: 55px !important;
    }

    body.biv .fb .fixed-70 {
        width: 10px !important;
    }

    label.input_label_serma.placeholder,
    label.select_label_serma.placeholder {
        top: 35px;
    }

    body.biv .kontakt_und_whatsapp [class^="self-flex"]:first-child {
        flex: 1 0 100%;
    }

    body.biv .kontakt_und_whatsapp [class^="self-flex"].whatsapp {
        max-width: none;
    }

    body.biv .box.serviceseite .info.tooltip {
    }

    body.biv .fb .box.startseite,
    body.biv .fb .box.serviceseite {
    }
}

@media print {
    body.biv select,
    body.biv input {
        padding: 5px;
    }
}

.hide {
    display: none;
}

body.biv #serma_header_logo,
body.biv #serma_header_logo a {
    cursor: pointer;
}

body.biv.loggedin .loggedin_header {
    display: block;
    background-color: var(--biv_color_white);
}

body.biv:not(.loggedin) .loggedin_header {
    display: none;
}

body.biv .loggedin_header .loggedin_header-inner {
    /*padding: 0 80px;*/
    padding-right: 3rem; /* für BIV Aufgabenbank */
}

body.biv.loggedin .topwrapper .m-header-serma-inner {
    border-bottom: none;
}

body.biv .fb .box.serviceseite {
}

body.biv button:not(.modaldialog).edit.posright {
    max-width: fit-content;
    max-height: fit-content;
    margin: auto 0;
}

body.biv .textblockstandalone {
    padding: 100px 1em;
    text-align: center;
}

body.biv .parentDocumentbox > div:last-child,
body.biv .parentDocumentbox > div:not(.hidden):last-of-type,
body.biv .parentDocumentbox > div:not(.hidden):has(~ .hidden:last-child) {
    border-radius: 0 0 15px 15px;
}

body.biv .parentDocumentbox .download_dokumente {
}

body.biv .parentDocumentbox .download_dokumente > .subbox > .dokumente {
    /*width: fit-content;*/ /* für BIV Aufgabenbank enfernt, damit Download-Tabelle volle Breite hat */
    margin: 0 auto;
}

body.biv .hinweis_text_header {
    border: 2px solid var(--biv_color_darkblue);
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto 1rem;
    display: block;
    text-align: center;
}

.displaynone {
    display: none;
}

.capitalize-first::first-letter {
    text-transform: uppercase;
}

a:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: none;
}

.padding-left {
    padding-left: 16px;
}

.cursor_pointer {
    cursor: pointer;
}

.widthfitcontent {
    width: fit-content;
}

.widthmaxcontent {
    width: max-content;
}

.widthmincontent {
    width: min-content;
}

.widthauto {
    width: auto;
}

.bg_white {
    background-color: var(--biv_color_white);
}

.bg_grey {
    background-color: var(--biv_color_background_grey);
}

.bg_lightgrey {
    background-color: var(--biv_color_background_lightgrey);
}

input {
    width: 100%;
    outline: none;
    -webkit-transition: border-color.1s, color.1s, background-color.1s;
    transition: border-color.1s, color.1s, background-color.1s;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

    input.uppercase,
    textarea.uppercase {
        text-transform: uppercase;
    }

body.biv textarea {
    resize: none;
}

input[type="text"].login_input_field,
input[type="number"].login_input_field,
input[type="email"].login_input_field,
input[type="tel"].login_input_field,
input[type="password"].login_input_field {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 20px;
    text-indent: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    background: var(--biv_color_white);
    color: var(--biv_color_black);
    opacity: 1;
}

    input[type="password"].login_input_field.hidden {
        display: none;
    }

input.code_verifizierung {
    width: 4em !important;
    height: 4em !important;
    text-align: center !important;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"] {
    height: 21px;
    padding: 1px;
    border: 1px solid #ddd;
    background-color: var(--biv_color_white);
    -webkit-user-select: text;
}

input[type="date"] {
    cursor: text;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        cursor: pointer;
    }

input.login_input_button:disabled {
    -webkit-transition: none;
    transition: none;
    background-color: var(--biv_color_background_lightgrey);
}

label.input_label_serma sup {
    font-size: 1em;
    top: -0.2em;
}

.checkbox .container {
    display: block;
    position: relative;
    padding-left: 47px !important;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .checkbox .container:has(input:disabled) {
        cursor: default;
    }

.checkbox .footer_container {
    display: block;
}

.checkbox .container input[type="radio"],
.checkbox .container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    z-index: -9999;
}

.boxdata .fb div[class^="self-flex-"] {
    margin-right: 0.5em;
}

    .boxdata .fb div[class^="self-flex-"]:last-child {
        margin-right: 0;
    }

.checkbox .container .checkmark {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 25px;
    width: 25px;
    background-color: var(--biv_color_radiocheck_grey);
}

.checkbox .container .radiomark {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 26px;
    width: 26px;
    background-color: var(--biv_color_radiocheck_grey);
    border-radius: 26px;
}

body.biv .fb.cols.input.checkbox label.headline,
body.biv .input.checkbox label.headline,
body.biv .fb.cols.input.checkbox div.label.headline,
body.biv .input.checkbox div.label.headline {
    padding-bottom: 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: block;
}

body.biv .fb.cols.input.checkbox label.container,
body.biv .input.checkbox label.container {
    padding-bottom: 0;
}

    body.biv .fb.cols.input.checkbox label.container:last-of-type,
    body.biv .input.checkbox label.container:last-of-type {
        padding-bottom: 16px;
    }

.checkbox .container:hover input ~ .checkmark,
.checkbox .container:hover input ~ .radiomark {
    background-color: var(--biv_color_radiocheck_hover_grey);
}

.checkbox .container input:checked ~ .checkmark,
.checkbox .container input:checked ~ .radiomark,
.checkbox .container .checkmark.checked,
.checkbox .container .radiomark.checked {
    background-color: var(--biv_color_darkblue);
}

    .checkbox .container input:checked:disabled ~ .checkmark,
    .checkbox .container input:checked:disabled ~ .radiomark,
    .checkbox .container .checkmark.checked.disabled,
    .checkbox .container .radiomark.checked.disabled {
        background-color: var(--biv_color_radiocheck_grey);
        cursor: default;
    }

.checkbox .container:hover input:disabled ~ .checkmark,
.checkbox .container:hover input:disabled ~ .radiomark,
.checkbox .container:hover .checkmark.disabled,
.checkbox .container:hover .radiomark.disabled {
    background-color: var(--biv_color_radiocheck_grey);
    cursor: default;
}

.checkbox .container.disabled,
.checkbox .container.disabled input {
    cursor: default;
}

    .checkbox .container.disabled input ~ .checkmark,
    .checkbox .container.disabled input ~ .radiomark {
    }

.checkbox .container .checkmark:after,
.checkbox .container .radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox .container input:checked ~ .checkmark:after,
.checkbox .container input:checked ~ .radiomark:after,
.checkbox .container .checkmark.checked:after,
.checkbox .container .radiomark.checked:after {
    display: block;
}

.checkbox .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox .container .radiomark:after {
    left: 7px;
    top: 7px;
    border: 6px solid white;
    border-radius: 6px;
}

.boxdata-service_zahlungsdaten label.container.disabled {
    display: none;
}

    .boxdata-service_zahlungsdaten
    label.container.disabled:has(.radiomark.fakeinput.checked) {
        display: block;
    }

.elementToFadeIn {
    max-height: 10000px;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}

.elementToFadeOut {
    max-height: 0;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}

.boxsepadaten {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
}

    .boxsepadaten.active {
        opacity: 1;
        max-height: 100%;
    }

body.biv .roundbutton {
    margin: auto;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 32px !important;
    height: 32px;
    cursor: pointer;
    z-index: 50;
    border: 3px solid var(--biv_color_white) !important;
    border-radius: 50%;
}

body.biv button .roundbutton .info {
    margin-left: -9px !important;
}

body.biv .roundbutton .info {
    margin-top: 5px !important;
    margin-left: 4px !important;
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 50;
    margin-top: 8px;
    margin-left: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

    body.biv .roundbutton .info span:nth-child(1),
    body.biv .roundbutton .info span:nth-child(2) {
        display: block;
        position: absolute;
        z-index: 51;
        background: var(--biv_color_white);
        border-radius: 4px;
        opacity: 1;
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    body.biv .roundbutton .info span:nth-child(1) {
        height: 11px;
        width: 4px;
        top: 6px;
        left: 7px;
        margin-top: 0;
        margin-left: 0;
    }

    body.biv .roundbutton .info span:nth-child(2) {
        width: 4px;
        height: 4px;
        top: -1px;
        left: 7px;
        margin-top: 0;
        margin-left: 0;
    }

body.biv .mein_serma_portal-choice,
body.biv .service-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 1em;
    position: relative;
}

    body.biv .mein_serma_portal-choice .rounded-button-item,
    body.biv .service-choice .rounded-button-item,
    body.biv .service-item .rounded-button-item {
        position: relative;
    }

    body.biv .mein_serma_portal-choice button + .roundbutton,
    body.biv .service-choice button + .roundbutton,
    body.biv .service-item button + .roundbutton {
        position: absolute;
        top: 1em !important;
        right: 1em !important;
    }

@media (max-width: 800px) {
    body.biv .mein_serma_portal-choice,
    body.biv .service-choice {
        grid-template-columns: 1fr;
    }

    body.biv button + .roundbutton {
    }
}

body.biv .box.mein_serma_portal,
body.biv .box.serviceseite {
    flex: 0 1 calc(50% - 8px);
    box-sizing: border-box;
    margin: 0;
    max-width: none;
    border: 1px solid #ccc;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: var(--biv_color_blue);
    position: relative;
}

body.biv button.box.mein_serma_portal,
body.biv button.box.serviceseite {
    display: block;
    width: 100% !important;
}

body.biv .box.mein_serma_portal.rounded,
body.biv .box.serviceseite.rounded {
    border-radius: 2em;
}

.fb .box.mein_serma_portal > div,
.fb .box.serviceseite > div,
.fb .mein_serma_portal_box > div {
    position: relative;
}

body.biv .mein_serma_portal .roundbutton,
body.biv .serviceseite .roundbutton {
    top: 1.2em !important;
    right: 1.2em !important;
}

body.biv .box.mein_serma_portal .info.tooltip,
body.biv .box.serviceseite .info.tooltip,
body.biv .mein_serma_portal_box .info.tooltip {
    position: absolute;
    display: block;
    float: right;
    top: -36px;
    right: 36px;
    width: min-content;
}

body.biv .box.mein_serma_portal .display_contents,
body.biv .box.serviceseite .display_contents,
body.biv .mein_serma_portal_box .display_contents {
    display: contents;
}

body.biv .box.mein_serma_portal .button,
body.biv .box.serviceseite .button,
body.biv .mein_serma_portal_box .button {
    margin: 0 auto;
    width: fit-content;
    padding: 0 1em;
    height: 100px;
    line-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10em;
}

    body.biv .box.mein_serma_portal .button span,
    body.biv .box.serviceseite .button span,
    body.biv .mein_serma_portal_box .button span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1em;
    }

body.biv .whatsapp {
    margin: 0;
    padding: 0;
}

.download {
    float: left;
    width: 30px;
    margin-bottom: 4px;
}

    .download .svg-icon {
        display: block;
        width: 24px;
    }

svg:not(:root) {
    overflow: hidden;
}

.download .svg-icon .fill-color-file-bg {
    fill: #fff;
}

.svg-icon .fill-color-main {
    fill: #787878;
}

a:hover .svg-icon .fill-color-main {
    fill: #ed2224;
}

.svg-icon .stroke-color-main {
    fill: none;
    stroke: #787878;
    stroke-width: 10px;
}

a:hover .svg-icon .stroke-color-main {
    stroke: #ed2224;
}

table.rechnungstabelle {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    table.rechnungstabelle th,
    table.rechnungstabelle td {
        width: 33.33%;
        text-align: center;
        padding: 10px;
    }

    table.rechnungstabelle th {
        white-space: nowrap;
    }

    table.rechnungstabelle thead tr {
        border-bottom: 1px solid #000;
    }

    table.rechnungstabelle tbody tr {
        border-bottom: 1px solid #000;
    }

    table.rechnungstabelle tbody td {
        text-align: left;
    }

        table.rechnungstabelle tbody td:first-child {
            text-align: center;
        }

.modaldialog_First,
.modaldialog_Second {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    max-height: 100vh;
}

.modaldialog_First {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
}

.modaldialog_Second {
    z-index: 20000;
}

.modaldialog_Content {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.modaldialog_Wrapper2 {
    max-height: 100vh;
    max-width: 100%;
}

.modaldialog_Wrapper {
    width: calc(100% - 10px);
    min-width: 300px;
    max-width: 1000px;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
    background: #fbfbfb;
    padding: 20px;
}

    .modaldialog_Wrapper > * {
        margin-bottom: 5px;
    }

    .modaldialog_Wrapper > .Question {
        display: block;
    }

        .modaldialog_Wrapper > .Question > * {
            width: 1px;
        }

    .modaldialog_Wrapper > .Answers {
        display: -webkit-box;
        display: -moz-box;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .modaldialog_Wrapper > .Answers > * {
            align-self: center;
        }

            .modaldialog_Wrapper > .Answers > *:not(:last-child) {
                margin-right: 50px;
            }

@font-face {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/titillium-web-v8-latin-200.eot);
    src: local("Titillium Web ExtraLight"), local("TitilliumWeb-ExtraLight"), url(../fonts/titillium-web-v8-latin-200.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-200.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-200.woff) format("woff"), url(../fonts/titillium-web-v8-latin-200.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-200.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/titillium-web-v8-latin-200italic.eot);
    src: local("Titillium Web ExtraLight Italic"), local("TitilliumWeb-ExtraLightItalic"), url(../fonts/titillium-web-v8-latin-200italic.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-200italic.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-200italic.woff) format("woff"), url(../fonts/titillium-web-v8-latin-200italic.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-200italic.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/titillium-web-v8-latin-300.eot);
    src: local("Titillium Web Light"), local("TitilliumWeb-Light"), url(../fonts/titillium-web-v8-latin-300.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-300.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-300.woff) format("woff"), url(../fonts/titillium-web-v8-latin-300.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-300.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/titillium-web-v8-latin-300italic.eot);
    src: local("Titillium Web Light Italic"), local("TitilliumWeb-LightItalic"), url(../fonts/titillium-web-v8-latin-300italic.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-300italic.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-300italic.woff) format("woff"), url(../fonts/titillium-web-v8-latin-300italic.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-300italic.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/titillium-web-v8-latin-regular.eot);
    src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"), url(../fonts/titillium-web-v8-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-regular.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-regular.woff) format("woff"), url(../fonts/titillium-web-v8-latin-regular.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-regular.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/titillium-web-v8-latin-italic.eot);
    src: local("Titillium Web Italic"), local("TitilliumWeb-Italic"), url(../fonts/titillium-web-v8-latin-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-italic.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-italic.woff) format("woff"), url(../fonts/titillium-web-v8-latin-italic.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-italic.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/titillium-web-v8-latin-600.eot);
    src: local("Titillium Web SemiBold"), local("TitilliumWeb-SemiBold"), url(../fonts/titillium-web-v8-latin-600.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-600.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-600.woff) format("woff"), url(../fonts/titillium-web-v8-latin-600.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-600.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/titillium-web-v8-latin-600italic.eot);
    src: local("Titillium Web SemiBold Italic"), local("TitilliumWeb-SemiBoldItalic"), url(../fonts/titillium-web-v8-latin-600italic.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-600italic.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-600italic.woff) format("woff"), url(../fonts/titillium-web-v8-latin-600italic.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-600italic.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/titillium-web-v8-latin-700.eot);
    src: local("Titillium Web Bold"), local("TitilliumWeb-Bold"), url(../fonts/titillium-web-v8-latin-700.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-700.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-700.woff) format("woff"), url(../fonts/titillium-web-v8-latin-700.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-700.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/titillium-web-v8-latin-700italic.eot);
    src: local("Titillium Web Bold Italic"), local("TitilliumWeb-BoldItalic"), url(../fonts/titillium-web-v8-latin-700italic.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-700italic.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-700italic.woff) format("woff"), url(../fonts/titillium-web-v8-latin-700italic.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-700italic.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/titillium-web-v8-latin-900.eot);
    src: local("Titillium Web Black"), local("TitilliumWeb-Black"), url(../fonts/titillium-web-v8-latin-900.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v8-latin-900.woff2) format("woff2"), url(../fonts/titillium-web-v8-latin-900.woff) format("woff"), url(../fonts/titillium-web-v8-latin-900.ttf) format("truetype"), url(../fonts/titillium-web-v8-latin-900.svg#TitilliumWeb) format("svg");
}

@font-face {
    font-family: "22_iconfont";
    src: url(../fonts/22_iconfont.eot?5e47481d24d204242835aba37bfc9619);
    src: url(../fonts/22_iconfont.eot?5e47481d24d204242835aba37bfc9619#iefix) format("embedded-opentype"), url(../fonts/22_iconfont.woff2?5e47481d24d204242835aba37bfc9619) format("woff2"), url(../fonts/22_iconfont.woff?5e47481d24d204242835aba37bfc9619) format("woff"), url(../fonts/22_iconfont.ttf?5e47481d24d204242835aba37bfc9619) format("truetype"), url(../fonts/22_iconfont.svg?5e47481d24d204242835aba37bfc9619#22_iconfont) format("svg");
    font-weight: 400;
    font-style: normal;
}
