/* Kundenspezifische Anpassungen */


@font-face {
    font-family: 'fira';
    src: url('fonts/FiraSans-Bold.woff2') format('woff2'),
         url('fonts/FiraSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'fira';
    src: url('fonts/FiraSans-Medium.woff2') format('woff2'),
         url('fonts/FiraSans-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'fira';
    src: url('fonts/FiraSans-Regular.woff2') format('woff2'),
         url('fonts/FiraSans-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body.standardScheme, .header #myStation, .table-header {
    font-family: 'fira';
}

body.standardScheme, 
.standardScheme #DFI-TableContainer {
    background-color: #0479cc;
    color          : white;
}
  
.standardScheme #DFI-TableContainer .table-header {
    background-color: white;
    color: #2E2E2E;
    font-size: 2.8em;
    letter-spacing: 0.01em;
    padding-top: 5px;
    padding-bottom: 5px;
}
  
.standardScheme #DFI-TableContainer .table-content {
    background-color: #0479cc;
    border-bottom   : 2px solid #fff;
    color: white;
    font-size: 2.8em;
    font-weight: 600;
    letter-spacing: 0.02em;
}
  
.standardScheme #DFI-TableContainer .header #timeNow {
    color        : #fff;
    border-top   : 2px solid #fff;
    border-bottom: 2px solid #fff;
}
  
.standardScheme #DFI-TableContainer .header #myStation {
    color: white;
}
  
.standardScheme #DFI-TableContainer .table-content>.table-item-line {
    color: #2E2E2E;
}

/* Anpassung an Screen | Das Display scheint eine Höhe von 596px zu haben. */
body .table-content {
    padding-top: 13px;
    padding-bottom: 13px;
}
.standardScheme #DFI-TableContainer .table-content:nth-child(5) {
    border-bottom: 0px;
}

.standardScheme #DFI-TableContainer .table-content:nth-child(n+6) {
    display: none;
}

/* MARKER */
#DFI-TableContainer:before {
    content: '';
    width: 30px;
    height: 1px;
    display: block;
    background: black;
    position: absolute;
    left: 0;
    top: 555px;
}


/* Logo */ 

.header #customerLogo {
    background: white;
}

.header #customerLogo img {
    width: 130px;
}

.head-item-logo {
    top: 0px;
    right: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .head-item-logo {
        top: 0px;
        right: initial;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: auto;
        display: inline-block;
        -webkit-box-flex: initial;
            -ms-flex-positive: initial;
                flex-grow: initial;
        margin-left: 50px;
    }

    .header #customerLogo img {
        padding: 0;
        margin: 0;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .head-item-logo {
        top: 0px;
        right: initial;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: auto;
        display: inline-block;
        -webkit-box-flex: initial;
            -ms-flex-positive: initial;
                flex-grow: initial;
        margin-left: 10px;
    }

    .header #customerLogo img {
        padding: 0;
        margin: 0;
        width: 80px;
    }
}

/* Header ausblenden da Anzeige innerhalb anderer Applikation */
.header-grid-wrap {
    display: none;
}
.settings-icon {
    display: none;
}