/**
 * 
 * @note      Printstyles
 * @note      benötigt leibniz.css/.scss
 * 
 * @site      www.leibniz-gemeinschaft.de
 * 
 * @version     0.0.1
 * @lastmodified    $Date:2012-06-19
 * 
 * @author      www.sunbeam-berlin.de / kai Laborenz
 * 
 */
/**
 *    ACHTUNG: CSS wird automatisch erzeugt!
 *    NICHT DIREKT EDITIEREN!
 *    Alle Änderungen gehen verloren beim Neu-Schreiben!
 *    Nur die SASS-Dateien im Verzeichnis ../sass/ editieren!
 * 
 */
/* 
 * Auszublendende Elemente für den Druck
 */
body {
  width: 100%; }

#topnav,
#mainnavi,
#secondnavi,
#buttons,
#quicknavi,
#qntitle,
#footermenu,
#social,
#search,
#breadcrumb,
#visual,
.copyfooter {
  display: none; }

/* Logo */
header,
.logo {
  position: static;
  text-align: right; }

/* Durch Ausblenden der linken Navi entstandenen Raum füllen */
.maincontent .span5 {
  width: 600px;
  margin-bottom: 15px; }

.nextvisual {
  height: auto;
  position: static;
  margin: 4em 0 0 20px;
  padding: 15px 0 15px 30px; }
  .nextvisual #contact {
    position: static; }
