/***********************************************************************
*
*  Liquid Slider
*  Kevin Batdorf
*
*  http://liquidslider.com
*
*  GPL license 
*
************************************************************************/

/******************************************************
* No JavaScript
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
.no-js .liquid-slider {
  height:170px;
  overflow:scroll;
}

/******************************************************
* Preloader
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
.ls-wrapper .ls-preloader {  
  background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/img/loading.gif) #f2f2f2 no-repeat center 75px;
  opacity:1;
  /* Do not edit below this line */
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/******************************************************************
* Base Styles 
* The styles here will apply to everything. I recommend you keep
* the styles in here specific to mobile defices, then use
* the media queries at the bottom to define further styles for larger
* screen-sizes. Think Mobile First. But be cautious of how
* your site will look in older IE browsers.
*
* Additional media queries are at the bottom of this document
******************************************************************/
.ls-wrapper {
  margin:0 auto;
  /* Do not edit below this line */
  clear: both;
  overflow: auto;
  position: relative;
}

/******************************************************
* Main Container
* This is the main container (minus the navigation).
* Be sure to match the width with the .panel class, 
* or it won't work properly. Also, width only applies
* if you are not using the responsive setting.
*
* The responsive slider will interpret the width as the
* max width instead
*******************************************************/
.ls-wrapper .liquid-slider {
  background: #f2f2f2;
  width: 284px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative;
}
.ls-wrapper .liquid-slider2{
  
  width: 1232px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative;
}
.ls-wrapper .liquid-slider3{
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_leer.jpg) no-repeat;
  width: 1232px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative;
}
.ls-wrapper .liquid-slider4{
  width: 500px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative;
}
.ls-wrapper .panel-container {
  /* Do not edit below this line */
  position: relative;

}
.ls-wrapper .liquid-slider .panel-container .fade {
  /* Do not edit below this line */
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/******************************************************
* Panels
* This is for the panels. If you are using the 
* responsive setting, this will act as the max-width
* for the entire slider.
*******************************************************/
.ls-wrapper .liquid-slider .panel {  
  width: 284px;
  height: 170px;
  /* Do not edit below this line */
  display: block;
  float: left;
}
.ls-wrapper .liquid-slider2 .panel {  
  width: 1232px;
  height: 430px;
  background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_slider.png) no-repeat;
    background-position: 76px 0px;
  /* Do not edit below this line */
  display: block;
  float: left;
}
.ls-wrapper .liquid-slider3 .panel {  
  width: 1232px;
  height: 468px;
  background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_slider.png) no-repeat;
  background-position: 76px 37px;
  /* Do not edit below this line */
  display: block;
  float: left;
}
.ls-wrapper .liquid-slider4 .panel {  
  width: 500px;
  height: 468px;
  /* Do not edit below this line */
  display: block;
  float: left;
}


/******************************************************
* These provide a base starting point for images and
* video. However, you will have to add more rules
* based on the content you use. Use the @media queries 
* at the bottom of this file.
*******************************************************/
.ls-wrapper .liquid-slider .panel img{
  /*
  width:100%;
  height:auto;  
  margin:0 5px;
  */
}

.ls-wrapper .liquid-slider .panel video {
  /*
  width:100%;  
  height:auto;
  */
}

/******************************************************
* This is mainly used to adjust the padding inside each 
* panel. If you are using the responsive setting, you
* need to use the settings below as this will not apply.
*******************************************************/
.ls-wrapper .liquid-slider .panel-wrapper {  
  padding: 0px;
  /* Do not edit below this line */
  position:relative;
}

/*****************************************************
* This will adjust styles for all navigation tabs
* less of course the select box used for mobile 
* navigation. The .current styles will apply only to 
* the current tab.
*
* You may use this section to create navigation for
* mobile devices if you set mobileNavigation: false
* Be sure to edit media queries for larger devices below
* I have included an example below in comments.
*
* .currentCrossLink refers to external crosslinking.
*******************************************************/
.ls-wrapper .ls-nav a {
  /*background: #fff;*/
  color: #333333;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 5px;  
}
.ls-wrapper .ls-nav a:hover {
  background: #999999;
  color: #333333;
  text-shadow: none;
}
.ls-wrapper .ls-nav .current {
  background: #999999;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-wrapper .ls-nav ul {  
  padding:0;
  /* Do not edit below this line */
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-wrapper .ls-nav ul li {
  /* Do not edit below this line */
  display: inline;
}
.ls-wrapper .ls-nav ul li a {
  /* Do not edit below this line */
  display: block;
  float: left;
  text-decoration: none;
}
/*****************************************************
* Mobile Menu
* This will adjust styles for selectbox styles. I have
* included a simple example to create a custom select
* box.
*******************************************************/
.ls-wrapper .ls-nav {
  overflow:hidden;
  clear:both;
}
.ls-wrapper .ls-select-box {  
  /* Delete these if you want the standard select box.
     Also delete the rules below */

  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/img/menu.png) no-repeat right #ddd;
  
}
.ls-wrapper .ls-select-box select {  
  /* If you want the standard select box, use 
  width:100%
  And delete the rest of the styling here */

  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/******************************************************
* Arrows
* This section refers to both the non-graphical and 
* graphical navigation arrows. 
*
* Some settings will be overwritten when using the 
* responsive setting.
*******************************************************/
.ls-wrapper .ls-nav-left, .ls-wrapper .ls-nav-right {
  /* Do not edit below this line */
  float: left;
}
.ls-wrapper .ls-nav-left a, .ls-wrapper .ls-nav-right a {
  /* non-graphical arrows */
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  /* Do not edit below this line */
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-wrapper .ls-nav-left-arrow, .ls-wrapper .ls-nav-right-arrow {
  cursor: pointer;
  /* Do not edit below this line */
  float: left;
}
.ls-wrapper .ls-nav-left-arrow a, .ls-wrapper .ls-nav-right-arrow a {
  /* Do not edit below this line */
  display: block;
}
.ls-wrapper .ls-nav-left, .ls-wrapper .ls-nav-left-arrow {
  /* Do not edit below this line */
  clear: both;
}
.ls-wrapper .ls-nav-right-arrow {
  width: 80px;
  height: 140px; 
  background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/slider/slider_right.png) no-repeat;
  margin-top: 185px;
  margin-right: 28px;
  /* Do not edit below this line */
  position:relative;
}
.ls-wrapper .ls-nav-left-arrow {
  width: 80px;
  height: 140px;
  background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/slider/slider_left.png) no-repeat;
  margin-top: 185px;
  margin-left: 28px;
  /* Do not edit below this line */
  position:relative;
}
.ls-wrapper .ls-nav-left-arrow:hover {
  /* Left graphical arrows hover */
  background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/slider/slider_left_hover.png) no-repeat;
}
.ls-wrapper .ls-nav-left-arrow:active {
  /* Left graphical arrows click */
}
.ls-wrapper .ls-nav-right-arrow:hover {
  /* Right graphical arrows hover */
  background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/slider/slider_right_hover.png) no-repeat;
}
.ls-wrapper .ls-nav-right-arrow:active {
  /* Right graphical arrows click */
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

/******************************************************
* Responsive Styles
* Here are the main responsive styles. This mostly 
* covers the arrows, and most of the settings can be
* applied above.
*******************************************************/
.ls-responsive .liquid-slider {
  /* Do not edit below this line */
  width: 100%;
  margin: 0;
}
.ls-responsive .liquid-slider .panel .panel-wrapper {
  padding: 10px;
}
.ls-responsive .ls-nav-left {
  /* Left non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  /* Left non-graphical arrows */
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  /* Left non-graphical hover */
  background: #747474;
}
.ls-responsive .ls-nav-right {
  /* Right non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  /* Right non-graphical arrows */
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  /* Right non-graphical arrows hover */
  background: #747474;
}
.ls-responsive .ls-nav-left-arrow {
  /* Do not edit below this line */
  position: absolute;
  left: 20px;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  /* Do not edit below this line */
  position: absolute;
  right: 20px;
  z-index: 2;
}

/******************************************************************
* Larger Mobile Devices
* This is for devices like the Galaxy Note or something that's 
* larger than an iPhone but smaller than a tablet. 
******************************************************************/
@media only screen and (min-width: 481px) {
  .ls-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    margin:2px;
    */
  }

}

/******************************************************************
* Tablet & Smaller Laptops
* This will include tablets and some netbooks.
******************************************************************/
@media only screen and (min-width: 768px) {
  .ls-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    */
  }
  .ls-responsive .liquid-slider .panel .panel-wrapper {
    padding: 20px 35px;
  }
}

/******************************************************************
* DESKTOP 
* This is the average viewing window. So Desktops, Laptops, and 
* in general anyone not viewing on a mobile device. Here's where
* you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 1030px) {
  

}

/******************************************************************
* LARGE VIEWING SIZE 
* This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1240px) {
  

}

/******************************************************************
* RETINA (2x RESOLUTION DEVICES)
* This applies to the retina iPhone (4s) and iPad (2,3) along with 
* other displays with a 2x resolution. You can also create a media
* query for retina AND a certain size if you want. Go Nuts.
******************************************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
  

}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.slider-id{
/*width: 284px;
height: 170px;*/
width: 700px;
height: 311px;
}
.top-slider{
/*width: 284px;
height: 170px;*/
width: 700px;
height: 311px;
}
.topslider{/*width: 284px;
height: 170px;*/
width: 700px;
height: 311px;}


.startseite-products{
width: 1048px;
height: 400px;
margin: 0 auto; 

}
.most{
margin: 0px 12px;
float:left;
position: relative;
width:500px;
height: 370px;
}
.most .heading{
position:absolute;
top:10px;
text-align:center;
width: 500px;
height: 55px;
background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/mostviewed_heading.png);
z-index: 2000;
}
.most .heading div{
padding-top: 5px;
font-size: 20px;
color: #FFF;
}
.most .slider{
position: relative;
border: 5px solid #FFFFFF;
width:460px;
margin: 0 auto;
background: #FFFFFF;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.most .slider-page{
position: relative;
width: 460px;
background: #4F4F4F;
-moz-box-shadow:    inset 0 0 5px #000000;
   -webkit-box-shadow: inset 0 0 5px #000000;
   box-shadow:         inset 0 0 5px #000000; 
height: 300px;

}
.most .slider-page .product-image{
position: absolute;
bottom: 30px;
left: 10px;

}
.most .slider-page .product-image a{
width: 160px;
height: 120px;

}
.most .slider-page .product-details{
position: absolute;
top: 60px;
left: 10px;
}
.most .slider-page .product-details a{
font-size: 20px;
color: #FFFFFF;
text-decoration: none;
}
.most .slider-page .product-price{
position: absolute;
bottom: 6px;
left: 10px;
}
.most .slider-page .product-price a{
font-size: 20px;
color: #FFFFFF;
text-decoration: none;
}
.most .slider-page .product-description{
position: absolute;
top: 100px;
color: #FFFFFF;
border-radius: 8px;
width: 240px;
right: 10px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 18px;
	padding: 0;
	*zoom: 1;

}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;*/
	width: 284px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -20px;
	width: 100%;
}
.topslider .bx-wrapper .bx-pager,
.topslider .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -21px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bxslider/bx_loader.gif) center center no-repeat #fff;*/
	background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bxslider/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 51;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
	/*padding-top: 20px;*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topslider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.topslider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #202020;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 49px;
  background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/slider/slide-left.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 49px;

  background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/slider/slide-right.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: -80px 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -80px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	/*top: 42%;*/
	top: 160px;
	margin-top: -16px;
	outline: 0;
	 width: 80px;
    height: 140px; 
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1ed5bd365d2f2fe1ff0c)
 * Config saved to config.json and https://gist.github.com/1ed5bd365d2f2fe1ff0c
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/glyphicons-halflings-regular.eot');
  src: url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
@font-face {
	font-family: "Flaticon";
	src: url("https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/flaticon.eot");
	src: url("https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/flaticon.woff") format("woff"),
	url("https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/flaticon.ttf") format("truetype"),
	url("https://meinmetzger.de/skin/frontend/default/meinmetzger/fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
        font-size: 50px;
font-style: normal;}.flaticon-barbecue2:before {
                        content: "\e000";
                    }
.flaticon-barbecue3:before {
    content: "\e001";
}
.flaticon-barbecue4:before {
    content: "\e002";
}
.flaticon-bowl12:before {
    content: "\e003";
}
.flaticon-chef19:before {
    content: "\e004";
}
.flaticon-chef22:before {
    content: "\e005";
}
.flaticon-chicken9:before {
    content: "\e006";
}
.flaticon-christmas161:before {
    content: "\e007";
}
.flaticon-cooker3:before {
    content: "\e008";
}
.flaticon-cooking17:before {
    content: "\e009";
}
.flaticon-covered16:before {
    content: "\e00a";
}
.flaticon-covered18:before {
    content: "\e00b";
}
.flaticon-cow12:before {
    content: "\e00c";
}
.flaticon-flavor:before {
    content: "\e00d";
}
.flaticon-four64:before {
    content: "\e00e";
}
.flaticon-hot:before {
    content: "\e00f";
}
.flaticon-kitchen26:before {
    content: "\e010";
}
.flaticon-meat6:before {
    content: "\e011";
}
.flaticon-microwave3:before {
    content: "\e012";
}
.flaticon-oven4:before {
    content: "\e013";
}
.flaticon-oven5:before {
    content: "\e014";
}
.flaticon-packed:before {
    content: "\e015";
}
.flaticon-park7:before {
    content: "\e016";
}
.flaticon-popcorn5:before {
    content: "\e017";
}
.flaticon-restaurant29:before {
    content: "\e018";
}
.flaticon-sausage2:before {
    content: "\e019";
}
.flaticon-silver:before {
    content: "\e01a";
}
.flaticon-steak:before {
    content: "\e01b";
}
.flaticon-steak2:before {
    content: "\e01c";
}
.flaticon-stone1:before {
    content: "\e01d";
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*************
added Fries
*************/
.modal-title{

font-size: 18px;
color: #333 !important;
}

button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
}

button.close:hover{
opacity: 0.8;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}

















/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c72789d39394b581b1d3)
 * Config saved to config.json and https://gist.github.com/c72789d39394b581b1d3
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 1;
  filter: alpha(opacity=0);
  width: 260px;
}
.tooltip:hover{
	/*opacity: 0 !important;*/
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
  bottom: 0px;
  left: -65px;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  color: #444;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #000;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #FFF;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#abs-tooltip{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20000;
}

.tooltip-data{
display: none;
}

.tooltip-title{
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.tooltip-content{
padding: 9px 14px;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*body          { background:#496778 url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }*/
body          { font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:left; background-color: white; }

img           { border:0; vertical-align:top; }

a             { color:#1e7ec8; text-decoration:underline; }
a.product-name{color: #fff;text-decoration:none;}
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#fff; }
h1            { font-size:20px; /*font-weight:normal;*/ }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; color: #000;}
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

.bullet-points {
	/*list-style-type: disc;*/
}

/**
 *  Div Container - ShopDesign
 * ============================ */

#shop1{
  width: 1232px;
  height: 455px;
  position: relative;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/shop_bg_wide.jpg);
  background-repeat: no-repeat;
}
#shop-cart{
  width: 1024px;
  height: 455px;
  position: relative;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/shop_bg_cart.jpg);
  background-repeat: no-repeat;
}
#theke-leer{
    position: relative;
    width:1232px;
    min-height: 480px;
    margin: 0 auto;
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_leer.jpg) no-repeat;
}

