/* Print Style Sheet */
@media print {

/* Header */

.brand img {
height: auto;
width: 150px;
}

/* News */

.navbar .nav>li {
font-size: 0.8em;
}
.metaslider .caption {
font-size: 0.8em;
}

.news-date, .news-title, .news-title2 {
font-size: 0.8em;
}

/* Projekte */

.load-portfolio li {
font-size: 0.5em;
}

.projekte-title, .sub-title {
font-size: 0.8em;
}

/* Projekte - Einzelansicht */

.post-wrap {
font-size: 0.8em;
}

/* Buero */


.span9.submenu-buero ul li {
font-size: 0.8em;
}

.buero {
font-size: 0.8em;
}

.block-1, .block-2 {
margin-top: 300px;
}

.thumbnails-mitarbeiter .bern, .thumbnails-mitarbeiter .berlin, .thumbnails-mitarbeiter .freiburg, .thumbnails-mitarbeiter .personen {
width: 150px;
height: 150px;
}

.mb {
width: 150px;
margin-top: -150px;
}

.ausstellungen-liste, .publikationen-liste, .auszeichnungen-liste {
font-size: 0.8em;

}

/* Footer */

.footer-info {
font-size: 0.8em;
}

}