html {
    font-family: 'Fira Sans' !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

.swal2-border-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

@supports (-moz-appearance:none) {
    select
    {
        -moz-appearance:none !important;
        font-family: 'Fira Sans' !important;
        font: -moz-pull-down-menu !important;
    }
}

select {
    font-family: 'Fira Sans' !important;
    font-size: 14px !important;
}

select option {
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 14px !important;
}

body {
    text-align: left;
    font-family: 'Fira Sans', serif !important;
    font-size: 14px !important;
    margin: 0;
    padding: 0;
    color: #353535 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

footer {
    min-width: 55px;
}

.inputtextarea > textarea {
    width: 100%;
    border: 1px solid #757575;
    border-radius: 0;
    padding-left: 5px;
}

#burgernavigation {
    cursor: pointer;
}

.navigationline-bullet:nth-child(2) {
    text-align: center;
}

#transparent {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: 4000;
    width: 100%;
    height: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #161616;
    background-origin: padding-box;
    background-position: left top;
    background-repeat: repeat;
    background-size: auto auto;
}

.vorgangs_daten {
    width: 100%;
    padding: 0 !important;
    height: 56px;
    background: #FFFFFF;
    border-bottom: 1px solid #DADADA;
}

.topmenu {
    position: relative;
    top: 5px;
    left: 504px;
    display: table;
    height: 60px;
}

.leftmenu {
    width: 252px;
    position: relative;
    top: -30px;
    left: 196px;
}

.headbox {
    float: left;
    width: 100%;
    margin: 11px auto auto auto;
    padding: 0 0 1px 0;
    text-align: center;
}

/* line 70, ../sass/styles/_navigation.scss */
.headbox_top {
    width: 100%;
    height: 35px;
    margin: 0;
    font-weight: 700;
    border-radius: 11px;
    visibility: hidden;
}

.headbox_top div {
    padding: 7px 0 0 0;
    font-size: 15px;
}

.headbox_top.notused {
    visibility: hidden;
}

.menu {
    float: left;
    width: 100%;
    text-align: left;
}

.blueButton {
    background-color: #007AC3;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 11px 16px;
    cursor: pointer;
    text-decoration: none;
}

.redButton {
    background-color: #E5202E;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 11px 16px;
    cursor: pointer;
    text-decoration: none;
}

.textButton {
    background-color: transparent;
    border: 0;
    color: #005B92;
    font-size: 14px;
    cursor: pointer;
    padding: 11px 16px;
    text-decoration: none;
}

.footerButton {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-family: "Fira Sans";
    font-style: normal;
    color: #353535 !important;
    margin-left: 32px;
}

.footerButton:first-child {
    margin: 0 !important;
}
.footerButtonCopyright {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-family: "Fira Sans";
    font-style: normal;
    color: #353535 !important;
    margin: 0 !important;
    text-align: right;
}

.whiteButton {
    background-color: #fff;
    border: 1px solid #757575;
    color: #232323;
    font-size: 14px;
    padding: 8px 16px;
    cursor: pointer;
    text-decoration: none;
}

.transparentButton {
    background-color: transparent;
    border: 1px solid #005B92;
    color: #005B92;
    font-size: 14px;
    padding: 11px 16px;
    cursor: pointer;
    text-decoration: none;
}

.transparentButton:link, .transparentButton:visited, .transparentButton:hover, .transparentButton:active {
    text-decoration: none !important;
}

.blueButton:link, .blueButton:visited, .blueButton:hover, .blueButton:active {
    text-decoration: none !important;
}

.blueButton:focus {
    border: 1px solid #003D61;
}

.blueButton:hover {
    background-color: #003D61;
}

.blueButton:disabled {
    background-color: #007AC3;
    opacity: 0.5;
    cursor: default;
}

.transparentButton:focus {
    border: 1px solid #003D61;
    outline: 2px solid #000;
}

.transparentButton:hover {
    background-color: #003D61;
    color: #fff;
}