#theke-leer .page{
    height: 512px;
    background-position: 76px 38px;
}
#theke-leer-hell{
    position: relative;
    width:1232px;
    min-height: 600px;
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_leer_hell.jpg) no-repeat;
}
#theke-kategorie{
    position: relative;
    width:1232px;
    min-height: 490px;
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_kategorie.jpg) no-repeat;
}
#kasse-position{
	position: absolute;
	width: 200px;
	height: 250px;
	right: 327px;
	bottom: 21px;
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/kasse.png) no-repeat;
    z-index: 20;
}
/*
#verkauf_position{
 position: absolute;
  width: 380px;
  height: 320px;
  right: 330px;
  bottom: 44px;
}*/
#verkauf_position{
 position: absolute;
  width: 360px;
  height: 320px;
  /*right: 330px;*/
  right: 150px;
  bottom: 44px;
  z-index: 53;
}

#warenkorb_position{
    position: absolute;
    width: 90px;
    margin: 30px 30px 25px;
    height: 60px;
    text-align: left;
    font-size: 14px;
    color: #FFF;
    right: 30px;
    top: 5px;
}

#warenkorb_preis{
  font-size: 14px;
}

#sprechblase{
 position: absolute;
  border-style:solid;
  border-width:1px;
  border-radius: 14px;
  text-align: left;
  max-width: 280px;
  padding: 5px;
  background-color: #FFF;
  color: #000;
  font-family: Arial;
  font-size: 13px;
  /*left: 754px;*/
  left: 934px;
  top: 15px;
  z-index:52;
}



#sprechblase-zipfel{
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/sprech_zipfel.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 21px;
  position: absolute;
  /*right: 471px;*/
  right: 291px;
  top: 25px;
  z-index:51;
}
/*
.waage{
	position: absolute;
	width: 180px;
	height: 230px;
	right: 178px;
	bottom: 26px;
	display: block;
}*/
.waage{
	position: absolute;
	width: 198px;
	height: 240px;
	right: 6px;
	bottom: 18px;
	background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/waage.png) no-repeat 0 0;
	z-index: 50;
	display: block;
}
.waage:hover{
	display: block;
	background-position: -198px 0px;

}
/* mobile Devices Anpassungen ================================================================== */
#audio-play{
position: absolute;
right: 310px;
bottom: 150px;
width: 60px;
height: 60px;
background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/play_button.png);
display: none;
z-index: 100;
cursor:pointer;
}
#warenkorb-play{
position: absolute;
right: 310px;
bottom: 150px;
width: 60px;
height: 60px;
background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/play_button.png);
display: none;
z-index: 100;
cursor:pointer;
}
/* Div Container - LOGOS ================================================================== */
#ssl{
width: 75px;
height: 75px;
background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/ssl_logo.gif);
background-repeat: no-repeat;
position: absolute;
top: 20px;
left: 10px;
}
.kranz{
position: absolute;
left: 3px;
top: 0;
}
.kranz a{
font-size: 15px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.kranz a:hover{
color: #C60000;
}

.kranz .bild{
display:block;
width: 97px;
height: 97px;
background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/kranz.png);
}

.award{
position: absolute;
left: 3px;
top: 0;
}
.awardpic{
display: block;
width: 99px;
height: 99px;
background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/award/shop_usability_award.png);
}


/* Animationen des Bots ================================================================== */

#metzger{
  width: 360px;
  height: 320px;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/sprache.png);
  background-repeat: no-repeat;
  background-position: right;

}
#mund{
  width: 360px; height: 320px;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/sprache.png);
  background-repeat: no-repeat;
  background-position: right;
}
.zeigen{
  position: relative;
  right: 18px;
  /*padding-right: 20px;*/
  width: 360px; height: 320px;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/zeigen.png);
}
.hallo{
  position: relative;
  width: 380px;
  height: 320px;
  right: 18px;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/hallo.png);
  background-position: 0px 0px;
}
#bot{}
.video-position{
position:absolute;
z-index: 2000;
right: 174px;
bottom: 39px;
}
#start{
position: relative;
display: block;
background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/start.png);
width: 380px;
height: 320px;
}
#kopf_position{
  position: absolute;
  width: 120px;
  height: 110px;
  /*left: 643px;*/
  left: 833px;
  top: 87px;
  z-index: 54;
}
#sprache_small{
  width: 120px; height: 110px;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/sprache_small.png);
  background-repeat: no-repeat;
}
#arme_versch{
  width: 280px; height: 320px;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/arme_versch.png);
  background-repeat: no-repeat;
}
#augen{
  width: 280px; height: 320px;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/augen.png);
  background-repeat: no-repeat;
}


.soundOn{
background-position: 0px 0px;
}
.soundOff{
  background-position: 0px -28px;
}
.sound{
width: 28px;
height: 28px;
background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/sound.png);

}
#audio-toggle-pos{
    position: absolute;
    right: 0;
    color: #000000;
    z-index: 10;
    width: 100px;
    height: 28px;
    cursor:pointer;
}
#textOn,
#textOff{
text-align: left;
font-size: 16px;
padding-top: 2px;
}

#audio-toggle{
width: 28px;
height: 28px;
  background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/sound.png);
  float:left;
}

/* Preload Images ======================================================================= */
#preload-01 { background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/arme_versch.png) no-repeat -9999px -9999px; }
#preload-02 { background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/zeigen.png) no-repeat -9999px -9999px; }
#preload-03 { background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bot/hallo.png) no-repeat -9999px -9999px; }

/* Produktanzeige ======================================================================= */

#product-monitor{
position: relative;
	width:700px;
	height: 311px;
	/*-moz-box-shadow:    inset 0 0 8px #000000;
   -webkit-box-shadow: inset 0 0 8px #000000;
   box-shadow:         inset 0 0 8px #000000;*/
/*background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/product_bg.jpg);*/
    background: #dddddd;
}
#product-monitor .product-image{
position: absolute;
right: 60px;
top: 45px;

overflow: hidden;
}
#product-monitor-content{
	/*padding: 8px;*/
}
#product-monitor-content h1{
	color: #FFF;
    background: #991C2B;
    padding: 10px;
}
.bullet-points {
padding: 15px;
}
.bullet-points .bullet-table{
	color: #000;
	font-size: 18px;
}
.bullet-points .bullet-table li{
	padding-bottom: 10px;
}
.bullet-points .bullet-table li .glyphicon{
	/*color: #991C2B;*/
	color: #007C2C;
	padding-right: 10px;
}

#td-big{
	font-size: 16px;
	padding-left: 8px;
}
/* Angebote anzeige ======================================================================= */
.angebote-name{overflow: hidden; color: #FFF; line-height: 1; font-size: 18px;}
.angebote-gewicht{overflow: hidden; color: #FFF; line-height: 1; font-size: 18px;height: 26px;}
.angebote-preise{overflow: hidden; color: #FFF; line-height: 1; font-size: 18px; height: 30px;}
.angebote-old{text-decoration: line-through; color: #BBB;}
.angebote-new{font-size: 22px; color: #FF0000}

/* Oberer Slider Position ======================================================================= */
.position-topslider{
position:absolute;
/*left:292px;
top: 69px;*/
left: 266px;
top: 32px;
}
.slider-suche{
position: relative;
background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/eingabe.jpg);
width: 284px;
height: 170px;
}
.slider-suche .eingabe{
position: absolute;
font-size: 14px;
font-weight: bold;
left: 5px;
top: 50px;
}
.slider-suche .tipp{
position: absolute;
font-size: 14px;
font-weight: bold;
left: 5px;
bottom: 5px;
}
#deal{
	position:relative;
	background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/product/bg_blur.jpg);
	height: 311px;
}
.deal-box{
    width: 180px;
    height: 200px;
    position: absolute;
    left: 300px;
    bottom: 15px;
}
#deal-image {
    position:absolute;
    left: 15px;
    bottom: 5px;
}
#deal-name {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0,0,0,0.75);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
}
#deal-name span{
    font-size: 25px;
    text-align: left;
}
#deal-gewicht{
    position: absolute;
    right: 5px;
    bottom: 74px;
    font-size: 2em;
    color: #fff;
}

#deal-price{
    color: #fff;
    font-size: 2em;
    position: absolute;
    text-align: right;
    line-height: 1;
    right: 5px;
    bottom: 50px;
}
#deal-specialprice{
    color: #fff;
    font-size: 3em;
    position: absolute;
    right: 5px;
    bottom: -5px;
}

#slider{
/*background-color: black;
	width: 242px;
	height: 198px;*/
}
#cat-name{
text-align: center;
font-size: 18px;
color: #fff;
}
#slider ul, #slider li {
		margin:0;
		padding:0;
		overflow:hidden;
		list-style:none;
		}

	#slider li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:284px;
		height:170px;
		overflow:hidden;
		background-color: white;
		}

	ol#controls{
	    width: 284px;
		height: 15px;
	    list-style: none;
	text-align: center;
		}
	ol#controls li{
		padding: 4px;
		    display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	list-style: none;
		}
	ol#controls li a{
		float:left;
		height:10px;
		width: 10px;
		background: #FFFFFF;
		}
	ol#controls li.current a{
		background:#BBBBBB;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}



/* Layout ================================================================================ */
.wrapper {
    min-width:1232px;
    text-align: center;
    background: #E2E2E2 url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/bg_small.jpg) no-repeat center 12px;
}
/*.wrapper { min-width:954px; } */
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {overflow: hidden;}
.main { width: 1232px; margin:0 auto; min-height:1000px; text-align:left;background-color: #E2E2E2;/*background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/main_bg.jpg); background-repeat: repeat;*/ }
/*.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; } */
/*.main2 {width: 1024px; margin:0 auto; min-height:400px; text-align:left; background:#E2E2E2 url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/account_bg.jpg);
  background-repeat: no-repeat; }*/

#mainbg {
    width: 1232px;
    min-height: 960px;
    background: #E2E2E2 url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/account_bg.jpg) no-repeat;
    padding-top: 15px;
    padding-bottom: 40px;
    margin: 0 auto;
}
#glass{
    width: 1000px;
    margin: 0 auto;
    background:#FFFFFF;
    -moz-box-shadow:    0 0 10px 0 #111;
    -webkit-box-shadow: 0 0 10px 0 #111;
    box-shadow:         0 0 10px 0 #111;
    position: relative;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.padding{
    padding: 20px;
}
.ende,
.clear{clear: both;}
/* Base Columns */
.col-left { float:left; /*width:195px;*/ width: 240px; padding:0 0 1px; }
.col-main { float:left; width:630px; padding:0 0 1px;}
.col-right { float:right; width:220px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right;  }
.col-main2 { float:right; width: 760px; /*width:670px; padding:0 0 1px;*/ /*background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/bg_trans_main.png);*/ /*padding: 10px;*/}
.col-main3 { float:left; width:630px; padding:0 0 1px;  padding: 10px;}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:14px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty {text-align: center; padding: 6px; width: 50px; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }

