/* General Stuff */
body {
    border-top: 0;   
}
h1, h2, h3 {
   page-break-after: avoid;
}
img,
.infoBoxes .column,
.infoTable .product {
   page-break-inside: avoid;
}
p.h1 {
	font-size: 30px;
	color: #1569af;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 110%;
}

/* ausblenden */
#cookies,
aside,
footer nav,
.language,
.mainMenu,
.search,
.downloads,
.downloads + .hr,
.banner .container .column.left,
.breadcrumbs,
.productVariants > a,
.productVariants .image.act span.arrowTop,
.productVariants .image a:hover span.arrowTop,
.lastProducts,
.infoBoxes .column .box.act img.topArrow,
.similarProducts,
.similarProducts + .hr,
.accessories + .hr,
.accessories .teaserText p.description,
.bigAwardImage > img,
.biggerImages.galerieVideo,
.biggerImages.galerieVideo > iframe,
.biggerImages.galerieVideo > div,
.galerie .lupe,
.remember,
.infoBoxes .propertyContainer,
.bigAwardImage,
.merkzettel,
.automaticSlider,
.callus {
    display: none !important;   
}

/* einblenden */
.justPrint,
.contactPrint {
	display: block;
}

.logo {
	margin: 35px 0 0 30px;
}

/* Banner */
.banner {
	background: none;
	border: none;
	max-height: none;
}

/* Produkt-Bilder */
.banner .imageContainer {
	height: auto !important;
}
.galerie .column.right {
	margin: 0;
}
.galerie .biggerImages {
	display: block;
	position: static;
}
.galerie .biggerImages > img {
	max-width: 48.3%;
	float: left;
	border: 1px solid #ddd;
	margin: 0 0.75% 2% 0.75%;
}
/* Awards ausgeblendet
.bigAwardImage .smallAwardImages {
	position: static;
	clear: both;
}
*/

/* Produkt-Varianten */
.productVariants {
	padding: 0 !important;
}
.productVariants .productSlider ul.slides > li,
.productVariants > .image {
	width: 130px;
}
.productVariants .image.act {
    display: block;
}
.productVariants .image.act a img {
    width: 100%;
}
.productVariants .image.act span.arrowTop,
.productVariants .image a:hover span.arrowTop {
    display: none !important;   
}

/* Produkt-Zubehoer */
.accessories .row .column {
    padding-top: 0;
    border-top: 0;
}

/* Produkt-Artikel */
.productInfos .product.act .box,
.productInfos .product .box {
	background: none;
}
.productInfos .infoTable .box h2 {
	padding-left: 2px;
}
.productInfos .infoTable .box~table {
	display: table;
	width: 100%;
}

/* Technik-Artikel */
.infoBoxes .column {
	width: 100%;
	float: none;
	margin: 1% 0 0 0;
}
.infoBoxes .column .box {
	width: 99.5%;
	display: block;
    border-bottom-width: 0;
    height: auto;
}
.infoBoxes .column .box:after {
    background: #F3F8FE;
    bottom: -3px;
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    z-index: 1;
}
.infoBoxes .column .responsiveWrap {
	display: block;
	width: 99.5%;
	border: 3px solid #e0e1e5;
}
.infoBoxes .column .box.act + .responsiveWrap {
	border-color: #2372b4;
}
.infoBoxes table {
	position: static;
}


.content.right {
    margin-left: 0;
    width: 100%;
}


/* Kontaktdaten */
header > .container {
	border-bottom: 1px solid #ddd;
}
.contactPrint {
    text-align: left;
}
.contactPrint table {
	width: 80%;
	float: right;
	margin: 20px 0 15px 0;
}