.transparentButton:hover img {
    color: #fff !important;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
}

.clickable {
    cursor: pointer;
}

.contentcontainer {
    display: flex;
    width: 768px;
    flex-direction: column;
    font-size: 14px;
    color: #353535 !important;
}

.antragLabel {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a.highlightedLink {
    color: #005B92 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.navigationOuter {
    max-height: 18px;
    margin-bottom: 22px;
    display: flex;
}

.navigationIcon {
    display: inline-block;
    width: 16px;
    height: auto;
}

.navigationIcon img {
    z-index: 900;
}

.navigationVerticalAlign {
    z-index: 899;
}

.navigationLabel {
    display: inline-block;
    width: 240px;
    margin-left: 8px;
}



#fieldset-Detail {
    margin-bottom: 50px;
    padding: 0;
    /*margin-top: 1em;*/
    text-align: left;
    border: 0;
}

.hilfetexticon {
    display: inline-block;
    margin-left: auto;
    height: 16px;
    width: 16px;
    border: 0 !important;
    align-self: baseline;
}

.hilfetextplatzhalter {
    display: inline-block;
    margin-left: auto;
    width: 16px;
    border: 0 !important;
    align-self: baseline;
}

.hilfetexticon {
    background: url("../../images/vivo/lissa_icons/icon_information.svg") no-repeat scroll bottom left transparent;
    background-size: 16px 16px;
    cursor: pointer;
}

.hilfetexticon:hover {
    background: url("../../images/vivo/lissa_icons/icon_information_blue.svg") no-repeat scroll bottom left transparent;
    background-size: 16px 16px;
    cursor: pointer;
}

.hilfetexticon .hilfetext {
    position: absolute;
    display: none;
    width: 200px;
    height: fit-content;
    z-index: 99;
    margin: 0 0 0 18px;
    padding: 5px;
    color: #FFF;
    background-color: #232323;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);


    overflow: hidden;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    /*white-space: -pre-wrap;*/
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.hilfetexticon:hover .hilfetext {
    display: block;
}

.contentbox_outerstart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;

    position: absolute;
    width: 656px;
    height: 190px;
    left: 392px;
    top: 112px;
}

.contentboxstart {
    /*width: 656px;*/
    width: 100%;
    /*height: 60px;*/

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    text-align: left;
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;

    color: #232323;

    flex: none;
    order: 0;
    flex-grow: 1;
}