button.button span { display:block; border:1px solid #922E2E; border-radius: 5px; padding: 3px 8px; /*background:#f18200;*/background: #FFF;  font:bold 14px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#922E2E; }
button.button span:hover{background: #922E2E; color: #FFF;}
button.button span:hover span{background: #922E2E; color: #FFF;}
button.button span span { border:0; padding:0; }
button.button span span:hover {background: #922E2E; color: #FFF}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span {  }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

button.cart {
cursor: pointer;
font:bold 14px/19px Arial, Helvetica, sans-serif;
text-align:center;
color:#922E2E;
background: #fff;
border: none;
border-top: 1px solid #922E2E;
border-left: 1px solid #922E2E;
border-bottom-right-radius: 3px;
width: 324px;
padding: 8px;
height: 37px;
}

button.cart:hover{
   background: #922E2E;
   color: #fff;
}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#F6F6F6; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; /*width:260px;*/ }
.form-list .field { float:left; width:275px; }
.form-list input.input-text {
    width:254px;
    padding: 8px;
    border-radius: 4px;
}
.form-list input.input-text:focus {
    border-color: #888;
}
.form-list textarea { width:254px; height:10em; }
.form-list select {
    width: 254px;
    padding: 6px;
    border-radius: 4px;}
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set {
    clear:both;
    margin:4em 0 0;
    padding: 10px;
    border-top:1px solid #f0f0f0;
    text-align:right;
}
.buttons-set p.required,
.buttons-set span.required
{ margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set .back-link  a{ color: #000; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {
    background: #f0f0f0;
    padding:22px 25px 12px 33px;
    margin: 25px;
}

/*
.fieldset .legend {
    float:left;
    font-weight:bold;
    font-size:13px;
    border:1px solid #f19900;
    background:#f9f3e3;
    color:#e76200;
    margin:-33px 0 0 -10px;
    padding:0 8px;
    position:relative;
}
*/

.fieldset .legend {
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #991C2B;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
span.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 0px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_msg-note.gif); color:#3d6611; }

#inchoo_global_messages {
    position: relative;
    z-index: 9999;
}
#inchoo_global_messages_close {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 10000;
    display: block;
    width: 15px;
    height: 15px;
    background: #666;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title {
    width:100%;
    height: 52px;
    padding: 6px;
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.page-title h1,
.page-title h2 {
text-align: center;
color: #333;
font-size: 32px;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; /*padding:4px 8px;*/ text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; padding:3px 8px;}
.sorter .view-mode { position: absolute; margin:0; }
.sorter .sort-by { float:right; padding-right:15px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {
position: relative;
height: 36px; color: #FFF;
padding-left: 144px;
padding-right: 144px;
padding-top:0px;}
.toolbar .pager {
padding:0px 20px; }
.toolbar .sorter {position: absolute; top: 9px; width: 964px;}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; /*border:1px solid #bebcb7;*/ }
.data-table .odd  { background:#F8F8F8; }
.data-table .even { /*background:#eeeded;*/background: #E7E7E7; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.cart .data-table thead th { font-weight:bold; border: 0; padding:2px 8px; color:#fff; white-space:nowrap; vertical-align:middle; }
.data-table thead th { font-weight:bold;border-right:1px solid #c2d3e0; padding:2px 8px; color:#fff; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background: #606060; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {/* background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_tfoot.gif) 0 0 repeat-x; */}
.data-table tfoot tr { /*background-color:#dee5e8 !important;*/ }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
.cart .data-table tbody th,
.cart .data-table tbody td { border-bottom:1px solid #d9dde3;border: 0; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 0em; padding:0; }
.std ul { /*list-style:disc outside;*/ padding-left: 0em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:24px; height:24px; font-size:0; line-height:0; /*background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_trash.gif) 0 0 no-repeat; */ background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/delete.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice {
    position: fixed;
    bottom: 0;
    z-index: 1000000;
    width: 100%;
    /*height: 28px;*/

    /*border-bottom: 1px solid #cfcfcf;
    background:#eee;*/
    font-size:12px;
    line-height:1.25;
    text-align:center;
    color:#2f2f2f;

    background: #111;
}
.global-site-notice .notice-inner {
    width:1024px;
    margin:0 auto;
    text-align:center;  }
.global-site-notice .notice-inner p {
    margin:0;
    padding: 8px;
    font-size: 11px;
    color: #ccc;
    text-align: center;
}
.global-site-notice .notice-inner .actions { padding-top:10px; }

.global-site-notice .notice-inner p a,
.button-link{
    padding: 0;
    border: none;
    background: none;
    color: #ccc;
    text-decoration: underline;
    font-size: 11px;
    vertical-align: inherit;
    cursor: pointer;
}

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {background: #222;}
.header {width:1232px; height: 100px;margin:0 auto; position:relative; z-index:55; /*background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/header_bg.jpg) 0 0 no-repeat;*/  }
.header .logo {position: absolute; left: 50%; margin-left: -210px; text-decoration:none !important; width: 420px; height: 72px; z-index: 150;}
.header .logo strong { width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:1232px; height: 30px; bottom: 0px;}
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { float: right; height:30px; padding: 5px;}
.header .form-search label { float:left; width:24px; height:18px; text-align:center; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text {
    float:left;
    border: none;
    width: 238px;
    padding: 8px 10px;
    box-sizing: border-box;
    font-weight: bold;
    height: 32px;
}
.header .form-search button.search-button {
    float:left;
    padding: 8px 10px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    width: 35px;
    height: 32px;
    background: #fff;
    color: #991C2B;
    cursor: pointer;
}

.header .form-search button.search-button:hover {
    background: #991C2B;
    color: #fff;
}

.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
#leiste{position: absolute; top: 0px; left: 104px;width: 1024px; height: 28px;  z-index: 102; color: #000; }
#searchleiste{position: absolute; bottom: 0; right: 104px; height: 48px; z-index: 101;}
#facebook{float:right; padding: 4px; padding-right: 110px;}
.header .links { padding-left: 10px;}
.header .links li { float:left; font-size:11px; height: 28px;font:13px/1.55 Arial, Helvetica, sans-serif; }
.header .links a { color:#FFF; text-decoration: none;  padding: 8px; line-height: 2;}
.header .links a:hover {background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/links_hover.png) no-repeat; background-position: center;}
/*.header .meisterbetrieb{
position: absolute;
bottom: 15px;
left: 10px;}
.header .meisterbetrieb a{
display:block;
width: 94px;
height: 85px;
background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/meisterbetrieb.png);
}
.header .header-ueberuns  a{
color: #fff;
text-align: center;
float: none;
font-size: 20px;
}*/
#searchleiste .hinweis{color: #FFFFFF; font-size: 18px; text-align: left; margin-bottom: 6px; margin-left: 30px;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

.header #header-links {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 103;
}

#header-links ul li{
    text-align: left;
    float: left;
    padding: 3px 16px 3px 3px;

}
#header-links ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#header-links ul li a:hover {
    color: #fff;
}
#header-links ul li .fa {
    padding-right: 5px;
}

/********** < Navigation */
.nav-container { background: #FFF; }

#audio{ }
#nav-relative{position: relative; width: 1232px; height: 40px;}
#nav-absolute{position: absolute; left: 5px;}
#nav { text-align: left; }
#nav-center{width: 1232px; margin: 0 auto;}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative;}
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { /* background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_nav2.gif) 100% 100% no-repeat;*/ }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float: left;}
#nav li.active > a { background: #6B121C; }
#nav ul li.active > a { background: #540F17}
#nav a {
    float: left;
    color: #000000;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
}
#nav > li.over > a,
#nav a:hover {
    background: #6B121C;
    color: #fff;
}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:0;  }
#nav ul li.last { }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a {
    font-weight:normal !important;
    color: #fff;
}

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width: 200px; top:40px; left:-10000px; background: #6B121C; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a:hover { background:#fff; color: #991C2B; }
#nav ul span,
#nav ul li.last li span { padding: 10px 12px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:200px; background: #6B121C;}
/********** Navigation > *//* ======================================================================================= */

/* CMS Über uns =============================================================================== */
.paper{
    /*width: 850px;  margin: 0 auto; padding: 15px;
background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/paper.jpg);
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #888;*/
    padding: 20px;
}
.wood{width: 900px; margin: 0 auto; padding: 15px;
background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/chronik/wood.jpg);
border-radius: 5px;
-moz-box-shadow:    0px 0px 8px 0px #111;
-webkit-box-shadow: 0px 0px 8px 0px #111;
box-shadow:         0px 0px 8px 0px #111;

}
.wood .page-title h1{
color: #fff;
text-shadow: 0 0 5px #000;
}
   .paper .title{
	height: 70px;
  }
  .paper .title h1{
	text-transform: uppercase;
text-align: center;
color: #643F06;
text-shadow: -1px -1px 0px #202020, 1px 1px 0px #fff;
font-size: 30px;
font-family: Georgia, serif;
  }
  .paper h2{
text-align: center;
color: #000;
font-size: 20px;
font-family: Georgia, serif;
  }
.about-us{}
.grau{
    padding: 20px;
}
.grau h1{
color: #000;
font-size: 30px;
font-weight: bold;
}
.grau h2{
font-weight: bold;
color: #000;
font-size: 20px;
}
.steuerungsleiste{
    width: 1000px;
    height: 64px;
    position: relative;
    background: #F0F0F0;
    border-bottom: 1px solid rgba(40,44,42,0.1);
    box-sizing: border-box;
}

.about-us .steuerung .tab-title {
    float: left;
    padding: 16px;
    font-size: 20px;
    cursor: pointer;
    background: #F0F0F0;
    box-sizing: border-box;
    text-align: center;
    width: 333px;
    height: 64px;
    border-right: 1px solid rgba(40,44,42,0.1);
    border-bottom: 1px solid rgba(40,44,42,0.1);
}
.about-us .steuerung .tab-title:hover{
    color: #2CC185;
}
.about-us .steuerung .tab-title.active {
    background: #FFFFFF;
    box-shadow: inset 0 3px 0 #2CC185;
    color: #2CC185;
    border-bottom: none;
}

.about-us .steuerung :last-child{
    border-right: none;
}

.lytebox-urkunden {margin: 0 auto;}
.lytebox-urkunden a{opacity: 0.7;}
.lytebox-urkunden a img{border: 1px solid #000; margin-right: 11px; margin-bottom: 12px;}

.lytebox-urkunden a:hover{opacity: 1;}
.lytebox-urkunden .last img{margin-right: 0;}



/* Sidebar =============================================================================== */
.block {
 /*border:1px solid #888;
 margin:0 0 15px;*/
 }
.block .block-title {
    font-size: 18px;
    color: #f0f0f0;
    padding: 14px 17px;
}
.block .block-title strong { font-weight: normal; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content {  }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

.col-left.sidebar{
    background: #333;
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
}
/* Block: Account */
.block-account {
border: none;
  }
.block-account .block-title {
    padding: 14px 17px;
    font-size: 18px;
    color: #f0f0f0;
    background: #991C2B;
    height: 52px;
 }
.block-account .block-title strong { }
.block-account .block-content { font-size: 14px; }
.block-account .block-content li a { display:block; padding:17px; color: #eee;text-decoration:none !important; }
.block-account .block-content li a:hover { background: #444; color: #fff;}
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { padding: 17px;color: #fff;background: #555; }
.block-account .block-content li.current strong { font-weight: normal;}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; width: 900px; margin: 20px auto;}
.block-layered-nav .block-title { border:0; padding:0; height:24px; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-layered-dd.gif) 0 100% repeat-x;  }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px;}
.block-subscribe .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:205px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:0 auto; text-align: center; }
.block-subscribe .actions button.button { float:none;  }
.block-subscribe .actions button.button span { border-color: #111; background:#922E2E; }
.block-subscribe .block-content .subscribe-heading {color: #000; font-weight: bold; padding: 5px 0px; }
.block-subscribe .block-content .subscribe-heading h1 {color: red;}
.block-subscribe .block-content .subscribe-gutschein{
background: rgb(160, 0, 0);
padding: 5px;
font-size: 25px;
font-weight: bold;
}
.block-subscribe .block-content .subscribe-footer{color: #000; font-weight: bold; padding: 5px 0px; font-size: 10px;}

/* My Account */
.my-account{
    padding: 62px 20px 20px;
    position: relative;
    min-height: 640px;
    background: #f6f6f6;
}
.my-account .page-title{
    position: absolute;
    top: 0;
    left: 0;
}
/* Acount Sidebar icons*/
.block-account .fa{
    padding-right: 45px;
    float: left;
    margin: -5px;
}
.icon-account:before{
    content: "\f015";
}
.icon-account_edit:before{
    content: "\f044";
}
.icon-address_book:before{
    content: "\f02d";
}
.icon-orders:before{
    content: "\f0f6";
 }
.icon-reviews:before{
    content: "\f005";
 }
.icon-wishlist:before{
    content: "\f004";
}
.icon-newsletter:before{
    content: "\f0e0";
}
/* Block: Subscribe - Dashboard*/
.my-account .block-subscribe .block-content { padding:5px 10px; margin: 0; }
.my-account .block-subscribe .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-subscribe.gif); }
.my-account .block-subscribe label { font-weight:bold; color:#666; }
.my-account .block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.my-account .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.my-account .block-subscribe .actions button.button { float:none; }
.my-account .block-subscribe .actions button.button span { border-color:#111; background:#922E2E; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 0px; }
.category-image { width:100%; overflow:hidden; margin:0 0 0px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 0px; }
.category-products { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_leer.jpg) no-repeat; height: 490px; position: relative; font-size: 12px; }

/* View Type: Grid
.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; } */ /*
.products-grid .product-name { /*min-height:2.7em;*//* margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
*/

/* View Type: Theke */
#theke-schieben{
	width: 135px;
	height: 50px;
}
.tools{
width: 1232px;
height: 37px;
padding-top:5px;
}
.category-products h1,
.category-products h2{
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 5px;
    margin: 0;
}
.category-title{
text-align: center;
color: #FFF;
font-size: 18px;
}

.category-filter{
position: absolute;
width: 360px;
height: 200px;
background: #fff;
right: 15px;
top: 20px;
z-index: 11000;

display: none;


}

.theke-container {

}
.products-grid {
	list-style: none;
	text-align: center;
	z-index: 1200;
}
.products-grid.last { border-bottom:0; }
    .products-grid li.item {
		display: -moz-inline-box;
		-moz-box-orient: vertical;
		display: inline-block;
		vertical-align: top;
		list-style: none;
		margin: 1px;
		margin-bottom: 5px;
		position: relative;
	}
	.products-grid li.item:hover .schild{
		display: block;

	}
	.cart-hover{
		display: none;
	}

	.products-grid li.item:hover .cart-hover{
		/*display: block;*/
	}

	.products-grid li.item:hover .info-hover{
		/*display: none;*/
	}

	.none{
		display: none;
	}

	@media only screen and (min-device-width: 320px)
                       and (max-device-width: 1024px)	{
       /* For  iPad/Tablets layouts */
	   .products-grid li.item:hover .schild{
	    display: none !important;
	   }
    }
	.products-grid li.item .schild{
		display: none;
		width: 150px;
		text-align: center;
		bottom: 36px;
		position: absolute;
		z-index: 1000;
		left: -6px;
	}

	.products-grid li.item:hover .tooltip{
	   transition: opacity .4s ease-in-out;
	   -moz-transition: opacity .4s ease-in-out;
	   -webkit-transition: opacity .4s ease-in-out;
	   opacity: 1;
	   display: block;
	}


#theke-kategorie .products-grid li.item .schild{
		display: none;
		width: 235px;
		text-align: center;
		bottom: 70px;
		position: absolute;
		z-index: 1000;
		left: 2px;
}
#theke-kategorie .products-grid li.item {
	margin-bottom: 40px;
}
#theke-kategorie .products-grid li.item:hover .schild{
		display: block;
}

#theke-kategorie .products-grid li.item .kategorie-schild{
		display: none;
		width: 235px;
		text-align: center;
		bottom: 10px;
		position: absolute;
		z-index: 1000;
		left: 0px;
}
#theke-kategorie .products-grid li.item:hover .kategorie-schild{
		display: block;
}
#schild-pos{
position:relative;
}
.theken-slider .page {
background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_slider.png) no-repeat;
    /*background-position: 76px 38px;*/
	background-position: 76px 0px;
	height: 435px;
}
#preisschild-pos{
position:relative;
}
.preisschild{
position:absolute;
left: -20px;
text-align: center;
background-color: grey;
border-radius: 50px;
top: -80px;

z-index: 2000;
line-height: 1;
}
.preisschild span {
color: red;
	font-size: 14px;
}
@keyframes slide
{
0%   {bottom:20px; opacity: 0;}
100% {bottom:40px;opacity: 100;}
}

@-webkit-keyframes slide /* Safari and Chrome */
{
0%   {bottom:20px;opacity: 0;}
100% {bottom:40px;opacity: 100;}
}



.products-grid .product-image {  }
.products-grid .product-image:hover {zoom:100%;  }
.products-grid .product-name {  }
.products-grid .product-name a {  }
.products-grid .price-box { }
.products-grid .availability {  }
.products-grid .actions {  }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { }
.col1-layout .products-grid { }




/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25;  }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; /* color:#000; */font-size: 14px;}

/* Regular price */
.regular-price { color:#000000; }
.regular-price .price { font-weight:bold; font-size:14px; /*color:#c76200;*/ color: #000000; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; /*width: 100px;*/}
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color: #CE0000; }
.special-price .price { font-size:13px; font-weight:bold; color: #CE0000; }
.special-price .price .old {font-size:13px; text-decoration:line-through; color:#666;}
/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap;  }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { padding-left: 12px; }
.add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {/*border:1px solid #c4c6c8; */background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/theke_bg_big.jpg) 100% 0 no-repeat; position: relative;}
.facebook-button {position: absolute; width: 100px; height: 35px; top: 5px; right: 170px;}

.product-essential { width: 950px; padding:0px; padding-top:35px;padding-right: 35px; margin: 0 auto; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral {
    width: 1000px;
    padding:25px;
    margin: 15px auto;
    background: #fff;
    box-shadow: 0 1px 3px #666;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.product-collateral h2 {
    text-align: left;
    font-size: 26px;
    color: #444;
    margin: 0 0 10px;
    font-family: 'Acme', sans-serif;
    font-weight: normal;
    border-bottom: none;
}

.product-collateral p {
    text-align: justify;
    font-size: 15px;
}

.product-collateral .std {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
}

.product-collateral .box-collateral { margin:0 0 25px; }
#product-review-table .data-table tbody th, .data-table tbody td {
border-bottom: 0;
border-right: 0;
padding: 5px;
}
#product-review-table .data-table td {
padding: 0;
}

#customer-reviews li{
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 10px 5px 10px 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #ddd;
}



