/*-------------------------------------------
		Responsive View for Portrait
-------------------------------------------*/
@media only screen and (max-width:1120px) {

img { max-width:100%; height:auto; }

#container { width:90%; margin:0 auto; text-align:left; }

.box-product > div{
 margin-left:10px;
 margin-right:10px;
 width: 160px;
}
#column-left + #column-right + #content .box-product > div {
	width: 175px;
}

#currency {
  right: 40px;
} 

#header #welcome {
	position: absolute;
	left: 320px;
	top: 84px;
	right: 200px;
	z-index: 5;
	text-align: left;
	color: #333;
    font-size: 12px;
}
#header #welcome a{
    text-decoration: none;
	color: #0D420C;
    font-size: 12px;
	font-weight: bold;
}
#header #welcome a:hover{
    text-decoration: none;
	color: #0D420C;
    font-size: 12px;
	font-weight: bold;
}
#header .link-mobile {
  display: none;
  } 
  
#header .links {
	position: absolute;
	left: 320px;
	top: 99px;
	font-size: 10px;  
	text-align: left;
}
#header .links a {
	float: left;
	display: block;
	padding: 3px 10px 3px 0px;
	color: #0D420C;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
    text-transform: none;
}
#header .links a:hover {
	text-decoration: none;
    color: #0D420C;
}
#header .links a + a {
	margin-left: 3px;
	border-left: 0px solid #CCC;
}  
  


#header #search {
	position: absolute;
	top: 88px;
	right: -2px;
	width: 192px;
	z-index: 15;
    background: #0D420C;
    padding: 1px 1px;
}
#header .button-search {
	position: absolute;
	left: 166px;
	background: url(../image/button-search.png) center no-repeat;
	width: 26px;
    height: 26px;
	cursor: pointer;
    margin-top: 0px;

}
#header #search input {
	background: url(../image/search_bg.png);
	padding: 1px 1px 1px 12px;
	width: 150px;
	height: 24px;
	border: 0px solid #dddddd;
    text-transform: uppercase;
	cursor: pointer;
}
  
  
.banner div img {
  margin-left:-14px;
}
#column-left + #content .box-product > div {
 margin-left:10px;
 margin-right:10px;
 width: 165px;
}
.jcarousel-skin-opencart .jcarousel-container img {
   width: 93%;
}

#menu > ul > li > a {
   padding:5px 22px 0px 15px;
  font:bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
  }
#menu > ul > li > div {

}



/*-------------------------------------------
		Responsive View for Portrait
-------------------------------------------*/
@media only screen and (max-width:1024px) {

img { max-width:100%; height:auto; }
body{
}

#container { width:90%px; margin:0 auto; text-align:left; }


.banner{
  display: none;
}
#menu{
 position:  relative;
}

#language {
	position: absolute;
	top: -30px;
	right: -25px;
	width: 120px;
	color: #fff;
	line-height: 15px;
    text-align: right;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
    padding: 4px;
    background: #f3f3f3;
}
#language img:hover {
    background: #107508;
}

#header #zahlungsmittel{
  display: none;
}

#language{
 right: 2px;
 top: 15px; 
}

#header #cart {
  position:absolute;
  top: 38px;
  right: 0px;
  }
 #header #cart .heading {
   background: #fff;
   padding: 10px;
  }
#header #cart .heading h4 {
  display: none;
}

#slideshow-mobile{
  display: block;
}

#header #welcome {
display: none;
}

#header .links {
  position:absolute;
  left: 275px;
  top: 99px;
  text-align: left;
  }


#header #search {
	position: absolute;
	top: 88px;
	right: 0px;
	width: 171px;
	z-index: 15;
    background: #0D420C;
    padding: 1px 1px;
}
#header .button-search {
	position: absolute;
	left: 145px;
	background: url(../image/button-search.png) center no-repeat;
	width: 28px;
    height: 28px;
	border-right: 0px solid #CCCCCC;
	cursor: pointer;
    margin-top: -1px;

}
#header #search input {
	background: url(../image/search_bg.png);
	padding: 1px 1px 1px 12px;
	width: 130px;
	height: 24px;
	border: 0px solid #dddddd;
    text-transform: uppercase;
	cursor: pointer;
} 


#header #cart-mobile{
  display: none;
}

#menu > ul > li > a {
   padding:5px 22px 0px 15px;
  font:bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
  }
