/* Styles Ausgabe Firmenfarben   */
body {background: url('../img/beton.jpg') repeat-y center center; background-size: cover; background-attachment:fixed; padding-bottom: 30px;}
nav, .btn, .table, #login-column {box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);}

.sks .bg-custom {background-color: #008D5A; }
.sks .bg-info {background: linear-gradient(to bottom, #68b68a 0%, #177d44 100%); }
.sks .bg-orange {background-color: #fa6e15 !important;  }
.sks nav {background: #d2e8db !important;box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);}
.sks #logo {background: #d2e8db; background-image: url('../img/sks.png'); background-size: contain; background-repeat: no-repeat; }
body.sks {background: url('../img/kaktus.jpg') repeat-y center center; background-size: cover; background-attachment:fixed;}
.sks #uhr {color: #111; }

.pho .bg-custom {background-color: #0099A1 !important;}
.pho .bg-info {background-color: #0099A1 !important;}
.pho .bg-orange {background-color: #96BE0D !important;}
.pho #logo {background-image: url('../img/phoenix.png'); background-size: contain; background-repeat: no-repeat;}
body.pho {background: url('../img/desk.jpg') repeat-y center center; background-size: cover; background-attachment:fixed;}


.pulso .bg-custom {background-color: #006CB5 !important;}
.pulso .bg-info {background-color: #006CB5 !important;}
.pulso .bg-orange {background-color: #EF7F1A !important;}
.pulso #logo {background-image: url('../img/pulsotronic.png'); background-size: contain; background-repeat: no-repeat;}
body.pulso {background: url('../img/clouds.jpg') repeat-y center center; background-size: cover; background-attachment:fixed;}

.bg-orange {
    background-color: #EF7F1A;
}