#product-attribute-specs-table{
	/*border: 1px solid #aaa;*/
	border: 1px solid #ddd;
    border-top:none;
}

.dedicated-review-box{
    background: #fff;
    padding: 5px 15px;
}

.dedicated-review-box > ol > li{
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
}

.dedicated-review-box > ol > li p{
    margin: 0;
}
.dedicated-review-box .date{
    color: #666;
}

/* Product Images */
.product-view .product-img-box { float:left; width:320px; padding-left: 10px;padding-top: 20px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-33px; padding-top: 20px; width: 400px;}
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; /*width:60px; height:45px;*/overflow:hidden; padding: 10px; background-color: #302C29;
    border-radius: 4px;}
.product-view .product-img-box .more-views li a:hover { background-color: #504943;
-moz-box-shadow:    inset 0 0 8px #000000;
   -webkit-box-shadow: inset 0 0 8px #000000;
   box-shadow:         inset 0 0 8px #000000; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center;}
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
	float:right;
	width:330px;
	border-style:solid;
	border-width:0px;
	border-radius: 4px;
	margin-bottom:20px;
	background-color: #f0f0f0;
	border: 1px solid #991C2B;
}
#inner-shadow{
position: relative;
margin: 0 auto;
width: 550px;
/*border: 1px solid #fff;
 -moz-box-shadow:    0px 0px 4px 0px #111;
 -webkit-box-shadow: 0px 0px 4px 0px #111;
  box-shadow:         0px 0px 4px 0px #111;*/

}
#supder-product-table table tbody tr #td-big{padding-left: 8px;}
#inner-shadow2{
position: absolute;
width: 520px;
height: 100%;
border: 1px solid #fff;
top:0px;
 -moz-box-shadow:    inset 0 0 12px #000000;
   -webkit-box-shadow: inset 0 0 12px #000000;
   box-shadow:         inset 0 0 12px #000000;
}


#pin-nadel{
	/*background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/pin.png) no-repeat;*/
	position: absolute;
	top: -35px;
	left: 275px;
	width: 60px;
	height:60px;
}

.versand-info{
padding: 6px;
color: #333;
border-top: 1px solid #aaa;
}
.versand-info a{
color: #333;
}

.col1-layout .product-view .product-shop { float:right; /*width:545px;*/ width: 550px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a {
text-decoration: none;
font-weight: bold !important;
display: block;
text-align: center;
white-space: nowrap;
cursor: pointer;
padding: 8px;
    color: #922E2E !important;
background: none;
width: 224px;
border: none;
border-top: 1px solid #922E2E;
border-bottom-left-radius: 3px;
background: #fff;
font-size: 14px;
height: 37px;
}
.product-view .product-shop .add-to-links a:hover{
	background: #922E2E;
	color: #fff !important;
 }
/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/**************************************************
* Nutritial Information New
*/
.nutritial{
	text-align: center;
}
.nut-headline {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    background: #2CC185;
    margin-top: 15px;
    padding: 2px;
}
.nutritial .nut-unit{
    font-weight: bold;
}
.nutritial-row{
	display: inline-block;
}
.nutritial-row .item{
	float:left;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #2CC185;
	border-radius: 3px;
	width: 70px;
}

.nutritial-row .item .nut-head{
/*background: #5cb85c;*/
background: #2CC185;
color: #fff;
font-weight: bold;
padding: 5px;
height: 38px;
}

.nutritial-row .ges-fat .nut-head,
.nutritial-row .carbs .nut-head{
    font-size: 10px;
    padding: 5px;
}

.nutritial-row .item .nut-val{
	background: #fff;
	padding: 7px 10px;
    height: 32px;
}

.nutritial-row .item .nut-per{
	padding: 7px 10px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.nutritial-row .energy{
	margin-right: 15px;
}

.nutritial-info.well p{
    font-size: 13px;
    line-height: 1;
}

/******************************************
* Zusatzinfo CMS
*/
.zusatz{

}
.zusatz p>img{

}

/**
*   Recipe Darstellung
*/

.recipe-table{
    width: 100%;
}
.recipe-box{
    border: 1px solid #DDDDDD;
    background: #fff;
    margin: 10px 0;
}

.recipe-box .recipe-nr{
    font-size: 28px;
    padding: 5px 15px;
    display: table-cell;
    background: #eee;
    color: #555555;
    width: 5%;
    border-right: 1px solid #DDDDDD;
}
.recipe-box .recipe-content{
    display: table-cell;
    padding: 8px;
    vertical-align: top;
    width: 90%;
}
.recipe-box .recipe-icon{
    display: table-cell;
    font-size: 40px;
    vertical-align: middle;
    padding-right: 8px;
    line-height: 0.7;
    width: 5%;
}
.recipe-box .recipe-headline{
    font-size: 18px;
    color: #333;
    margin:0;
}

.variant {
    padding: 5px;
    background: #D8D8D8;
    border: 1px solid #888;
}

div.recipe-zutaten{
    background: #fff;
    border: 1px solid #DDDDDD;
}

.recipe-zutaten .form-control {
    display: inline-block !important;
    width: auto;
}


.recipe-zutaten-headline{
    font-size: 18px;
    padding: 8px 10px;
    background: #eeeeee;
    color: #333;
    border-bottom: 1px solid #DDDDDD;
}
.recipe-zutaten table thead th{
    font-weight: bold;
}

.recipe-zutaten table thead th:first-child{
    text-align: right;
    width: 15%;
}

.recipe-zutaten table tr td:first-child{
    text-align: right;
    width: 15%;
}

.extended_image{
    position: relative;
}

.extended_image img {
    width: 100%;
}

.extended_image_caption{
    position: absolute;
    bottom: 0;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}
/** OLD Design **
.recipe-table{
    width: 100%;
}
.recipe-box{
    border: 2px solid #333333;
    background: #fff;
    margin: 10px 0px;
	background: #f0f0f0;
}

.recipe-box .recipe-nr{
    font-size: 28px;
    padding: 10px 15px;
    display: table-cell;
    background: #333;
    color: #FFFFFF;
	width: 5%;
}
.recipe-box .recipe-content{
    display: table-cell;
    padding: 8px;
    vertical-align: top;
	width: 90%;
}
.recipe-box .recipe-icon{
    display: table-cell;
    font-size: 40px;
    vertical-align: middle;
    padding-right: 8px;
    line-height: 0.7;
	width: 5%;
}
.recipe-box .recipe-headline{
    font-size: 22px;
}

.variant {
    padding: 5px;
    background: #D8D8D8;
    border: 1px solid #888;
}

div.recipe-zutaten{
	background: #fff;
	border: 2px solid #333;
}

.recipe-zutaten-headline{
    font-size: 18px;
    padding: 8px 10px;
    background: #333333;
    color: #FFFFFF;
}
.recipe-zutaten table thead th{
    font-weight: bold;
}

.recipe-zutaten table thead th:first-child{
    text-align: right;
    width: 15%;
}

.recipe-zutaten table tr td:first-child{
    text-align: right;
    width: 15%;
}
*/
.print-ingredients{
    display: none;
}

.collapse_description{

}

.collapse_description .panel .panel-body{
  /*  display: none;*/
}

.collapse_description .panel .panel-heading a{
    text-decoration: none;
    color: #FFFFFF;
}

.collapse_description .panel.active .panel-body{
    display: block;
}

.collapse_description .collapse-panel.active .glyphicon-chevron-right:before {
    content: "\e114";
}

.collapse-panel{

}

.collapse-panel > .collapse-heading{
    border-top: 1px solid;
    border-color: #AAAAAA;
    padding: 10px 8px 8px 10px;
}

.collapse-panel > .collapse-heading h3{
    font-size: 16px;
    margin: 0;
}
.collapse-panel > .collapse-heading a{
    text-decoration: none;
    color: #555;
    transition: all .5s;
}


.collapse_description .collapse-panel:last-child > .collapse-heading{
    border-bottom: 1px solid #AAAAAA;
}
.collapse_description .collapse-panel.active > .collapse-heading {
    border-bottom: 1px solid #AAAAAA;
}

.collapse_description .collapse-panel.active > .collapse-heading a{
    color: #991C2B;
}

.collapse-panel > .collapse-content{
    padding: 15px;
}



/*.recipe-zutaten table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

.recipe-zutaten table td{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
	padding-right: 8px;
}
.recipe-zutaten table tbody tr td:first-child{
	text-align: right;
	font-weight: bold;
	width: 15%;
}
.recipe-zutaten table thead tr td h3{
	padding-right: 10px;
}*/





/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.grouped-items-table .odd,
.grouped-items-table .even{ background: #f0f0f0; }
.grouped-items-table tbody td{
	background: #fff;
	border-bottom: 1px solid #aaa;
}
.grouped-items-table thead th{
    background: #991C2B;
	padding: 8px;
	border-right: 0px;
	font-size: 16px;
	font-weight: normal;
}

.grouped-items-table thead th:first-child {
    border-top-left-radius: 5px;
}

.grouped-items-table thead th:last-child {
    border-top-right-radius: 5px;
}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#000000; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {
    position: relative;
}
.cart .btn-top-checkout{
    position: absolute;
    right: 9px;
    top: 7px;
}
.cart .btn-lg{
    padding: 6px 12px;
}
.cart .page-title h1 {  }
.cart h3{
text-align: center;
color:#505050;
text-shadow: -1px -1px 0px #202020, 1px 1px 0px #fff;
font-size: 30px;
font-family: Georgia, serif;
}
.cart-bottom{
width: 100%;
padding: 5px;
background: #C0C0C0;
}
#cart-width{
margin-top: 60px;
-moz-box-shadow:    0px 2px 5px 0px #000;
 -webkit-box-shadow: 0px 2px 5px 0px #000;
  box-shadow:         0px 2px 5px 0px #000;
}
.shadow {
  position: relative;
  height: 20px;
  width:70%;
  margin:-20px auto;
  display: none;
}
.shadow:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  border-radius: 50% / 20px;
  box-shadow: rgba(0, 0, 0, 0.7) 0 5px 10px;
  clip: rect(20px, auto, 50px, 0);
}

.cart-empty{
    padding: 20px;
}


/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; font-weight: bold; font-size: 14px;}
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { /*border-color:#404040; background:#606060; */}
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

