@media print {

body {
	width: 100%;
	background: url(none);
	background-color: white;
/*	color: black;*/
	margin: 0;
}

[role="contentheader"],
[role="contentnavigation"]/*,
[role="contentbottom"] ,
[role="contentfooter"]*/ {
    display: none;
}

#navigation .menu {
	display: none !important;
}

/* Für die ID:lagermaschinen ist "position:absolute" sehr Wichtig, sonst werden unnötig leere Seiten ausgedruckt. */
#lagermaschinen {
 position:absolute!important; top:120px; 
}

* {
 border: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
 text-shadow: none !important;
}

img.responsiveImage {
 width: 60% !important;
}

img#LogoFilter {
 margin: 0!important;
 position: absolute!important;
 left: 10px!important; top: 0!important;
 width: 28% !important;
}

.logo:after {content:"Bernd Gail GmbH Werkzeugmaschinen \A Industriegebiet Kalteiche \A Kalteiche-Ring 63 \A 35708 Haiger \A \A Telefon: +49 2773-7476-0 \A Telefax: +49-2773-7476-251 \A gail-werkzeugmaschinen@t-online"; 
  font-size:18px!important; position:absolute!important; right:0; top:0; color:#424242; white-space:pre; text-align:left; line-height:26px;
}

/*
.post-header {
 margin: 0!important;
 position: absolute!important;
 right: 10px!important; top: 50px!important;
 width: 50% !important;
}
*/
.post-header {
 display: none !important;
}


/* .select-top-nav definiert in main.js */
.select-top-nav {
 display: none !important;
}


#container {
 margin-top: 120px !important;
}

.subhead_1 {
 display: none !important;
}

.my-box{
 text-align: center;
 margin: 0 auto !important;
 width: 100% !important;
 background-color: transparent;
}

.subhead_2_lagerNr{
 margin: 0 0 20px 0 !important;
 padding: 0 !important;
}

.texte_gail_color{
 margin: 0 !important;
 padding: 0 !important;
}

#main .container .testimonials {
 display: none !important;
}

/*  
#bottom {
 display: none !important;
}
*/
#footer {
	background: #fff!important;
	color: #111!important;
}
#footer .Cntr { 
	background: #fff!important; 
	color: #111!important;
}
#footer p {background: #fff!important; color: #111!important; }
#footer p.newsletter_abbestellen {font-size:22px!important; }


.btn_2, .btn_2 *, .txt_wiki, .txt_wiki *, #MySlidingPanel, #MySlidingPanel *, .top, .top *, #my-content-right, #my-content-right *, #verkauft, #myMobileHidden
{
 display: none !important;
}

.CSSTable img.thump) {
 display: none !important;
}

/* !!! Verhindert links die beim Druck erscheinen, auch wenn vorher gescrollt wurde. */
a:after, a:link:after, a:visited:after, a:focus:after, a:active:after {
	content: " [" attr(href) "] ";
}
a:after, a:link:after, a:visited:after, a:focus:after, a:active:after {
	content: " " attr(PosImage) " ";
}

.collumn{
    margin-bottom: 0px;
    margin-top: 0px;
}

/* My class .collumn (collumn mit 2 ll) ist leider nicht kompatibel mit "page-break-before:always" ! */
section .content { page-break-before:always !important; }
.druckSeitenumbruch { page-break-before:always !important; } /* !!! */

.blockelement { display:block; } /* Das image muss per class="blockelement" zum Blockelement erklärt werden! */
.pageBreakInside { page-break-inside: avoid; }
/* 
	page-break-... ->Browser Kompatibilität: Stand 30.01.2016
	IE >= 4.0
	Firefox (Gecko) >= 1.0 [Gecko unterstützt nur 'page-break-before:always']
	Opera >= 7.0
	Safari >= 1.2
*/

/* BEGIN panel */
.panel-title {background: #777!important; }
.panel-title a {color: #fff!important;}
/* END panel */

}