#menu > ul > li > div {

}
#column-left {
	float: left;
	width: 192px;
    margin-left: -3px;
}
#column-right {
 display: none;
}
#content {
	margin-bottom: 15px;
    min-height: 400px;
    padding: 15px;
    -webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 2px #bbb;
    background: #fff;
    margin-left: 2px;
    margin-right: -1px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 206px;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 2px #bbb;

}
#column-right + #content {
	margin-right: 234px!important;
}
.fl { float:left; }
.fr { float:right; }

.box-product .image p{
  display: none;
}
.box-product .image a.info{
  margin-top: 30px;
}

#footer{
  max-width: 680px;
  margin-right: 0px;
}
#powered {
	margin-top: 5px;
	text-align: center;
	clear: both;
    color: #999;
    max-width: 700px;
    padding-right: 20px;
    margin-left: 0px;
}
#column-left + #column-right + #content .box-product > div {
	width: 165px;
}
#column-left + #content .box-product > div {
	width: 165px;
}


#footer {
	clear: both;
	min-height:100px;
	width:750px;
	margin:0 auto;
}
#footer h3{
    font-size: 13px;
}

#powered {
  width:750px;
  margin-top: 0px;
  text-align: center;
}

.product-info { margin-bottom:20px; }
}
/*-------------------------------------------
		Responsive View for Portrait
-------------------------------------------*/
@media only screen and (max-width:900px) {

img { max-width:100%; height:auto; }
body{
}

#container { width:90%px; margin:0 auto; text-align:left; 
}

.banner{
  display: none;
}
#menu{
 position:  relative;

}

#header #zahlungsmittel{
  display: none;
}
#header #welcome{
 display: none;
}

#language{
 right: 2px;
 top: 15px; 
}
#currency {
	top: -35px;
    right: 80px;
    z-index: 9999;
}
#header #cart {
  position:absolute;
  top: 38px;
  right: 0px;
  }
 #header #cart .heading {
   background: #fff;
   padding: 10px;
  }
#header #cart .heading h4 {
  display: none;
}

#slideshow-mobile{
  display: block;
}
#header #logo{
  top: 15px; 
  width: 195px;

}
#header .links {
  position:absolute;
  left: 2px;
  top: 99px;
  text-align: left;
  }


#header #search {
	position: absolute;
	top: 88px;
	right: 0px;
	width: 171px;
	z-index: 15;
    background: #0D420C;
    padding: 1px 1px;
}
#header .button-search {
	position: absolute;
	left: 145px;
	background: url(../image/button-search.png) center no-repeat;
	width: 28px;
    height: 28px;
	border-right: 0px solid #CCCCCC;
	cursor: pointer;
    margin-top: -1px;

}
#header #search input {
	background: url(../image/search_bg.png);
	padding: 1px 1px 1px 12px;
	width: 130px;
	height: 24px;
	border: 0px solid #dddddd;
    text-transform: uppercase;
	cursor: pointer;
} 

#header #welcome{
 left: 10px;
}
#header #cart-mobile{
  display: none;
}


.product-list .name {
	text-align: left;
	font-size: 16px;
	margin-bottom: -3px;
}
.product-list .name a {
	font-size: 16px;
	color: #0D420C;
	font-weight: bold;
	text-decoration: none;
}

.product-list .price {
	color: #0D420C;
	font-size: 16px;
}
.product-list .price-old {
	color: #0D420C;
	text-decoration: line-through;
    font-size: 16px;
}
.product-list .price-new {
	color: #EA062C;
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 16px;
	font-weight: normal;
	color: #BBBBBB;
}

.box-product .image p{
  display: none;
}
.box-product .image a.info{
  margin-top: 30px;
}
#column-left{
  display:  none;
}
#column-left + #content{
  margin-left: 0px!important;
}
#column-left + #column-right + #content{
  margin-left: 0px!important;
}
#column-right + #content{
  margin-right: 0px!important;
}
#column-right{
  display:  none;
}
#footer{
  max-width: 680px;
  margin-right: 0px;
}
#powered {
	margin-top: 5px;
	text-align: center;
	clear: both;
    color: #999;
    max-width: 700px;
    padding-right: 20px;
    margin-left: 0px;
}

#menu > ul > li > a {
padding:5px 4px 16px 9px;
  font:bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
  }
#menu > ul > li > div {

}

#footer {
  display:none;
  }
#footer h3{
    font-size: 13px;
}

#powered {
  display:none;
  }

.product-info { margin-bottom:20px; }
}

