@charset "utf-8";
/* CSS Document */
@import '../css/produktseite.css';
@import 'bk.css';

/* FARBEN UND SCHRIFTEN */
/*@papapetrol:#0099af;
@papapetroldunkel:#005f6c;

@schrift:Bitter,serif;
@handschrift:FFErikrighthandWebRegular,sans-serif;*/
/* FARBEN UND SCHRIFTEN */

@font-face {
	font-family: 'WebIcons';
	src: url('../fonts/webhostinghubglyphs.eot');
	src: url('../fonts/webhostinghubglyphs.eot') format('embedded-opentype'),
		url('../fonts/webhostinghubglyphs.woff2') format('woff2'),
		url('../fonts/webhostinghubglyphs.woff') format('woff'),
		url('../fonts/webhostinghubglyphs.ttf') format('truetype'),
		url('../fonts/webhostinghubglyphs.svg#webhostinghubglyphs') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'FuturaMiddle';
    src: url('../fonts/futuramdbt.eot');
    src: url('../fonts/futuramdbt.eot') format('embedded-opentype'),
         url('../fonts/futuramdbt.woff2') format('woff2'),
         url('../fonts/futuramdbt.woff') format('woff'),
         url('../fonts/futuramdbt.ttf') format('truetype'),
         url('../fonts/futuramdbt.svg#futuramdbt') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'FuturaLight';
    src: url('../fonts/futult.eot');
    src: url('../fonts/futult.eot') format('embedded-opentype'),
         url('../fonts/futult.woff2') format('woff2'),
         url('../fonts/futult.woff') format('woff'),
         url('../fonts/futult.ttf') format('truetype'),
         url('../fonts/futult.svg#FuturaLtBTLight') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'Ink Free';
    src: url('../fonts/InkFree.eot');
    src: url('../fonts/InkFree.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InkFree.woff2') format('woff2'),
        url('../fonts/InkFree.woff') format('woff'),
        url('../fonts/InkFree.ttf') format('truetype'),
        url('../fonts/InkFree.svg#InkFree') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ALLGEMEIN */
body {
	min-width:320px;
	margin:0;
	padding:0;
	font-family: 'FuturaLight';
	font-size:19px;
	color:#000;
	background: url(../img/bg_holz.jpg) repeat top left fixed;
	background-size:cover;
}
	
h1 {font-family: 'Ink Free';color:#005f6c;font-size: 45px;line-height: 60px;}
a:focus, a:hover {color: #0099af;text-decoration: none;}
.border-left::before, footer .row h4::before {background: #0099af none repeat scroll 0 0;}
/* ALLGEMEIN */

/* LOGO */
.header-area .logo {padding: 14px 0;}
.header-area .logo img {max-width:420px;}
#sticky-header.sticky .logo {padding: 10px 0;}
#sticky-header.sticky .logo img {width: 270px;}

/* LOGO */

/* HEADER */
.header-top-bar {background: #005f6c none repeat scroll 0 0;}
#primary-menu a {color:#000;}
#primary-menu a:hover {color:#0099af;}
nav .main-menu > li:hover .product-nav, nav .main-menu > li:hover > a {color: #0099af;}
nav .abc {color: #0099af;display: block;background: #eee;padding-left: 5px;font-size: 16px;}
.main-menu > li > a::before, .dropdwn li a::before, .single-mega-item li a::before {background: #005f6c none repeat scroll 0 0;}
#mega-menu-area .elements {font-size:14px;}
/* HEADER */

/* SIDEBAR */
.sidebar #cat-treeview .active > a {color: #0099af;}
.sidebar #cat-treeview ul li {display:none;}
.sidebar #cat-treeview ul .active, .sidebar #cat-treeview ul .active ul li {display:block;}
/* SIDEBAR */

/* PRODUKTSEITEN */
.box-shadow {background:#FFF;}
.product-description {padding: 1px 20px 25px 30px;background:#FFF;box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);}
.detail-panel-wrapper {background:#FFF;}
.product-item-2 .action-button {background: #005f6c;}
.product-info .button {background: #005f6c!important;}
/* PRODUKTSEITEN */

/* FOOTER */
.logo_footer_pd {width:250px;}
/* FOOTER */

/* COPYRIGHT */
.bg-black {color:#FFF;background:#005f6c;}
/* COPYRIGHT */