.contentbox_topstart {
    width: 100%;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 28px !important;
    line-height: 36px !important;
    padding: 0 !important;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;
    color: #353535;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.contentlayer {
    display: flex;
    /*position: relative;*/
    /*width: 1440px;*/
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contentboxlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    /*width: 816px;*/
    width: 100%;
    /*min-height: 428px;*/
    height: auto;
    /* Inside auto layout */
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.contentbox_toplist {
    width: 100%;
    /* Heading/Normal/h1 | Step 7 */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    line-height: 36px;

    /* identical to box height, or 129% */
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;

    /* Gray/shade1 | #353535 */
    color: #353535;
    /*margin-top: 56px;*/
}


.contentbox_toplist_multiple {
    /*width: 100%;*/
    /* Heading/Normal/h1 | Step 7 */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;

    /* identical to box height, or 129% */
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;

    /* Gray/shade1 | #353535 */
    color: #353535;
    /*margin-top: 56px;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between*/
}


.contentbox_toplist_multiple .transparentButton {
    font-weight: normal;
    padding: 3px 16px;
}

.contentboxlist_title {
    /*width: 816px;*/
    width: 100%;
    height: 16px;
    /* Heading/EYEBROW/EYEBROW | Step 1 */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: 1px;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on, 'cpsp' on;
    /* Gray/shade2 | #232323 */
    color: #232323;
    /* Inside auto layout */
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.contentboxlist_text {
    /*width: 816px;*/
    width: 100%;
    height: 52px;

    /* Heading/Normal/h3 | Step 5 */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;

    /* or 130% */
    font-feature-settings: 'pnum' on, 'lnum' on, 'cpsp' on, 'case' on, 'mgrk' on;

    /* Gray/shade1 | #353535 */
    color: #353535;


    /* Inside auto layout */
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.katlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    min-height: 240px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.navigation_row {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0;
    gap: 8px;
    width: 100%;
    height: 40px;
    /* Gray/tint4 | #DADADA */
    border-bottom: 1px solid #DADADA;
    /* Inside auto layout */
    flex: none;
    align-self: stretch;
    flex-grow: 0;

    color: #353535 !important;
}

.navigation_active {
    background-color: #F2F8FC !important;
}

.navigation_row .label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.navigation_row img {
    margin-right: 10px;
}

.navigation_row a {
    width: 271px;
    height: 16px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */
    display: flex;
    align-items: center;
    /* Blue/shade1 | #005B92 */
    color: #005B92;
    /* Inside auto layout */
    flex: none;
    flex-grow: 1;
}

.navigation_img {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 14px;
    height: 14px;


    /* Inside auto layout */
    flex: none;
    order: 3;
    flex-grow: 0;
}

.navigation_img img {
    width: 14px;
    height: 14px;

    /* Gray/shade1 */
    background: #353535;
}

.navigation_ready {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;

    width: 91px;
    height: 16px;

    /* Blue/tint5 | #E6F2F9 */
    background: #E6F2F9;
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;

    /* TAG/TAG */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;

    /* identical to box height, or 145% */
    letter-spacing: 1px;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;

    /* Black | #000000 */
    color: #000000;
}

.katlist_row {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0;
    gap: 8px;
    width: 100%;
    height: 40px;
    /* Gray/tint4 | #DADADA */
    border-bottom: 1px solid #DADADA;
    /* Inside auto layout */
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    justify-content: space-between;
}

.katlist_row img {
    margin-right: 10px;
}

.katlist_row a {
    width: 271px;
    height: 16px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */
    display: flex;
    align-items: center;
    /* Blue/shade1 | #005B92 */
    color: #005B92;
    /* Inside auto layout */
    flex: none;
    flex-grow: 1;
}

.katlist_img {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 14px;
    height: 14px;


    /* Inside auto layout */
    flex: none;
    order: 3;
    flex-grow: 0;
}

.katlist_img img {
    width: 14px;
    height: 14px;

    /* Gray/shade1 */
    background: #353535;
}

.katlist_ready {
    display: flex;
    justify-content: center;

    width: 88px;
    height: 16px;
    margin-top: 2px;

    /* Blue/tint5 | #E6F2F9 */
    background: #E6F2F9;
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;

    /* TAG/TAG */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;

    /* identical to box height, or 145% */
    letter-spacing: 1px;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;

    /* Black | #000000 */
    color: #000000;
}

.contentbox_buttonlist {
    margin-top: 8px;
}

.katlist_ready_fin {
    display: flex;
    flex-direction: row;
    align-items: flex-start;

    width: 91px;
    height: 16px;

    /* Blue/tint5 | #E6F2F9 */
    background: #FFFFFF;
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;

    /* TAG/TAG */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;

    /* identical to box height, or 145% */
    letter-spacing: 1px;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;

    /* Black | #000000 */
    color: #000000;
}

.contentbox_innerlist {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*padding: 24px 0px 0px;*/
    padding: 0;
    gap: 32px;

    /*width: 816px;*/
    min-height: 264px;
    height: auto;

    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.contentbox_innerrightbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 40px;
    min-height: 240px;
    /* Inside auto layout */
    flex: none;
    flex-grow: 1;
}

.bzblist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 392px;
    min-height: 120px;
    flex: none;
    align-self: stretch;
}

.listContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    min-height: 120px;
    flex: none;
    align-self: stretch;
}

.listContainerFull {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    min-height: 120px;
    flex: none;
    align-self: stretch;
}

.listContainer .listEntries, .listContainerFull .listEntries {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.listHeadline {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0;
    /*padding: 0;*/
    gap: 8px;
    width: 100%;
    /*height: 40px;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;
    color: #232323;
    flex: none;
    /*flex-grow: 1;*/
}

.mvlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 392px;
    min-height: 80px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.mvlist_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0px;
    gap: 8px;

    width: 392px;
    height: 40px;

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;

    /* Gray/shade2 | #232323 */
    color: #232323;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.mvlist_row {
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0px;
    gap: 8px;

    width: 392px;
    height: 40px;

    /* Gray/tint4 | #DADADA */
    border-bottom: 1px solid #DADADA;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.mvlist_empty {
    width: 392px;
    height: 16px;

    /* Body/Small/Regular */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

    /* or 150% */
    display: flex;
    align-items: center;

    /* Gray/tint1 | #757575 */
    color: #757575;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.bzblist_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0;
    gap: 8px;
    width: 392px;
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;
    color: #232323;
    flex: none;
    flex-grow: 1;
}

.bzblist_row {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0px;
    gap: 8px;
    width: 392px;
    height: 40px;
    /* Gray/tint4 | #DADADA */
    border-bottom: 1px solid #DADADA;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.bzblist_empty {
    width: 392px;
    height: 16px;
    /* Body/Small/Regular */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    display: flex;
    align-items: center;
    /* Gray/tint1 | #757575 */
    color: #757575;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.footerCopyright {
    display: flex;
    flex-direction: row;
    width: 840px;
    height: 18px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 18px;
    padding: 0;
    color: #353535;
}

.helpsite {
    background-color: #FFF !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0;
    height: auto !important;
}

.headline1 {
    font-size: 24px;
    font-weight: 500;
}

.headline2 {
    font-size: 20px;
    font-weight: 500;
}

.headline3 {
    font-size: 18px;
    font-weight: 500;
}

.headline4 {
    font-size: 16px;
    font-weight: 500;
}

.text {
    font-size: 16px;
}

.bold {
    font-weight: 500;
}

.mail {
    color: #005B92;
}

.link {
    color: #005B92;
}

.questionRow {
    background-color: #F2F2F2;
    border-bottom: 2px solid #FFFFFF !important;
    display: flex;
    /*flex-flow: row wrap;*/
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: flex-start;
    align-items: center;
    padding: 8px 5px;
    gap: 5px;
}

.questionRow > select[class^="dtpicker"] {
    width: 122px !important;
}


.questionRow > div.label {
    flex: inherit;
    align-self: flex-end;
}

.questionRow > div.label > label {
    hyphens: auto;
}

.questionRow > div.inputselect {

}

.questionRow > div.radiolist > .s_radio > input {
    min-width: 14px !important;
    max-width: 14px !important;
    width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    height: 14px !important;
    margin-top: 4px !important;
}

.questionRow > div.selectlist > .selectlist-entry > input {
    min-width: 14px !important;
    max-width: 14px !important;
    width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    height: 14px !important;
    margin-top: 4px !important;
}

.questionRow > div.inputtext > input {
    height: 32px;
    border: 1px solid #757575;
    border-radius: 0;
    padding-left: 5px;
}

.questionRow > div.inputselect > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    /*background-image: url("data:image/svg+xml;utf8,<svg height='24' viewBox='0 5 24 24' width='24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.4001 1.66644L7.0001 8.39977L0.600098 1.73311L1.33343 0.933105L7.0001 6.86644L12.6668 0.933105L13.4001 1.66644Z' fill='#353535'/></svg>");*/
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 5 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    padding-right: 25px;
    height: 32px;
    border: 1px solid #757575;
    padding-left: 5px;
    /*width: 100%;*/
    color: #353535 !important;
    max-width: 100%;
}

