/* ========== print view  ========== */


/*
disabled due to an error when generating pdf with wkhtmltopdf on centos server:
-> symbol lookup error: /usr/bin/wkhtmltopdf: undefined symbol: FcFreeTypeQueryFace

@font-face {
    font-family: 'Apercu Bold';
    src: url('/font/apercu_bold-webfont.eot');
    src: url('/font/apercu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/apercu_bold-webfont.woff') format('woff'),
         url('/font/apercu_bold-webfont.ttf') format('truetype'),
         url('/font/apercu_bold-webfont.svg#apercubold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu Regular';
    src: url('/font/apercu_regular-webfont.eot');
    src: url('/font/apercu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/apercu_regular-webfont.woff') format('woff'),
         url('/font/apercu_regular-webfont.ttf') format('truetype'),
         url('/font/apercu_regular-webfont.svg#apercuregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

#logo,
.label-casting-list-overview,
#header_nav, 
#main_navi_de,
#main_navi_fr,
#check,
.prototip,
.subpage-nav,
#tabs,
.label-casting-list,
.accordion_button,
.accordion_toggle,
.download-casting-list,
bottomm {
  display: none;
}
#header {
  height: 80px;
}
h1, h2, p {
  margin-bottom: 4px;
}
.accordion_content {
  padding: 12px 12px 9px 12px;
}
.accordion_content,
.accordion_content a,
.accordion_content a:hover,
.accordion_content table,
.accordion_content table td,
.label-in-training,
#steckbrief dl dd,
.tablist dl dd,
.tablist dl dt {
  color: black;
}
.round_corner_box {
  background: none;
}
.round_corner_box_dark, .round_corner_box {
  padding: 0px;
}
#logo-print  {
  display: block;
  height: 30px;
  width: 500px;
}

/*Break Page*/
/*page-break-before: always;*/