body, textarea {
    margin: auto;
    font-family: 'OpenSans', Arial;
    font-size: 0.8rem;
    color: #2b2b2a;
}

body, html {
    height: 100%;
}

nav, ul, li, nav ul, nav li {
    margin: 0;
    padding: 0;
}

#questionaryForm ul {
    padding-left: 2rem;
}

.list{
    padding-left: 2rem;
    list-style: disc;
}

ul {
    list-style: none;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: normal;
}

h2 {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

h3 {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #2b2b2a;
}

a>img {
    border: 0;
}

hr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #e6e6e7;
}

.grey {
    background-color: #e6e6e7 !important;
}

.locked {
    color: grey;
}

.centerText {
    text-align: center;
}

dialog {
    padding: 0;
}

footer {
    /*   background-color: #e6e6e7; */
    border-top: 0.1rem solid #e6e6e7;
    padding-top: 0.5rem;
    min-height: 4rem;
    justify-content: center;
}

#logoH {
    max-width: 50%;
    max-height: 3rem;
    float: left;
}

.halfWidth {
    width: 50%;
}

/*
* Footable 
*/

tbody .requestMenu .invisible-dummy, tbody .dataLine .invisible-dummy {
    display: none !important;
}

.dataline {
    cursor: pointer;
}

.tableGrey, .dataLine.tableGrey+.footable-detail-row {
    background-color: #f2f2f2;
}

.cockpitEmployees .dataLine {
    border-top: 0.1rem solid #e6e6e7;
}

.cockpitEmployees .tableGrey, .cockpitEmployees .tableGrey+.footable-detail-row {
    background-color: transparent !important;
}

.table-icon:before {
    content: attr(data-icon);
    font-size: 1rem;
    speak: none;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0.6rem;
    justify-content: center;
    vertical-align: top;
}

.table-icon:before, .table-icon {
    cursor: pointer;
}

#backButton {
    justify-content: flex-start;
}

#backButton .arrow {
    font-size: 2.64rem;
}

.hide {
    display: none !important;
}

#logoC {
    max-height: 2.64rem;
    display: none;
    z-index: -9999;
}

#loginTop #logoC {
    display: block;
}

#logoC img {
    max-height: 100%;
    max-width: 100%;
}

#userInformation {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#user {
    text-align: center;
    height: auto;
}

#uname {
    text-transform: uppercase;
}

/* 
* Formulare 
*/

button {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: inherit;
    font-family: inherit;
    color: inherit;
    width: 100%;
    height: 100%;
    font-size: inherit;
}

.textButton {
    background-color: #aeafaf;
    color: white;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    min-height: 2.2rem;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

.textButton .menu-icon {
    line-height: normal;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#formularTitle {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

.readonly {
    color: #aeafaf;
}

input, select, textArea {
    box-sizing: border-box;
    width: 100%;
    /*   min-height: 3rem; */
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
    padding-left: 0.5rem;
    /*border: none;*/
    color: #aeafaf;
    border: 0.1rem solid #e6e6e7;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
}

#main, #main select {
    min-height: 1.5rem;
}

.formularLine {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

#main .formularLine, .sectionLine {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.sectionLine {
    border-bottom: 0.1rem solid #d5d5d5;
}

#loginMain .contentLogin {
    margin: 0;
    background-color: #e6e6e7;
}

#loginInfoBox {
    visibility: hidden;
}

/* 
    Grid-Zeilen 
*/

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.central {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.vertcent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.navRow, #main .formularLine {
    height: 2.8rem;
    border-bottom: 0.1rem solid #d5d5d5;
}

#pageTop, #loginTop {
    height: 4rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #e6e6e7;
}

#loginTop {
    /*    background-color: #e6e6e7; */
}

#subNav .navRow {
    margin-left: 3%;
}

#subNav .menu-icon {
    margin-left: 0;
    justify-content: flex-start;
}

#subNavT {
    display: none;
}

/*
    Mobiles Hauptmenu
*/

/*#mainNav .navRow{
    background-color: #e6e6e7;
} */

.secNav .navRow {
    padding-left: 3%;
}

#mainNav {
    display: none;
}

#mainNavT {
    display: flex;
    justify-content: center;
}

#mainNav .navRow .arrow {
    opacity: 0;
    color: #aeafaf;
}

.js-on .secNav {
    display: none;
}

#secNavRow {
    display: none;
}

