.css-achtung span {
    position: relative;
    color: #630303;
    float: left;
    margin-right: 15px;
    margin-left: 8px;
    margin-top: 2px;
    font: icon;
    font-weight: 400;
    font-size: 16px;
    /* font-family: -webkit-pictograph, fantasy;*/
}

.css-fehler span {
    position: relative;
    /* color: #dc3545; */
    color: #721c24;
    float: left;
    margin-right: 15px;
    margin-left: 8px;
    margin-top: 2px;
    font: icon;
    font-weight: 400;
    font-size: 16px;
    /* font-family: -webkit-pictograph, fantasy;*/
}

.css-hinweis span {
    position: relative;
    color: #155724;
    float: left;
    margin-right: 15px;
    margin-left: 8px;
    margin-top: 2px;
    font: icon;
    font-weight: 400;
    font-size: 16px;
    /* font-family: -webkit-pictograph, fantasy;*/
}

.alert-danger {
    color: #671820;
    /*background-color: #f8d7da; */
    background-color: #f8d7dad9;
    border-color: #f5c6cb;
    margin-top: 10px;
}

.alert-success {
    color: #155724;
    /*background-color: #d4edda; */
    background-color: #d4eddad9;
    border-color: #c3e6cb;
    margin-top: 10px;
}

.alert-primary {
    color: #1e3265;
    background-color: #cce5ffd9;
    border-color: #b8daff;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.text-primary span {
    color: #233b76;
}

.card-header {
    color: #233b76;
    font-size: 1rem;
    font-family: Verdana, Geneva, sans-serif;
}

.h3, .blue01 {
    font-family: Verdana, Geneva, sans-serif;
}

a, a:hover, a:link, a:link:hover, a:visited, a:active, .linkDefault {
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
}

.alert-achtung {
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-group-append {
    display: block;
}

.bottom-footer-nav a, .bottom-footer-nav a:link, .bottom-footer-nav a:visited {
    color: #3c3d3e;
}

.bottom-footer span, .input-group-text {
    color: #3c3d3e;
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
    color: #515254;
}

.breadcrumbs input, .breadcrumbs input:link, .breadcrumbs input:visited {
    color: #515254;
    font-family: Verdana, Geneva, sans-serif;
}

input#upload-file {
    margin-right: 2%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #233b76;
    color: #fff;
    float: left;
}

.mandatory {
    color: #525252;
}

.logo_image {
    /*  height: 70px;  */
    margin-bottom: 10px;
    float: right;
}

.bg-image_versorungsrechner {
    background-image: url('/ruhegehaltsrechner/images/Ruhegehaltsrechner-b957c0c87e874042c7c04fb6307ffbfd.jpg');
}

.done {
    /* background: url('/ruhegehaltsrechner/images/done-5331888803417ee3c57646a5f92fd137.svg');
     background-repeat: no-repeat;
     background-position: right center;
     background-size: 60px 60px;*/
}

.greenCheck {
    content: "✔";
    font-size: xx-large;
    display: contents;
    right: 20px;
    top: 10.5px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    /*color: #155724; */
    color: #16732b;
    font-weight: normal;
}

.modal .modal-dialog .modal-content .modal-header {
    height: 64px;
    border: none;
    background-color: #62b5e5;
    color: #ffffff;
    line-height: 24px;
    font-size: 18px;
}

.infotext-btn-modal {
    color: #003A79;
    font-size: 15px;
    text-decoration: none;
    padding-left: 0;
}

.infotext-btn-modal:hover,
.infotext-btn-modal:focus {
    text-decoration: none;
}

