@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: url('/font/opensans-regular-webfont.woff2') format('woff2'),
	url('/font/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/font/opensans-bold-webfont.woff2') format('woff2'),
	url('/font/opensans-bold-webfont.woff');
    font-weight: normal;
    font-style: normal;
}

* {	
	font-family: 'open_sansregular', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3em;	
	color: #000;
}

p {margin: 0;}

h1, h1 span, h2, h2 span, h3 {
    font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.1em;	
}

h5, h5 a, h6 {
    font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.1em;	
	margin: 10px 0 0 0;
}

h5 span {
    font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.1em;	
	margin: 0;
	text-transform: uppercase;
}

h6 {margin-bottom: 10px;}

strong {
	font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
}

ul li {list-style: none;}

a {text-decoration: none;}

.pagebreak {page-break-before: always;}

.clear {
	width: 100%;
	display: block;
	float: none;
	clear: both;
}

.displayonly {display: none;}

.onlyprint {display: block;}

.p-ta-left {text-align: left !important;}

.mt43 {margin-top: 10px;}

.mtb {margin: 100px 0 10px 0;}

.col-p-5 {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.col-p-6 {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.col-p-6 img {
	height: 180px;
	width: 100%;
	margin-bottom: 40px;
}

.logo a, nav ul, .button, .breadcrumb {display: none;}

.cd-hero-slider {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cd-content.col-p-5 img {
	height: 180px;
	width: 224px;
	display: block;
	margin-bottom: 50px;
}

.productheadline h4 {
    font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.1em;	
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.productimage {
	width: 70%;
	margin: 25px 15% 10px 15%;
}

.productinfo {text-align: center;}

.printimg {
	height: 300px;
	width: 100%;
	margin: 0;
}

.packaging {margin-bottom: 25px;}

footer hr {
	border: 1px solid #000;
	width: 100%;
}