/*-------------------------------------------
		Responsive View for Portrait/Landscape
-------------------------------------------*/
@media only screen and (max-width:650px) {

img { max-width:100%; height:auto; }
body{
}

#container { width:550px; margin:0 auto; text-align:left; }
#header{

}
.banner{
  display: none;
}
#menu{
 position:  relative; 

}
#language{
 right: -2px;
 top: 15px; 
}
#currency {
	top: -35px;
    right: 80px;
    z-index: 9999;
}
#header #cart {
  position:absolute;
  top: 38px;
  right: 0px;
  }
 #header #cart .heading {
   background: #fff;
   padding: 10px;
  }
#header #cart .heading h4 {
  display: none;
}
#slideshow-mobile{
  display: block;
}
#slideshow{
  display: none;
}
#header #logo{
  top: 15px; 
  width: 195px;
}
#header .links {
  position:absolute;
  left: 2px;
  top: 99px;
  text-align: left;
  }


#header #cart-mobile{
  display: none;
}
.box-product .image p{
  display: none;
}
.box-product .image a.info{
  margin-top: 30px;
}
#column-left{
  display:  none;
}
#column-left + #content{
  margin-left: 0px!important;
}
#column-left + #column-right + #content{
  margin-left: 0px!important;
}
#column-right + #content{
  margin-right: 0px!important;
}
#column-right{
  display:  none;
}
#footer{
  max-width: 550px;
  margin-right: 0px;
}
#powered {
	margin-top: 5px;
	text-align: center;
	clear: both;
    color: #999;
    max-width: 570px;
    padding-right: 20px;
    margin-left: 0px;
}

/* menu */

#menu > ul > li > a {
padding:5px 4px 16px 9px;
  font:normal 13px/16px Verdana, Arial, Helvetica, sans-serif;
  }
#menu > ul > li > div {

}

#footer {
  display:none;
  }
#footer h3{
    font-size: 13px;
}

#powered {
  width:550px;
  margin-top: 0px;
  text-align: center;
}

.product-info { overflow:visible; margin-bottom:20px; }
}




/*----------------------------------------------------------
		Responsive View for Mobile Landscape
---------------------------------------------------------*/
@media only screen and (max-width:450px) {
	
img { max-width:90%; height:auto; }
	
#wrapper { width:100%;
 }

#container { width:90%; margin:0 auto; text-align:left; }
body{
}

.banner{
  display: none;
}
#header{
  height: 150px;
}
#slideshow{
  display: none;
}
#language{
  display:none;
}

#slideshow-mobile{
  display: block;
}
#carousel-mobile{
  display:block;
}

#header #logo{
  top: 15px; 
  width: 195px;
}


#header #cart {
	position: absolute;
	top: 19px;
	right: 0px;
	z-index: 99;
	min-width: 120px;
}
#header #cart .heading {
	float: right;
	margin-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
	background: #ecece9 left center no-repeat;
	position: relative;
	z-index: 1;
    text-align: left;
    color: #cc0033;
    font-weight: bold;

}
#header #cart .heading h4 {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
    text-transform: uppercase;
}
#header #cart .heading a {
	color: #999;
	text-decoration: none;
    font-weight: normal;
    float: right;
}

#header .links {
  position:absolute;
  left: 6px;
  top: 99px;
  text-align: left;
  }

#header #search {
  position:absolute;
  top:119px;
  left: 1px;
  width:335px;
  }
#header .button-search {
  margin-top: 0px;
  left: 309px;
}
  
#header #search input {
	width: 322px;
    height: 26px;
}

#header #welcome {
    display: none;
	position: absolute;
	top:45px;
	left: 0px;
	z-index:5;
	width:305px;
	text-align:left;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif; color:#fff; text-shadow:1px 1px 0px #aa4323; 
}

#currency {
  display: none;
}
.switcher {
    background: url("../image/dropdown.png") no-repeat scroll 100% 6px #fff ;
	border: 1px solid #d3d3d3;
    padding-right: 7px;
    position: absolute;
    width: auto;
    z-index: 9999;
    cursor: pointer;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.switcher .option {
    cursor: pointer;
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;

}

.switcher span.s_selected, .switcher li, .switcher li a {
    color: #555;
    font-size: 11px;
    display: block;
    height: 18px;
    line-height: 18px;
    text-indent: 9px;

}
.switcher li a{
	color: #555;
	text-decoration: none;
}
.switcher li a:hover{
	color:#0D4E0C;
	text-decoration: none;
}


#language{
	top: 67px;
    right: -4px;
    display: block;
    z-index: 9999;
}
.product-list .image {
	display: none;

}
.product-list .image img {

	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-compare{
  display: none;
}
.limit{
  display: none;
}

#header #zahlungsmittel{
  display: none;
}
.switcher img {
    display: inline;
    margin: -2px 3px 0 0;
    vertical-align: left;
}

