/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media print
{

    .csc-default { overflow: visible !important; }
  /* navigation: footermenu_left */
  /* the ul containing the styles for the print template (source out to print.css!) */
  #footermenu_left { padding-left:0px; padding-top:32px; }
  #footermenu_right { border-top:0 none; }
  .nav_icons-print { display:block; }
  .nav_icons-icon_print { display:none; }
  .nav_icons-icon_recommend { display:none; }
  .nav_icons-print {
    color:#000;
    margin-top:38px;
    border-top:1px solid #000;
    font-size:10px;
  }
  
  .nav_icons-first {
    padding-right:32px;
    line-height:22px
  }
  
  .nav_icons-second {
    padding-right:32px;
    line-height:22px
  }
  
  .nav_icons-third {
    padding-right:32px;
    line-height:22px
  }
  
  .nav_icons-fourth {
    padding-right:32px;
    line-height:22px
  }  
  
  /* suche ausblenden */
  .tx-indexedsearch-searchbox { display:none; }
  .wtdirectory { display:none; }
 /**
  * @section basic layout preparation
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers  */
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
  body { font-size:9pt; }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  #col1, #topnav, #nav, #search, #nav_soc, #nav_topics, #nav_left, #footermenu_right ul, #mailform, .wr_damlist_filter, .csc-menu { display:none; }
  /* 2016-10-12: make #col3 visible, but hide images etc */
  #col3 { margin: 0; width: 100% }
  #col3 img, #col3 .csc-textpic, #col3 .jwplayer { display: none; }
  #col3 div.callout { width: 100%; }
  #col3 div.callout-middle,
  #col3 div.callout-middle a.download { padding: 0; }
  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6,div.fce_headline { page-break-after:avoid; }

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Linearising subtemplates */ 
  /* (de) Linearisierung der Subtemplates */ 
  .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l, .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r { width: 100%; margin:0; float:none; overflow:visible; display:table; } .subc, .subcl, .subcr {margin: 0; padding: 0;}
 /**
  * @section column selection
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  /*#col1, #col1_content { float:none; width:100%; margin:0; padding:0; border:0; }
  #col2, #col2_content { float:none; width:100%; margin:0; padding:0; border:0; }*/
  #col2, #col2_content { float:none; width:100%; margin:0; padding:0; border:0; }

  /*------------------------------------------------------------------------------------------------------*/

  /* Optional Column Labels | Optionale Spaltenauszeichnung
  #col1_content:before { content:" [ left | middle | right column ]"; }
  #col2_content:before { content:" [ left | middle | right column ]"; }
  #col3_content:before { content:" [ left | middle | right column ]"; }

  #col1_content:before, #col2_content:before, #col3_content:before {
    content:"";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, 
    acronym[title]:after { content:'(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL:"attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
  div.csc-frame-rulerAfter {
    border-bottom: 1px solid #000000;
    padding-bottom: 16px;
  }
}
