/*
	Lohmann Laborservice GmbH
	Stylesheet 2017 (styles.css)
	
	Styles fuers Drucken,
	inbesondere der Warenkorb-Seite
*/

body {
    font-size: 1.25em;
    background: none;
}

.container {
    max-width: auto;
    width: 97%;
    margin: 50px 30px 30px 50px;
}

.section.header,
.section.slogan,
.section.hinweis-container,
.hinweis-demo,
.warenkorb-submits,
.footer-logo,
.footerwrap2 {
    display: none;
	margin: 0;
}

div .navi {
    display: none;
}

div .aside {
    display: none;
}

#shop div.page div.content {
    background: none;
}

div.main-with-right {
    width: 100%;
}

table.warenkorb tr td.seven {
    display: none;
}

a.link-buttonlike-80px {
    display: none;
}

input[type=text] {
    background-color: #ffffff;
    border: none;
}

.zeile-gerade input[type=text] {
    background-color: #f6f6f6;
    border: none;
}

/* doch mal anzeigen
div.footer div {
	display: none;
} */

div.footer .footer-logo p a,
div.footer .footer-menu {
    display: none;
}

div.footer .footer-logo,
div.footer .footer-copyright {
    width: 48%;
}

.hide-on-print {
    display: none;
}