/* Kundenspezifische Anpassungen */


body.standardScheme {
    background-color: #0588c9;
}

.standardScheme #DFI-TableContainer {
    background-color: whitesmoke;

}
  
.standardScheme #DFI-TableContainer .table-header {
    background-color: #0077b4;
}

.standardScheme #DFI-TableContainer .table-content {
    border-bottom : 2px solid #67bbe6;
    background-color: #0588c9;
}
  
.standardScheme #DFI-TableContainer .header #timeNow {
    color        : #7C7C7C;
    border-top   : 2px solid #7C7C7C;
    border-bottom: 2px solid #7C7C7C;
}
  
.standardScheme #DFI-TableContainer .header #myStation {
    color: black;
}
  
.standardScheme #DFI-TableContainer .table-content>.table-item-line {
    color: #2E2E2E;
}

@media (min-width: 1024px) {
    .standardScheme .header .head-item-logo {
        top: 27px;
    }
    .standardScheme .header #customerLogo img {
        width: 140px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .standardScheme .header #customerLogo img {
        width: 100px;
        margin-left: 40px;
    }
}
@media (max-width: 767px) {
    .standardScheme .header #customerLogo img {
        margin-left: 12px;
    }
}




/* Style VBSH */ 

body.vbsh {
    background-color: #ccc;
}

.vbsh #DFI-TableContainer {
    background-color: whitesmoke;

}
  
.vbsh #DFI-TableContainer .table-header {
    background-color: #f8dc00;
    border-top: 4px solid #b5c832;
}

.vbsh #DFI-TableContainer .table-content {
    border-bottom : 2px solid #e8e8e8;
    background-color: #ccc;
}
  
.vbsh #DFI-TableContainer .header #timeNow {
    color        : #7C7C7C;
    border-top   : 2px solid #7C7C7C;
    border-bottom: 2px solid #7C7C7C;
}
  
.vbsh #DFI-TableContainer .header #myStation {
    color: black;
}
  
.vbsh #DFI-TableContainer .table-content>.table-item-line {
    color: #2E2E2E;
}

.vbsh #customerLogo img {
    width: 180px;
}

@media (min-width: 1024px) {
    .vbsh #customerLogo img {
        width: 240px;
        margin-left: -90px;
    }
}