.hinweis_underline {
    text-decoration: underline !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: transparent !important;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

a:link.buttn {
    line-height: 44px;
    display: inline-block;
    text-align: center;
    background-color: #233b76;
    min-width: 100px;
}

.dienstzeitenTabelle {

    width: 100%;
}

.dienstzeitentabelleErgebnis {

    border: 1px solid rgba(0, 0, 0, 0.125);
    border-collapse: unset;
    width: 100%;
    padding-bottom: 0.75rem;

}

.margin0_15 {
    margin: 0 15px;
}

th {
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.padding0 {
    padding: 0;
}

tbody {
    padding: 0.75rem 1.25rem;
}

.dienstzeitenTabelle tr {
    border-top: 1px solid #ddd;
}

.dienstzeitenTabelle tr .input-group {
    font-size: small;
    height: 38px;
    text-overflow: ellipsis;
}

.dienstzeitenTabelle tr select {
    font-size: small;
    height: 38px;
    text-overflow: ellipsis;
}

.dienstzeitenTabelle thead {
    text-align: center;
    font-size: 0.9rem;
}

.vertical-align_top {
    vertical-align: top;
}

@media only screen and (max-width: 649px) {

    .dienstzeitenTabelle table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }

    .dienstzeitenTabelle thead tr {
        position: relative;
        top: -9999px;
        left: -9999px;
    }

    .dienstzeitentabelle tr {
        border: 1px solid #ccc;
    }

    .dienstzeitenTabelle td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        word-wrap: break-word;
        display: inline-grid;
        width: 100%;
    }

    .dienstzeitenTabelle tr .input-group {
        padding-top: 10px;
        font-size: small;
        text-overflow: ellipsis;
    }

    .dienstzeitenTabelle tr select {
        padding-top: 10px;
        font-size: small;
        white-space: pre-wrap;
        text-overflow: ellipsis;
    }

    .dienstzeitenTabelle thead {
        display: none;
    }

    td:before {
        position: relative;
        top: 6px;
        left: 6px;
        bottom: 6px;
        right: 6px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        width: 96%;
        height: 80%;
        white-space: normal;
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, 0.03);
        color: #233b76;
        font-size: 0.85rem;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: bolder !important;


    }

    /*
    Label the data
    */
    td:nth-of-type(1):before {
        content: "";
    }

    td:nth-of-type(2):before {
        content: "Dienstherr";
    }

    td:nth-of-type(3):before {
        content: "Dienstzeitbezeichnung";
    }

    td:nth-of-type(4):before {
        content: "Teilzeit Prozentsatz x.y, x,y oder x/y";
    }

    td:nth-of-type(5):before {
        content: "Beginn tt.mm.jjjj";
    }

    td:nth-of-type(6):before {
        content: "Ende tt.mm.jjjj";
    }

    td:nth-of-type(7):before {
        content: "-";
    }

    .dienstzeitentabelleErgebnis {
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-collapse: unset;
        width: 100%;
        padding-bottom: 0.75rem;

    }

    .dienstzeitentabelleErgebnis table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }

    .dienstzeitentabelleErgebnis thead tr {
        position: relative;
        top: -9999px;
        left: -9999px;
    }

    .dienstzeitentabelleErgebnis tr {
        border: 1px solid #ccc;
    }

    .dienstzeitentabelleErgebnis td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        word-wrap: break-word;
        display: inline-grid;
        width: 100%;
    }

    .dienstzeitentabelleErgebnis tr .input-group {
        padding-top: 10px;
        font-size: small;
        text-overflow: ellipsis;
    }

    .dienstzeitentabelleErgebnis tr select {
        padding-top: 10px;
        font-size: small;
        white-space: pre-wrap;
        text-overflow: ellipsis;
    }

    .dienstzeitentabelleErgebnis thead {
        display: none;
    }

    .dienstzeitentabelleErgebnis td:before {
        position: relative;
        top: 6px;
        left: 6px;
        bottom: 6px;
        right: 6px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        width: 96%;
        height: 80%;
        white-space: normal;
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, 0.03);
        color: #233b76;
        font-size: 1rem;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: bolder !important;

    }

    /*
    Label the data
    */
    .dienstzeitentabelleErgebnis td:nth-of-type(1):before {
        content: "Dienstherr";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(2):before {
        content: "Dienstherrbezeichnungen";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(3):before {
        content: "Teilzeit Prozentsatz";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(4):before {
        content: "Beginn";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(5):before {
        content: "Ende";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(6):before {
        content: "Jahre";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(7):before {
        content: "Tage";
    }
}

@media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .dienstzeitenTabelle table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .dienstzeitenTabelle thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .dienstzeitentabelle tr {
        border: 1px solid #ccc;
    }

    .dienstzeitenTabelle td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 47%;
        word-wrap: break-word;
        margin-bottom: 10px;
    }

    .dienstzeitenTabelle tr .input-group {
        font-size: small;
        height: 85px;
        text-overflow: ellipsis;
    }

    .dienstzeitenTabelle tr select {
        font-size: small;
        height: 85px;
        white-space: pre-wrap;
        text-overflow: ellipsis;

    }

    .dienstzeitenTabelle thead {
        text-align: center;
        font-size: 0.9rem;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 43%;
        height: 85%;
        white-space: normal;
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, 0.03);
        color: #233b76;
        font-size: 1rem;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: bolder !important;
    }

    /*
    Label the data
    */
    td:nth-of-type(1):before {
        content: none;
        background-color: rgba(0, 0, 0, 0.03);

    }

    td:nth-of-type(2):before {
        content: "Dienstherr";
    }

    td:nth-of-type(3):before {
        content: "Dienstherrbezeichnung";
    }

    td:nth-of-type(4):before {
        content: "Teilzeit Prozentsatz x.y, x,y oder x/y";
    }

    td:nth-of-type(5):before {
        content: "Beginn tt.mm.jjjj";
    }

    td:nth-of-type(6):before {
        content: "Ende tt.mm.jj";
    }

    td:nth-of-type(7):before {
        content: "-";
    }

    .dienstzeitenTabelle tr .input-group {
        font-size: small;
        height: 55px;
        text-overflow: ellipsis;
    }

    .dienstzeitentabelleErgebnis table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .dienstzeitentabelleErgebnis thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .dienstzeitentabelleErgebnis tr {
        border: 1px solid #ccc;
    }

    .dienstzeitentabelleErgebnis td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35%;
        word-wrap: break-word;
        height: 80px;
        text-align: center;
    }

    .dienstzeitentabelleErgebnis td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 33%;
        height: 70px;
        white-space: normal;
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, 0.03);
        text-align: left;
        color: #233b76;
        font-size: 1rem;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: bolder !important;
    }

    /*
    Label the data
    */
    .dienstzeitentabelleErgebnis td:nth-of-type(1):before {
        content: "Dienstherr";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(2):before {
        content: "Dienstherrbezeichnungen";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(3):before {
        content: "Teilzeit Prozentsatz";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(4):before {
        content: "Beginn";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(5):before {
        content: "Ende";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(6):before {
        content: "Jahre";
    }

    .dienstzeitentabelleErgebnis td:nth-of-type(7):before {
        content: "Tage";
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 85%;
        max-width: 85%;
        font-size: 1.2em;
    }

    .hide-on-tablet {
        display: none;
    }
}

@media (min-width: 1025px) {
    .col-sm-6 {
        flex: 0 0 60%;
        max-width: 60%;
        font-size: 1em;
        margin-right: 5%;
        margin-left: 10%;
    }

    .hide-on-tablet {
        display: flex;
    }
}

.col-sm-2 {
    min-width: 202px;
}

.row .form-group {
    min-width: 515px;
    flex-wrap: nowrap;
}


h2.banner {
    font-size: 18px;
    line-height: 22px;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #233b76;
    padding-left: 2px;
}

h2.ueberschrift {
    font-size: 24px;
    line-height: 29px;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #233b76;
    padding-left: 2px;
    margin-bottom: 16px;

}

.NormalContainer h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.NormalContainer h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.NormalContainer h2::after {
    content: none;
}

.infoIcon {
    content: url(/ruhegehaltsrechner/images/info-solid-d3fa59b5fcc398cb7cf1d2053f244b11.png);
    margin-left: 10px;
    margin-top: 10px;
}

.infoIcon::before {
    content: url(/ruhegehaltsrechner/images/info-solid-d3fa59b5fcc398cb7cf1d2053f244b11.png);
}

.angleRightIcon {
    content: url(/ruhegehaltsrechner/images/angle-right-solid-702446ed60fb6998f3ba6f8464a5d0c5.png);
}

.angleRightIcon::before {
    content: url(/ruhegehaltsrechner/images/angle-right-solid-702446ed60fb6998f3ba6f8464a5d0c5.png);
}

.filePDFIcon {
    content: url(/ruhegehaltsrechner/images/file-pdf-solid-white-9ccc5cd0e895d70aed75cb10bd808e49.svg);
}

.filePDFIcon::before {
    content: url(/ruhegehaltsrechner/images/file-pdf-solid-white-9ccc5cd0e895d70aed75cb10bd808e49.svg);
}

.printIcon {
    content: url(/ruhegehaltsrechner/images/print-solid-white-7bfca22c571574832cb613517cc9d7d0.svg);
}

.printIcon::before {
    content: url(/ruhegehaltsrechner/images/print-solid-white-7bfca22c571574832cb613517cc9d7d0.svg);
}

.downloadIcon {
    content: url(/ruhegehaltsrechner/images/download-solid-white-0b38c29a29d78d9f73d90242c1aebcf7.svg);
}

.downloadIcon::before {
    content: url(/ruhegehaltsrechner/images/download-solid-white-0b38c29a29d78d9f73d90242c1aebcf7.svg);
}

.linkIcon {
    color: white;
    width: 12px;
    height: 12px;
}

.qr-code-image {
    margin-left: 20px;
    height: 350px;
    width: 350px;
}

.qr-code-image img {
    width: 92%;
}

#qrReaderImage {
    display: none;
    background-color: lightgrey;
    color: #8b0000;
    height: 300px;
    width: 300px;
    margin-left: 30px;
    margin-bottom: 10px;
}

#qrReaderVideo {
    background-color: grey;
    color: #ffffff;
    height: 300px;
    width: 300px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.noImage {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 1.0em;
}

#qr_code_label {
    float: left;
}

#qr_box {
    float: left;
    margin-top: 10px;
}

.qr_text {
    margin-top: 2%;
}

.import {
    margin-top: 2%;
    margin-bottom: 5%;
    margin-right: 2%;
}

.import input {
    margin-right: 20px;
    color: #ffffff;
}

.import span {
    color: #ffffff;
}

.import a {
    float: left;
}

.agenda {
    margin-left: 10%;
}

.druck {
    margin-left: 15px;
    margin-top: 17px;
}

body {
    font-family: Verdana, Geneva, sans-serif;
}

.margin_5 {
    margin-left: 5%;
    margin-right: 5%;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_10 {
    margin-left: 10%;
    margin-right: 10%;
}

.margin_right_15 {
    margin-right: 15px;
}

.margin_15 {
    margin: 15px;
}

.padding5 {
    padding: 5px;
}

.text_center {
    text-align: center;
}

.margin_bot_2percent {
    margin-bottom: 2%;
}

.display_none {
    display: none;
}

.display_flex {
    display: flex;
}

.display_inline {
    display: inline;
}

.display_inline_block {
    display: inline-block;
}

.float_right {
    float: right;
}

.width_300 {
    width: 300px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

@media print {
    @page {
        size: auto;   /* auto is the current printer page size */
    }

    .qr-code-image {
        display: flex;
    }

    .bg-image_versorungsrechner {
        display: none;
    }

    .logo_image {
        /* margin-bottom: 0; */
        margin-bottom: 10px;
        float: right;
    }

    #footer_button {
        display: none;
    }

    .bottom-footer {
        display: none;
    }

    .printClass {
        page-break-inside: avoid;
    }

    .dienstzeitentabelleErgebnis th {
        font-size: 0.9rem;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: normal;
    }

    .break {
        word-break: break-word;
    }
}

.printClass {
    page-break-inside: avoid !important;
}

.savePDF {
    display: inline-block;
}

.warning-id {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .col-md-4 {
        max-width: 33.333333%;
    }
}

.group_ruhegehaltsrechner {
    margin-top: 5px;
}

.form-control-label {
    padding-bottom: 5px;
}

.col-spacing-9rem {
    margin-left: 9rem;
}