.cart-bottom{
    width: 100%;
    background: #f0f0f0;
    border-top: 2px solid #ddd;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; padding-right: 80px; width: 960px; margin: 0 auto;}
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .gutscheincode{width: 410px; padding: 5px;}
.cart .discount,
.cart .shipping { border:1px solid #ddd; background:#fff; padding:12px 15px;  }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { /*border-color:#406a83; background:#618499; */}
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float: right;width: 450px; }
.cart .totals table { width:100%; margin-top:13px; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px;  text-align:right; padding-right: 10px;}
.cart .totals .checkout-types li { clear:both; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-box label {
    color:#333;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}
.sp-methods .price {
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/**
 * Shipping Form new
 */
.sp-methods .sp-box{
    margin: 10px 0;
}

.sp-box .sp-box-title{
    border: 1px solid #eee;
    border-bottom: 2px solid #ddd;
    background: #fff;
}

.sp-box input[type=radio]{
    margin-top: 8px;
    margin-left: 10px;
}

.sp-box .sp-method-detail{
    display: none;
    padding: 10px;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 2px solid #ddd;
}

.sp-box.sp-hover .sp-method-detail{
    display: block;
}

.sp-methods .sp-hover{
    background: #fff !important;
}

.sp-methods .sp-box.sp-hover .sp-box-title{
    border-bottom: 2px solid #5cb85c;
}

.distance .dist-from,
.distance .dist-to{
    width: 25%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.distance .dist-arrow{
    position: relative;
    width: 50%;
}

.distance .dist-arrow .stroke {
    width: 80%;
    margin: 30px auto;
    height: 3px;
    background: #333;
}


.distance .dist-arrow .distance-value{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    font-size: 20px;
}

.distance .dist-arrow .distance-label{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 6px;
    font-size: 14px;
}

.distance .dist-arrow .triangle {
    position: absolute;
    right: 8%;
    top: 20px;
    font-size: 18px;
}

.deliverydate-alert{
    margin: 15px 25px 0 25px;
}

.kurier{
    border: 1px solid #eee;
    border-bottom: 2px solid #ddd;
	margin: 10px 0;
	/*padding: 10px;*/

}

.kurier.sp-hover{
    border-bottom: 2px solid #5cb85c;
}

.kurier .kurier-title{
    color: #666;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.kurier-optionen{

}

.dhl-logo{
	float: right;
}

.kurier ul{
}

.kurier ul li{
    line-height: 34px;
    font-size: 16px;
    color: #333;
}

.kurier ul li label{
    cursor: pointer;
}

.kurier-select:disabled{
background: #CCC;
}

.kurier .kurier-datum{
	margin: 10px 20px;
}

.alert{
padding: 15px;
margin-bottom: 10px;
border: 1px solid transparent;
border-radius: 4px;
}

.alert-danger{
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

.alert-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* Radio Button Styling */
.mm-radio {
    margin: 0;
}
.mm-radio label {
    display: block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.mm-radio .outer {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    /*-webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;*/
}
.mm-radio .outer .inner {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background-color: #aaa;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
/*    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);*/
}
.mm-radio input[type="radio"] {
    display: none;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.mm-radio input[type="radio"]:focus + label::before {
    /*outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;*/
}
.mm-radio input[type="radio"]:checked + label .outer .inner {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.mm-radio input[type="radio"]:disabled {
    cursor: not-allowed;
}
.mm-radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.mm-radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.mm-radio.mm-radio-inline {
    margin-top: 0;
}

.mm-radio-primary input[type="radio"] + label .outer .inner {
    background-color: #337ab7;
}
.mm-radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}
.mm-radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.mm-radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.mm-radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.mm-radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.mm-radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.mm-radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.mm-radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.mm-radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.mm-radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.mm-radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}
/*
.mm-radio-success .inner {
    background-color: #5cb85c;
}*/
.mm-radio-success input[type="radio"]:checked + label .outer {
    border-color: #5cb85c;
}
.mm-radio-success input[type="radio"]:checked + label .outer .inner {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

/*******************/
/* PLZ Checker View */

.plz-list{
	text-align: left;
	font-size: 14px;
}
.plz-list-price{
	float: right;
}

/*Payment Form new */

.payment-box{
    border: 1px solid #eee;
    border-bottom: 2px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}

.payment-method{
	font-size: 18px;
}
.payment-method a{
	font-size: 12px;
}

.payment-method-info .input-box{
	width: auto;
}




/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; text-align: right; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; padding: 8px; background: #DDDDDD; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; text-align: center;}
.block-progress .block-title strong { font-size:13px; color:#000000; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#B1B1B1; color:#922E2E; }
.block-progress dt.complete a{ margin:0; color:#922E2E; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:8px; border-top: 3px solid #DDD; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc {
    position:relative;
    padding: 15px;
    background: #f9f9f9;
}
.opc li.section {}

.opc .step-title { border: 1px solid #ddd; background: #f0f0f0; padding: 10px; }
.opc .step-title .number { display: none; float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#333; }
.opc .step-title h2 { float:left; margin:0; font:bold 14px/16px Arial, Helvetica, sans-serif; color:#333;  }
.opc .step-title h2 .fa{
    display: none;
}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { cursor:pointer; }
.opc .allow .step-title .number { background:#A26C6C; border-color:#888888; color:#E0E0E0; }
.opc .allow .step-title h2 { color: #5cb85c; }
.opc .allow .step-title h2 .fa{ display: inline-block; }
.opc .allow .step-title h2 .fa:before{
    content: "\f00c";
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { cursor:default; }
.opc .active .step-title .number { background:#922E2E; border-color:#555555; color:#fff; }
.opc .active .step-title h2 { color: #333; }
.opc .active .step-title h2 .fa{
    display: none;
}
.opc .active .step-title h2 .fa:before{
    content: '';
}
/*.opc .active .step-title a { display:none; }*/

.opc .step { background:#FFFFFF; padding:15px 30px; position:relative; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { /*border:0;*/ border-bottom: 1px solid #ddd; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; /*border:1px solid #d9dde3; border-width:0 1px 1px;*/ }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

#checkout-review-table tfoot tr {
    /*background-color: #FBFAF6 !important;*/

}
#checkout-review-table tfoot .first td {
    /*border-top: 1px solid #666;*/
}

#checkout-review-table tr.odd,
#checkout-review-table tr.even {
    background-color: #D8D8D8;
}

#checkout-review-table{
  /*border: 1px solid #888;*/
}

#checkout-review-table td.last {
    text-align: right;
}
#checkout-review-table td.last .price {
    font-weight: bold;
}

#checkout-review-table-wrapper {
    /*border: 2px solid #0A263D;*/
    border-bottom: 0;
	padding: 0px 15px;
}

#opc-review #checkout-step-review .additional-information {
    /*border: 2px solid #0A263D;*/
    border-top: 0;
    border-bottom: 0;
}

#checkout-review-submit {
    /*background-color: #FBFAF6;*/
    /*border: 2px solid #0A263D;*/
    border-top: 0;
}

#opc-review .additional-information {
	clear: both;
	margin:0;
	padding: 15px 10px;
	text-align: right;
}

.checkout-multishipping-overview .additional-information {
	margin: 0;
	padding: 0 10px 25px;
	text-align: right;
}

.checkout-multishipping-overview .checkout-agreements {
	margin-bottom: 25px;
}

.opc .checkout-agreements li,
.checkout-multishipping-overview .checkout-agreements li {
	margin: 10px 0;
}

.opc .checkout-agreements .agree,
.checkout-multishipping-overview .checkout-agreements .agree {
	padding-top: 0px;
	padding-bottom: 0px;
}

#review-buttons-container p.f-left {
    display: none;
}

.checkout-review-overall{
   display: table;
   border-spacing: 15px 15px;
}
.checkout-review-overall-row {
display: table-row;

}
.checkout-review-overall-row .checkout-review-overall-item{
width: 232px;
box-shadow: 0px 0px 2px #aaa;
padding: 8px;
background: #FFF;
display: table-cell;
}
.checkout-review-overall-row .checkout-review-overall-item:hover{
/*background: #DDDDDD;*/
}
.checkout-review-overall-row .title{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content {
    padding:14px 21px;
    border-bottom:0;
    margin: 20px 20px 0px;
    background: #f0f0f0;
    min-height: 320px;
}
.account-login .content h2 {
    font-weight:bold;
    font-size: 20px;
    text-transform:uppercase;
    color: #991C2B; }
/*.account-login .new-users h2 { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_page2.gif); }*/
.account-login .buttons-set {
    border: none;
    margin: 0px 20px 25px;
    padding:8px 13px;
    background: #f0f0f0;

}

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0deg); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0deg); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0deg); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; color: #000; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { /*background:#fff url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_account_box.gif) 0 0 repeat-x;*/
    border: 1px solid #eee;
    padding: 25px;
    margin: 0 0 20px;
    background-color: #ffffff;
 }
.box-account .box-head { border-bottom: 3px solid #ddd; padding: 0 0 10px 0 ;margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:18px; font-weight:bold;
    background: no-repeat 0 0;
    color:#333; }

.dashboard .box .box-title { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
/*.dashboard .box-recent .box-head h2 { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_folder-table.gif); }*/

/* Block: Account Information */
/*.dashboard .box-info .box-head h2 { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_ma-info.gif); }*/
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#000; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px;  }
.addresses-list li.empty { background:none; border:0; padding:0; color: #000; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; color: #000;}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }
.my-wishlist .title-buttons h1 {float: none;}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

#my-orders-table th{
    font-weight: bold;
}
#my-orders-table tr td {
    vertical-align: middle;
}

#my-orders-table tr td:first-child{
    font-weight: bold;
}

a.btn{
    text-decoration: none;
}

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

.review-form-hidden{display: none; background: #fff; border: 1px solid #aaa; border-top: 0px; padding: 15px;}
.review-form-btn {padding: 10px; font-size: 18px; background: #fff; border: 1px solid #aaa; width: 100%;}
.review-form-btn:hover {background: #ccc; cursor: pointer;}
.review-form-btn.active {background: #2CC185; color: #fff;}

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
    background-color: #9b9b9b;
    font-family: Roboto, Arial, Helvetica, sans-serif;
/*box-shadow:        inset 0  15px 15px -15px #000/*,inset 0 -17px 17px -17px #000*/;
/*-webkit-box-shadow: inset 0  15px 15px -15px #000/*,inset 0 -17px 17px -17px #000*/;
/*-moz-box-shadow:    inset 0  15px 15px -15px #000/*,inset 0 -17px 17px -17px #000*/;
 }
 .footer-container2 {
 /*background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/leder.jpg); */
     font-family: Roboto, Arial, Helvetica, sans-serif;
     background: #222;
 }
 .footer-container2  hr{
	margin-top: 5px !important;
	margin-bottom: 0px !important;
 }
.footer-container2 .content li{
float: none;
height: 0px;
background: none;
display: block;
text-align: left;
margin-left: 8px;
padding: 0 0 18px 25px;
}
.footer-container2 .footer {
    padding: 25px;
    color: #FFFFFF;
}
.footer-container2 .footer .logo {width: 540px;}
.footer-container2 .footer .logo img{width: 260px;float:left;}
.footer-container2 .footer .logo .links{padding-top: 8px;}
.footer-container2 .footer .versand {
    float:right;
    width: 240px;
    text-align: right;
}

.footer {
    width: 1232px;
    margin:0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { /*text-decoration:underline;*/ }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; /*background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bkg_pipe2.gif) 100% 60% no-repeat;*/ padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer li a{opacity: 0.7;}
.footer li a:hover{opacity: 1;}
.footer-container .bottom-container { margin:0 0 5px; }

.footer-row{
    width: 900px;
    margin: 0 auto;
    height: 210px;
}
.footer-row .item{
    margin: 0 20px;
    width: 260px;
    height: 210px;
    float: left;
    background: white;
    border-radius: 4px;
}
.footer-row .item .heading{
    font-size: 22px;
    line-height: 2;
    color: #991c2b;
    min-height: 20px;
    text-align: center;
    font-family: Acme, sans-serif;
}
.footer-row .item .content{
    width: 100%;
    height: 165px;
    font-size: 12px;
    padding-top: 6px;
    color: #666;
    overflow: hidden;
}
.footer-row .content li{
    float: none;
    height: 20px;
    background: none;
    display: block;
    text-align: left;
    padding: 0 0 7px 25px;
    margin-bottom: 5px;
}
.footer-row .content .link{
letter-spacing:0.5px;
vertical-align: top;
cursor: pointer;
color: #000;
opacity: 0.7;
}
.footer-row .content .time{
width: 50px;
color: #FFF;
opacity: 0.7;
}
.footer-row .content .icon{padding-right: 16px; display: inline-block;}
.footer-row .content .link:hover{
opacity: 1;
}
.footer-row .content .link:hover i{
opacity: 1;
}

.footer-row .content .payment{
margin: 4px 4px;
width: 72px;
float:left;
border: 1px solid #fff;
}
.footer-row .content .payment img{
	width: 72px;
}

/*
.footer .footer-row {
    margin: 0;
}*/

/*********************************************
* CHANGES Payment Box bottom
*
**********************************************/
.footer-container-payment {
	overflow: hidden;
	background: #4A4A4A;
}
.footer-container-payment .footer{
	padding: 16px 0;
}

.payment-row {
    float:left;
    left:50%;
    position: relative;
}

.payment-row .payment {
    float:left;
    right:50%;
    position: relative;
	margin: 0px 24px;
	opacity: 0.7;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.payment-row .payment:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
/********************************************/
/*********************************************
* PLZ Checker Styles
*
**********************************************/
.checker-box{
    padding: 10px;
}
.checker-form{
	float:left;
    left:50%;
    position: relative;
}
.plz-input{
	border: 1px solid #922E2E;
	border-right: 0px;
    border-radius: 5px 0 0 5px;
    height: 27px;
	padding: 3px 5px;
    right:50%;
    position: relative;
}
.plz-input:focus{
	/*border: 1px solid #991C2B;*/
	border-color: rgba(190,0,0,.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: 0 0 8px rgba(190,0,0,.6);
	box-shadow: 0 0 8px rgba(190,0,0,.6);
}
.plz-submit{
float: left;
 right:50%;
    position: relative;

}
.plz-submit span{
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/********************************************/

/*.icon{width: 16px; height: 16px; display: inline-block;}*/
.icon.euro{background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/footer/euro.png) no-repeat;}
.icon.newsletter{background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/footer/newsletter.png) no-repeat;}
.icon.home{background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/footer/home.png) no-repeat;}
.icon.facebook{background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/footer/facebook.png) no-repeat;}
.icon.shipping{background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/footer/shipping.png) no-repeat;}
.icon.widerruf{background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/footer/info.png) no-repeat;}
.icon.sheet{background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/footer/sheet.png) no-repeat;}
.icon.phone{background:url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/footer/phone.png) no-repeat;}

/* ======================================================================================= */
/* Boot Well =========================================================== */
.well{
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/* Boot Table =========================================================== */
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* ======================================================================================= */
/* Bootstrap Forms + Input Groups ======================================================== */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    /*display: block;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    /*margin-top: -5px;*/
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}

/* ======================================================================================= */
/* Navbar - Scrollspy ==================================================================== */

    .product-collateral{
        position: relative;
        padding-top: 80px;
    }

    .navbar-scrollspy{
        width: 1000px;
        height: 64px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .navbar-scrollspy .navbar-scrollspy-content{
        width: 1000px;
        height: 64px;
        position: relative;
        background: #F0F0F0;
        border-bottom: 1px solid rgba(40,44,42,0.1);
        box-sizing: border-box;
    }

    #sticky.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100%;
    }

    #sticky.stick .navbar-scrollspy-content {
        margin: 0 auto;
    }

    #sticky-anchor{
        position: absolute;
        top: 0;
    }

    .navbar-scrollspy li{
        float: left;
        padding: 16px;
        font-size: 20px;
        cursor: pointer;
        background: #F0F0F0;
        box-sizing: border-box;
        text-align: center;
        width: 200px;
        height: 64px;
        border-right: 1px solid rgba(40,44,42,0.1);
        border-bottom: 1px solid rgba(40,44,42,0.1);
    }

    .navbar-scrollspy :nth-child(6){
        border-right: none;
    }

    .navbar-scrollspy li.active{
        background: #FFFFFF;
        box-shadow: inset 0 3px 0 #2CC185;
        color: #2CC185;
        border-bottom: none;
    }

    .navbar-scrollspy li:hover {
        color: #2CC185;
    }

    #sticky.stick .navbar-scrollspy-ul .tab-title {
        width: 188px;
    }

    #sticky .scroll-top{
        display: none;
    }
    #sticky.stick .scroll-top {
        display: block;
        width: 60px;
    }




/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

.wrapper{
    background: #E2E2E2 url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/bg_small.jpg) no-repeat center -16px;
}

.no-image{
    background: #eee !important;
}

.main{
    width: 100%;
    background: none;
}

.std{
    margin: 0 auto;
}
.presentation {
    position: relative;
    /*height: 640px;*/

    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/product/bg_blur.jpg) no-repeat center;
    /* background-size: auto 100%;*/
    background-size: cover;
}

/*Center old views*/
#shop1,
#theke-kategorie{
    margin: 0 auto;
}

.category-products{
    margin: 0 auto;
    width: 1232px;
}

.content{

}

.middle{
    width: 1232px;
    margin: 0 auto;
    position: relative;
}

.middle-sm{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.content .middle{
    padding-bottom: 160px;
}

.content .middle h1{
    text-align: center;
    font-size: 40px;
    padding: 10px;
    text-shadow: 1px 1px 1px #666;
}
.bg-blur{
    overflow: hidden;
    width: 100%;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.bg-blur img{
    width: 120%;
    filter: blur(30px);
    -webkit-filter: blur(20px);
    position: absolute;
    left: -10%;
    top: -5%;
}


.short-desc{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 32px; */
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    font-style: italic;
}

/*
.product-details{
    background: #E2E2E2;
}*/

.product-details .middle{
    padding-bottom: 0;
}

.product-details .heading{
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 28px;
    text-align: center;
}

.product-details .box {
    padding: 20px;
    background: #fff;
    margin: 20px;
    box-shadow: 0 0 3px #666;
    border-radius: 1px
}

.product-essential{
    padding-right: 0;
    background: #E2E2E2;
}

.bullet-table{
    color: #333;
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
}
.bullet-table li{
    padding-bottom: 10px;
}

.bullet-table li::first-letter {
    text-transform: uppercase;
}
.bullet-table li .glyphicon{
    /*color: #991C2B;*/
    color: #007C2C;
    padding-right: 10px;
    float: left;
    top: 4px;
}

.product-essential{
    width: 100%;
}

/** HEADER **/
.header-container{
    background: #ddd;
}
.header{
    height: 72px;
}

.nav-container{
    background: #991C2B;
}

#nav a{
    color: #fff;
}

#searchleiste{
    top: 14px;
}

#header-links ul li a{
    color: #666;
}

#header-links ul li a:hover{
    color: #000;
}
#audio-toggle-pos{
    color: #fff;
    top: 5px;
}

.presentation .content{
    /*position: absolute;
    z-index: 10;*/
    width: 100%;


}

.facebook-button{
    display: none;
}

.product-img-box{
    position: relative;
    width: 600px;
    float: left;
}

/*
TODO
Responsive for 1024px displays
@media (max-width: 1024px) {
    .product-img-box{
        width: 480px;
    }
    .middle{
        width: 1024px;
    }
}*/

.product-img-box img{
    margin: 0 auto;
}

.product-img-box .bx-wrapper .bx-next{
    background: none;
    text-indent: 0;
}
.product-img-box .bx-wrapper .bx-next:before{
    content: "\f054";
}