/* menu */
#menu { display:none; }

#mobileNav {
  margin:1px 0px 0px 0px;
  display:block!important;
  }
.mobileNavHeading {
  text-align: center;
  text-transform:uppercase;
  padding:10px 13px;
  margin:0; cursor:pointer;
  margin-top:0px;
  background: url(../image/menu-bg2.png);
font:bold 19px SansationRegular;
color:#fff;
margin-bottom:10px;
width:312px;
border: 1px solid #d3d3d3;
}
.mobileNavHeading span {
  display:inline;
  }
#mobileNav ul.menuMobile {
  display:display;
  height:100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 8px;
  }
.menuMobile {
  margin:4px 0 0 0; padding: 3px 2px;
  text-align:left;
  background:#FBFBFB;
  display:none;
  }
.menuMobile li {
  list-style: none;
  }
.menuMobile li a {
  text-decoration:none;
  display: block;
  padding:2px 0px;
  font-weight:bold;
  font-family:SansationRegular;
  text-transform:uppercase;
  color: #777;
  }
  .menuMobile li a:hover {
  text-decoration:none;
  color: #0D4E0C;
  }
.menuMobile li div ul li a {
  font-weight:normal;
  border-bottom:1px solid #eee;
  font-family:SansationRegular;
  padding-left: 0px;
  }


#frWrapper {
  width:100%;
  background:#3f3f3f;
  height:100%;
  }
#footer {
  clear:both;
  min-height:125px;
  width:380px;
  margin:0 auto;
  padding: 0px;
  background: none;
  border-radius: 0px;
  box-shadow: none;
  }
#footer .column {
  float: none;
  width:365px;
  margin:0;
  min-height:0;
  padding-bottom: 0px;
  }
#footer .column h3 {
  cursor:pointer;
  display:block;
  text-align: left;
  padding:10px 10px;
  background:#3b3b3b;
  border-radius: 0px;
  margin-bottom: 3px;
  }
#footer .column ul {
  display:none;
  }
#footer .column ul li {
  text-align: left;
  list-style: none;
  margin-left: 10px;
  }
#footer {
  display:none;
  }
#footer-top-outside h2 {
  border-bottom: 1px dotted #ccc;
  padding-bottom:0px;
  margin-bottom:10px;
  }

.container_12 {
  padding:0 8px;
  width:auto
  }
.mobileFpart {
  display:block!important;
  }
#powered {
  min-height:30px;
  line-height:14px;
  text-align:center;
  }
#powered .fl {
  float:left;
  width:263px;
  text-align:center;
  padding: 5px;
  }
#powered > .fr {
  float:right;
  width:283px;
  text-align:center;
  }
#footer h3 {
  margin-top:0px;
  margin-bottom:5px;
  font:normal 14px Verdana, Arial, Helvetica, sans-serif;
  color:#fff;
  text-transform:uppercase;
  }
#footer h3:hover {
  color:#fff;
  text-transform:uppercase;
  }
#powered {
  width:264px;
  margin:0 auto;
  margin:1px 0px;
  font:normal 11px Verdana, Arial, Helvetica, sans-serif;
  color:#fff;

  }
#powered a{
  color:#fff;
  font-size: 11px;
  }

.product-info {
  overflow:visible;
  margin-bottom:20px;
  }
.product-info > .left {
	float:none;
	text-align:center;
}
#column-left, #column-right { display:none; }
#column-left + #column-right + #content, #column-left + #content { margin-left:0px; }
#column-right + #content  {
  margin-right: 0px!important;
}

.product-info > .left + .right {
	margin-left:0px;
	background:#fff;
	border:solid 1px #CFCFCF; border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; padding:5px;
	box-shadow:0px 0px 5px #bdbdbd; -moz-box-shadow:0px 0px 5px #bdbdbd; -webkit-box-shadow:0px 0px 5px #bdbdbd; -o-box-shadow:0px 0px 5px #bdbdbd; -ms-box-shadow:0px 0px 5px #bdbdbd;
}
.product-info .image {
	border:1px solid #CFCFCF;
	float: none;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background:#fff;
	box-shadow:0px 0px 5px #bdbdbd; -moz-box-shadow:0px 0px 5px #bdbdbd; -webkit-box-shadow:0px 0px 5px #bdbdbd; -o-box-shadow:0px 0px 5px #bdbdbd; -ms-box-shadow:0px 0px 5px #bdbdbd;
}
.htabs { display:none; }
}
#column-right + #content { margin-right:0px; }