.questionRow > div.inputdate > select {
    border: 1px solid #757575;
    height: 32px;
    padding-left: 5px;
    color: #353535 !important;
}

.questionRow > div.inputdate > select:first-child {
    width: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 5 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

.questionRow > div.inputdate > select:nth-child(2) {
    width: 95px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 5 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    margin-left: 8px;
}

.questionRow > div.inputdate > select:nth-child(3) {
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 5 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    margin-left: 8px;
}

.questionRow > div.inputtextarea {

}
.questionRow > div.frageLink {
    /*display: inline-block;*/
    /*float: right;*/
    position: absolute;
    /*right: -38px;*/
    color: #000000 !important;
}

.inputdate > button {
    width: 16px !important;
    height: 16px !important;
    border: 0;
    padding: 0;
    margin-left: 8px;
}

.inputdate > button:hover {
    padding: 0;
    border: 0;
}

.questionRow > div.label.radio {
    align-self: baseline;
    margin-top: 0 !important;
}

.questionRow > div.label.textarea {
    align-self: baseline;
}

.questionRow > div.hilfetextsmall {
    align-self: start !important;
    margin-top: 3px;
}

.questionRow > div.hilfetextlarge {
    align-self: start !important;
    margin-top: 8px !important;
    width: 22px;
}

.questionRow > div.hilfetextlarge.radio {
    margin-top: 3px !important;
}

.questionRow > div.inputlabel {
    /*flex: 0 0 400px;*/
    font-weight: 700;
}


.questionRow > div.inputsellist {
    align-self: baseline;
}

.questionRow.hiddenquestion {
    display: none;
}

.questionRow.hiddenquestion > div.frageLink {
    right: -38px;
}

select {
    background-color: #FFF !important;
}

.errorContainer {
    border: 1px solid #E5202E;
    border-left: 4px solid #E5202E;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
    padding: 8px 24px 8px 24px;
}

.errorContainer img {
    width: 14px;
    height: 14px;
    margin-top: 5px;
}

.hiddenquestion > :not(.frageLink) {
    display: none !important;
}

.hiddenquestion .frageLink {
    position: relative;
    right: -29.5px;
}

label.required:after, .s_radio input[type=radio]:checked + label.required:after,
.selectlist input[type=checkbox]:checked + label.required:after,
.JshSelect .placeholder input[type=checkbox]:checked + label.required:after,
.jshDialog input[type=checkbox]:checked + label.required:after {
    content: ' *';
    color: #dd0000;
}

.red {
    color: #dd0000;
}

.headerContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 56px;
}

