#header,
.headerimage,
.navbar,
.breadcrumb,
.nav,
#footer {
  display:none;
}
/* set font color to black */
a,h1 a,h2 a,h3 a,h4 a,h5 a,h1,h2,h3,h4,h5 {font-weight: bold; color:#000;}

/* set URL after links */
a[href]:after {
    content: none;
}
a.external-link[href]:after, table a.external-link[href]:after,
a.external-link-new-window[href]:after, table a.external-link-new-window[href]:after {
 content: none;
}

/* no displayed link for E-Mail etc. */
a.mail[href]:after, table a[href]:after,
.csc-textpic-imagewrap a[href]:after {
    content: none;
}

/* tables */
thead {display: table-header-group;}
tr {page-break-inside: avoid;}

/* Accordions aufklappen zum drucken */
.collapse {
    display: block !important;
}
.grid {
  margin:0 !important;
  height:auto !important;
}
.grid .grid-item {
  margin:0 !important;
  width:100% !mportant;
  float:none !important;
  position:relative !important;
  top:auto !important;
  left: auto !important;
}
.main-container,
.main-container1,
.produkt-single {
  border:0px none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height:inherit !important;
}
.produktfinder {
  display:none;
}
.pull-left {
  float: none !important;
}