@charset "UTF-8";
/* :::::::::::::::::::: Print Background Color :::::::::::::::::::: */
body {
  -webkit-print-color-adjust: exact; }

@page {
  margin-top: 15mm;
  margin-bottom: 15mm; }

/* :::::::::::::::::::: Formatierungen :::::::::::::::::::: */
.text-right {
  text-align: right; }

.center {
  margin: 0 auto; }

section#main {
  margin-top: 0; }

.container {
  width: auto !important; }

.sheet {
  overflow: visible !important; }

h1 {
  font-size: 2em; }

table.table > thead > tr > th,
table.table > tbody > tr > td {
  margin: 0;
  padding: 3px 3px 3px 0;
  font-size: 12px !important; }
  table.table > thead > tr > th h4,
table.table > tbody > tr > td h4 {
    font-size: 14px; }

table.table > tbody > tr > td {
  vertical-align: top !important; }

table.table > thead > tr > th {
  vertical-align: bottom !important; }

/* :::::::::::::::::::: Button :::::::::::::::::::: */
.button {
  padding: 40px 0; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 50px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-primary {
  color: #fff;
  background-color: #42393C;
  border-color: #42393C; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgba(66, 57, 60, 0.8);
  border-color: #42393C; }

.btn-primary:hover {
  color: #fff;
  background-color: rgba(66, 57, 60, 0.8);
  border-color: #42393C; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgba(66, 57, 60, 0.8);
  border-color: #42393C; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #42393C;
  border-color: #42393C; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #42393C;
  border-color: #42393C; }

.btn-primary .badge {
  color: #42393C;
  background-color: #fff; }

/* :::::::::::::::::::: Formatierungen Stundenübersicht :::::::::::::::::::: */
.projectheader {
  border-bottom: 2px solid;
  border-color: #DDDEDE;
  margin-bottom: 22px; }
  .projectheader .header {
    margin-bottom: 7px; }
  .projectheader h4,
.projectheader h3 {
    margin: 0;
    padding: 0; }
  .projectheader h4 {
    color: #B1B3B4;
    line-height: 1.2em;
    font-size: 10pt;
    text-transform: uppercase; }
  .projectheader h3 {
    line-height: 1.4em;
    margin-bottom: 5px;
    font-size: 14pt; }
  .projectheader h2 {
    font-size: 22pt;
    margin-bottom: 16px;
    margin-top: 10px; }
  .projectheader img {
    height: 45px; }

.table-responsive {
  font-size: 10pt; }
  .table-responsive th.tag {
    width: 3cm; }
  .table-responsive th.projekt {
    width: 6cm; }
  .table-responsive th.stunden {
    width: 1.5cm; }
  .table-responsive th.notizen {
    width: 7cm; }

/* :::::::::::::::::::: Formatierungen Anwesenheit :::::::::::::::::::: */
.container .headline {
  border-bottom: 2px solid;
  border-color: #DDDEDE;
  margin-bottom: 22px; }
  .container .headline h2 {
    font-size: 22pt;
    margin-bottom: 16px;
    margin-top: 10px; }
  .container .headline img {
    height: 45px; }

.container.projectdata {
  width: 100%; }
  .container.projectdata .table-responsive {
    font-size: 10pt; }
    .container.projectdata .table-responsive th.tag {
      width: 3cm; }
    .container.projectdata .table-responsive th.start {
      width: 2cm; }
    .container.projectdata .table-responsive th.ende {
      width: 2cm; }
    .container.projectdata .table-responsive th.stunden {
      width: 2cm; }
    .container.projectdata .table-responsive th.kumuliert {
      width: 2cm; }
    .container.projectdata .table-responsive th.projekt, .container.projectdata .table-responsive th.mitarbeiter {
      width: 3cm; }