.opaque {
    opacity: 1 !important;
}

.menu-icon:before {
    content: attr(data-icon);
    font-family: "iconfont-1" !important;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.arrow {
    font-family: 'Arrow';
    font-size: 0.9rem;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    justify-content: center;
}

/*
* Utilities (globale Funktionen oben rechts)
*/

#utilities {
    display: none;
    justify-content: space-around;
    width: 50%;
    align-self: flex-end;
}

#loginTop #utilities {
    display: flex;
}

.utilitie:before {
    font-weight: normal;
    font-style: normal;
}

/*
* Infobar (nur bei bereits ausgewähltem Modul)
*/

#infoBarTitle div:first-child {
    text-transform: uppercase;
    font-weight: bold;
}

.infoColumn, #infoBarTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: inherit;
}

#infoBar {
    min-height: 3.96rem;
    border-bottom: 0.1rem solid #d5d5d5;
}

.contentLine {
    border-bottom: 0.1rem solid #e6e6e7;
}

.label {
    font-weight: bold;
}

.textEllipsis {
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

.wordWrap {
    word-wrap: break-word;
}

/*
* Content Filter
*/

#contentFilter {
    display: flex;
    justify-content: space-between;
}

.dialog form {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

#boxHeadline {
    height: 2rem;
    background-color: #e6e6e7;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

#boxHeadline #closeButton {
    justify-content: flex-end;
}

.dialog .formularLine {
    border-bottom: 0 !important;
}

.dialog .small-4 {
    width: 44.444444444444444444444444444444444444444%;
}

.dialog .small-5 {
    width: 55.55555555555555555555555555555555555555555555556%;
}

.dialog .small-7 {
    width: 77.777777777777777777777777777777777777777777777777777778%;
    ;
}

.dialog .small-2 {
    width: 22.2222222222222222222222222222222222222222222222222222222%;
}

.dialog [class*="small"]:last-child {
    margin-right: 0;
}

.ui-dialog .ui-button:not(.ui-button-icon-only) {
    width: auto;
}

.jqDialog {
    text-align: left;
}

/*
* News Startseite
*/

.newsBody {
    max-height: 4.4rem;
    padding-bottom: 0.5rem;
    line-height: 1.1rem;
    overflow: hidden;
}

.newsEntry {
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
    padding-left: 0.4rem;
}

/* 4296 | n */

.formularLine .calendarButton, .buttonLineStatic .calendarButton {
    background-color: white;
    color: #2b2b2a;
    min-height: 1.5rem;
    border-width: 0.1rem;
    border-style: solid;
    border-color: #e6e6e7;
}

td #filter:hover {
    cursor: pointer;
}

/*
* Reisekosten Line
*/

.descLine {
    background-color: white !important;
    font-weight: bold;
    padding-top: 0.5rem;
}

.footable>tbody>.descLine:hover {
    color: black !important;
    cursor: auto !important;
}

.footable>tbody>.descLine>td:last-child, .footable>tbody>.secDataLine>td:last-child {
    display: none !important;
}

.secDataLine {
    background-color: white !important;
}

.lastLines {
    display: none !important;
}

.row .lastLines.show {
    display: table !important;
}

.footable.table.lastLines, .footable.table.firstLines {
    margin-bottom: 0.5rem;
}

/* 
* AD -Sammelerfassung
*/

#batchTable_header {
    width: max-content;
    position: static;
    z-index: 100;
    top: 0;
    min-width: 100%;
}

#batchTable_header td {
    overflow: hidden;
    text-overflow: ellipsis;
}

#travel_form {
    position: relative;
    overflow-x: auto;
    min-width: 100%;
}

#batchTable_content {
    height: 30rem;
    width: max-content;
    min-width: 100%;
}

#batchTable_content td, #batchTable_header td {
    padding: 1px;
    text-align: left;
    margin: 0 auto;
    font-size: 0.6rem;
}

#batchTable_content table, #batchTable_header table {
    min-width: 100%;
}

/* 
* Konfiguration Startseite
*/

#startpage-configurator .noMarginLeft {
    margin-left: 0%;
}

#startpage-configurator .noMarginRight {
    margin-right: 0%;
}

#startpage-configurator .dropArea {
    border: 1px solid black;
    background-color: #E6E6E7;
}

#startpage-configurator .dragElement {
    border: 1px black solid;
    margin-top: 1rem;
    display: table;
    height: 2.5rem;
}

