/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Quattrocento Sans', sans-serif; color: #55331f; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe7903; color: #fff; text-shadow: none; }
::selection { background: #fe7903; color: #fff; text-shadow: none; }

a { color: #55331f; }
a:visited { color: #55331f; }
a:hover { color: #fe7903; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; padding: 0;}

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/*---------------------- Primary Styles ------------------------*/

body { font-weight:normal; font-size:1.3em; }

body.sticky { padding-top: 210px; }

sup { font-size:12px; }

p { color:#55331f; }

a { text-decoration:none; font-weight:normal; }

ul {
			margin-left:auto; 
        	margin-right:auto;
			margin-top:0;
			margin-bottom:0; 
            width:100%;
			display:block;
}

li { display: inline; }

/*--------------------- Logo and Nav ----------------------------*/


#logo_top_wrapper { 
	margin: 60px 0;
	padding: 0;
	background: url(../img/stripe.jpg) repeat-x;
	height: 109px;
	max-height:100%;
	z-index: 1;
}

#logo-container {
	width: 100%;
	height: 200px;
	margin: -200px 0 0;
}

#cpp-logo {
	width: 195px;
	height: 194px;
	margin: -210px auto 0;
	display: block;
}

/*#logo_top { height:187px; }*/

#sticky_navigation_wrapper {
	margin: -50px auto 0;
	width: 100%;
	height:50px;
}

#sticky_container {margin-left:auto; margin-right:auto; }

#tablet_container {margin-left:auto; margin-right:auto; display:none; }

#mobile_container {margin-left:auto; margin-right:auto; display:none; }

#sticky_navigation {
	margin-left:auto;
	margin-right:auto;
	height:50px;
	padding:0px;
	width:75%;
	text-align:center;
	z-index: 1000;
}

#sticky_navigation ul {
	display:block;
	list-style:none; 
	margin-left:auto;
	margin-right:auto;
}

#sticky_navigation ul li {
	margin-left:auto;
	margin-right:auto;
	display:inline;
}

#sticky_navigation ul li a {
	display:block;
	margin-left:auto;
	margin-right:auto;
	float:left;
	/*padding:0 20px; */
	height:50px; 
	line-height:50px; 
	font-size:16px;
	text-align:center;
}

#sticky_navigation ul li a:hover, #sticky_navigation ul li a.selected { 
	color:#fe7903;
}

#tablet_navigation {
	margin-left:auto;
	margin-right:auto;
	height:50px;
	padding:0px;
	width:75%;
	text-align:center;
	display:none;
}

#tablet_navigation ul {
	display:block;
	list-style:none; 
	margin-left:auto;
	margin-right:auto;
}

#tablet_navigation ul li {
	margin-left:auto;
	margin-right:auto;
	display:inline;
}

#tablet_navigation ul li a {
	display:block;
	margin-left:auto;
	margin-right:auto;
	float:left;
	/*padding:0 20px; */
	height:50px; 
	line-height:50px; 
	font-size:16px;
	text-align:center;
}

#tablet_navigation ul li a:hover, #tablet_navigation ul li a.selected { 
	color:#fe7903; 
}

#mobile_navigation {
	margin-left:auto;
	margin-right:auto;
	height:40px;
	text-align:center;
	display:none;
}

#mobile_navigation ul {
	display:block;
	list-style:none; 
	margin-left:auto;
	margin-right:auto;
}

#mobile_navigation ul li {
	margin-left:auto;
	margin-right:auto;
	display:inline;
}

#mobile_navigation ul li a {
	display:block;
	margin-left:auto;
	margin-right:auto;
	float:right;
	height:40px; 
	line-height:35px; 
	font-size:3em;
	text-align:center;
}

#mobile_navigation ul li a:hover, #mobile_navigation ul li a.selected {color:#fe7903; }

.selected {color:#fe7903; }

#cta {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #55381f;
	width: 345px;
	padding: 8px 0;
	margin-top: 40px;
}

#cta:hover {
	background-color: #fe7903;
	color: #fff;
	border: 3px solid #fe7903;
}


/*------------------- Slider --------------------------*/