.product-slider-btn {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 100;
}
.product-slider-btn a{
    color: #fff;
    font-size: 30px;
}
#product-slider-prev{
    left: 0;
}
#product-slider-next{
    right: 0;
}

.product-menu{
    float: left;
    background: #fff;
    margin-left: 25px;
    width: 500px;
    border-radius: 5px;
}

.details-button{
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    z-index: 100;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    font-size: 30px;
    padding: 50px 37px 37px 14px;
    cursor: pointer;
    transition: all 0.5s;
}

.details-button:hover{
    background: rgba(0,0,0,0.8);
}

.details-button i{
    position: absolute;
    top: 25px;
    left: 46px;
}
/*

.product-menu .grouped-items-table .odd,
.product-menu .grouped-items-table .even,
.product-menu .data-table .odd,
.product-menu .grouped-items-table tbody td{
    background: none;
}
*/


.middle .salesman{
    position: absolute;
    right: 0;
    bottom: 57px;
}

.salesman #verkauf_position{
    bottom: 0;
}

/* Top Cart */
.top-cart{
    position: absolute;
    right: 12px;
    top: 0;
    width: 72px;
    height: 72px;
    z-index: 999999999999999;
}

.top-cart .cart-icon{
    font-size: 32px;
    padding: 11px;
    height: 72px;
    cursor: pointer;
    transition: .5s all;
    text-decoration: none;
    color: #333;
    display: block;
}

.top-cart .cart-icon:hover{
    background-color: #ccc;
}

.top-cart .cart-icon .badge{
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #991C2B;
    border-radius: 10px;

}

.top-cart .cart-detail{
    width: 320px;
    position: absolute;
    top: 72px;
    right: 0;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    z-index: 6000;
}

.top-cart .cart-detail h3{
    text-align: left;
}

.top-cart .cart-detail .sum{
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}
.top-cart .cart-detail .sum .left{
    font-size: 14px;
    font-weight: bold;
}
.top-cart .cart-detail .sum .right{
    font-size: 16px;
    font-weight: bold;
}
.top-cart .cart-detail .items{
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #f0f0f0;
}
.top-cart .cart-detail .items .item{
    display: block;
    cursor: pointer;
}
.top-cart .cart-detail .items .item:hover{
    background: #fff;
}
.top-cart .cart-detail .items .item .name {
    width: 150px;
    padding: 5px;
}
.top-cart .cart-detail .items .item .price {
    width: 80px;
    text-align: right;
    font-weight: bold;
}

body {
    font: 14px/1.55 Arial, Helvetica, sans-serif;
}

.add-to-box {
    padding: 0 15px 15px 15px;
}

.add-to-box .add-to-cart button{
    width: 250px;
}

.footer-container2 .footer .logo {
    width: 600px;
}

.short-desc .middle{
    width: 1000px;
}

.short-desc .short-desc-text{
    text-align: left;
    width: 800px;
    float: left;
    padding: 32px 20px 20px;
}

.short-desc .short-desc-text span{
    font-style: normal;
}

.fries-icon{
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-image: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/shop/product/metzgermeister.jpg);
    box-shadow: 0 0 3px #333;

}

.nutritial-row .item .nut-val {
    height: 52px;
}


.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.product-options .list-group-item{
    font-size: 16px;
}
.product-options .list-group-item .option-count{
    width: 30px;
    font-weight: bold;
}
.product-options .list-group-item .option-name{
    width: 380px;

}

/* Fixed Bundle / Configurable Options */

.fixed-bundle, .configurable{
    background: rgba(0,0,0,0.6);
}

.fixed-bundle .price-as-configured .price-label,
.configurable .price-as-configured .price-label{
    display: none;
}

.fixed-bundle .price-as-configured .full-product-price .price,
.configurable .regular-price .price{
    font-size: 28px;
    padding-left: 15px;
    color: #fff;
}

.fixed-bundle .versand-info,
.configurable .versand-info {
    border-top: 0;
    color: #ccc;
}
.fixed-bundle .versand-info a,
.configurable .versand-info a {
    color: #ccc;
}

.ratings{
    font-size: 18px;
    padding-left: 15px;
    color: #fff;
}

.fixed-bundle .product-options,
.configurable .product-options{
    background: none;
    border: none;
    color: #fff;
    margin: 10px 15px 5px;
    padding: 0;
    border-bottom: 1px solid #fff;
}

.fixed-bundle .product-options dt,
.configurable .product-options dt {
    padding: 3px;
    font-weight: normal;
    border-top: 1px solid #fff;
    border-bottom: 1px solid;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.configurable .product-options dt {
    border-bottom: none;
}

.fixed-bundle .product-options dt label,
.configurable .product-options dt label{
    color: #fff;
    font-size: 18px;
}

.fixed-bundle .product-options label > em{
    display: none;
}
.fixed-bundle .product-options p.required{
    display: none;
}

.fixed-bundle .product-options dd .input-box{
    font-size: 18px;
}

.fixed-bundle .product-options ul.options-list .label{
    margin-left: 0;
}

.fixed-bundle .product-options ul.options-list input.checkbox{
    display: none;
}

.fixed-bundle .product-options-bottom,
.configurable .product-options-bottom {
    background: none;
    border: none;
}

.fixed-bundle .product-options-bottom .price-box,
.configurable .product-options-bottom .price-box {
    display: none;
}

.fixed-bundle .product-options-bottom .add-to-cart,
.fixed-bundle .product-options-bottom .add-to-cart .input-text.qty,
.configurable .product-options-bottom .add-to-cart,
.configurable .product-options-bottom .add-to-cart .input-text.qty
{
    float: none;
}

.fixed-bundle .product-options-bottom .add-to-cart .input-text.qty,
.configurable .product-options-bottom .add-to-cart .input-text.qty{
    background: none;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.fixed-bundle .product-options-bottom .add-to-cart label[for="qty"],
.configurable .product-options-bottom .add-to-cart label[for="qty"]{
    font-weight: normal;
    font-size: 18px;
    padding: 4px;
    color: #fff;
}

.fixed-bundle .product-options-bottom .add-to-cart .btn.btn-success,
.configurable .product-options-bottom .add-to-cart .btn.btn-success{
    width: 100%;
}

.fixed-bundle .product-options-bottom .add-to-links,
.configurable .product-options-bottom .add-to-links{
    display: none;
}

.fixed-bundle .baseprice{
    color: #ccc;
    padding-left: 15px;
}

.fixed-bundle .regular-price{
    font-size: 18px;
    color: #E2263D;
    text-decoration: line-through;
    padding-left: 5px;
}

.configurable .product-options dd {
    border-bottom: none;
}

.configurable .product-options dl.last dd.last {
    margin-bottom: 15px;
}

.options-list.fixed .price-notice{
    display: none;
}

.bundle-option .option-name{
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.configurable .input-box .super-attribute-select {
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 16px;
    padding: 8px;
}

.configurable .baseprice-box {
    display: none;
}

/* VERSAND INFORMATIONEN*/


#glass .presentation{
    height: 430px;
}
.row-dark{
    background: #222;
}

.presentation .left-section,
.row-dark .left-section{
    width: 50%;
    height: 430px;
    overflow: hidden;
}

.left-section.transparent{
    background: rgba(0,0,0,0.6);
}

.presentation .left-section h2,
.row-dark .left-section h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px;
}

.row-bright{
    padding: 0 25px 25px;
    background: #f5f5f5;
    color: #333;
    text-align: justify;
    line-height: 1.75;
}
.row-bright h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px;
    color: #333333 !important;
}
.row-bright .well{
    letter-spacing: 0;
}

.left-section .bullet-table{
    padding: 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

.left-section .stroke{
    width: 20%;
    background: white;
    height: 3px;
    margin: 0 auto;
}

.left.img-section{
    height: 430px;
}

.brackets{
    font-size: 32px;
}

.presentation .video-section,
.row-dark .img-section{
    width: 50%;
}

.video-repeat{
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}


/* SEO CATEGORY*/

#category-additional{
    width: 1000px;
    background: #fff;
    margin: 15px auto;
}

.section-full{
    padding: 25px;
    letter-spacing: 1px;
    background: #f5f5f5;
    color: #333;
}

.section-full h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px;
    color: #333333;
    margin: 0;
}

.section-split {
    width: 100%;
    height: 480px;
    background: #222;
}

.section-split h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px;
    color: #fff;
    margin: 0;
}


.section-split p {
    color: #fff;
    padding: 20px;
}

.section-split .stroke {
    width: 20%;
    background: white;
    height: 3px;
    margin: 0 auto;
}

.section-split .left {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.section-split img.image {
    height: 100%;
}


/**
 * Make new template unresponsive for desktop
 */

.page {
    min-width: 1232px;
}

.site-section {
    overflow: hidden !important;
}

.preview-slider {
    width: 1232px !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

.preview-slider .bx-viewport {
    overflow: visible !important;
}


/* NEW Template

.site-section{
    text-align: left;
}

.site-section_inner-white h1,
.site-section_inner-white h2,
.site-section_inner-white h3,
.site-section_inner-white h4{
    color: #333;
    margin-top: 22px;
}

.site-section_inner-white h2{
    font-size: 22px;
}

.section-split h2,
.site-section_inner-grey h2 {
    color: #fff;
}

.site-section_inner-white p {
    text-align: justify;
    font-size: 16px;
}

.page-title_bordered{
    margin-bottom: 30px;
    border-bottom: 3px solid #991C2B;
}

@media only screen and (min-width: 100px) and (max-width: 768px){
    .page-title_bordered{
        background: #fff;
        box-shadow: 0px 0px 3px #333;
        padding: 5px 5px;
        margin-bottom: 10px;
        border-top: 1px solid #f0f0f0;
    }
}

.page-title_txt,
h2.page-title_txt {
    font-size: 2.3rem;
    color: #333;
    text-align: center;
}

.site-section_inner{
    padding-top: 50px;
    padding-bottom: 30px;

    max-width: 1232px;
    margin: 0 auto;
}

.site-section_inner-white{
    background: #fff;
}

.site-section_inner-grey{
    background: #e0e0e0;
}

.site-section_content{
    max-width: 1000px;
}

.site-section_inner,
.site-section_content{
    margin: 0 auto;
}

.white-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.preview-slider{
    position: relative;
}

.preview-slider .bx-viewport{
    overflow: visible !important;
}

.preview-slider .slide-controls{
    width: 100%;
    max-width: 1232px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.preview-slider .slide-controls #slider-next{
    float:right;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.preview-slider .slide-controls #slider-prev {
    float: left;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preview-slider .slide-controls .bx-next,
.preview-slider .slide-controls .bx-prev{
    width: 46px;
    height: 46px;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background ease 0.25s;
    -ms-transition: background ease 0.25s;
    transition: background ease 0.25s;
}

.preview-slider .slide-controls .bx-next:hover,
.preview-slider .slide-controls .bx-prev:hover{
    background: #eee;
}


.preview-slider .slide-controls .bx-prev:before,
.preview-slider .slide-controls .bx-next:before{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.preview-slider .slide-controls .bx-prev:before{
    background: url("https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bxslider/arrow-left.svg") center/21px 14px no-repeat;
}


.preview-slider .slide-controls .bx-next:before{
    background: url("https://meinmetzger.de/skin/frontend/default/meinmetzger/images/bxslider/arrow-right.svg") center/21px 14px no-repeat;
}


.site-section_half .section-title h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px;
}

.site-section_half .stroke{
    width: 40%;
}

.bullet-table-big{
    font-size: 28px !important;
    padding: 40px !important;
}

.btn-outline-inverse {
    color: #fff;
    background-color: rgba(0,0,0,0.75);
    border-color: transparent;
}

.btn-outline-inverse:active, .btn-outline-inverse:focus, .btn-outline-inverse:hover{
    color: #333;
    background: #fff;
    border-color: #fff;
    text-shadow: none;
}
*/
/**
 * Bootstrap Grid System
 * row col
 */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}


.topslider {
    overflow: hidden;
    height: 330px;
}

/**
 * Nutrition table
 */
.nutrition-table {
    border: 2px solid #2cc185;
    border-radius: 4px;
}

.nutrition-table tr > th:nth-child(2),
.nutrition-table tr > th:nth-child(3),
.nutrition-table tr > th:nth-child(4),
.nutrition-table tr > td:nth-child(2),
.nutrition-table tr > td:nth-child(3),
.nutrition-table tr > td:nth-child(4) {
    text-align: right;
}

.nutrition-table thead tr {
    background: #2cc185;
}

.nutrition-table > thead > tr > th{
    color: #fff;
    border-bottom: 0;
}

.nutrition-table > tbody > tr:first-child > td {
    border-top: 0;
}

.nutrition-table > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 4px;
}

.nutrition-table > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 4px;
}


/* Origin */

.origin {

}

.origin-icon {
    float: left;
    width: 128px;
    height: 128px;
    padding: 14px;
}

.origin-text {
    float: left;
    width: calc(100% - 128px);
    padding: 0 0 0 14px;
}

/**
 * Product Secure origin statements
 */

.secured-product-origin {
    text-align: center;
    padding-top: 12px;
}

/**
 * Product video
 */

.product-video video {
    width: calc(100% + 50px);
    margin: 0 -25px 15px;
}
/**
 * OpenMage
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available at https://opensource.org/license/afl-3-0-php
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
 * @copyright   Copyright (c) 2022 The OpenMage Contributors (https://www.openmage.org)
 * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://meinmetzger.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

@media only screen and (max-width: 1232px) {

    .wrapper {
        min-width: unset;
    }

    .main {
        width: 100%;
    }
}

/* SEO CATEGORY*/

#category-additional {
    width: 1000px;
    background: #fff;
    margin: 15px auto;
}

.section-full {
    padding: 25px;
    letter-spacing: 1px;
    background: #f5f5f5;
    color: #333;
}

.section-full h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px;
    color: #333333;
    margin: 0;
}

.section-split {
    width: 100%;
    background: #222;
    height: 100%;
}

.section-split h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px;
    color: #fff;
    margin: 0;
}

.section-split p {
    color: #fff;
    padding: 20px;
}

.section-split .stroke {
    width: 20%;
    background: white;
    height: 3px;
    margin: 0 auto;
}