.startpage-trash:before {
    font-size: 1.5rem;
}

#startpage-configurator .dragElementSpan {
    vertical-align: middle;
    display: table-cell;
}

/* 
* Startseite
*/

#startpage-elements .balanceMarginTop {
    margin-top: -1.5rem;
}

/*
* Reisemittel
*/

#dynamic_field_row {
    display: none;
}

/*
*
*/

.iconListIcon:before {
    font-size: 1.5rem !important;
}

.iconListObject>div:first-child {
    padding-top: 2rem;
}

.iconListObject>div:last-child {
    padding-bottom: 2rem;
}

.iconList [class*="middle"] {
    height: auto !important;
}

/*    Mobile Version
    Grid mit 9 Spalten.
    3% Rand auf jeder Seite durch Kennzeichnung mit left/right
*/

@media only screen and (max-width: 34.999999999999999999999999999999999999rem) {
    /* 
         Column Eigenschaften 
    */
    [class*="small"] {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-background-clip: padding-box !important;
        -webkit-background-clip: padding-box !important;
        background-clip: padding-box !important;
        padding-left: 0.48rem;
        height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    [class*="small"]:first-child:not(.nextline) {
        margin-left: 3%;
        padding-left: 0;
    }
    [class*="small"]:last-child {
        margin-right: 3%;
    }
    .small-1 {
        /*width:10.444444444444444%;*/
        width: 10.77777777777778%;
    }
    .small-2 {
        /*width:20.88888888888889%;*/
        width: 21.55555555555556%;
    }
    .small-3 {
        /*width:31.33333333333333%;*/
        width: 32.333333333333334%;
    }
    .small-4 {
        /*width:41.7777777777778%;*/
        width: 43.111111111111112%;
    }
    .small-5 {
        /*width:52.22222222222222%;*/
        width: 53.888888888888889%;
    }
    .small-6 {
        /*width:62.66666666666667%;*/
        width: 64.666666666666668%;
    }
    .small-7 {
        /*width:73.11111111111111%;*/
        width: 75.444444444444446%;
    }
    .small-8 {
        /*width:83.55555555555556%;*/
        width: 86.2222222222222224%;
    }
    .small-9 {
        /*width:94%;*/
        /*margin-left: 3%;*/
        width: 97%;
        padding-left: 0 !important;
        padding-bottom: 0.24rem;
        padding-top: 0.24rem;
    }
    #mainContent:not(.contentLogin) .small-1 {
        width: 11.1111111111111111111111111111111111111111%;
    }
    #mainContent:not(.contentLogin) .small-2 {
        width: 22.2222222222222222222222222222222222222222%;
    }
    #mainContent:not(.contentLogin) .small-3 {
        width: 33.333333333333333333333333333333333333333333%;
    }
    #mainContent:not(.contentLogin) .small-4 {
        width: 44.4444444444444444444444444444444444444444444%;
    }
    #mainContent:not(.contentLogin) .small-5 {
        width: 55.55555555555555555555555555555555555555556%;
    }
    #mainContent:not(.contentLogin) .small-6 {
        width: 66.666666666666666666666666666666666666666667%;
    }
    #mainContent:not(.contentLogin) .small-7 {
        width: 77.77777777777777777777777777777777777777777778%;
    }
    #mainContent:not(.contentLogin) .small-8 {
        width: 88.888888888888888888888888888888888888888888889%;
    }
    #mainContent:not(.contentLogin) .small-9 {
        width: 100%;
    }
    .large0 {
        display: none;
    }
    .middle0 {
        display: none;
    }
    .small0 {
        display: none;
    }
    .nextline {
        margin-left: 13.44444444444444444444444% !important;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    #main #mainContent .nextline {
        margin-left: 10.44444444444444444444444% !important;
    }
    #main #mainContent [class*="small-"] {
        margin-left: 0;
        margin-right: 0;
    }
    .breakLine {
        padding-left: 0 !important;
    }
}

.noMarginLeft .row>* {
    margin-left: 0 !important;
}

.noMarginRight .row>* {
    margin-right: 0 !important;
}

.third {
    width: 33.33333333333333333333333333333% !important;
}

.two-thirds {
    width: 65.410958904109589041095890410959% !important;
}

.sixth {
    width: 16.666666666666666666666666666667% !important;
}

