body {
  font-family: Arial !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #333333 !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
.topline
{
	height: 30px;
	background: #e30512;
	max-width: 1140px;
}
.header_wrapper
{
	background: url("gfx/header_wrapper.png");
	height: 140px;
	width: 1240px;
}
.shoplogo-lg
{
	margin-left: 50px;
	margin-top: 15px;
	height: 107px;
}
.main_navigation
{
	height: 100px;
	background: #e30512;
	max-width: 1140px;
	padding-left: 0px;
}
.icon-navigation
{
	text-align: center;
	color: #ffffff;
	margin-top: -6px;
}
.icon-navigation:hover
{
	text-align: center;
	color: #e30512;	
	background: #ffffff;
	border-radius: 3px;
	padding: 0px;
}
.icon-navigation-link
{
	text-decoration: none !important;
	color: #ffffff !important;
}
.icon-navigation-link:hover
{
	text-decoration: none !important;
	color: #e30512 !important;
}
.headline
{
	color: #ffffff;
	margin-top: 5px;
}
.headline-right
{
	color: #ffffff;
	text-decoration:none;
	float: right;
}
.headline-right:hover
{
	color: #ffffff;
	text-decoration:none;
}
.top_search
{
	height:60px;
	text-align: center;

}
.icon_link
{
	margin-top: -10px;
}	
.btn-primary {
  background: #43d940;
  background-image: -webkit-linear-gradient(top, #00814e, #00814e);
  background-image: -moz-linear-gradient(top, #00814e, #00814e);
  background-image: -ms-linear-gradient(top, #00814e, #00814e);
  background-image: -o-linear-gradient(top, #00814e, #00814e);
  background-image: linear-gradient(to bottom, #00814e, #00814e);
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #005433;
  border-radius: 3px;
}

.btn-primary:hover {
  background: #43d940;
  background-image: -webkit-linear-gradient(top, #0e905d, #00814e);
  background-image: -moz-linear-gradient(top, #0e905d, #00814e);
  background-image: -ms-linear-gradient(top, #0e905d, #00814e);
  background-image: -o-linear-gradient(top, #0e905d, #00814e);
  background-image: linear-gradient(to bottom, #0e905d, #00814e);
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #005433;
  border-radius: 3px;
}
.btn.btn-primary[disabled] {
  background: #43d940;
  background-image: -webkit-linear-gradient(top, #00814e, #00814e);
  background-image: -moz-linear-gradient(top, #00814e, #00814e);
  background-image: -ms-linear-gradient(top, #00814e, #00814e);
  background-image: -o-linear-gradient(top, #00814e, #00814e);
  background-image: linear-gradient(to bottom, #00814e, #00814e);
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #005433;
  border-radius: 3px;
}
.price_warenkorb
	{
	color: #00814e;
	font-size: 1.2em;

	}
.price
	{
	color: #00814e;
	font-size: 1.2em;

	}
.price-ger:before 
	{
	content: "ab ";
	color: #9c9c9c;
	font-size: 1em;
	}	
.price-eng:before 
	{
	content: "from ";
	color: #9c9c9c;
	font-size: 1em;
	}	
.stock-container
	{
	background: #f9f9f9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #e7e7e7 solid 4px;
	padding: 10px;
	box-shadow: 0 10px 10px -5px #cccccc;
	font-size: 0.9em;
	margin-left: 10px;
	width: 300px;
	text-align: left;
	}	

.status-2
	{
	color: #00814e !important;
	font-weight: bold;
	}
.status-gelb
	{
	color: #f38f2e!important;
	font-size: 1.3em !important;
	}
.status-gelb-klein
	{
	color: #f38f2e!important;
	font-size: 1em !important;
	}
h1
	{
	font-size: 1.5em !important;
	color: #515151 !important;
	}
.description-container
	{
	position: relative;
	padding: 15px;
	background: #f9f9f9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #e7e7e7 solid 4px;
	font-size: 12px;
	margin-bottom: 10px;
	box-shadow: 0 10px 10px -5px #cccccc;
	}

.description-container:after
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 15px;
	border-color: #f9f9f9 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 26px;
	}

.description-container:before
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 18px;
	border-color: #e7e7e7 transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -22px;
	left: 23px;
	}
.alert-info
	{
	background: #f8e1b0;
	border: 1px dotted #515151;
	color: #515151;
	box-shadow: none;
	padding: 8px;
	}
.alert-success
	{
	background: #f8e1b0;
	border: 1px dotted #515151;
	color: #515151;
	box-shadow: none;
	padding: 8px;
	}
.alert-warning
	{
	background: #f8e1b0;
	border: 1px dotted #515151;
	color: #515151;
	box-shadow: none;
	padding: 8px;
	}
.alert-danger
	{
	background: #f8e1b0;
	border: 1px dotted #515151;
	color: #515151;
	box-shadow: none;
	padding: 8px;
	}
.zahlungslogos
	{
	height: 65px;
	background: #e7e7e7;
	margin-top: -16px;
	}
.zahlungslogos-inner
	{
	margin-top: 10px !important;
	}
.bottomfix
	{
	margin-top: -16px;
	}
.zahlungsmoeglichkeiten
	{
	background: #f9f9f9;
	border: 4px solid #cccccc;
	box-shadow: 0 10px 10px -5px #cccccc;
	text-align: center;
	font-size: 12px;
	padding: 15px;
	min-height: 290px;
	width: 280px;
	margin: 10px;
	}
#cart-form .text-info.notice .alert-warning,
#complete_order .text-info.notice .alert-warning {
	color: #E30512;
	background-color: transparent;
	padding: 0;
	border: none;
	font-size: small;
}

.startpage-list {
    display: flex;
    flex-wrap: wrap;
}
.startpage-elm {
    padding-bottom: 30px;
}

.text-braun
	{
	color: #515151;
	font-size: 13px;
	word-wrap: break-word;
	}
.custom-feature
	{
	border: 1px solid #cccccc; 
	border-radius: 0;
	padding: 1px;
	height:100%;
	}
.row.startpage-list:after, .row.startpage-list:before{
  display: none;
}
.custom-feature:hover {
	border: 1px solid #929292;
}
.social-logos
	{
	padding: 10px;
	height: 100px;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}
.social-logos:hover
	{
	padding: 10px;
	border-radius: 15px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	}	
.custom-feature-product
	{
	border: 1px solid #cccccc; 
	border-radius: 0;
	padding: 5px;
	}
.headergrey
	{
	padding: 15px;
	background: #e7e7e7;
	margin-right: -25px;
	margin-top: -15px;
	border: 1px solid #cccccc;
	border-radius: 3px 0px 0px 3px;
	}
.cart
{
	height: 90px;
	width: 120px;
	margin-top: -35px;
	margin-right: 5px;
	border-radius: 6px;
	background: url("gfx/cart.jpg");
	padding: 15px;
}	
.cat-thumbnails
	{
	border: 1px solid #cccccc; 
	border-radius: 0;
	margin: 15px;
	text-align: center;
	padding: 20px;
	background: #ffffff;
	}
.cat-thumbnails:hover {
	border: 1px solid #929292;
}
.cat-thumbnails-m
	{
	border: 1px solid #cccccc; 
	border-radius: 0;
	margin: 5px;
	text-align: center;
	padding: 20px;
	background: #ffffff;
	}
.btn-default-custom
	{
  background: #43d940;
  background-image: -webkit-linear-gradient(top, #00814e, #00814e);
  background-image: -moz-linear-gradient(top, #00814e, #00814e);
  background-image: -ms-linear-gradient(top, #00814e, #00814e);
  background-image: -o-linear-gradient(top, #00814e, #00814e);
  background-image: linear-gradient(to bottom, #00814e, #00814e);
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #005433;
  border-radius: 3px;

	}
.btn-default-custom:hover
	{
  background: #43d940;
  background-image: -webkit-linear-gradient(top, #0e905d, #00814e);
  background-image: -moz-linear-gradient(top, #0e905d, #00814e);
  background-image: -ms-linear-gradient(top, #0e905d, #00814e);
  background-image: -o-linear-gradient(top, #0e905d, #00814e);
  background-image: linear-gradient(to bottom, #0e905d, #00814e);
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #005433;
  border-radius: 3px;
}
.btn-read-more	
	{
	background: none;
	color: #937a53;
	text-decoration: none;
	padding: 0px;
	padding-bottom: 3px;
	}
.btn-read-more:hover	
	{
	background: none;
	color: #937a53;
	text-decoration: underline;
	}
.btn-read-more:focus	
	{
	background: none;
	color: #937a53;
	text-decoration: underline;
	}
.list-group 
	{
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus 
	{
	text-shadow: none;
	background: #00814e;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #005433;
	}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge 
	{
	text-shadow: none;
	}	
.attributes-info
	{
	background: #f8e1b0;
	border: 1px dotted #515151;
	color: #515151;
	box-shadow: none;
	padding: 8px;
	border-radius: 6px;
	font-size: 0.9em;
	}
.attributes-info:before
	{
   font-family: FontAwesome;
   content: "\f0c6";
   font-size: 1.8em;
	}
.cross-info	
	{
	text-align: center;
	font-size: 12px;
	color: #000000;
	}
.cross-info::before
{
    content: "\f05a";
    font-family: FontAwesome;
	font-size: 3em;
	color: #0e905d;
}	
.filter-collapsible-control
{
	display: none;
}	

.check-info
{
	color: #ffffff;
	text-decoration: none;
}
.check-info:hover
{
	color: #ffffff;
	text-decoration: none;
}
.usernav
{
color: #515151;
text-decoration: none;
}
.usernav:hover
{
color: #363636;
text-decoration: none;
}
.usernav:focus
{
color: #363636;
text-decoration: none;
}
.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}
.nav-container
{
	max-width: 1095px;
	text-align: center;
	height: 110px;
	background: #e30512;
}
.payment1
{
	border-radius: 6px;
	border: 1px solid #e7e7e7;
	background: #f8f8f8;
	padding: 15px;
	margin: 5px;
	min-height: 330px;
}
.brutto-netto-switcher
{
	float: right;
	text-decoration: none !important;
	color: #ffffff !important;
}
.brutto-netto-switcher:hover:active:focus
{
	float: right;
	text-decoration: none !important;
	color: #ffffff !important;
}
.is-brutto {
  width: 170px;
  height: 36px;
  background: url('gfx/bnswitch1.jpg') no-repeat;
  padding-top: 8px;
  padding-right: 12px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
.is-brutto:hover:active:focus
{
	float: right;
	text-decoration: none !important;
	color: #ffffff !important;
}

.is-netto {
  width: 170px;
  height: 36px;
  background: url('gfx/bnswitch2.jpg') no-repeat;
  padding-top: 8px;
  padding-left: 15px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
.is-netto:hover:active:focus
{
	float: right;
	text-decoration: none !important;
	color: #ffffff !important;
}
#gaOptoutLink
{
	display: block;
}
.current-upload
{
	background: #c9c9c9;
}
.suggestPrice 
{
	color:#267e4d;
	font-weight: bold;
	}
.ks-main
{
	background: url('gfx/bg_articlebox.png');
	border-radius: 0px;
	border: 1px solid #c6bcad;
	color: #856b58;
}
.anleitung-head
{
	color: #c41c27; 
	border-bottom: 1px solid #c6bcad; 
	font-size: 22px;
}
.anleitung-ziffer
{
	font-weight: bold;
	color: #c41c27; 
	font-size: 20px;
}
.anleitung-text
{
	font-size: 18px;
}
.ks-input
{
	border: 1px solid #7a7a7a; 
	border-radius: 0px;
}
#karton_suggest .panel-wrap 
{
	background: #dbeac0;
	border: 1px solid #c6bcad;
	border-radius: 0px;
}
#karton_suggest .panel 
{
	background: #dbeac0;
	border: none;

}
.ArtikelPopup
{
	background: #ffffff;
	padding: 15px;

}
.tooltip-inner
{
	background: #ffffff;
	color: #1a1a1a;
	position: relative;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	
}
.tooltip-arrow
{
	display: none;
}
.artikelnummer
{
	font-weight: bold;
}
.bestprice
{
	color:#267e4d;
	font-weight: bold;
	font-size: 14px;
}
.aktion_icons
{
	font-size: 2em;
}
.btn-shipping-logo
{
background: none;
margin-top: 10px;
}
.shipping-choose
{
height: 40px;
width: 110px;
margin-bottom: -10px;
}
.dropdown-shippers
{
padding: 10px;
}

input[type="range"]::-moz-range-progress {
  background-color: #267e4d; 
}
input[type="range"]::-moz-range-track {  
  background-color: #c7c7c7;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #267e4d; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #c7c7c7;
}

.percentage
{
position: relative;
left: 102px;
top: -66px;
color: #267e4d;
font-weight: bold;
}
.regler
{
-webkit-appearance: none;
} 
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #f0f0f0;
	border: 1px solid #999999;
	margin-top: -8px;
}
input[type=range]::-webkit-slider-runnable-track {
background: #267e4d;
height: 3px;
}
input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #f0f0f0;
	border: 1px solid #999999;
	margin-top: -1px;
}
.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 25px;
    right: 100px;
    display: none;
    background-color: #e30512;
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	border-radius: 50%;
	border: 0;
	text-align: center;
}
.scrollup:focus {
outline: none !important;
border: none !important;
}
.actionsbox
{
padding: 15px;
border: 1px solid #dddddd;
background: #f9f9f9;
text-align: center;
}
.btn-aktionen
{
background: none;
}
.del_infos
{
border: 1px solid #dddddd;
padding: 15px;
background: #f9f9f9;
margin-bottom: 5px;
font-size: 12px !important;
}
.vkf
{
height: 45px;
text-align: right;
}
.del_headline
{
font-weight: bold;

}
.del_inline_2
{
font-weight: bold;
color: #267e4d;
font-size: 12px !important;
}
.status-gelb
{
font-size: 12px !important;
font-weight: bold;
}
.art_nr
{
font-size: 18px;
}
.staffelpreise-small
{
font-size: 11px;
color: #777777;
}
.bulk-base-price
{

font-size: 11px !important;
}
.variations
{
padding: 20px;
background: #f9f9f9;
border: 1px solid #dddddd;
margin-left: 0px;
margin-right: 0px;
}
.staffelhinweis
{
padding: 10px;
background: #f8e1b0;
font-size: 12px !important;
margin-bottom: 5px;
border: 1px dotted #515151;
border-radius: 3px;
color: #515151;
}
.plusminus
{
height: 42px;
font-weight: bold;
}
.menge
{
font-size: 12px !important;
margin-top: 3px;
}
.btn-droppos
{
padding: 0px;
background: none;
border: none;
}
#buy_form .image-gallery .image-thumbs.carousel.vertical {max-height:320px;overflow-y:scroll;}

.sternchenlink
{
	color: #fcac01;
	font-size: 17px;
}
.sternchenlink:hover
{
	text-decoration: none;
	color: #fcac01;
}
.sternchenlink:focus
{
	text-decoration: none;
	color: #fcac01;
}
.bewertungslink
{
	color: #777777;
	font-size: 13px;
}
.bewertungslink:hover
{
	text-decoration: none;
	color: #fcac01;
}
.bewertungslink:focus
{
	text-decoration: none;
	color: #fcac01;
}
.ratingdiv
{
	margin-top: -65px;
}
.ratingtable
{
	background: #f6f6f6;
	min-height: 18px;
	max-width: 215px;
	margin-bottom: 2px;
	border: 1px solid #eaeaea;
}
.btn-bewerten
{
	background-color: #fcac01;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	border-radius: 10px;
	height: 60px;
}
.payments-in-basket
{
	background: #f9f9f9;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	min-height: 75px;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.infotext-basket
{
	float: left;
	padding-left: 20px;
	color: #515151;
	font-style:italic;
	width: 220px;
	text-align: left !important;
	font-size: 12px;
	
}
.paypal-express-warenkorb
{
	float: right !important;
	padding-right: 10px;
	margin-top: -10px;
}
.amazonpay
{
	float: right !important;
	margin-top: -20px;
}
.loginlink
{
	color: #e30512;
	font-style: normal;
}
.paypal-hinweis + .tooltip > .tooltip-inner
{
	background-color: #1a1a1a;
	padding: 20px;
	border: 2px solid #a1a1a1;
	border-radius: 0px;
	color: #ffffff;
	font-size: 14px;
	min-width: 200px;
}

.e:hover{
   background-color:#f2f2f2;
}
.header-top-grey
{
	height: 70px; 
	background: #515151; 
	position: fixed; 
	width: 100%; 
	z-index: 99;
}
.icon-top-right
{
	font-size: 2.5em; 
	color: #ffffff;
}
.icon-top-right:hover
{
	font-size: 2.5em; 
	color: #cccccc;
}
.icon-top
{
	font-size: 2.5em; 
	color: #ffffff; 
	margin-right: 15px;
}
.icon-top:hover
{
	font-size: 2.5em; 
	color: #cccccc !important; 
	margin-right: 15px;
}
.kontakt-modal
{
	background: none;
	border: none;
}
.kontakt-modal:focus
{
	outline: none;
}
.kontakt-modal:active
{
	outline: none;
}
.korb-topline
{
	color: #ffffff;
	background: #40a434;
	border-radius: 50%;
	padding: 3px;
	margin-left: -8px;
}
.trustpilot-top
{
	margin-top: -20px;
	margin-right: 50px;
}
.x-between
{
	color: #ffffff;
	font-size: 1.1em;
	padding-left: 4px;
	padding-right: 4px;
}
.x-between-angle
{
	color: #ffffff;
	font-size: 1.6em;
	padding-left: 4px;
	padding-right: 4px;
	position: static;
		-webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
}
.footerlogos
{
	padding-top: 30px;
	padding-bottom:30px;
	text-align: center;
}
.footerlogos-pics
{
	height: 50px;
	margin-left: 25px;
	margin-right: 25px;
}
.modal-backdrop {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.uploadmodal
{
	padding: 20px;
	border-radius: 0px;
	top: 50px;

}
.infomodal
{
	padding: 20px;
	border-radius: 0px;
	top: 50px;

}
.modal-icon
{
	color: #c4c4c4;
	font-size: 7em;
	padding-right: 20px;
}
.waz-icon
{
	color: #c4c4c4;
	font-size: 4em;
	margin-top: -15px;

}
.waz-icon2
{
	color: #c4c4c4;
	font-size: 2em;
	margin-right: 8px;

}
.modaltext1
{
	color: #555555;
	font-size: 1.5em;
}
.modaltext2
{
	color: #555555;
	font-size: 1.2em;
}
.produktsuche-header
{
	color: #363636 !important;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-right: 10px;
	position: static;
	right: 285px;
	-webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
	border-radius: 0px;

}
.produktsuche-header:focus
{
	
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
}
.produktsuche-header:active
{
	
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
}		
.sidebar-fix
{
	background: #f9f9f9;
	width: 240px; 
	height: 100%; 
	position: fixed; 
	top: 0px; 
	left: 0; 
	z-index: 999;   
	-webkit-box-shadow: 10px 0 15px -2px #888;
    box-shadow: 10px 10px 10px -10px #1a1a1a
}
.breadcrumb
{
	background: #ffffff !important;
}
#content-wrapper
{	
	position: relative !important; 
	left: 6% !important;
	min-height: 55%;
}
#footer
{
	position: relative !important; 
	left: 6% !important;
}
.widget1
{
	position: fixed; 
	bottom: 55px; 
	left: 50px;
}
.kartonsuche-style
{
	text-align: left !important; 
	position: fixed; 
	left: 250px; 
	min-width: 550px;
}
.sidebar-button
{
	width: 230px;
	border-bottom: 1px dotted #999999;
	border-right: none;
	border-left: none;
	border-top: none;
	text-align: left;
	background: #f9f9f9;
	color: #1a1a1a;
	margin-left: 5px;
	height: 50px;
	display: flex;
	align-items: center;
}

.sidebar-button:hover
{
	background: #f0f0f0;
}
.1500-button
{
	width: 230px;
	border-bottom: 1px dotted #999999;
	border-right: none;
	border-left: none;
	border-top: none;
	text-align: left;
	color: #1a1a1a;
	margin-left: 5px;
}
.sidebar-button-image
{
	height: 30px; 
	margin-right: 3px; 
	margin-top: 0px;
	width: 33px;
	float: left;
	
}
.dropdown-menu .sidebar-button-image {
    position: relative;
	top: -7px;
	left: -10px;
}
.sidebar-button-text
{
	font-size: 13px;
	line-height: 1.4;
}
.sidebar-button-last
{
	width: 230px;
	border: none;
	text-align: left;
	background: #f9f9f9;
	color: #1a1a1a;
	margin-left: 5px;
	height: 50px;
}
.sidebar-button-last:hover
{
	background: #f0f0f0;
}
.btn-kartonfinder
{
	height: 31px;
}
.widget2
{
	height: 90px; 
	width: 240px;
	background: #f0f0f0;
	position: fixed;
	bottom: 150px;
}
.widget2-inner
{
	width: 200px;
	text-align: left;
	margin-left: 50px;
	margin-top: 5px;
}
.imageclip
{
	position: fixed;
	bottom: 275px;
	width: 230px;
	text-align: center;
}
@media only screen and (max-height: 970px) {
    .link-imageclip {
        display: none;
    }
}
.widget-text
{
	color: #363636; 
	font-size: 13px;
}
.widget-text:hover
{
	color: #363636; 
	font-size: 13px;
	text-decoration: underline;
}
.check-green
{ 
	font-size: 1.5em;
}
.widget-text2
{
	color: #363636; 
	font-size: 13px;
}
.widget3
{
	position: fixed; 
	bottom: 10px; 
	left: 50px;
}
.social-sidebar
{
	font-size: 1.5em;
	color: #999999;
	margin-right: 20px;
	margin-left: 8px;
}/* ohne Weihnachtskategorie:
@media only screen and (max-height: 710px) {
    .widget3 {
        display: none;
    }
}
@media only screen and (max-height: 810px) {
    .widget1 {
        display: none;
    }
}
@media only screen and (max-height: 930px) {
    .widget2 {
        display: none;
    }
    .imageclip {
        display: none;
    }
}*/
@media only screen and (max-height: 770px) {
    .widget3 {
        display: none;
    }
}
@media only screen and (max-height: 870px) {
    .widget1 {
        display: none;
    }
}
@media only screen and (max-height: 990px) {
    .widget2 {
        display: none;
    }
    .imageclip {
        display: none;
    }
}
@media only screen and (max-width: 1500px) {
    .sidebar-fix {
        display: none;
    }
}
@media only screen and (max-width: 1500px) {
    .div-1500 {
        display: none;
    }
}
@media only screen and (max-width: 1500px) {
#content-wrapper
{	
	position: relative !important; 
	left: 0% !important;
}
#footer
{
	position: relative !important; 
	left: 0% !important;
}
}
@media (min-width: 1500px) {
    .header-top-1500 {
        display: none !important;
    }
}
@media (min-width: 1500px) {
    .div-1500 {
        display: none !important;
    }
}
.header-top-1500
{
	position: fixed;
	left: 35px;
	top: 15px;
	z-index: 999;
}
.nav-1500
{
	font-size: 3em;
	color: #ffffff;
	background: none !important;
}
.nav-1500-text
{
	color: #ffffff;
	position: fixed;
	left: 90px;
	top: 25px;
	z-index: 999;
}
.haken-1500
{
	height: 70px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 25px;
	
}
@media only screen and (min-width: 1500px) {
    .1500-logo {
        display: none !important;
    }
	    .haken-1500 {
        display: none !important;
    }
}
.produktsuche-lupe
{
	background: none;
	border: none;
}
.produktsuche-form
{
	position: fixed;
	top: 27px;
	right: 175px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.produktsuche-form:focus
{
	position: fixed;
	top: 27px;
	right: 175px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.produktsuche-form2
{
	position: fixed;
	top: 27px;
	right: 230px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.produktsuche-form2:focus
{
	position: fixed;
	top: 27px;
	right: 230px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.modalfooter
{
	border-top: 1px dotted #00814e;
	margin-top: 25px;
	padding-top: 15px;	
}
.modalfooter-text
{
	color: #999999;
	text-transform: uppercase;
}
.modalfooter-text:hover
{
	color: #00814e;
	text-decoration: underline;
}
.ajax-suche-wrapper {
	top: 50px !important;
}
.artikelbox
{
	border: 1px solid #cccccc; 
	border-radius: 0;
	padding: 5px;
}
@media only screen and (min-width: 764px) {
	.artikelbox {
		padding: 15px;
	}
}
.product-wrapper
{
	margin-bottom: 10px !important;
	padding-left: 5px;
	padding-right: 5px;
}
@media only screen and (min-width: 764px) {
	.product-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.row.gallery .product-wrapper {
    overflow: visible;
}
.leerer-warenkorb
{
	height: 250px;
	padding-top: 10px;
	margin-bottom: 75px;
	color: #c4c4c4;
	font-size: 30px;
}
.warenkorb_success
{
	border: 0px !important;
	-webkit-box-shadow: 10px 0 15px -2px #1a1a1a;
    box-shadow: 10px 10px 10px -10px #1a1a1a;
}
.container-checkout-header
{
	background-color: #515151 !important;
}
.checkout-labels
{
	color: #999999 !important;
	font-size: 12px !important;
	font-weight: lighter !important;
}
.checkbox-popup
{
	color: #00814e !important;
}
.checkbox-popup:hover
{
	color: #00814e !important;
}
.basket-final
{
	border: 1px solid #00814e !important;
	padding: 15px !important;
}
.bs-wizard {margin-top: -30px !important; margin-bottom: 60px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #fff; font-size: 16px; font-weight: bold; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #f8e1b0; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #f8e1b0;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.adresses
{
	font-size: 14px; 
	text-transform: uppercase; 
	color: #333; 
	font-weight: bold; 
	padding-bottom: 10px;
}
.waz
{
	padding: 15px;
	border: 1px solid #dddddd;
	text-align: center;
}
.waz-checkout
{
	padding: 15px;
	margin-top: 5px;
	border: 1px solid #dddddd;
	text-align: center;
	width: 240px;
}
.list-group
{
	box-shadow: none !important;
}
.tip-zahlungsarten
{
	padding: 20px;
	font-size: 13px;
	color: #555555;
}

.shopicon
{
	width: 40px;
	height: 40px;
	margin-right: 3px;
	margin-top: -5px;
}
.shopicon-kartonsuche-style
{
	width: 18px;
	height: 18px;
}
.fix-big-width
{
	position: absolute;
	left: 0px !important;
	bottom: 0px !important;
	background: #515151;
	height: 373px;
	width: 600px;
	z-index: -5;
}
#footer
{
	margin-left: -70px;
}
.ks-main
{
	background: none !important;
	border: 1px solid #515151 !important;
	color: #333 !important;
}
@media only screen and (max-width: 1500px) {
    #footer {
        display: none !important;
    }
}	
@media only screen and (max-width: 1500px) {
    .fix-big-width {
        display: none !important;
    }
}	
@media (min-width: 1500px) {
    .footer-mobile {
        display: none !important;
    }
}	
.footer-mobile
{
	background: #515151;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-mobile-xs
{
	background: #515151;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.div-xs
{
	padding-left: 10%;
	padding-bottom: 15px;
}
.green_link
{
	color: #00814e;
	text-decoration: underline;
}
.confirm_wrb
{
	padding: 15px;
	border: 1px solid #dddddd;
	background: #f9f9f9;
}
.basket-modal
{
	padding: 20px;
	border-radius: 0px;
	top: 150px;
}
.kalkphone
{
	text-align: right;
	position: absolute;
	top: 54px;
	right: 15px;
	color: #515151;
	font-size: 20px;
}
.carousel-indicators {
  text-align: left;
  margin-left: 155px;
}

.carousel-indicators li {
	background: #ffffff;
	border: 1px solid #999999;
}
.carousel-indicators .active {
	background: #cccccc;
}
.crosslink-button
{
	width: 100%; 
	height: 120px; 
	border: none; 
	background: none; 
	margin-top: -50px;
}
.crosslink-button:focus
{
	outline: 0;
}
.cc_container .cc_btn {
color: #000 !important; /* Textfarbe des Buttons */
margin-bottom: -20px;
}
 
.cc_container {
background: #f9f9f9 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #515151 !important; /* Schriftfarbe des gesamten Bereichs */
border-radius: 0px !important;
border-color: #dddddd !important;
max-width: 220px !important;
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}
.btn-default1 {
  background: #fcac01;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #e89105;
  border-radius: 3px;
  text-shadow: none;
}
.btn-default1:hover {
  background: #fcac01;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #e89105;
  border-radius: 3px;
  text-shadow: none;
}
.btn-variation {
	border: 1px solid #dddddd;
	border-radius: 0px;
}
.btn-variation:hover {
	border: 1px solid #00814e;
	box-shadow: none;
}
.btn-variation.active {
	border: 1px solid #00814e !important;
	box-shadow: none;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.nav-tabs{
  background-color:#ffffff;
}
.tab-content{
    background-color:#ffffff;
    padding:15px;
	border-top: 0px !important;
	border: 1px solid #dddddd;
	font-size: 12px;
}
.nav-tabs > li > a{
  border: medium none;
  background-color: #eaeaea;
  border-radius: 0;
}
.nav-tabs > li > a:hover{
	background-color: #f8e1b0 !important;
    border: medium none;
    border-radius: 0;
}
.custom-panel
{
	border: 1px solid #dddddd;
	border-radius: 0px;
}
.custom-panel-heading
{
	background: #f9f9f9 !important;
}
.footer-block
{
	height: 70px;
	background: #40a434;
	padding-top: 6px;
}
.footer-block-mobile
{
	height: 100px;
	background: #40a434;
	padding-top: 6px;
}
.newsletter-text1
{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.newsletter-text2
{
	color: #ffffff;
	font-size: 14px;
}
.newsletter-text3
{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.newsletter-text4
{
	color: #ffffff;
	font-size: 11px;
}
.btn-newsletter
{
	border-radius: 0px;
	border: none;
	color: #ffffff;
	background: #00814e;
}
.btn-newsletter:hover
{
	border-radius: 0px;
	border: none;
	color: #ffffff;
	background: #00814e;
}
.embed-style
{
	border: 5px solid #dddddd;
}
.price_pushed
{
	font-size: 0.7em !important;
	font-weight: bold;
	position: absolute;
	top: 25px;
	right: 0px;
	color: #00814e;
	z-index: 1030;
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
.price_pushed_mobile
{
	font-size: 0.7em !important;
	position: absolute;
	top: 5px;
	left: 15px;
}	
.title_mobile_pushed
{
	font-size: 0.7em !important;
}
.bedruckenlassen
{
	padding: 10px !important;
	height: 120px;
	position: absolute;
	right: 30px;
	top: 340px;
	min-width: 95%;
	border: 1px solid #dddddd !important;
}
.icon_content
{
	padding-top: 12px !important;
}
.flags-lang
{
	position: absolute; 
	right: 170px; 
	top: -10px;
}
@-moz-document url-prefix() {
    .flags-lang 
	{
	position: absolute;
	right: 150px; 
    }
}
.expresshinweis
{
	border: 1px solid #a49980;
	padding: 15px;
	background-color: #f8e1b0;
	color: #515151;
	margin-bottom: 5px;
}
.merkmalfilter-main
{
/*position: absolute;
top: 96px;*/
margin-top: 20px;
/*max-width: 60%;*/
}
.btn-merkmale
{
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0px;
}
.dropdown-merkmale {
    min-width: 300px !important;
	border-radius: 0px !important;
	padding: 5px !important;
	box-shadow: none;

}
.active-filters
{
border: 0px !important;
box-shadow: none !important;
max-width: 50% !important;
margin-left: -12px !important;
}
.label-info
{
background-color: #40a434 !important;
}
.label-warning
{
background-color: #fcac01 !important;
}
.text-assist
{
font-size: 13px !important;
}
.lead-red
{
color: #e30512;
}
.jumbotron
{
	border-radius: 0px !important;
	background-color: #f0f0f0 !important;
}
.navbar-default
{
	/*margin-top: -20px;*/
	border-radius: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.theme-default .nivoSlider {
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
}
.theme-default .nivo-directionNav a {
	opacity: unset;
}

#newsletter_email {
	z-index: 1 !important;
}

.theme-default .nivoSlider {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

.b-supportbox-title {
	margin-bottom: 10px;
}

.dsgvoApproval {
	box-shadow: 0 6px 36px rgba(0,0,0,.3) !important;
	color: #1a1a1a;
    padding: 10px 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border: 1px solid #f9f9f9;
    background: rgba(249, 249, 249, 0.9);
    -moz-transition: linear 0.1s;
    -o-transition: linear 0.1s;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
	z-index: 99;
}
@media(min-width:992px) {
    .dsgvoApproval {
        bottom: 30px;
		width: 480px;
		/*margin-left: -240px;*/
		right: 30px;
    }
}

@media(max-width:991px) {
    .dsgvoApproval {
		left: 0px;
    }
}

.dsgvoApproval a {
    color: #1a1a1a;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.dsgvoButton button {
    width: 100%;
    color: white;
    background: #40a434;
    border: 0;
    padding: 10px;
    font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.dsgvoButtonNotApproved button {
	width: 100%;
    color: #1a1a1a;
    background: #f9f9f9;
	border: 1px solid #1a1a1a;
    border: 0;
    padding: 10px;
    font-size: 15px;
	text-transform: uppercase;
}

.navbar-offcanvas.navbar-default .nav > li > a {
    padding: 12px 30px 12px 10px;
}
.dropdown-menu {
	padding: 5px;
	width: max-content;
}
.sidebar-fix a:hover {
	text-decoration: none;
}
.startpage-elm a:hover {
	text-decoration: none;
}

#product-list .form-basket .input-group .form-control {
	z-index: 1;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-color: #e8e8e8;
	color: #333333;
}

.dropdown-menu li a {
	padding-bottom: 10px;
    padding-top: 10px;
}

.bedrucken {
	font-size: 1.65rem;
	width: 100%;
	text-align: center;
}
.bedrucken-sub {
	font-size: 1.5rem;
	width: 100%;
	text-align:center;
}
.image-box:before {
	padding-top: 70%;
}
.category-1103--padding {
	padding-bottom: 25px;
}
.desc--padding {
	padding-top: 3rem;
}

.text-left:focus,
.sidebar-button:focus,
.btn:focus {
	outline: none;
}

.desc blockquote {
    font-size: 14.5px;
}
.desc th,
.desc td {
	padding: 5px;
}
.desc table {
	float: unset;
	margin-bottom: 2rem;
}
.desc h2 {
	font-size: 1.4em !important;
}
.desc h3 {
	font-size: 1.2em !important;
}
.desc a {
	text-decoration: underline;
}

.custom_content blockquote {
    font-size: 14.5px;
}
.custom_content th,
.custom_content td {
	padding: 5px;
}
.custom_content table {
	float: unset;
	margin-bottom: 2rem;
}
.custom_content h2 {
	font-size: 1.4em !important;
}
.custom_content h3 {
	font-size: 1.2em !important;
}
.custom_content a {
	text-decoration: underline;
}