.section-split .col {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.section-split img.image {
    height: 100%;
}

@media only screen and  (max-width: 700px) {
    .section-split .col {
        width: 100%;
        height: 480px;
    }
}

/* NEW Template */

.site-section {
    text-align: left;
}

.site-section-grey{
    background: #ddd;
}

.site-section_inner-white h1,
.site-section_inner-white h2,
.site-section_inner-white h3,
.site-section_inner-white h4 {
    color: #333;
    padding-top: 22px;
}

.site-section_inner-white h1.page-title_txt {
    padding-top: 0;
}

.site-section_inner-white h2 {
    text-align: left;
    font-size: 26px;
    color: #444;
    margin: 0 0 10px;
    font-family: 'Acme', sans-serif;
    font-weight: normal;
    border-bottom: none;
}

.section-split h2,
.site-section_inner-grey h2 {
    color: #fff;
}

.site-section_inner-white p,
.site-section_inner-grey p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.page-title_bordered {
    margin-bottom: 30px;
    border-bottom: 3px solid #991C2B;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-top: none;
}

.page-title_txt,
h2.page-title_txt {
    font-size: 2.3rem;
    color: #333;
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .page-title_txt,
    h2.page-title_txt {
        font-size: 1.5rem;
        padding-top: 0px;
    }
}

.site-section_inner {
    padding-top: 50px;
    padding-bottom: 30px;

    max-width: 1232px;
    margin: 0 auto;
}

.site-section_inner-white {
    background: #fff;
}

.site-section_inner-grey {
    /* background: #e0e0e0; */
    background: #eee;
}

.site-section_content {
    max-width: 1000px;
}

.site-section_inner {
    padding: 30px 20px;
}

.site-section_inner,
.site-section_content {
    margin: 0 auto;
}

.white-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

/**
 * Preview Slider
 */

.preview-slider {
    position: relative;
    margin-bottom: -10px;
}

.preview-slider .bx-wrapper {
    margin: 0 auto;
}

.preview-slider .slide-title-big {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    width: 100%;
    top: calc(50% - 25px);
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.preview-slider .slide-subtitle {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 6rem;
    text-align: center;
    width: 100%;
    z-index: 1000;
    top: 40%;
}

@media only screen and (min-width: 500px) {

    .preview-slider .slide-title-big {
        font-size: 3rem;
        top: calc(50% - 38px);
    }

    .preview-slider .slide-subtitle {
        top: 50%;
    }
}

@media only screen and (min-width: 900px) {
    .preview-slider .slide-title-big {
        font-size: 6rem;
        top: calc(50% - 75px);
    }
}

.preview-slider .bx-controls-direction .bx-next {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 23px;
}

.preview-slider .bx-controls-direction .bx-prev {
    /*float: left;*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 23px;
}

.preview-slider .bx-controls-direction .bx-next,
.preview-slider .bx-controls-direction .bx-prev {
    width: 36px;
    height: 36px;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.8s, background ease 0.2s;
    -ms-transition: all 0.8s, background ease 0.2s;
    transition: all 0.8s, background ease 0.2s;

    position: absolute;
    top: calc(50% - 23px);
    margin-top: 0;

    border-radius: 50%;
}

.preview-slider .bx-controls-direction .bx-next:before,
.preview-slider .bx-controls-direction .bx-prev:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

    transition: all 0.25s;
}

.preview-slider .bx-controls-direction .bx-prev:before {
    background: url("https://meinmetzger.de/skin/frontend/base/default/images/slider/arrow-left.svg") center/21px 14px no-repeat;
}

.preview-slider .bx-controls-direction .bx-next:before {
    background: url("https://meinmetzger.de/skin/frontend/base/default/images/slider/arrow-right.svg") center/21px 14px no-repeat;
}

.preview-slider .bx-controls-direction .bx-next:hover,
.preview-slider .bx-controls-direction .bx-prev:hover {
    background: #ddd;
}

/**
 * Scale controls of slider
 */
@media only screen and (min-width: 1278px) {

    .preview-slider .bx-controls-direction .bx-next {
        right: -23px;
    }

    .preview-slider .bx-controls-direction .bx-prev {
        left: -23px;
    }

    .preview-slider .bx-controls-direction .bx-next,
    .preview-slider .bx-controls-direction .bx-prev {
        width: 46px;
        height: 46px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #fff;
    }
}

@media only screen and (min-width: 1232px) {

    .site-section {
        overflow: hidden;
    }

    .preview-slider {
        width: 1232px;
        margin: 0 auto;
        overflow: visible;
    }

    .preview-slider .bx-viewport {
        overflow: visible !important;
    }

}

.site-section_half .section-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px;
}

.site-section_half .stroke {
    width: 40%;
}

.bullet-table-big {
    font-size: 28px !important;
    padding: 40px !important;
}

.btn-outline-inverse {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    border: none;

}

.btn-outline-inverse:active, .btn-outline-inverse:focus, .btn-outline-inverse:hover {
    color: #333;
    background: #fff;
    text-shadow: none;
}

/**
 * BX Slider
 * */

.bx-wrapper .bx-viewport {
    max-height: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/**
 *  YouTube Embed
 */

.yt-embed {
    width: 100%;
    max-width: 768px;
    height: 432px;
}

@media only screen and (max-width: 768px) {
    .yt-embed {
        height: 300px;
    }
}

/**
 * Timeline
 */

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #991c2b;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

/* Container around content */
.timeline .tm-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline .tm-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: #991c2b;
    border: 4px solid #eee;
    top: 33px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.timeline .item-left {
    left: 0;
}

/* Place the container to the right */
.timeline .item-right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .item-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 32px;
    width: 0;
    z-index: 1;
    right: 26px;
    border: medium solid #991c2b;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #991c2b;
}

/* Add arrows to the right container (pointing left) */
.timeline .item-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 32px;
    width: 0;
    z-index: 1;
    left: 26px;
    border: medium solid #991c2b;
    border-width: 15px 15px 15px 0;
    border-color: transparent #991c2b transparent #991c2b;
}

/* Fix the circle for containers on the right side */
.timeline .item-right::after {
    left: -12px;
}

.timeline .tm-header {
    padding: 15px 17px 15px 17px;
    background: #991c2b;
    color: #fff;
    font-size: 30px;
    letter-spacing: 4px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*border-radius: 6px 6px 0 0;*/
}
.timeline .tm-header .number-box {
    float: left;
    background: rgba(0,0,0,0.3);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 10px;
    /*font-size: 30px;*/
    margin-right: 20px;
}

/* The actual content */
.timeline .content {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    /*border-radius: 0 0 6px 6px;*/
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 768px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline .tm-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline .tm-container::before {
        left: 60px;
        border: medium solid #991c2b;
        border-width: 10px 10px 10px 0;
        border-color: transparent #991c2b transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .timeline .item-left::after, .timeline .item-right::after {
        left: 18px;
    }

    /* Make all right containers behave like the left ones */
    .timeline .item-right {
        left: 0%;
    }
}

@media screen and (max-width: 480px) {

    .timeline::after {
        left: 17px;
    }

    .timeline .item-left::after, .timeline .item-right::after {
        left: 4px;
        top: 22px;
    }

    .timeline .tm-header {
        padding: 10px 15px;
        font-size: 20px;
        letter-spacing: 3px;
        line-height: 30px;
    }

    .timeline .tm-header .number-box {
        margin-right: 15px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }

    .timeline .tm-container::before {
        left: 35px;
        top: 24px;
    }

    /* Full-width containers */
    .timeline .tm-container {
        padding-left: 45px;
        padding-right: 0;
    }
}

#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 999900;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-add-error,
#ajaxcartpro-remove-confirm{
    position: fixed;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    /*border: 1px #999999 solid;*/
    text-align: center !important;
    padding: 68px 15px 15px;
    background-color: #ffffff;
    z-index: 999900;
    /*overflow:  auto;*/
    min-height: 128px;
    max-width: 360px;
    width: auto;
    height: auto;
    transition: all 0.5s;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

#ajaxcartpro-add-confirm .btn-heading,
#ajaxcartpro-add-error .btn-heading,
#acp-product-options .btn-heading{
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 10;
}

#ajaxcartpro-add-confirm .circle,
#ajaxcartpro-add-error .circle,
#acp-product-options .circle{
    font-size: 48px;
    padding: 14px;
    width: 100px;
    color: #fff;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

#ajaxcartpro-add-confirm .btn-heading .circle-success{
    background: #4cae4c;
}
#ajaxcartpro-add-error .btn-heading .circle-error{
    background: #991C2B;
}

#acp-product-options .circle-add{
    background: #991c2b;
}

#ajaxcartpro-add-confirm .btn{
    width: 100%;
}

#ajaxcartpro-add-confirm .btn-default,
#ajaxcartpro-add-error .btn-default{
    margin-top: 15px;
}

#ajaxcartpro-add-confirm h2,
#ajaxcartpro-add-error h2{
    color: #333;
    font-size: 26px;

}

.ajaxcartpro-box-hide{
   /*display:none;*/
    visibility: hidden;
    opacity: 0;
    top: 50%;
}

.ajaxcartpro-box-show{
    /*display:block;*/
    visibility: visible;
    opacity: 1;
    top: auto;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-add-error p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    /*padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;*/
    width: 100%;
}



.aw-acp-checkout, .aw-acp-checkout:hover{
    width: 50%;
    float: right;
	/*font-size: 14px;
    color: #922E2E;
	border: none;
    width: 60%;
	background: #fff;
	border-left: 1px solid #922E2E;
	border-bottom-right-radius: 5px;*/
}
/*
.aw-acp-checkout:hover{
background: #922E2E;
color: #fff;
}*/

#acp-configurable-block{
    transition: all 0.5s;
}

#acp-product-options .aw-acp-continue{
    width: 40%;
    float: left;
	/*font-size: 14px;
    color: #922E2E;
	border: none;
    width: 40%;
	background: #fff;
	border-bottom-left-radius: 5px;*/
}

#acp-product-options .aw-acp-continue:hover{
   /* color: #fff;
	background: #922E2E;*/
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 100000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	padding: 6px 0;
	color: #333

}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.65;
    opacity:.65;
    filter: alpha(opacity=65);
    z-index: 30000;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 500px;
    position: fixed;
    /*overflow:  auto;*/
    z-index:100000;
    /*background-color: white;
    padding: 10px;*/
    width: auto;
    height: auto;
    transition: all 0.5s;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    /*display: block;
	float: left;
    text-align: center;
    text-decoration: none;
	padding: 8px 0;
	box-sizing: border-box;
	height: 40px;
    color: #fff;
    border-radius: 5px;*/
}

#acp-product-options .aw-acp-checkout .glyphicon {
    font-size: 16px;
}


#acp-product-options .aw-acp-btn-container{
    /*margin: 5px auto 5px auto;
    padding-left: 20px;*/
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}
#acp-product-options .product-options{
	padding: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius:15px;
    border: none;
}
#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
    height: 100%;
    overflow: auto;
    padding: 55px 15px 15px;
}
.map-popup
{
    z-index: 100100 !important;
}

div.rating-cancel {
    display: none;
}

div.star-rating {
    float: left;
    width: 48px;
    height: 48px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.rating-cancel, div.rating-cancel a {
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/es_active_review_stars/delete.gif) no-repeat 0 -16px
}

div.star-rating, div.star-rating a {
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/es_active_review_stars/rating_star_md.png) no-repeat -45px;
    background-size: 48px;
}

div.rating-cancel a {
    display: block;
    width: 48px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}

div.star-rating a {
    display: block;
    width: 48px;
    height: 45px;
    background-position: 0 -45px;
    border: 0
}

div.star-rating-on a {
    background-position: 0 0px !important
}

div.star-rating-hover a {
    background-position: 0 0px
}

div.star-rating-readonly a {
    cursor: default !important
}

div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

span.star-rating-box {
    clear: both;
    float: left;
    display: block;
    margin: 0px 0;
    width: 100%;
}

span.star-rating-label {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    color: #666
}
/**
 * Magmodules.eu - http://www.magmodules.eu - info@magmodules.eu
 * =============================================================
 * NOTICE OF LICENSE [Single domain license]
 * This source file is subject to the EULA that is
 * available through the world-wide-web at:
 * http://www.magmodules.eu/license-agreement/
 * =============================================================
 * @category    Magmodules
 * @package     Magmodules_Shopreview
 * @author      Magmodules <info@magmodules.eu>
 * @copyright   Copyright (c) 2015 (http://www.magmodules.eu)
 * @license     http://www.magmodules.eu/license-agreement/  
 * =============================================================
 */
 
.shopreview-sidebar-block {
	padding: 10px;
}

.shopreview-sidebar-block .rating-name  {
	font-style: italic;
}