.theme-container-headline {
    background-color: #d5d5d5;
    color: white;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    width: 100%;
}

.dialogLimit .ui-dialog-titlebar button{
    display:none !important;
}

/* 
    Schriften
*/

@font-face {
    font-family: 'OpenSans';
    src: url(Open_Sans/OpenSans-Regular.eot);
    src: url(Open_Sans/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(Open_Sans/OpenSans-Regular.woff) format("woff"), url(Open_Sans/OpenSans-Regular.ttf) format("truetype"), url(Open_Sans/OpenSans-Regular.svg#open-sans) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Bold';
    src: url(Open_Sans/OpenSans-Bold.eot);
    src: url(Open_Sans/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(Open_Sans/OpenSans-Bold.woff) format("woff"), url(Open_Sans/OpenSans-Bold.ttf) format("truetype"), url(Open_Sans/OpenSans-Bold.svg#open-sans) format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans light';
    src: url(Open_Sans/OpenSans-Light.eot);
    src: url(Open_Sans/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(Open_Sans/OpenSans-Light.woff) format("woff"), url(Open_Sans/OpenSans-Light.ttf) format("truetype"), url(Open_Sans/OpenSans-Light.svg#open-sans) format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans condensed';
    src: url(Open_Sans_Condensed/OpenSans-CondBold.eot);
    src: url(Open_Sans_Condensed/OpenSans-CondBold.eot?#iefix) format("embedded-opentype"), url(Open_Sans_Condensed/OpenSans-CondBold.woff) format("woff"), url(Open_Sans_Condensed/OpenSans-CondBold.ttf) format("truetype"), url(Open_Sans_Condensed/OpenSans-CondBold.svg#open-sans) format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans condensed';
    src: url(Open_Sans_Condensed/OpenSans-CondLight.eot);
    src: url(Open_Sans_Condensed/OpenSans-CondLight.eot?#iefix) format("embedded-opentype"), url(Open_Sans_Condensed/OpenSans-CondLight.woff) format("woff"), url(Open_Sans_Condensed/OpenSans-CondLight.ttf) format("truetype"), url(Open_Sans_Condensed/OpenSans-CondLight.svg#open-sans) format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Arrow';
    src: url(iconfonts/fontello-arrows/font/menu.eot);
    src: url(iconfonts/fontello-arrows/font/menu.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontello-arrows/font/menu.woff) format("woff"), url(iconfonts/fontello-arrows/font/menu.ttf) format("truetype"), url(iconfonts/fontello-arrows/font/menu.svg#menu) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* icon1 */

@font-face {
    font-family: "icon1";
    src: url(iconfonts/fontastic/icon1/icon1.eot);
    src: url(iconfonts/fontastic/icon1/icon1.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/icon1/icon1.woff) format("woff"), url(iconfonts/fontastic/icon1/icon1.ttf) format("truetype"), url(iconfonts/fontastic/icon1/icon1.svg#icon1) format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon1:before {
    font-family: "icon1" !important;
}

/* icon2 */

@font-face {
    font-family: "icon2";
    src: url(iconfonts/fontastic/icon2/icon2.eot);
    src: url(iconfonts/fontastic/icon2/icon2.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/icon2/icon2.woff) format("woff"), url(iconfonts/fontastic/icon2/icon2.ttf) format("truetype"), url(iconfonts/fontastic/icon2/icon2.svg#icon2) format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon2:before {
    font-family: "icon2" !important;
}

/* icon3 */

@font-face {
    font-family: "icon3";
    src: url(iconfonts/fontastic/icon3/icon3.eot);
    src: url(iconfonts/fontastic/icon3/icon3.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/icon3/icon3.woff) format("woff"), url(iconfonts/fontastic/icon3/icon3.ttf) format("truetype"), url(iconfonts/fontastic/icon3/icon3.svg#icon3) format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon3:before {
    font-family: "icon3" !important;
}

/* icon4 */

@font-face {
    font-family: "icon4";
    src: url(iconfonts/fontastic/icon4/icon4.eot);
    src: url(iconfonts/fontastic/icon4/icon4.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/icon4/icon4.woff) format("woff"), url(iconfonts/fontastic/icon4/icon4.ttf) format("truetype"), url(iconfonts/fontastic/icon4/icon4.svg#icon4) format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon4:before {
    font-family: "icon4" !important;
}

/* icon5 */

@font-face {
    font-family: "icon5";
    src: url(iconfonts/fontastic/icon5/icon5.eot);
    src: url(iconfonts/fontastic/icon5/icon5.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/icon5/icon5.woff) format("woff"), url(iconfonts/fontastic/icon5/icon5.ttf) format("truetype"), url(iconfonts/fontastic/icon5/icon5.svg#icon5) format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon5:before {
    font-family: "icon5" !important;
}

/* icon6 */

@font-face {
    font-family: "icon6";
    src: url(iconfonts/fontastic/icon6/icon6.eot);
    src: url(iconfonts/fontastic/icon6/icon6.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/icon6/icon6.woff) format("woff"), url(iconfonts/fontastic/icon6/icon6.ttf) format("truetype"), url(iconfonts/fontastic/icon6/icon6.svg#icon6) format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon6:before {
    font-family: "icon6" !important;
}

/* ionicons2 */

@font-face {
    font-family: "ionicons2";
    src: url(iconfonts/fontastic/ionicons2/ionicons2.eot);
    src: url(iconfonts/fontastic/ionicons2/ionicons2.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/ionicons2/ionicons2.woff) format("woff"), url(iconfonts/fontastic/ionicons2/ionicons2.ttf) format("truetype"), url(iconfonts/fontastic/ionicons2/ionicons2.svg#ionicons2) format("svg");
    font-weight: normal;
    font-style: normal;
}

.ionicons2:before {
    font-family: "ionicons2" !important;
}

/* entypo */

@font-face {
    font-family: "entypo";
    src: url(iconfonts/fontastic/entypo/entypo.eot);
    src: url(iconfonts/fontastic/entypo/entypo.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/entypo/entypo.woff) format("woff"), url(iconfonts/fontastic/entypo/entypo.ttf) format("truetype"), url(iconfonts/fontastic/entypo/entypo.svg#entypo) format("svg");
    font-weight: normal;
    font-style: normal;
}

.entypo:before {
    font-family: "entypo" !important;
}

/* streamline */

@font-face {
    font-family: "streamline";
    src: url(iconfonts/fontastic/streamline/streamline.eot);
    src: url(iconfonts/fontastic/streamline/streamline.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/streamline/streamline.woff) format("woff"), url(iconfonts/fontastic/streamline/streamline.ttf) format("truetype"), url(iconfonts/fontastic/streamline/streamline.svg#streamline) format("svg");
    font-weight: normal;
    font-style: normal;
}

.streamline:before {
    font-family: "streamline" !important;
}

/* font-awesome-44 */

@font-face {
    font-family: "font-awesome-44";
    src: url(iconfonts/fontastic/font-awesome-44/font-awesome-44.eot);
    src: url(iconfonts/fontastic/font-awesome-44/font-awesome-44.eot?#iefix) format("embedded-opentype"), url(iconfonts/fontastic/font-awesome-44/font-awesome-44.woff) format("woff"), url(iconfonts/fontastic/font-awesome-44/font-awesome-44.ttf) format("truetype"), url(iconfonts/fontastic/font-awesome-44/font-awesome-44.font-awesome-44) format("svg");
    font-weight: normal;
    font-style: normal;
}

.font-awesome-44:before {
    font-family: "font-awesome-44" !important;
}

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

/* Farbgebung */

.themeColor {
    color: #f07300;
}

.themeColorHover:hover, a:hover {
    color: #f07300;
    cursor: pointer;
}

.themeColorBackground {
    background-color: #f07300;
}

.themeColorBackgroundDisable {
    background-color: grey;
}

.warnColor {
    color: #ff0000 !important;
}

.divDoubleRow {
    height: 2.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.1rem solid #d5d5d5;
}

.labelDoubleRow {
    /*text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap; */
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
}

@media print {
    #infoBar {
        display: none;
    }
    #pageTop {
        display: none;
    }
    #subNav {
        display: none;
    }
    #buttonLine {
        display: none;
    }
    .form-inline {
        display: none;
    }
    footer {
        display: none;
    }
    .openDialog {
        display: none;
    }
    .printInput {
        height: 6px;
    }
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: rgb(0, 0, 0);
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

@media only screen and (max-width: 35rem){
    .onlyMobile {
        display: inline;
    }
}

@media only screen and (min-width: 35rem){
    .onlyMobile {
        display: none;
    }
}