header {
    border-bottom: 1px solid #DADADA;
}

article {
    flex: 1;
    height: auto;
}

.navigationBulletActive {
    width: 16px;
    height: 16px;
}

.navigationBulletCompleted {
    width: 16px;
    height: 16px;
}

.navigationBulletDefault {
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

footer {
    background: #F6F6F6;
}

/*footer .footerContainer {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    width: 1440px;*/
/*    margin: 0 auto;*/
/*    align-items: center;*/

/*    position: relative;*/
/*    height: 55px;*/
/*    padding: 11px 56px 12px;*/
/*    gap: 32px;*/
/*}*/

footer .footerContainer {
    height: 55px;
    padding: 11px 56px 12px;
    /*gap: 32px;*/
}

.sweetalert_navigation_html {
    font-family: 'Fira Sans' !important;
    font-style: normal !important;
    color: #232323 !important;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}

.sweetalert_navigation_text {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    /*margin-bottom: 24px !important;*/
    text-align: left !important;
    margin-left: 32px;
    margin-right: 32px;
    max-height: 320px;
    overflow-y: auto;
}

.sweetalert_html {
    font-family: 'Fira Sans' !important;
    font-style: normal !important;
    color: #232323 !important;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}

.sweetalert_title {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 24px !important;
    margin-bottom: 24px !important;
    margin-left: 32px;
    margin-right: 32px;
    text-align: left !important;
}

.sweetalert_erfassung_title {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 24px !important;
    margin-left: 32px;
    margin-right: 32px;
    text-align: left !important;
}

.sweetalert_erfassung_text {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 24px !important;
    text-align: left !important;
    margin-left: 32px;
    margin-right: 32px;
    max-height: 320px;
    overflow-y: auto;
}

.dialogFooter {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 16px 16px 16px 0;
    gap: 10px;
    background: #F6F6F6;
}

.sweetalert_noMargin {
    margin: 0 !important;
}


.triggerHelp {
    cursor: pointer;
}

.headlineTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.vorgang_start_headline {
    margin-top: 38px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.vorgang_start_topic {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

/** Login Stuff */

.content_underline,
.content_header_underline {
    height: 2px;
}


.content_underline,
.content_text {
    margin: 20px;
}

.loginFields > div,
.registrationFields > div,
.changeFields > div {
    width: 50em;
    min-height: 4em;
    margin: 0 auto;
}

/* line 11, ../sass/styles/_login.scss */
.loginFields > div label, .loginFields > div .s_radio input[type=radio]:checked + label, .s_radio .loginFields > div input[type=radio]:checked + label,
.loginFields > div .selectlist input[type=checkbox]:checked + label,
.selectlist .loginFields > div input[type=checkbox]:checked + label,
.loginFields > div .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .loginFields > div input[type=checkbox]:checked + label,
.loginFields > div .jshDialog input[type=checkbox]:checked + label,
.jshDialog .loginFields > div input[type=checkbox]:checked + label,
.registrationFields > div label,
.registrationFields > div .s_radio input[type=radio]:checked + label,
.s_radio .registrationFields > div input[type=radio]:checked + label,
.registrationFields > div .selectlist input[type=checkbox]:checked + label,
.selectlist .registrationFields > div input[type=checkbox]:checked + label,
.registrationFields > div .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .registrationFields > div input[type=checkbox]:checked + label,
.registrationFields > div .jshDialog input[type=checkbox]:checked + label,
.jshDialog .registrationFields > div input[type=checkbox]:checked + label,
.changeFields > div label,
.changeFields > div .s_radio input[type=radio]:checked + label,
.s_radio .changeFields > div input[type=radio]:checked + label,
.changeFields > div .selectlist input[type=checkbox]:checked + label,
.selectlist .changeFields > div input[type=checkbox]:checked + label,
.changeFields > div .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .changeFields > div input[type=checkbox]:checked + label,
.changeFields > div .jshDialog input[type=checkbox]:checked + label,
.jshDialog .changeFields > div input[type=checkbox]:checked + label {
    float: left;
    height: 4em;
}

.logout {
    height: 5.5em;
    text-align: center;
    margin: 20px;
    color: #dd0000;
}

/* line 33, ../sass/styles/_login.scss */
.relogin,
.registration {
    height: 100%;
    width: 370px;
    margin: 1em 3em 3em 3em;
}

.content_headline {
    width: auto;
    float: left;
    margin: 6px 0 0 17px;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 700;
}

.content_subheadline {
    width: 100%;
    float: left;
    margin: 11px 0 0 26px;
    font-size: 13px;
}

.content_header {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 88px;
    background-color: #ffffff;
    border-bottom: 1px solid #93beea;
}

.registrationFields div.privacy {
    height: 7em;
}

/* line 68, ../sass/styles/_login.scss */
.registrationFields div.privacy label, .registrationFields div.privacy .s_radio input[type=radio]:checked + label, .s_radio .registrationFields div.privacy input[type=radio]:checked + label,
.registrationFields div.privacy .selectlist input[type=checkbox]:checked + label,
.selectlist .registrationFields div.privacy input[type=checkbox]:checked + label,
.registrationFields div.privacy .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .registrationFields div.privacy input[type=checkbox]:checked + label,
.registrationFields div.privacy .jshDialog input[type=checkbox]:checked + label,
.jshDialog .registrationFields div.privacy input[type=checkbox]:checked + label {
    height: 7em;
}

/* line 66, ../sass/styles/_login.scss */
.loginFields div.privacy {
    height: 7em;
}

/* line 68, ../sass/styles/_login.scss */
.loginFields div.privacy label, .loginFields div.privacy .s_radio input[type=radio]:checked + label, .s_radio .loginFields div.privacy input[type=radio]:checked + label,
.loginFields div.privacy .selectlist input[type=checkbox]:checked + label,
.selectlist .loginFields div.privacy input[type=checkbox]:checked + label,
.loginFields div.privacy .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .loginFields div.privacy input[type=checkbox]:checked + label,
.loginFields div.privacy .jshDialog input[type=checkbox]:checked + label,
.jshDialog .loginFields div.privacy input[type=checkbox]:checked + label {
    height: 7em;
}

/* line 73, ../sass/styles/_login.scss */


/* line 93, ../sass/styles/_login.scss */
.registration label, .registration .s_radio input[type=radio]:checked + label, .s_radio .registration input[type=radio]:checked + label,
.registration .selectlist input[type=checkbox]:checked + label,
.selectlist .registration input[type=checkbox]:checked + label,
.registration .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .registration input[type=checkbox]:checked + label,
.registration .jshDialog input[type=checkbox]:checked + label,
.jshDialog .registration input[type=checkbox]:checked + label {
    width: 13em;
}

/* line 98, ../sass/styles/_login.scss */
.PasswordSecurity {
    width: 170px;
    height: 27px;
    float: left;
    background: url("../../images/vivo/pw_check.gif") no-repeat;
}

/* line 105, ../sass/styles/_login.scss */
.PasswordSecurityLevel {
    height: 24px;
    display: none;
    font-size: 5px;
    width: 1px;
    border: 2px solid #000;
    padding-left: 1px;
    margin-left: 1px;
}

.pflichtfrageninfo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 2px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #232323;
    flex: none;
    order: 1;
    flex-grow: 0;
}

#Hauptset div.errors {
    /*width: 400px;*/
    /*width: 90%;*/
    width: 100%;
    color: #E5202E;
    font-weight: 400;
    align-self: flex-end;
    margin-left: auto;
    margin-bottom: -20px;
    font-style: normal;
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;
}

#Hauptset div.errors > span {
    display: inline-block;
    width: 100%;
    padding-left: 50%;
    /*text-align: right;*/
    margin-right: 0 !important;
}

div.loginFields div.errors{
    /*width: 400px;*/
    /*width: 90%;*/
    width: 100%;
    color: #E5202E;
    font-weight: 400;
    align-self: flex-end;
    margin-left: auto;
    margin-bottom: -20px;
    font-style: normal;
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;
}
div.loginFields div.errors > span {
    width: 100%;
    /*text-align: right;*/
    margin-right: 0 !important;
}

.ui-datepicker td a {
    background-color: #FFF !important;
    color: #353535 !important;
}

.ui-datepicker td a.ui-state-active {
    background-color: #FFF !important;
    color: #353535 !important;
    border: 1px solid #005892 !important;
}

.ui-datepicker .ui-datepicker-header.ui-widget-header {
    background-color: #FFF !important;
    border: 0;
}

.apDisplay {
    margin: 8px 0;
}

.apDisplay p {
    padding: 4px;
    margin: 0;
}

.requiredSpan {
    color: #E5202E;
}

.interfaceInformation {
    margin-top: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

#helpIcon {
    position: fixed;
    right: 16px;
    top: 85%;
    cursor: pointer;
}

.helpDialogContainer {
    position: fixed !important;
    right: 18px !important;
    top: 625px !important;
}

.sweetalert_helpDialog {
    font-family: 'Fira Sans' !important;
    font-style: normal !important;
    color: #232323 !important;
    display: flex;
    flex-direction: column;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 32px !important;
    text-align: left !important;
    margin: 36px 16px 16px 16px;
}
.helpDialogRow {
    display: flex;
}
.helpDialogRow div:first-child {
    display: flex;
    width: 40%;
}
.helpDialogRow div {
    display: flex;
    width: 60%;
}

.vorgangCard {
    /*box-sizing: border-box;*/
    /*display: flex;*/
    flex-direction: column;
    /*width: 430px !important;*/
    height: 316px;
    border: 1px #DADADA solid;
    background-color: #fff;
    /*margin-left: 16px;*/
    /*padding: 32px 24px;*/
}

.vorgangCardEmpty {
    /*box-sizing: border-box;*/
    /*width: 430px !important;*/
    height: 316px;
    border: 1px #BFBFBF dashed;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.vorgangCardButtonRow {
    display: flex;
    flex-direction: row;
    margin-left: -16px;
    /*margin-top: 20px;*/
}

.spanNextToIcon {
    margin-top: -6px;
    margin-left: 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #005B92 !important;
}

.badgeBlue {
    padding: 1px 8px;
    background-color: #007AC3;
    border-radius: 8px;
    width: 120px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    height: 16px;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.badgeGray {
    padding: 1px 8px;
    background-color: #474747;
    border-radius: 8px;
    width: 120px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    height: 16px;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.vorgangCardLabel {
    height: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #474747;
    margin-bottom: 8px;
}

.vorgangCardHeadline {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #353535;
}

.vorgangCardName {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #353535;
    margin-bottom: 16px;
}

.vorgangCardInformation {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #474747;
    /*margin-bottom: 35px;*/
}




.contentbox_tophelp {
    width: 100%;
    /*height: 72px;*/
    margin-bottom: 24px;
    margin-top: 60px;
    /* Heading/Normal/h1 | Step 7 */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    /* identical to box height, or 129% */
    font-feature-settings: 'pnum' on, 'lnum' on, 'case' on, 'cpsp' on, 'mgrk' on;
    /* Gray/shade1 | #353535 */
    color: #353535;
}

.contentbox_outerhelp {
    /*width: 880px;*/
    /*height: auto;*/
    /*min-height: 400px;*/
}

.contentbox_button_top {
    width: 180px;
    margin-top: 40px;
    align-self: flex-start;
    margin-left: 279px;
    margin-bottom: 50px;
}

.contentbox_button_bottom {
    width: 180px;
    margin-top: 40px;
    align-self: flex-start;
    margin-left: 279px;
    margin-bottom: 20px;
}

.contentbox {
    z-index: 1;
    /*min-height: 550px;*/
    overflow: visible;
    text-align: left;
    border: 0;
}

.contentbox_top {
    background-color: #F2F2F2;
    font-weight: 700;
    margin: auto;
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    border: 0;
}


.contenbox_top_antrag {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 8px;

    /* Heading/EYEBROW/EYEBROW | Step 1 */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;

    /* identical to box height, or 133% */
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on, 'cpsp' on;

    /* Gray/shade1 | #353535 */
    color: #353535;
}

.contentbox_top_kat {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 7px 10px 2px 10px;
    gap: 16px;

    /* Heading/Normal/h3 | Step 5 */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;

    /* identical to box height, or 130% */
    font-feature-settings: 'pnum' on, 'lnum' on, 'cpsp' on, 'case' on, 'mgrk' on;

    /* Gray/shade1 | #353535 */
    color: #353535;
}

@media (min-width: 769px) {
    /*.contentbox {*/
    /*    width: 768px;*/
    /*}*/
    /*.contentbox_top {*/
    /*    width: 768px;*/
    /*}*/
}

.navigationline .navigationline-bullet:nth-child(3) {
    text-align: right;
}

.selectlist div {
    gap: 8px;
}

.helplayout_content {
    margin-bottom: 55px;
}

.helplayout_content > p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.helplayout_content > h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
}

.helplayout_content > h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

.helplayout_content > h3 {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

.accordion {
    --bs-accordion-active-bg: var(--bs-accordion-bg) !important;
    --bs-accordion-active-color: var(--bs-body-color) !important;
}

.signatureFormContainer > canvas {
    margin-left: auto;
    margin-right: auto;
}