@charset 'iso-8859-1';
@import  url('web-customer.css');

/*
file     web-print.css
license  (c) 2013 bpm consult ag, CH-Birsfelden - all rights reserved.

version history:
3.1.0-0  08.08.2013  sb  initial version
 
bpm colors:
blue:    #0b479d #3b6cb1 #6c90c4 #9db5d8 #cedaeb
ocean:   #00705a #338c7b #66a99c #99c5bd #cce2de
green:   #5f7000 #7f8c33 #9fa966 #bfc599 #dfe2cc
yellow:  #be8500 #cb9d33 #d8b666 #e5ce99 #f2e6cc
brown:   #964000 #ab6633 #c08c66 #d5b299 #ead8cc
red:     #a0001b #b33348 #c66676 #d999a3 #ecccd1
purple:  #5e009b #7e33af #9e66c3 #be99d7 #decceb
grey:    #868e90 #9ea5a6 #b6bbbc #ced2d2 #e6e8e8
black:   #333333 #5b5b5b #848484 #adadad #d6d6d6 #eeeeee #ffffff
*/

/* ----------------------------- body */
body {
  box-shadow:                    0 0 0 0 transparent;
}
body > .body {
  display:                       block;
  height:                        auto;
  min-height:                    0;
  white-space:                   normal;
}

/* ----------------------------- hide obsolete content */
.header .top,
.header .nav,
.left,
.footer {
  display:                       none;
}

/* ----------------------------- print header */
.header {
  height:                        9rem;
  margin-bottom:                 3rem;
  overflow:                      hidden;
}
.header:before {
  position:                      absolute;
  z-index:                       -1;
  height:                        100%;
}
.header .print {
  position:                      absolute;
  z-index:                       10;
  display:                       block;
  padding:                       0.8rem;
  font-family:                   'Fira Sans Regular', sans-serif;
  line-height:                   130%;
  font-size:                     1.2rem;
}
.header .print h2 {
  margin:                        0;
  color:                         #333333;
  font-size:                     1.4rem;
}

/* ----------------------------- main */
.main,
.left + .main {
  display:                       block;
  width:                         100%;
  max-width:                     none;
}

