/* -----------------------------------------------------------------------------
* print styles
* ----------------------------------------------------------------------------- */

/* Allgemein */
#header,
#contentTop,
#footer,
#teaserFooter {
  display: none;
}
#main {
  padding-top: 0;
}

/* Produktdetail-Seite */
.pDBrowsing {
  display: none;
}

.fullWidth.standalone #content .orderProcess .container {
  overflow: visible;
}
.fullWidth.standalone #content .orderProcess .orderOverview {
  float: none;
}