.slider {   
   margin-top: 30px;
	overflow: hidden !important;
	height: 364px;
   background: #fff center bottom no-repeat;
   position: relative;
}
.slider .handle {
	height: 364px;
	width: 2184px; /* *** anzahl li's x 430px *** */
	position: absolute;
	cursor: pointer;
}
.slider ul {
	width: 2184px; /* *** anzahl li's x 430px *** */
	margin: 0px !important;
	position: absolute;
	padding-left:50px;
}
.slider li {
   float: left;
   width: 400px;
   height: 364px;
   position: relative;
   margin: 0 0;
	cursor: move;
}
.slider li a {
   width: 26px;
   height: 26px;
   position: absolute;
   background: url("grafik/link.png") 0px 0px no-repeat;
   text-indent: -999999px;
   bottom: 10px;
   right: 10px;
   display: none;
}
.slider li:hover a {
   display: block;
}
.slider li img {
	max-width:100%;
	max-height:100%;
}


/*------------------- Main Divs -----------------------*/

#container {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	overflow-x: hidden;
}

h1 {
	margin-left:auto;
	margin-right:auto;
	padding-top:1%;
	font-family: 'Oleo Script', cursive;
	font-size:3em;
}

#gallery {
	margin-left:auto;
	margin-right:auto;
	padding:1% 0 2% 0;
}

#gallery img {
	max-width:100%;
	max-height:100%;
}

#arrow {
	margin-left:auto;
	margin-right:auto;
	width:11.5%;
	padding-top:1%;
}

#div-1 {
	background-size:100%;
	margin:3% auto 0 auto;
	padding:0;
	height:42px;
}

#div-2 {
	background-size:100%;
	margin:0 auto 0 auto;
	padding:0;
	height:42px;
}



#white-textarea {
	margin-left:auto;
	margin-right:auto;
	width:75%;
	text-align:center;
	line-height:2em;
}



#dark-textarea {
	margin-left:auto;
	margin-right:auto;
	width:75%;
	text-align:center;
	line-height:2em;
	color:#fff;
}

/*------------------- About --------------------------*/

#about {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color:#55381f;
	/*background:url(../img/bg_woodtexture.jpg);*/
	background-size:100%;
	width:100%;
}

#about-header {
	margin-left:auto;
	margin-right:auto;
	padding:4% 2% 2% 2%;
	font-family: 'Oleo Script', cursive;
	font-size:3em;
	color:#fff;
	text-align:center;
}

#pod-img-container {
	margin-left:auto;
    margin-right:auto;
    width:90%;
	color:#fff;
}

#pod-img-container img {
     max-width:100%; 
     max-height:100%;
}

/*----------------- Where to Buy -----------------------*/

#buy-container {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color:#fff;
	width:100%;
}

#where-to-buy {
	margin-left:auto;
	margin-right:auto;
	padding:4% 2% 2% 2%;
	font-family: 'Oleo Script', cursive;
	font-size:3em;
	text-align:center;
}

#buy-img-container {
	margin-left:auto;
    margin-right:auto;
    width:100%;
	color:#fff;
}

#buy-img-container img {
     max-width:100%; 
     max-height:100%;
}

#store-list, #online-list{
	width:60%;
	text-align:center;
}

#store-list ul li a, #online-list ul li a {
	display:block;
	margin-bottom:5%;
	list-style:none;
}

#store-list a:hover, #online-list a:hover {
	color:#fe7903;
}

/*-------------------- Video --------------------------*/

#video {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color:#55381f;
	/*background:url(../img/bg_woodtexture.jpg);*/
	background-size:100%;
	width:100%;
}

#video-frame {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:2% 0 4% 0;
	width:66%;
}

/*------------------- Who We Are -----------------------*/

#company-container {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color:#fff;
	width:100%;
}

#who-we-are {
	margin-left:auto;
	margin-right:auto;
	padding:4% 2% 2% 2%;
	font-family: 'Oleo Script', cursive;
	font-size:3em;
	text-align:center;
}

#contact {
	margin-left:auto;
	margin-right:auto;
	padding:2% 0 2% 0;
}

/*------------------ footer ---------------------------*/

#footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding-top:3%;
	background-color:#55381f;
	/*background: url(../img/bg_woodtexture.jpg);*/
	background-size:100%;
	width:100%;
}

#footer-web {
	margin-left:auto;
	margin-right:auto;
}

#footer-mobile {
	display:none;
}

#legal {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:3%;
	color:#fff;
	font-size:12px;
	width:75%;
	text-align:center;
}

/*------------------ Classes ---------------------------*/


.logo_container { 
	width:100%; 
	margin:0 auto;
	padding:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.a-left {
	float:left;
}

.a-right {
	float:right;
}

.pod-img {
	padding:0 2% 0 2%;
}

.footer {
}

.footer a {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

.footer a:hover {
	color:#fe7903;
}

.mobile-nav {
	width:100%;
}

.mobile-nav ul {
	display:block;
	list-style:none;
}

.mobile-nav ul li {
	width:100%;
	display:inline;
	color:#fff;
}

.mobile-nav ul li a {
	background: url(../img/mobileNav_bg.png) no-repeat right;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:40px; 
	line-height:40px; 
	font-size:16px;
	color:#fff;
	border-top: solid 1px #fff;
}

.bottom {
	border-bottom:solid 1px #fff;
}

.mobile-nav ul li a:hover,.mobile-nav ul li a.selected { 
	background: url(../img/mobileNav_bg2.png) no-repeat right;
	background-color:#fe7903;
}


/*------------------ Responsive CSS ---------------------*/


@media only screen and (min-width: 683px) and (max-width: 860px) {
	body { font-size: 1.2em; }
	#container { max-width:100% }
	#cpp-logo { display: none;}
	#logo_top_wrapper { background:url(../img/logo_800.png) no-repeat top; background-size: 100%; height:200px; }
	#logo_top { height:150px; }
	#sticky_navigation_wrapper { width: 100%; }
	#sticky_navigation {  display:none; }
	#tablet_navigation {  margin-left:auto; margin-right:auto; width:100%; display:block; }
	#tablet_container {  margin-left:auto; margin-right:auto; width:100%; display:block; }
	h1 { font-size: 2.5em; padding-top: 0%; }
	#gallery img { max-width: 100%; max-height: 100%; padding:0; }
	.slider { margin-left:0; }
	.slider li { max-width: 100%; max-height:100%; width:400px; height:364px; }
	#arrow { margin-left:auto; margin-right:auto; width:17.25%; }
	#white-textarea { width: 86% }
	#dark-textarea { width: 86% }
	#about-header, #where-to-buy, #who-we-are { font-size: 2.5em }
	#video-frame { width: 80% }
	#div-1, #div-2 { max-width: 100%; max-height:100%; }
	#div-1 img, #div-2 img { max-width: 100%; max-height:100%; }
	}
	
	@media only screen and (min-width: 481px) and (max-width: 682px) {
	body { font-size: 1em; }
	#logo_top_wrapper { background:url(../img/logo_600.png) no-repeat top; background-size: 100%; height:180px; }
	#logo_top { height: 0px; }
	#cpp-logo { display: none;}
	#sticky_navigation {  display:none; }
	#mobile_navigation {  margin-left:auto; margin-right:auto; width:100%; display:block; }
	#mobile_container {  margin-left:auto; margin-right:auto; width:100%; display:block; }
	h1 { font-size: 2.5em; padding-top: 0%; }
	#gallery img { max-width: 100%; max-height: 100%; padding:0; }
	#scrollnr150 { height:260px; }
	.slider li { max-width: 100%; max-height:100%; width:240px; height:220px; }
	#arrow { margin-left:auto; margin-right:auto; width:17.25%; }
	#white-textarea { width: 86% }
	#dark-textarea { width: 86% }
	#about-header, #where-to-buy, #who-we-are { font-size: 1.8em }
	#video-frame { width: 80% }
	#footer-web { display:none; }
	#footer-mobile { display:inline; width:100%; }
	#contact { padding:5% 0; }
	#legal { padding-bottom:5%; }
	#div-1, #div-2 { max-width: 100%; max-height:100%; height:30px; padding:0; margin:0; }
	#div-1 img, #div-2 img { max-width: 100%; max-height:100%; }
	#store-list { width:70%; }
	}
	
	@media only screen and (min-width: 321px) and (max-width: 480px) {
	body { font-size: 1em; }
	#logo_top_wrapper { background:url(../img/logo_480.png) no-repeat top; background-size: 100%; height:180px; }
	#logo_top { height: 0px; }
	#cpp-logo { display: none;}
	#sticky_navigation {  display:none; }
	#mobile_navigation {  margin-left:auto; margin-right:auto; width:100%; display:block; }
	#mobile_container {  margin-left:auto; margin-right:auto; width:100%; display:block; }
	h1 { font-size: 1.8em; padding-top: 0%; }
	#gallery img { max-width: 100%; max-height: 100%; padding:0; margin:0 }
	.slider .handle { height:220px; }
	#scrollnr150 { height:220px; }
	.slider li { padding-left:1.1%; max-width: 100%; max-height:100%; width:220px; height:200px; }
	#arrow { margin-left:auto; margin-right:auto; width:25%; }
	#white-textarea { width: 86% }
	#dark-textarea { width: 86% }
	#about-header, #where-to-buy, #who-we-are { font-size: 1.8em }
	#video-frame { width: 90% }
	#footer-web { display:none; }
	#footer-mobile { display:inline; width:100%; }
	#contact { padding:5% 0; }
	#legal { padding-bottom:5%; }
	#div-1, #div-2 { height:20px; padding:0; margin:0; }
	#div-1 img, #div-2 img { max-width: 100%; max-height:100%; }
	#store-list { width:90%; }
	}
	
	@media only screen and (max-width: 320px) {
	body { font-size: 1em; }
	#logo_top_wrapper { background:url(../img/logo_320.png) no-repeat top; background-size: 100%; height:170px; }
	#logo_top { height: 0px; }
	#cpp-logo { display: none;}
	#sticky_navigation {  display:none; }
	#mobile_navigation {  margin-left:auto; margin-right:auto; width:100%; display:block; }
	#mobile_container {  margin-left:auto; margin-right:auto; width:100%; display:block; }
	h1 { font-size: 1.4em; padding-top: 0%; }
	#gallery img { max-width: 100%; max-height: 100%; padding:0; margin:0 }
	.slider .handle { height:200px; }
	#scrollnr150 { height:200px; }
	.slider li { padding-left:1%; max-width: 100%; max-height:100%; width:200px; height:182px; }
	#arrow { margin-left:auto; margin-right:auto; width:25%; }
	#white-textarea { width: 86% }
	#dark-textarea { width: 86% }
	#about-header, #where-to-buy, #who-we-are { font-size: 1.8em }
	#video-frame { width: 90% }
	#footer-web { display:none; }
	#footer-mobile { display:inline; width:100%; }
	#contact { padding:5% 0; }
	#legal { padding-bottom:5%; }
	#div-1, #div-2 { height:12px; padding:0; margin:0; }
	#div-1 img, #div-2 img { max-width: 100%; max-height:100%; }
	#store-list { width:90%; }
	}
	
	
	/*------------------ Hi-Ris CSS ---------------------*/
	
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 683px) and (max-width: 800px) {
	#logo_top_wrapper { background:url(../img/logo_800@150.png) no-repeat top; background-size: 100%; width:100%; height:200px; max-width:100%; max-height:100%; }	
	}
	
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 481px) and (max-width: 682px) {
	#logo_top_wrapper { background:url(../img/logo_600@150.png) no-repeat top; background-size: 100%; width:100%; height:180px; max-width:100%; max-height:100%; }	
	}
	
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 321px) and (max-width: 480px) {
	#logo_top_wrapper { background:url(../img/logo_480@150.png) no-repeat top; background-size: 100%; width:100%; height:180px; max-width:100%; max-height:100%; }	
	}
	
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 320px) {
	#logo_top_wrapper { background:url(../img/logo_320@150.png) no-repeat top; background-size: 100%; width:100%; height:170px; max-width:100%; max-height:100%; }	
	}
	
	
	

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