.shopreview-sidebar-block .rating-empty { float: right; display: block; width: 80px; height: 16px; background: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 -16px; margin-right: 5px; background-size: 16px 32px; }
.shopreview-sidebar-block .rating-star-1 { float: left; display: block; width: 16px; height: 16px; background: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px;}
.shopreview-sidebar-block .rating-star-2 { float: left; display: block; width: 32px; height: 16px; background: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px;}
.shopreview-sidebar-block .rating-star-3 { float: left; display: block; width: 48px; height: 16px; background: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px}
.shopreview-sidebar-block .rating-star-4 { float: left; display: block; width: 64px; height: 16px; background: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px}
.shopreview-sidebar-block .rating-star-5 { float: left; display: block; width: 80px; height: 16px; background: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star.png') 0 0; margin-right: 5px; background-size: 16px 32px;}
 
/** big review stars **/
.total-block-text {  }
.total-block-text p { text-align: center; padding-top: 5px; *font-size: 18px; font-size: 15px; }   
.total-block-stars { height: 35px; width: 188px; background: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/5-stars-empty.png') no-repeat; margin: 5px auto; background-size: 188px 35px;}
.total-block-stars span{ display: block; *height: 50px; height: 35px; background: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/5-stars-full.png') no-repeat; background-size: 188px 35px;}


ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	height: 120px;
}

#fade-reviews-sidebar li,#fade-reviews-sidebar li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	visibility: hidden;
}


/***** retina icons *****/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
 
	.total-block-stars { background-image: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/5-stars-empty@2x.png');}             
	.total-block-stars span{ background-image: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/5-stars-full@2x.png');}

	.shopreview-sidebar-block .rating-empty  { background-image: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-1 { background-image: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-2 { background-image: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-3 { background-image: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-4 { background-image: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
	.shopreview-sidebar-block .rating-star-5 { background-image: url('https://meinmetzger.de/skin/frontend/base/default/magmodules/shopreview/images/star@2x.png'); }
}



.shop-rating{
    overflow: hidden;
    position: relative;
}

.shop-rating-lg{
    width: 510px;
    height: 82px;
    margin: 10px;
}

.shop-rating-md{
    width: 235px;
    height: 39px;
    margin: 0 auto;
}
.shop-rating .stars{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.shop-rating-lg .stars{
    background-image: url('https://meinmetzger.de/skin/frontend/base/default/fries/shopreview/img/rating_stars.png');
}

.shop-rating-md .stars{
    background-image: url('https://meinmetzger.de/skin/frontend/base/default/fries/shopreview/img/rating_stars_md.png');
}
.shop-rating .stars.yellow{
    z-index: 20;
}

.shop-rating .stars.empty{
    z-index: 10;
}

.shop-rating-lg .stars.empty{
    background-position: 0 -83px;
}
.shop-rating-md .stars.empty{
    background-position: 0 -39px;
}


@media only screen
and (max-device-width : 510px)  {

    .shop-rating-lg{
        width: 235px;
        height: 39px;
        margin: 0 auto;
    }

    .shop-rating-lg .stars{
        background-image: url('https://meinmetzger.de/skin/frontend/base/default/fries/shopreview/img/rating_stars_md.png');
    }

    .shop-rating-lg .stars.empty{
        background-position: 0 -39px;
    }

}

.autocomplete-w1 {
    z-index: 999;
    position: absolute;
    top: 7px;
    left: 6px; /* IE6 fix: */
    _top: 1px;
}

.autocomplete {
    width: 300px;
    /*border: 1px solid #ccc;*/
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE specific: */
    _height: 350px;
    _margin: 0px 6px 6px 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.autocomplete::-webkit-scrollbar {
    width: 16px;
}

.autocomplete::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.autocomplete::-webkit-scrollbar-thumb {
    background-color: rgb(188, 188, 188);
    border-radius: 10px;
    width: 10px;
    border: 2px solid #f0f0f0;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete > a {
    display: block;
    padding: 2px 5px;
    clear: both;
    overflow: hidden;
    line-height: 1.1em;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}
.autocomplete > a:hover {
    background: #eeeeee;
}

.autocomplete strong {
    font-weight: bold;
    color: #3399FF;
}

.autocomplete .ajaxsearchimage {
    float: left;
    margin: 2px 6px 2px 2px;
}

.autocomplete .ajaxsearchdescription {
    font-size: 0.8em;
}

.mini-search-right .block-content, .mini-search-left .block-content {
    padding: 5px 10px;
}

.mini-search-right label, .mini-search-left label {
    font-weight: bold;
}

#anonymous_element_1 {
    z-index: 3000;
}

#searchajaxico {
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/tm/ajaxsearch/loader.gif) no-repeat left 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 230px;
    display: none;
}

#search-leftajaxico {
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/tm/ajaxsearch/loader.gif) no-repeat left 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 150px;
    display: none;
    top: 21px;
}

#search-rightajaxico {
    background: url(https://meinmetzger.de/skin/frontend/default/meinmetzger/images/tm/ajaxsearch/loader.gif) no-repeat left 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 150px;
    display: none;
    top: 21px;
}

.mini-search-right, mini-search-left {
    position: relative;
}

.mini-search-left input.input-text {
    display: block;
    margin: 3px 0;
    width: 167px;
}

.mini-search-left .button {
    clear: both;
    display: block;
}

.mini-search-right input.input-text {
    display: block;
    margin: 3px 0;
    width: 167px;
}

.mini-search-right .button {
    clear: both;
    display: block;
}

.headerajaxsearchwindow {
    text-align: center;
    background-color: #991C2B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 0;
}
.headerajaxsearchwindow a{
    color: #FFFFFF;
}

.headercategorysearch {
    text-align: center;
}

p.headercategorysearch {
    margin: 0;
    font-style: oblique;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #AAAAAA;
}

p.ajaxsearch-small {
    margin: 0;
}

.ajaxsearch-category-select {
    width: 50px;
    margin-right: 4px;
    float: left;
}

.header .form-search label {
    text-indent: -9999px;
    text-align: left;
}

/********************** Tabs */
.product-view .tabs { }
.product-view .tabs li                {  }
.product-view .tabs li.first          { }
.product-view .tabs li.last           {  }
.product-view .tabs a                 { }
.product-view .tabs a:hover           {}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover {  }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
/**
 * Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category   DerModPro
 * @package    DerModPro_BasePrice
 * @copyright  Copyright (c) 2009 Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR http://der-modulprogrammierer.de/
 * @copyright  Copyright (c) 2012 Netresearch GmbH 
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.baseprice-box {
	clear: both;
}
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
    #lbOverlay.grey, #lbOverlay.grey_ru, #lbOverlay.grey_lv { background-color: #000000; }
    #lbOverlay.red, #lbOverlay.red_ru, #lbOverlay.red_lv { background-color: #330000; }
    #lbOverlay.green, #lbOverlay.green_ru, #lbOverlay.green_lv { background-color: #003300; }
    #lbOverlay.blue, #lbOverlay.blue_ru, #lbOverlay.blue_lv { background-color: #011D50; }
    #lbOverlay.gold, #lbOverlay.gold_ru, #lbOverlay.gold_lv { background-color: #666600; }


#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
    #lbOuterContainer.grey, #lbOuterContainer.grey_ru, #lbOuterContainer.grey_lv { border: 3px solid #888888; }
    #lbOuterContainer.red, #lbOuterContainer.red_ru, #lbOuterContainer.red_lv { border: 3px solid #DD0000; }
    #lbOuterContainer.green, #lbOuterContainer.green_ru, #lbOuterContainer.green_lv { border: 3px solid #00B000; }
    #lbOuterContainer.blue, #lbOuterContainer.blue_ru, #lbOuterContainer.blue_lv { border: 3px solid #5F89D8; }
    #lbOuterContainer.gold, #lbOuterContainer.gold_ru, #lbOuterContainer.gold_lv { border: 3px solid #B0B000; }


#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
    #lbDetailsContainer.grey, #lbDetailsContainer.grey_ru, #lbDetailsContainer.grey_lv { border: 3px solid #888888; border-top: none; }
    #lbDetailsContainer.red, #lbDetailsContainer.red_ru, #lbDetailsContainer.red_lv { border: 3px solid #DD0000; border-top: none; }
    #lbDetailsContainer.green, #lbDetailsContainer.green_ru, #lbDetailsContainer.green_lv { border: 3px solid #00B000; border-top: none; }
    #lbDetailsContainer.blue, #lbDetailsContainer.blue_ru, #lbDetailsContainer.blue_lv { border: 3px solid #5F89D8; border-top: none; }
    #lbDetailsContainer.gold, #lbDetailsContainer.gold_ru, #lbDetailsContainer.gold_lv { border: 3px solid #B0B000; border-top: none; }



#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
    position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/blank.gif) no-repeat; display: block; left: 0; float: left; }
    #lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_grey_en.gif) left 15% no-repeat; }
    #lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_red_en.gif) left 15% no-repeat; }
    #lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_green_en.gif) left 15% no-repeat; }
    #lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_blue_en.gif) left 15% no-repeat; }
    #lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_gold_en.gif) left 15% no-repeat; }

    #lbPrev.grey_ru:hover, #lbPrev.grey_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_grey_ru.gif) left 15% no-repeat; }
    #lbPrev.red_ru:hover, #lbPrev.red_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_red_ru.gif) left 15% no-repeat; }
    #lbPrev.green_ru:hover, #lbPrev.green_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_green_ru.gif) left 15% no-repeat; }
    #lbPrev.blue_ru:hover, #lbPrev.blue_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_blue_ru.gif) left 15% no-repeat; }
    #lbPrev.gold_ru:hover, #lbPrev.gold_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_gold_ru.gif) left 15% no-repeat; }

    #lbPrev.grey_lv:hover, #lbPrev.grey_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_grey_ru.gif) left 15% no-repeat; }
    #lbPrev.red_lv:hover, #lbPrev.red_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_red_ru.gif) left 15% no-repeat; }
    #lbPrev.green_lv:hover, #lbPrev.green_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_green_ru.gif) left 15% no-repeat; }
    #lbPrev.blue_lv:hover, #lbPrev.blue_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_blue_ru.gif) left 15% no-repeat; }
    #lbPrev.gold_lv:hover, #lbPrev.gold_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/prev_gold_ru.gif) left 15% no-repeat; }


#lbNext { width: 49%; height: 100%; background: transparent url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/blank.gif) no-repeat; display: block; right: 0; float: right; }
    #lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_grey_en.gif) right 15% no-repeat; }
    #lbNext.red:hover, #lbNext.red:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_red_en.gif) right 15% no-repeat; }
    #lbNext.green:hover, #lbNext.green:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_green_en.gif) right 15% no-repeat; }
    #lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_blue_en.gif) right 15% no-repeat; }
    #lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_gold_en.gif) right 15% no-repeat; }

    #lbNext.grey_ru:hover, #lbNext.grey_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_grey_ru.gif) right 15% no-repeat; }
    #lbNext.red_ru:hover, #lbNext.red_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_red_ru.gif) right 15% no-repeat; }
    #lbNext.green_ru:hover, #lbNext.green_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_green_ru.gif) right 15% no-repeat; }
    #lbNext.blue_ru:hover, #lbNext.blue_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_blue_ru.gif) right 15% no-repeat; }
    #lbNext.gold_ru:hover, #lbNext.gold_ru:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_gold_ru.gif) right 15% no-repeat; }

    #lbNext.grey_lv:hover, #lbNext.grey_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_grey_ru.gif) right 15% no-repeat; }
    #lbNext.red_lv:hover, #lbNext.red_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_red_ru.gif) right 15% no-repeat; }
    #lbNext.green_lv:hover, #lbNext.green_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_green_ru.gif) right 15% no-repeat; }
    #lbNext.blue_lv:hover, #lbNext.blue_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_blue_ru.gif) right 15% no-repeat; }
    #lbNext.gold_lv:hover, #lbNext.gold_lv:visited:hover { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/next_gold_ru.gif) right 15% no-repeat; }


#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
    #lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey, #lbPrev2.grey_ru, #lbNext2.grey_ru, #lbSpacer.grey_ru, #lbPrev2.grey_lv, #lbNext2.grey_lv, #lbSpacer.grey_lv { color: #333333; }
    #lbPrev2.red, #lbNext2.red, #lbSpacer.red, #lbPrev2.red_ru, #lbNext2.red_ru, #lbSpacer.red_ru, #lbPrev2.red_lv, #lbNext2.red_lv, #lbSpacer.red_lv { color: #620000; }
    #lbPrev2.green, #lbNext2.green, #lbSpacer.green, #lbPrev2.green_ru, #lbNext2.green_ru, #lbSpacer.green_ru, #lbPrev2.green_lv, #lbNext2.green_lv, #lbSpacer.green_lv { color: #003300; }
    #lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue, #lbPrev2.blue_ru, #lbNext2.blue_ru, #lbSpacer.blue_ru, #lbPrev2.blue_lv, #lbNext2.blue_lv, #lbSpacer.blue_lv { color: #01379E; }
    #lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold, #lbPrev2.gold_ru, #lbNext2.gold_ru, #lbSpacer.gold_ru, #lbPrev2.gold_lv, #lbNext2.gold_lv, #lbSpacer.gold_lv { color: #666600; }


#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
    #lbPrev2_Off.grey, #lbNext2_Off.grey, #lbPrev2_Off.grey_ru, #lbNext2_Off.grey_ru, #lbPrev2_Off.grey_lv, #lbNext2_Off.grey_lv { color: #CCCCCC; }
    #lbPrev2_Off.red, #lbNext2_Off.red, #lbPrev2_Off.red_ru, #lbNext2_Off.red_ru, #lbPrev2_Off.red_lv, #lbNext2_Off.red_lv { color: #FFCCCC; }
    #lbPrev2_Off.green, #lbNext2_Off.green, #lbPrev2_Off.green_ru, #lbNext2_Off.green_ru, #lbPrev2_Off.green_lv, #lbNext2_Off.green_lv { color: #82FF82; }
    #lbPrev2_Off.blue, #lbNext2_Off.blue, #lbPrev2_Off.blue_ru, #lbNext2_Off.blue_ru, #lbPrev2_Off.blue_lv, #lbNext2_Off.blue_lv { color: #B7CAEE; }
    #lbPrev2_Off.gold, #lbNext2_Off.gold, #lbPrev2_Off.gold_ru, #lbNext2_Off.gold_ru, #lbPrev2_Off.gold_lv, #lbNext2_Off.gold_lv { color: #E1E100; }



#lbDetailsData { padding: 0 10px; }
    #lbDetailsData.grey, #lbDetailsData.grey_ru, #lbDetailsData.grey_lv { color: #333333; }
    #lbDetailsData.red, #lbDetailsData.red_ru, #lbDetailsData.red_lv { color: #620000; }
    #lbDetailsData.green, #lbDetailsData.green_ru, #lbDetailsData.green_lv { color: #003300; }
    #lbDetailsData.blue, #lbDetailsData.blue_ru, #lbDetailsData.blue_lv { color: #01379E; }
    #lbDetailsData.gold, #lbDetailsData.gold_ru, #lbDetailsData.gold_lv { color: #666600; }



#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 84px; height: 28px; float: right; margin-bottom: 1px; }
    #lbClose.grey { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_grey_en.png) no-repeat; }
    #lbClose.red { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_red_en.png) no-repeat; }
    #lbClose.green { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_green_en.png) no-repeat; }
    #lbClose.blue { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_blue_en.png) no-repeat; }
    #lbClose.gold { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_gold_en.png) no-repeat; }

    #lbClose.grey_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_grey_ru.png) no-repeat; }
    #lbClose.red_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_red_ru.png) no-repeat; }
    #lbClose.green_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_green_ru.png) no-repeat; }
    #lbClose.blue_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_blue_ru.png) no-repeat; }
    #lbClose.gold_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_gold_ru.png) no-repeat; }

    #lbClose.grey_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_grey_lv.png) no-repeat; }
    #lbClose.red_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_red_lv.png) no-repeat; }
    #lbClose.green_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_green_lv.png) no-repeat; }
    #lbClose.blue_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_blue_lv.png) no-repeat; }
    #lbClose.gold_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/close_gold_lv.png) no-repeat; }




#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
    #lbPlay.grey { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_grey_en.png) no-repeat; }
    #lbPlay.red { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_red_en.png) no-repeat; }
    #lbPlay.green { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_green_en.png) no-repeat; }
    #lbPlay.blue { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_blue_en.png) no-repeat; }
    #lbPlay.gold { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_gold_en.png) no-repeat; }

    #lbPlay.grey_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_grey_ru.png) no-repeat; }
    #lbPlay.red_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_red_ru.png) no-repeat; }
    #lbPlay.green_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_green_ru.png) no-repeat; }
    #lbPlay.blue_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_blue_ru.png) no-repeat; }
    #lbPlay.gold_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_gold_ru.png) no-repeat; }

    #lbPlay.grey_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_grey_ru.png) no-repeat; }
    #lbPlay.red_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_red_ru.png) no-repeat; }
    #lbPlay.green_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_green_ru.png) no-repeat; }
    #lbPlay.blue_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_blue_ru.png) no-repeat; }
    #lbPlay.gold_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/play_gold_ru.png) no-repeat; }


#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
    #lbPause.grey { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_grey_en.png) no-repeat; }
    #lbPause.red { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_red_en.png) no-repeat; }
    #lbPause.green { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_green_en.png) no-repeat; }
    #lbPause.blue { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_blue_en.png) no-repeat; }
    #lbPause.gold { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_gold_en.png) no-repeat; }

    #lbPause.grey_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_grey_ru.png) no-repeat; }
    #lbPause.red_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_red_ru.png) no-repeat; }
    #lbPause.green_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_green_ru.png) no-repeat; }
    #lbPause.blue_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_blue_ru.png) no-repeat; }
    #lbPause.gold_ru { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_gold_ru.png) no-repeat; }

    #lbPause.grey_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_grey_ru.png) no-repeat; }
    #lbPause.red_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_red_ru.png) no-repeat; }
    #lbPause.green_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_green_ru.png) no-repeat; }
    #lbPause.blue_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_blue_ru.png) no-repeat; }
    #lbPause.gold_lv { background: url(https://meinmetzger.de/skin/frontend/base/default/lytebox/images/pause_gold_ru.png) no-repeat; }

