﻿

@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('media/files/fonts/yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
         url('media/files/fonts/yanonekaffeesatz-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('media/files/fonts/ptn57f-webfont.woff2') format('woff2'),
         url('media/files/fonts/ptn57f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('media/files/fonts/ptn77f-webfont.woff2') format('woff2'),
         url('media/files/fonts/ptn77f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansregular';
    src: url('media/files/fonts/pts55f-webfont.woff2') format('woff2'),
         url('media/files/fonts/pts55f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansbold';
    src: url('media/files/fonts/pts75f-webfont.woff2') format('woff2'),
         url('media/files/fonts/pts75f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html fieldset {
	 position: relative;
	 padding-bottom: 0px;
	 margin: 0px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 30px}

html legend {
	 position: absolute;
	 top: -0.6em;
	 left: 0.5em}
	 
body {
    text-align: center;
    font-size: 16px;
    color: #444;
    margin: 0;
    padding: 0;
    font-family: 'pt_sansregular', Tahoma;
    background-color: #E6ECD3;
/*    background-image: url(media/images/layout/natur-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 44px;
    background-attachment: fixed; */
    /* background: linear-gradient(#85A127 0%, #fff 100%); */
}

img {
	 border-bottom: 0px;
	 border-left: 0px;
	 border-top: 0px;
	 border-right: 0px}

form {
	 padding-bottom: 0px;
	 margin: 0px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 0px}
	 
input, select, textarea {
    border-radius: 2px;
}
#www {
	display: none;
}
.input_text {
	 border-bottom: #999999 1px solid;
	 text-align: left;
	 border-left: #999999 1px solid;
	 padding-bottom: 3px;
	 background-color: #ffffff;
	 padding-left: 3px;
	 padding-right: 3px;
	 color: #444;
	 font-size: 14px;
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 padding-top: 2px}
	 
input.input_text:nth-child(2) {
    margin-left: 2px;
}	 

.input_text_small {
	 border-bottom: #999999 1px solid;
	 text-align: left;
	 border-left: #999999 1px solid;
	 padding-bottom: 1px;
	 background-color: #ffffff;
	 padding-left: 3px;
	 padding-right: 3px;
	 color: #444;
	 font-size: 10px;
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 padding-top: 1px}

.input_text2 {
    border-bottom: #999999 1px solid;
    text-align: left;
    border-left: #999999 1px solid;
    background-color: #ffffff;
    color: #444;
    font-size: 12px;
    border-top: #999999 1px solid;
    border-right: #999999 1px solid;
    padding: 5px;
    float: left;
}

p {
    margin: 6px 0 10px 0;
    line-height: 1.4;
}
strong, b {
    font-family: 'pt_sansbold';
    font-weight: normal;
}


table {
	width: 100%;
}
td {
    font-size: 14px;
    min-width: 14px;
}

img {
	 max-width: 100%;
	 border-top: 0px;
	 height: auto;
	 border-right: 0px;
	 border-bottom: 0px;
	 border-left: 0px;
	 -moz-transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	 transition: all 0.3s} 
	 

a, input, ul, li, p, div, .submit_button, .basket_button{
	 -moz-transition: background, background-color, color 0.2s;
	 -webkit-transition: background, background-color, color 0.2s;
	 transition: background, background-color, color 0.2s} 
	 
form {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0px;
    padding-right: 0px;
}

textarea {
    border: #999999 1px solid;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    padding: 6px;
    width: 98%;
    width: calc(100% - 14px);
}

select {
    padding: 5px;
    width: 100%;
    max-width: 412px;
}

a {
    text-decoration: none;
    color: #127D1F;
    -moz-transition: color, background-color 0.3s;
    -webkit-transition: color, background-color 0.3s;
    transition: color, background-color 0.3s;
}

a:hover {
	 text-decoration: none;
	 color: #224D9B}
	 
/* Startseite */
a.cat_banner {
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 2%;
    position: relative;
    display: block;
	color: #333;
}
a.cat_banner:hover {
    border: 2px solid #85A127;
    color: #333;
}
.cat_banner img {
    float: left;
}
.cat_text {
    position: absolute;
    bottom: 7%;
    left: 2%;
    background: rgba(255,255,255,0.7);
    padding: 0 2%;
    width: 92%;
}
.cat_name {
    font-size: 30px;
    font-family: 'pt_sans_narrowbold';
    line-height: 1;
    color: #85A127;
    text-shadow: 0 0 15px rgba(255,255,255,0.9);
    margin: 12px 0 0 0;
}
.cat_info {
    font-size: 16px;
    color: #333;
}
/* Startseite ENDE */
 
.breadcrumb {
    color: #666;
    padding-left: 2%;
    font-size: 14px;
    line-height: 26px;
	width: 98%;
}
.breadcrumb .content {
	max-width: 1260px;
    margin: auto;
}
.footer_1 {
    width: 100%;
    background-color: #EFF8F0;
    padding: 20px 0;
    border-bottom: 1px solid #EFEEE6;
    /* border-top: 1px solid #E6ECD3; */
}
.footer_1 img {
    float: left;
    margin-right: 12px;
}	 
.footer_2 {
	width: 100%;
    background-color: #fff;
    padding: 20px 0;
} 
.footer_2 .content {
	max-width: 1260px;
    margin: auto;
}
.footer_1 .content {
	max-width: 1260px;
    margin: auto;
	font-size: 13px;
}	 

.rahmen_links {
    padding-left: 0px;
    width: 240px;
    float: left;
    margin-right: 2%;
    padding-top: 15px;
    padding-right: 2%;
}

.rahmen_mitte {
    padding-bottom: 0px;
    padding-left: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    padding-top: 5px;
    /* background: linear-gradient(90deg, #fff 0%, #ddd 0.5%, #fff 0.5%); */
}

.login P {
	 margin-top: 3px;
	 padding-left: 0px;
	 padding-right: 0px;
	 margin-bottom: 3px}

.rahmencontent_center {
	 text-align: center;
	 margin: 15px 230px 10px 320px}

h1, .headline_1 {
    line-height: 46px;
    margin: 0px 0px 20px;
    color: #85A127;
    font-size: 34px;
    font-weight: normal;
    font-family: 'pt_sans_narrowregular';
    border-bottom: 2px solid #ddd;
}
.start {
    border-bottom: 0;
}

h2, .headline_2 {
    margin: 25px 0px 7px;
    color: #85A127;
    font-size: 24px;
    font-weight: normal;
    font-family: 'pt_sans_narrowregular';
    display: block;
}
.headline_2 {
    margin: 5px 0px 20px;
}
h3, .headline_3 {
    margin: 20px 0px 5px 0px;
    color: #85A127;
    font-size: 16px;
    font-weight: normal;
    font-family: 'pt_sansbold', Arial;
}

.boxm .beschreibung {
    margin-bottom: 10px;
    text-align: justify;
}
.beschreibung img {
    float: right;
    margin: 0 0 1% 4%;
}

.fehler {
	 background-image: url(media/images/layout/error.gif);
	 border-bottom: #ff0000 1px solid;
	 border-left: #ff0000 1px solid;
	 padding-bottom: 10px;
	 background-color: #fff2e9;
	 padding-left: 30px;
	 padding-right: 20px;
	 background-repeat: no-repeat;
	 color: #ff3300;
	 border-top: #ff0000 1px solid;
	 border-right: #ff0000 1px solid;
	 padding-top: 10px}

.summen {
    border: #85A127 2px solid;
    background-color: #fafafa;
    border-radius: 3px;
}

.gruppen_pfad {
	 padding-bottom: 5px;
	 margin-top: 15px;
	 font-weight: normal}

.gruppen_pfad P {
	 margin-top: 5px;
	 margin-bottom: 5px;
     font-family: 'pt_sansbold';}

.box_banner_right {
	 border-left: #224D9B 1px solid;
	 width: 365px;
	 display: inline;
	 float: right;
	 height: 200px;
	 overflow: hidden}

.content_grey {
	 color: #666666}

.box_cat {
	 margin-bottom: 0px}

.box_cat > UL {
    background: #85A127;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    margin: 0;
}
.box_cat UL UL {
    background: #85A127;
    padding: 5px 0 5px 10px;
    border-radius: 5px 0 0 5px;
}

.box_cat LI {
	 padding-bottom: 0px;
	 line-height: 24px;
	 list-style-type: none;
	 margin: 0px;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-top: 0px}

.box_cat .ebene_1 {
    padding-left: 10px;
    padding-right: 0px;
    line-height: 18px;
    background: #85A127;
}

.box_cat .ebene_1 A {
    font-family: 'pt_sans_narrowregular';
    line-height: 18px;
    padding: 7px 10px 7px 10px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    background: #85A127;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px 0 0 5px;
}

.box_cat .ebene_1:first-child A {
    border-top: 0;
}
.box_cat .ebene_1 A:hover {
    color: #fff;
    text-decoration: none;
 /*   background: linear-gradient(45deg, #244D9C 0%, #3373BA 40% ,#85A127 95%);*/
    background: #224D9B;
}
.box_cat .ebene_1 .selected {
    background: #fff;
    color: #85A127;
    border-radius: 5px 0 0 5px;
    margin-bottom: 1px;
}
.box_cat .ebene_1 .selected:hover {
    background: #fff;
    border-radius: 5px 0 0 5px;
    color: #85A127;
}
.box_cat .ebene_2 {
    padding-left: 0px;
    padding-right: 0px;
}
.box_cat .ebene_2 A {
    font-family: 'pt_sansregular';
    line-height: 16px;
    padding: 4px 0px 4px 10px;
    display: block;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    background: #85A127;
    text-transform: none;
}
.box_cat .ebene_2 A:hover {
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    background: #224D9B;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.box_cat .ebene_2 .selected {
    color: #333;
    font-family: 'pt_sansbold';
}
.box_cat .ebene_2 .selected:hover {
    color: #333;
}
.box_cat .ebene_2 .selected A {
}
	 

.box_cat_bottom {
	 width: 180px;
	 height: 14px;
	 margin-left: 15px}

.boxr {
	 margin: 0px;
	 padding-left: 0px}

.box1 {
    padding-bottom: 2px;
    margin-top: 0px;
    border: #224D9B 1px solid;
    margin-bottom: 20px;
    border-radius: 3px;
}

.box1 .headline {
	 border-bottom: #ffffff 1px solid;
	 line-height: 28px;
	 background-color: #efefef;
	 margin-top: 0px;
	 padding-left: 10px;
	 margin-bottom: 8px;
	 color: #000000;
	 font-size: 12px;
     font-family: 'pt_sans_narrowregular';}

.box1 P {
	 padding-left: 10px;
	 padding-right: 10px;
	 margin-bottom: 8px}

.box1 .headliner {
    line-height: 28px;
    background-color: #224D9B;
    margin: 0px 0px 8px;
    padding-left: 10px;
    font-weight: normal;
    color: #fff;
}
.box2 {
    margin-bottom: 30px;
    border: 2px solid #ddd;
    position: relative;
    border-radius: 6px;
    padding: 25px 10px 10px 10px;
    margin-top: 15px;
}
.box2 ul {
    padding-left: 20px;
}
.box2 .small, .box2 .small p, .box2 .small ul {
    font-size: 14px;
    line-height: 1.3;
}
.box2.cat {
    border: 0;
    padding: 0;
    margin: 0 0 40px 0;
}
.box2 .headline {
    font-family: 'pt_sans_narrowregular';
    line-height: 22px;
    color: #85A127;
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 10px 0;
    position: absolute;
    left: 3%;
    top: -13px;
    background: #fff;
    padding: 0 7px;
}
.box2.cat .headline {
    font-size: 26px;
    /* text-shadow: 0 0 1px #fff; */
    background: transparent;
    /* text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff; */
    position: relative;
    top: 5px;
    left: 12px;
    color: #fff;
    border-bottom: 2px solid #C3E2C7;
    width: calc(100% - 40px);
    line-height: 1.5;
}

.box2 .headliner {
	 line-height: 28px;
	 background-color: #efefef;
	 padding-left: 10px;
	 margin-bottom: 0px;
	 color: #444;
	 font-size: 14px;
     font-family: 'pt_sansbold';}

.linkgruppe_Fusszeile {
	 text-align: center;
	 margin: 30px 230px 30px 320px;
     font-family: 'pt_sansbold';}

.linkgruppe_Fusszeile A {
	 color: #000000}

.float_right {
    float: right;
    margin-left: 20px;
}


.newslist {
    clear: both;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
	 
.newslist .thumb {
    padding: 0;
    margin-right: 15px;
    float: left;
    width: 100px;
}	
.newslist p {
    margin-left: 115px;
} 
.newslist .date {
    color: #777;
}

.input_form {
    border: #85A127 2px solid;
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 3px;
    margin-bottom: 15px;
}

.input_form TD {
	 padding-left: 0px;
	 margin-left: 0px}

.input_form2 .td_border {
    padding-bottom: 10px;
    border-top: #ccc 1px solid;
    padding-top: 10px;
}

.input_form .alignright {
	 text-align: right;
	 padding-right: 8px;
	 height: 40px}

.input_form2 .alignright {
	 text-align: right;
	 padding-right: 15px;
	 height: 40px}

.warenkorb {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}

.warenkorb TH {
    /* background-color: #F3F3F3; */
    font-family: 'pt_sansbold';
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}
.warenkorb td {
    border-bottom: 1px solid #ccc;
    padding: 2% 1%;
}
.warenkorb td.td-img a {
    display: flex;
    justify-content: center;
}

.warenkorb .alignright {
	 text-align: right}

.summen TD {
    border-top-width: 0px;
}
.checkout-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
	gap: 5%;
}
.checkout-buttons {
    /* float: right; */
    max-width: 250px;
    width: 65%;
}
.ppinfo {
    /* position: absolute; */
    max-width: 250px;
    text-align: right;
    margin-bottom: 37px;
    width: 30%;
}

.cube {
	 border-bottom: #cccccc 1px solid;
	 position: absolute;
	 border-left: #cccccc 1px solid;
	 padding-bottom: 3px;
	 background-color: #ffffff;
	 margin: 0px;
	 padding-left: 3px;
	 width: 350px;
	 padding-right: 3px;
	 height: 100px;
	 visibility: hidden;
	 color: #000000;
	 overflow: scroll;
	 border-top: #cccccc 1px solid;
	 border-right: #cccccc 1px solid;
	 padding-top: 3px}

.p_right {
	 text-align: right;
	 padding-right: 8px}

.preis {
	 font-size: 12px;
     font-family: 'pt_sansbold';}

.box_produkt {
	 border-bottom: #224D9B 1px solid;
	 text-align: left;
	 margin-bottom: 10px;
	 margin-left: 0px;
	 overflow: hidden;
	 margin-right: 0px}

.box_produkt .thumb {
	 padding-bottom: 0px;
	 margin-top: 1px;
	 padding-left: 0px;
	 width: 110px;
	 float: left;
	 height: 120px;
	 margin-left: 0px;
	 overflow: hidden}

.box_produkt .thumb IMG {
	 border-bottom: #666666 0px solid;
	 border-left: #666666 0px solid;
	 border-top: #666666 0px solid;
	 border-right: #666666 0px solid}

.box_produkt P {
	 margin-bottom: 2px}

.box_produkt .boxr {
	 text-align: left;
	 padding-bottom: 0px;
	 padding-left: 0px;
	 width: 480px;
	 padding-right: 0px;
	 display: inline;
	 margin-bottom: 0px;
	 float: right;
	 margin-left: 0px;
	 overflow: hidden;
	 margin-right: 10px;
	 padding-top: 0px}

.boxdim_produkt {
	 text-align: center;
	 width: 263px;
	 float: left}

.box_produkt .bezeichnung {
	 margin-top: 10px;
	 padding-right: 8px;
	 margin-left: 110px;
	 font-family: 'pt_sansbold'}

.box_produkt .bezeichnungh {
	 line-height: 24px;
	 padding-left: 0px;
	 height: 24px;
	 color: #85A127;
	 font-size: 12px;
	 overflow: hidden;
	 font-family: 'pt_sansbold'}

.box_produkt .bezeichnungl {
	 padding-top: 10px}

.clear {
    height: 0px;
    clear: both;
    font-size: 1px;
}

.box_produkt_detail {
    border-bottom: #cccccc 0px solid;
    padding-bottom: 0px;
    margin: 0px 10px 10px 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.box_produkt_detail .normalbild {
    text-align: center;
    padding-bottom: 0px;
    margin: 1% 2% 1% 0;
    padding-left: 0px;
    width: 54%;
    min-width: 280px;
    overflow: hidden;
    padding: 2%;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    border-radius: 3px;
}

.box_produkt_detail .normalbild .zoom {
    border-top: #ffffff 3px solid;
    border-right: #ffffff 3px solid;
    width: 40px;
    border-bottom: #ffffff 3px solid;
    position: absolute;
    left: 0px;
    border-left: #ffffff 3px solid;
    bottom: 0px;
    border-radius: 0 3px 0 0;
    opacity: 0.5;
}	
.zoomContainer {
    cursor: pointer;
} 
.fancybox-overlay {
    background: rgba(0,0,0,0.5) !important;
}

.box_produkt_detail .info {
    width: 39%;
    min-width: 240px;
    float: left;
    border: 1px solid #ccc;
    margin: 1% 0 1% 0;
    border-radius: 3px;
}
.box_produkt_detail .info tr:nth-child(2n) {
    background: #f3f3f3;
}
.box_produkt_detail .info tr:nth-child(2n-1) {
    background: #e9e9e9;
}
.box_produkt_detail .info p {
    margin: 0;
    padding: 8px 12px;
}
.box_produkt_detail .info form {
    margin: 0;
    padding: 15px 12px 8px 12px;
}
.box_produkt_detail .info td {
    vertical-align: top;
}


.box_produkt_detail .bezeichnung {
    margin-top: 0px;
    /* margin-left: 300px; */
    font-family: 'pt_sansbold';
}

.box_produkt_detail .boxr {
	 text-align: right;
	 padding-bottom: 5px;
	 margin: 0px;
	 padding-left: 0px;
	 width: 140px;
	 padding-right: 0px;
	 float: right;
	 color: #666666;
	 padding-top: 0px}

.box_cat_cube {
	 border-bottom: #566f8b 1px solid;
	 position: absolute;
	 border-left: #566f8b 1px solid;
	 padding-bottom: 0px;
	 margin: 0px;
	 padding-left: 0px;
	 padding-right: 0px;
	 visibility: hidden;
	 color: #000000;
	 border-top: #566f8b 1px solid;
	 border-right: #566f8b 1px solid;
	 padding-top: 0px}

.preis2 {
	 color: #666666;
	 font-size: 11px;
	 font-family: 'pt_sansbold'}

.box_produkt_detail .beschreibung {
	 padding-bottom: 15px;
	 padding-top: 15px}

.input_image {
	 border-right-width: 0px;
	 background: none transparent scroll repeat 0% 0%;
	 border-top-width: 0px;
	 border-bottom-width: 0px;
	 border-left-width: 0px}

.input_form TH {
	 font-size: 12px}

.logo IMG {
	 margin-top: 0px;
	 margin-left: 20px}

.clears {
	 background-color: #cccccc;
	 margin: 0px 5px 10px 0px;
	 height: 1px;
	 clear: both;
	 overflow: hidden}

.itemlist {
    clear: both;
    padding-top: 10px;
}

.itemlist .thumb {
    width: 68px;
    display: inline;
    float: left;
    overflow: hidden;
}

.itemlist .thumb IMG {
	 border-bottom: 0px;
	 border-left: 0px;
	 border-top: 0px;
	 border-right: 0px}

.itemlist P {
	 padding-left: 0px;
	 padding-right: 0px;
	 margin-left: 80px;
	 margin-right: 0px}

.footer_3 {
    padding-top: 20px;
    text-align: center;
}

.headline_4 {
    position: relative;
    padding-bottom: 0px;
    margin: 0px 10px 10px 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #000000;
    font-size: 15px;
    top: 0px;
    font-family: 'pt_sansbold';
    padding-top: 0px;
    left: 0px;
}

.headline_4 A {
	 padding-bottom: 0px;
	 background-color: #fce99d;
	 padding-left: 10px;
	 padding-right: 10px;
	 text-decoration: none;
	 padding-top: 0px}

.box1 A {
	 color: #000000;
	 text-decoration: underline}

.box2 .rahmen {
	 border-bottom: #ededed 0px solid;
	 border-left: #ededed 0px solid;
	 margin-top: 10px;
	 border-top: #ededed 0px solid;
	 border-right: #ededed 0px solid}

.itemlist A {
	 }

.box1 .infolist {
	 padding-bottom: 20px}

.box1 .infolist P {
	 line-height: 32px;
	 padding-left: 53px;
	 height: 32px;
	 font-size: 11px;
	 font-family: 'pt_sansbold'}

.box1 .infolist A {
	 line-height: 32px;
	 display: block;
	 height: 32px;
	 color: #000000}

.box1 .infolist A:hover {
	 color: #000000}

.box1 .thumb {
	 text-align: center;
	 width: 68px;
	 float: left;
	 height: 68px;
	 margin-left: 5px;
	 overflow: hidden}

.box1 .thumb IMG {
	 border-bottom: #666666 0px solid;
	 border-left: #666666 0px solid;
	 border-top: #666666 0px solid;
	 border-right: #666666 0px solid}

.box2 .infolist P {
	margin-bottom. 20px;
}
.box2 .infolist .content_divide {
	margin-bottom: 20px;
	clear: both;
}

.box2 .infolist A {}

.box2 .infolist A:hover {}

.box2 .thumb {
    float: left;
    /* margin-right: 10px; */
    width: 70px;
}

.box2 .thumb IMG {
    max-width: 65px;
    max-height: 110px;
    width: auto;
    height: auto;
}

.box_produkt .itemlink {
	 color: #000000;
	 text-decoration: none}

.box_produkt .bezeichnungl A {
	 color: #000000}

.box4 {
	 padding-bottom: 10px;
	 background-color: #ffffff;
	 clear: both;
	 padding-top: 10px}

.clear10 {
	 height: 10px;
	 clear: both;
	 font-size: 1px;
	 overflow: hidden}

.clear10s {
	 background-image: url(media/images/layout/bgboxhsep30.gif);
	 background-color: #ffffff;
	 background-repeat: repeat-x;
	 height: 21px;
	 margin-left: 10px;
	 clear: both;
	 font-size: 1px;
	 overflow: hidden;
	 margin-right: 10px}

.abold {
	 font-family: 'pt_sansbold'}

.beschreibung_thumb {
	 margin-left: 180px}

.thumbcol {
	 float: left;
	 height: 150px;
	 overflow: hidden;
	 margin-right: 5px}

.produktliste .pages IMG {
	 margin-top: 1px}
	 
.basket .input_image {
    vertical-align: middle;
}
.basketform .lieferzeit {
    font-size: 12px;
    background: #00cc00;
    padding: 0px 5px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 3px;
    line-height: 18px;
}
.box_produkt_detail .lieferzeit {
	 position: relative;
	 padding-left: 10px;
	 clear: left;
	 top: 19px}
.box_produkt_detail .lieferzeit {
	 position: relative;
	 padding-left: 10px;
	 clear: left;
	 top: 19px}

.box_produkt_detail .input_text {
	 border-bottom: #cccccc 1px solid;
	 border-left: #cccccc 1px solid;
	 padding-left: 2px;
	 padding-right: 2px;
	 border-top: #cccccc 1px solid;
	 border-right: #cccccc 1px solid}

.box_produkt_detail .basket {
    padding-top: 10px;
    overflow: hidden;
}
span#preis, span#spreis {
    font-size: 22px;
}
.variantenliste span#preis, span#spreis {
    font-size: 18px;
}
.variantenliste .variante:nth-child(2n) {
    background: #eee;
}

.clearleft {
	 height: 1px;
	 clear: left;
	 font-size: 1px;
	 overflow: hidden}

.box_produkt_detail IMG {
    vertical-align: middle;
    max-height: 300px;
    width: auto;
}

.box_produkt_detail .aspec {
	 color: #666666;
	 text-decoration: none}

.box_produkt_detail .aspec:hover {
	 color: #666666;
	 text-decoration: none}

.itemspec {
    position: absolute;
    right: 20px;
    top: 24px;
}

.itemspec img {
    width: 30px;
    height: auto;
    border-radius: 3px;
    margin-left: 7px;
    float: left;
    border: 4px solid #fff;
}

.warenkorb .thumb {
    width: 60px;
    height: auto;
    overflow: hidden;
}

.warenkorb .input_text {
	 border-bottom: #cccccc 1px solid;
	 border-left: #cccccc 1px solid;
	 padding-left: 2px;
	 padding-right: 2px;
	 border-top: #cccccc 1px solid;
	 border-right: #cccccc 1px solid}

.box1 .ablockselected {
	 color: #000000;
	 font-family: 'pt_sansbold'}

.rahmen_center {
    margin-top: 0px;
    padding-left: 2%;
    padding-right: 2%;
    clear: both;
    padding-top: 20px;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
}
.rahmen_center_top {
    background-color: #85A127;
    width: 100%;
    clear: both;
    float: left;
	position: relative;
}

.rahmen_center_suche {
    clear: both;
    line-height: 28px;
    max-width: 1260px;
    margin: 0px auto;
    background: #fff;
    height: 100px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.rahmen_center_bottom {
    padding-bottom: 0px;
    background-color: #85A127;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 7px;
    clear: both;
    overflow: hidden;
    padding-top: 0px;
	display: none
}

.box1_headline_simple {
	 padding-bottom: 0px;
	 background-color: #85A127;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 height: 2px;
	 overflow: hidden;
	 padding-top: 0px}

.box1_bline_simple {
	 padding-bottom: 0px;
	 margin-top: 0px;
	 margin-bottom: 10px;
	 height: 1px;
	 overflow: hidden;
	 padding-top: 0px}

.right_align {
	 text-align: right}

.box2_headline_simple {
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 3px;
    overflow: hidden;
    padding-top: 0px;
    /* background: #85A127; */
}

.box2 .timg {
	 text-align: center}

.infolist {
    padding-bottom: 10px;
    /* padding-left: 10px; */
    /* padding-top: 10px; */
}

.infolist UL {
	 padding-bottom: 0px;
	 margin-top: 3px;
	 padding-left: 0px;
	 padding-right: 10px;
	 margin-bottom: 3px;
	 margin-left: 0px;
	 padding-top: 0px}

.infolist LI {
    background-image: url(media/images/layout/pfeil_rechts_sm12.gif);
    padding-bottom: 3px;
    list-style-type: none;
    padding-left: 10px;
    background-repeat: no-repeat;
    margin-bottom: 1px;
    background-position: 0 2px;
}

.box_produkt_2col {
	 border-bottom: #660000 0px solid;
	 text-align: left;
	 padding-left: 5px;
	 margin-bottom: 15px;
	 margin-left: 0px;
	 border-top: #660000 0px solid;
	 margin-right: 0px;
	 border-right: #660000 0px solid}

.box_produkt_2col .thumb {
	 border-bottom: #d5d5d5 0px solid;
	 text-align: left;
	 border-left: #d5d5d5 0px solid;
	 margin: 0px;
	 padding-left: 0px;
	 width: 80px;
	 float: left;
	 height: 80px;
	 overflow: hidden;
	 border-top: #d5d5d5 0px solid;
	 font-family: 'pt_sansbold';
	 border-right: #d5d5d5 0px solid}

.box_produkt_2col .thumbc {
	 border-bottom: #d5d5d5 0px solid;
	 text-align: left;
	 border-left: #d5d5d5 0px solid;
	 margin: 0px;
	 padding-left: 0px;
	 width: 80px;
	 float: left;
	 height: 80px;
	 overflow: hidden;
	 border-top: #d5d5d5 0px solid;
	 font-family: 'pt_sansbold';
	 border-right: #d5d5d5 0px solid}

.box_produkt_2col .thumb IMG {
	 border-bottom: #666666 0px solid;
	 border-left: #666666 0px solid;
	 border-top: #666666 0px solid;
	 border-right: #666666 0px solid}

.box_produkt_2col P {
	 margin-bottom: 2px}

.box_produkt_2col .boxr {
	 text-align: left;
	 padding-bottom: 10px;
	 margin: 0px 5px 0px 86px;
	 padding-left: 0px;
	 width: 115px;
	 padding-right: 0px;
	 padding-top: 0px}

.box_produkt_2col .bezeichnung {
	 margin-top: 10px;
	 padding-right: 8px;
	 font-family: 'pt_sansbold'}

.boxdim_produkt_2col {
	 text-align: left;
	 width: 218px;
	 float: left;
	 overflow: hidden}

.produktliste_s {
    padding-bottom: 10px;
    padding-right: 0px;
    margin-bottom: 10px;
    clear: both;
    margin-right: 0px;
}

.boxm {
    margin-bottom: 10px;
    /* border-top: #224D9B 0px solid; */
    /* border-right: #224D9B 1px solid; */
    /* border-bottom: #224D9B 1px solid; */
    padding-top: 0px;
    /* border-left: #224D9B 1px solid; */
    border-radius: 0;
    position: relative;
}

.boxm.liste .headline {
    /* background-color: #ddd; */
    color: #444;
    font-size: 14px;
}

.boxm2 {
    padding-left: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
}

.boxm_headline_simple {
    padding-bottom: 0px;
    /* background-color: #78C382; */
    margin-top: 0px;
    margin-bottom: 0px;
    height: 3px;
    overflow: hidden;
    padding-top: 0px;
}

.boxm2_headline_simple {
    padding-bottom: 0px;
    background-color: #85A127;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 3px;
    overflow: hidden;
    margin-right: 6px;
    padding-top: 0px;
}

.boxm_headline_title {
    padding-bottom: 0px;
    /* background-color: #224D9B; */
    margin-top: 0px;
    margin-bottom: 0px;
    height: 3px;
    overflow: hidden;
    padding-top: 0px;
}

.boxm_bline_simple {
    background-color: #224D9B;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 1px;
    overflow: hidden;
    padding-top: 0px;
    display: none;
}

.boxm2_bline_simple {
	 padding-bottom: 0px;
	 background-color: #224D9B;
	 margin-top: 0px;
	 margin-bottom: 10px;
	 height: 3px;
	 overflow: hidden;
	 margin-right: 6px;
	 padding-top: 0px}

.boxm_banner_full {
	 padding-bottom: 10px;
	 margin-top: 0px}

.produktliste_s3 {
	 background-image: url(media/images/layout/bgpliste3c.gif);
	 text-align: center;
	 padding-bottom: 10px;
	 margin-top: 10px;
	 padding-left: 2px;
	 background-repeat: repeat-y;
	 margin-bottom: 10px;
	 margin-left: 10px;
	 clear: both}

.box_produkt_3col {
	 border-bottom: #660000 0px solid;
	 text-align: center;
	 border-left: #660000 0px solid;
	 width: 154px;
	 margin-bottom: 15px;
	 margin-left: 0px;
	 border-top: #660000 0px solid;
	 margin-right: 0px;
	 border-right: #660000 0px solid}

.box_produkt_3col .thumb {
	 border-bottom: #d5d5d5 0px solid;
	 text-align: center;
	 border-left: #d5d5d5 0px solid;
	 margin: auto;
	 padding-left: 0px;
	 width: 130px;
	 overflow: hidden;
	 border-top: #d5d5d5 0px solid;
	 font-family: 'pt_sansbold';
	 border-right: #d5d5d5 0px solid}

.box_produkt_3col .thumb IMG {
	 border-bottom: #666666 0px solid;
	 text-align: center;
	 border-left: #666666 0px solid;
	 border-top: #666666 0px solid;
	 border-right: #666666 0px solid}

.box_produkt_3col P {
	 margin-bottom: 2px}

.box_produkt_3col .boxr {
	 text-align: left;
	 padding-bottom: 10px;
	 margin: 0px 5px 0px 90px;
	 padding-left: 0px;
	 width: 120px;
	 padding-right: 0px;
	 padding-top: 0px}

.box_produkt_3col .bezeichnung {
	 margin-top: 10px;
	 padding-right: 8px;
	 font-family: 'pt_sansbold'}

.box_produkt_3col .bezeichnungh {
	 padding-left: 20px;
	 padding-right: 20px}

.box_produkt_3col .bezeichnungl {
	 padding-left: 10px;
	 padding-right: 10px}

.boxdim_produkt_3col {
	 text-align: center;
	 width: 154px;
	 float: left;
	 margin-right: 5px}

.boxm .headline {
    padding-bottom: 0px;
    line-height: 42px;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 30px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: normal;
    color: #85A127;
    font-family: 'pt_sans_narrowregular';
}
.spacer2c {
	 width: 10px;
	 float: left;
	 height: 80px;
	 overflow: hidden}

.box_m_content {
    padding: 20px 0;
}
	 
.box_m_content H2{
	 padding-left: 0 !important;}	 

.box_m_title {
    /* border-bottom: #224D9B 1px solid; */
    /* border-left: #224D9B 1px solid; */
    /* border-top: #224D9B 0px solid; */
    /* border-right: #224D9B 1px solid; */
    border-radius: 0 0 3px 3px;
}
.box_m_title H2 {
    font-family: 'pt_sans_narrowregular';
    padding-bottom: 4px;
    /* background-color: #224D9B; */
    margin-top: 0px;
    /* padding-left: 10px; */
    margin-bottom: 0px;
    font-size: 22px;
    margin-right: 0px;
    padding-top: 4px;
    font-weight: normal;
    /* border-bottom: 1px solid #999; */
}
.box2 HR {
	 height: 1px;
	 color: #999999;
	 margin-left: 10px;
	 margin-right: 10px}

.input_form2 {
    border: #85A127 2px solid;
    padding-bottom: 10px;
    /* background-color: #f3f3f3; */
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 3px;
}

.boxm2 .headline {
    border-bottom: #224D9B 1px solid;
    border-left: #224D9B 1px solid;
    line-height: 24px;
    background-color: #efefef;
    margin-top: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
    height: 24px;
    font-size: 14px;
    overflow: hidden;
    margin-right: 6px;
    border-right: #224D9B 1px solid;
}

.boxdim_orderstep {
    width: 25%;
    float: left;
}

.box_orderstep {
    background-color: #efefef;
    margin-bottom: 0px;
    height: 60px;
    border-top: #efefef 1px solid;
    margin-right: 5px;
}

.boxdim_orderstep.active .box_orderstep {
    background-color: #85A127;
    border-top: #85A127 1px solid;
}

.box_orderstep .thumb {
    padding-left: 10px;
    width: 25px;
    float: left;
    font-size: 32px;
    color: #999;
    font-family: 'pt_sansbold';
    margin-top: 0;
    padding-top: 0;
    line-height: 40px;
}

.boxdim_orderstep.active .box_orderstep .thumb {
    color: #fff;
    font-family: 'pt_sansbold';
}

.box_orderstep P {
    padding-bottom: 0px;
    margin-top: 7px;
    padding-right: 8px;
    margin-bottom: 2px;
    margin-left: 45px;
    font-size: 16px;
    color: #999;
}

.boxdim_orderstep.active .box_orderstep P {
    color: #222;	
}

.box_orderstep H2 {
    padding-bottom: 0px;
    margin-top: 7px;
    padding-right: 8px;
    margin-bottom: 2px;
    color: #fff;
    margin-left: 45px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'pt_sansregular', Tahoma;
}

.box_m_contentb {
	 padding-bottom: 3px;
	 padding-right: 10px;
	 padding-top: 3px}

.input_radio {
	 vertical-align: middle}

.input_form2 .agbcheckbox {
	 margin-bottom: 15px;
	 float: left;
	 margin-right: 10px}

.warenkorb2 .rightcol {
	 padding-right: 10px}

.warenkorb2 .leftcol {
	 padding-left: 10px}

.tsinfo {
	 text-align: center;
	 width: 120px;
	 float: right;
	 margin-right: 10px;
	 padding-top: 10px}

.tsinfo P {
	 line-height: 10px;
	 margin-top: 0px;
	 margin-bottom: 1px}

.linkgruppe_info {
	 text-align: right;
	 width: 400px;
	 padding-right: 5px;
	 float: right;
	 height: 20px;
	 padding-top: 4px}
.slogan {
    color: #444;
    font-size: 16px;
    width: 210px;
    float: left;
    margin: 15px 0 15px 0;
    font-style: italic;
}
.slogan ul {
    margin: 0;
    padding: 0;
}
.slogan li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.slogan li:before {
    content: "\2713";
    padding-right: 7px;
    font-size: 13px;
    color: #85A127;
    font-weight: bold;
}

.rahmen_center_top P {
	 margin-top: 0px;
	 margin-bottom: 0px;
	 margin-left: 20px;
	 padding-top: 4px}

.linkgruppe_info A {
	 border-left: #ffe048 1px solid;
	 padding-left: 5px;
	 padding-right: 5px;
	 color: #ffffff;
	 font-size: 12px;
	 text-decoration: none}

.produkttyp {
	 text-align: right;
	 width: 225px;
	 padding-right: 5px;
	 float: right;
	 padding-top: 2px}

.rahmen_center_suche P {
    padding-left: 30px;
    margin-right: 150px;
    float: left;
}

.rahmen_center_suche A {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

.box2 .pabstand {
	 padding-bottom: 10px;
	 padding-top: 15px}

.kurzbez {
	 font-weight: normal}

.gpreis {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

.linkgruppe_info A:hover {
	 color: #ffffff}

.input_form P {
	 clear: left}

.produktliste_s3 .clear10s {
	 margin-left: 0px}

.variantenliste {
	 padding-top: 10px}

.variantenliste .bezeichnung {
    float: left;
    margin-right: 5%;
}

.variantenliste .basket {
    /* width: 70px; */
    float: right;
}

.variantenliste .lieferzeit {
    width: 40px;
    float: right;
    padding-top: 5px;
}

.variantenliste .variante {
	 padding-bottom: 3px;
	 padding-left: 5px;
	 margin-bottom: 1px;
	 padding-top: 3px}

.box_produkt .details {
	 width: 70px;
	 float: right;
	 height: 25px}

.variantenliste .basket .input_image {
    vertical-align: middle;
}

.variantenliste .preis {
    text-align: right;
    width: 170px;
    float: right;
    font-family: 'pt_sansbold';
    margin-right: 25px;
    padding-top: 0px;
}

.variantenliste .preisdetail {
    text-align: right;
    float: right;
    font-size: 14px;
    font-family: 'pt_sansbold';
    margin-right: 15px;
    padding-top: 0px;
}

.spreis {
	 color: #ff0000}

.box_produkt_detail .bilder {
	 margin-top: 5px;
	 clear: left}

.box_produkt_detail .bilder .thumb {
	 text-align: left;
	 width: 60px;
	 display: inline;
	 float: left;
	 height: 60px;
     border: 1px solid #ccc;
	 padding: 5px;
	 overflow: hidden}
 
#gallery_01 {
    margin-top: 20px;
}	
#gallery_01 a {
    width: 19%;
    display: block;
    float: left;
    height: 80px;
    margin-right: 1%;
} 
#gallery_01 img#zoom_03 {
    max-width: 100%;
    float: left;
	max-height: 80px
}

.input_form2 .td_fieldset {
	 border-bottom: #224D9B 1px solid;
	 border-left: #224D9B 1px solid;
	 border-top: #224D9B 1px solid;
	 border-right: #224D9B 1px solid}

.warenkorb2 .td_fuss {
	 padding-right: 15px}

.boxm_banner_left {
    float: left;
    padding: 1% 2%;
}

.boxm_banner_right {
	 text-align: right;
	 width: 250px;
	 float: right;
	 height: 170px;
	 overflow: hidden}

.box_banner_right .headline {
	 padding-right: 0px;
	 margin-right: 0px}

.box_banner_right P {
	 padding-left: 10px;
	 padding-right: 10px}

.box_produkt_3col .catheadline {
	 text-align: left;
	 padding-left: 10px;
	 margin-bottom: 8px;
	 font-size: 12px;
	 font-family: 'pt_sansbold'}

.box_produkt_3col .catlist {
	 text-align: left;
	 padding-left: 10px}

.box_produkt_3col .catheadline A {
	 text-decoration: none}

.box_produkt_3col .catlist A {
	 text-decoration: none}

.box_produkt_3col .catheadline A:hover {
	 text-decoration: underline}

.box_produkt_3col .catlist A:hover {
	 text-decoration: underline}

.box_tagwolke {
	 text-align: center;
	 padding-bottom: 10px;
	 padding-left: 30px;
	 padding-right: 30px;
	 padding-top: 5px}

.box_tagwolke .tag8 {
	 color: #cc6633;
	 font-size: 14px}

.box_tagwolke .tag10 {
	 color: #cc3333;
	 font-size: 16px}

.box_tagwolke .tag999 {
	 color: #663300;
	 font-size: 18px}

.box_produkt .bezeichnungh A {
	 color: #85A127}

.beschreibung H2 {
    /* border-right-width: 0px; */
    /* background-color: #ffffff; */
    /* border-top-width: 0px; */
    /* border-bottom-width: 0px; */
    /* font-size: 12px; */
    /* border-left-width: 0px; */
    /* font-family: 'pt_sansbold'; */
}
	 
#fancybox-title-over {
    margin-right: 0px !important;
}	 
#fancybox-content {
    padding: 0 0 30px 0 !important;
}
.mengereadonly {
    box-shadow: none;
    background: #f3f3f3;
}
.filter {
    float: left;
    width: 100%;
    border: 2px solid #E6ECD3;
    border-radius: 5px;
    background: #E6ECD3;
    color: #666;
    margin: 10px 0 20px 0;
    width: calc(100% - 4px);
}
.filter form {
    margin: 5px 2% 10px 2%;
    float: left;
    width: 96% !important;
}
.filter input[type=text] {
    padding: 6px 0;
}
.filter select {
    min-height: 26px;
    padding: 4px 0;
}
.filter input[type=checkbox] {
    height: 27px;
    width: 28px;
    margin-top: 2px;
}
.filter .submit_button {
    font-size: 15px !important;
    text-transform: none;
    margin-top: 27px;
    margin-left: 30px;
}
.filter .labeltop {
    margin: 27px 10px 0 0;
    position: relative;
    float: left;
    /* padding-top: 20px; */
}
.filter .labeltop label {
    color: #666;
    cursor: text;
    display: inline;
    font-size: 13px;
    left: 0;
    line-height: inherit;
    padding: 0;
    position: absolute;
    top: -24px;
}

.filter .labeltop.bio {
   
}
.widerruf {
    border-bottom: #7e4d47 1px solid;
    border-left: #7e4d47 1px solid;
    padding: 2%;
    width: 96%;
    height: 200px;
    overflow: scroll;
    border-top: #7e4d47 1px solid;
    border-right: #7e4d47 1px solid;
    background: #fff;
    border-radius: 3px;
}
	 
.submit_button, .link_button, .input_submit {
    color: #ffffff !important;
    float: left;
    line-height: 22px;
    text-align: center;
    box-shadow: none;
    border: 0;
    padding: 3px 15px 3px 15px;
    font-size: 14px;
    margin: 2px 0 2px 0;
    cursor: pointer;
    max-width: 400px;
    height: auto !important;
    border-radius: 3px;
    background-color: #85A127;
}
.submit_button.inbasket {
    background-image: url(media/images/layout/basket-w.png);
    background-repeat: no-repeat;
    background-size: 20px, 100%;
    background-position: 12px 8px, 0 0;
    padding: 4px 8px 4px 39px;
    background-color: #85A127;
}
.submit_button:hover, .link_button:hover, .input_submit:hover, .submit_button.inbasket:hover, .submit_button.basket:hover  {
    color: #ffffff !important;
    background-color: #224D9B;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;	
}
.whatsapp {	
    display: none
}

 
.navigation_zeile a.submit_button, .warenkorb a.submit_button {
    width: 91%;
    padding: 3px 5% 3px 5% !important;
	text-align: center;
}	 
.navigation_zeile a.submit_button:hover, .warenkorb a.submit_button:hover {
    width: 91%;
    padding: 3px 5% 3px 5% !important;
    box-shadow: none !important;
}
.rahmen_mitte .submit_button {
    color: #fff !important;
    font-size: 16px;
    line-height: 26px;
}
.klein {
    font-size: 13px !important;
    /* line-height: 22px!important; */
    text-transform: none!important;
    max-width: 200px;
    line-height: 1.3;
}
.inhalt {
    max-width: 1260px;
    margin: 1% auto 5%;
    background: #fff;
    border-radius: 10px;
}
.grundrahmen {
    color: #444;
    position: relative;
    text-align: left;
    margin: 0px auto 0px;
    border-radius: 3px;
    padding-bottom: 0;
}
@media (max-width:1200px) {	
	.grundrahmen {
		width: 100%;	
	}
}

.mobil {
	display: none;
}

.angebotspreis {
	 font-size: 16px;
	 font-family: 'pt_sansbold';
	 color: #bd0404;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 0px;
	 margin: 0px 0px 0px 60px;
	 display: block}

.demoinfo {
	 border-top: #000099 1px dashed;
	 height: 60px;
	 border-right: #000099 1px dashed;
	 width: 300px;
	 border-bottom: #000099 1px dashed;
	 float: right;
	 color: #ff6600;
	 padding-bottom: 5px;
	 text-align: left;
	 padding-top: 5px;
	 padding-left: 5px;
	 border-left: #000099 1px dashed;
	 margin-top: 20px;
	 padding-right: 5px;
	 background-color: #ececec;
	 margin-right: 2px}

.thumb {
	 padding-bottom: 2px;
	 padding-top: 2px;
	 padding-left: 2px;
	 border: #D7CCC5 0px solid;
	 padding-right: 2px;
	 margin-right: 5px}

.thumb_info {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.rahmencontent_center {
	 color: #5B1817;
	 text-align: center;
	 margin: 10px 20px}


/* Header */
	 
.header {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
}
.rahmen_oben {
    max-width: 1260px;
    margin: 0 auto;
	position: relative;
}
.logo {
    width: 250px;
    height: 82px;
    float: left;
    -moz-transition: ease-out all 0.3s;
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
    background: url(media/images/layout/logo-elcompra-250.png) 0 0 no-repeat;
    background-size: contain;
    margin: 15px 4% 15px 0;
    display: inline-block;
}
.rahmen_oben .icons {
    float: right;
    margin-top: 28px;
    margin-bottom: 20px;
    width: 240px;
}
.icon {
	padding: 10px;
    width: 30px;
    height: 30px;
    float: left;
	margin-left: 10px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    position: relative;
    background-position: 50% 10px;
    background-color: transparent;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
	border-radius: 3px;
	cursor: pointer;
}
.icon:hover {
    background-color: #85A127;
}
.icon.tel {
    background-image: url(media/images/layout/telefon.png);
}
.icon.mail {
    background-image: url(media/images/layout/mail.png);
}
.icon.konto {
    background-image: url(media/images/layout/konto.png);
}
.icon.cart {
    background-image: url(media/images/layout/basket.png);
}
.icon.search {
    background-image: url(media/images/layout/suche.png);
}

.icon.tel:hover {
    background-image: url(media/images/layout/telefon-w.png);
}
.icon.mail:hover {
    background-image: url(media/images/layout/mail-w.png);
}
.icon.konto:hover {
    background-image: url(media/images/layout/konto-w.png);
}
.icon.cart:hover {
    background-image: url(media/images/layout/basket-w.png);
}
.icon.search:hover {
    background-image: url(media/images/layout/suche-w.png);
}

.icon_button {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
}
.icon .info {
    background: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: -1000px;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 111111;
    opacity: 0;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
}
.icon.hover .info {
	top: 50px;
	opacity: 1;
	white-space: nowrap;
}
#basketinfo {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 80px;
    padding: 2px;
    color: #444;
    text-align: right;
}
@media (min-width:900px) {	
	.icon .info:after {
		content: "";
		position: absolute;
		right: 20px;
		top: -4px;
		width: 10px;
		height: 10px;
		background-color: #fff;
		z-index: 111111;
		transform: rotate(45deg);
	}
	.icon:hover .info {
		top: 50px;
		opacity: 1;
		white-space: nowrap;
	}
}
.cart-items {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #85A127;
    font-family: 'pt_sansbold';
}
.top_middle {
    display: block;
    float: left;
    position: relative;
    margin-top: 23px;
    width: 35%;
    margin-bottom: 20px;
    width: calc(90% - 700px);
    margin: 23px 3% 0 3%;
}
.login {
    text-align: right;
    padding: 5px 2%;
    /* max-width: 1260px; */
    margin: 0 auto;
    background: #85A127;
}
.login a{
    padding-left: 7px;
	color: #fff;
}
.suche {
    border: 1px solid #ccc;
    box-shadow: 0 0 7px 0 #eee inset;
    margin-top: 10px;
    padding: 0;
    position: relative;
    width: 100%;
    border-radius: 3px;
    background: #fff;
}

/* Autosuggest */
.suchliste {
    position: relative;
}
.ergebnis {
    font-size: 13px;
    position: absolute;
    background-position: 100% 0%;
    padding: 7px;
    left: 7px;
    z-index: 10000;
    line-height: 18px;
    top: 0px;
    padding-right: 10px;
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 05px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.5);
}
.ergebnis::after {
	content:"\2716";
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 16px;
	cursor: pointer;
}
.ergebnis ul {
    padding: 0;
    margin: 0 0 12px 0;
}	
.ergebnis li{
	list-style-type: none;
}
.ergebnis a:before {
	content: "\203A";
}
/* ENDE Autosuggest */

input, textarea, select {
    background-color: #ffffff;
    border: 1px solid #D7CCC5;
    box-shadow: 0 0 5px 0 #ddd inset;
    text-align: left;
    margin: 2px 0 2px 0;
    border-radius: 3px;
    color: #666;
}
input[type="text"], input[type="password"] {
    padding: 5px;
}
.rahmen_mitte input[type=text], .rahmen_mitte input[type=password] {
    padding: 5px;
    width: 96%;
    width: calc(100% - 12px);
    max-width: 400px;
    float: left;
}
.col2 input[type="text"]:nth-child(2) {
    float: right;
}
.warenkorb input[type=text] {
    width: 40px;
}
.basket input[type=text], .abasket input[type=text] {
    min-height: 16px;
    float: left;
    margin-right: 5px;
    width: 38px !important;
    border-radius: 3px;
}
input[type=radio] {
    border: 0;
    box-shadow: none;
}
input:focus, select:focus {
    outline: 0;
}
.labelinside {
    margin: 2px 0 2px 0;
    position: relative;
    width: 100%;
    display: inline-block;
}
.labelinside label {
    color: #aaa;
    cursor: text;
    font-size: 13px;
    left: 0;
    line-height: 13px;
    padding: 9px 9px;
    position: absolute;
    top: 0;
    font-style: italic;
}
.rahmen_mitte .labelinside {
    margin: 2px 0 5px 0;
}
.rahmen_mitte .labelinside label, .suche .labelinside label {
    font-size: 15px;
    left: 0;
    line-height: 17px;
    padding: 7px 10px;
}
.suche .labelinside label {
    padding: 10px 10px;
    font-family: 'pt_sansregular';
}
input[type="text"].suchfeld {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    color: #666666;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 28px;
	padding: 0 0 0 7px;
    width: 98%;
}
.but_search {
    background-color: transparent;
    background-image: url(media/images/layout/but_search.gif);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    box-shadow: none;
    border: 0 solid #999999;
    color: #999999;
    cursor: pointer;
    float: left;
    height: 30px;
    padding: 5px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 30px;
}



/* Footer */
.col3 {
    width: 31.333%;
    margin-right: 1%;
    float: left;
    margin-left: 1%;
}
.col3 ul {
    padding: 0;
    margin: 0 0 12px 0;
}	
.col3 li{
	list-style-type: none;
	padding: 0;
    margin: 0;
}
.col3 li:before {
    content: "\2713";
    padding-right: 7px;
    font-size: 13px;
    color: #85A127;
    font-weight: bold;
}
.footer_2 .col3:first-child a:before {
	content: "\203A";
	padding-right: 7px;
    color: #85A127;
}

.col4{
	width: 22.5%;
	margin-left: 2%;
	float: left;
}	
.col4 ul {
    padding: 0;
    margin: 0 0 12px 0;
}	
.col4 li{
	list-style-type: none;
	padding: 0;
    margin: 0;
}
.col4 li:before{
    content: "\2713";
	padding-right: 7px;
    font-size: 12px;
	color: #85A127;
}
.col4 a:before {
	content: "\203A";
	padding-right: 7px;
}
 

/* Produktliste */

.produktliste {
    padding: 0;
    float: left;
    width: 100%;
}

.pages A {
    text-align: center;
    line-height: 20px;
    background-color: #78C382;
    width: 21px;
    float: left;
    color: #ffffff;
    font-size: 12px;
    margin-right: 3px;
    text-decoration: none;
    margin-top: 4px;
    font-family: 'pt_sansbold';
}

.pages A:hover {
    background-color: #224D9B;
}
.pages .activepage {
    background-color: #85A127;
}
.pages .activepage:hover {
    background-color: #85A127;
	cursor: default;
}
	 
.produktbox {
    border: 1px solid #ddd;
    padding: 2%;
    float: left;
    width: 44%;
    width: calc(45.5% - 2px);
    margin-bottom: 1%;
    margin-right: 1%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
}
.produktbox:nth-child(2n) {
    margin-right: 0%;
}
.produktbox h3, .produktbox p {
    padding-left: 115px;
}
.produktbox a IMG {
    float: left;
    max-width: 100px;
    max-height: 100%;
}	 
.produktbox .produktinfo {
    margin-bottom: 3px;
    padding-left: 115px;
    margin-top: 3px;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 7px;
}
.produktbox .produktinfo_k {
    margin-bottom: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 115px;
    margin-top: 3px;
    padding-right: 0px;
    line-height: 1.2;
}

.produktbox .produktinfo_preis {
    margin-bottom: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 115px;
    margin-top: 10px;
    padding-right: 0px;
    font-size: 18px;	
}

.produktbox .produktinfo_nr {
	 margin-bottom: 2px;
	 color: #999999;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 115px;
	 margin-top: 3px;
	 padding-right: 0px}

.produktbox .produkttabinfo {
	 margin-bottom: 2px;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 margin-top: 3px;
	 padding-right: 0px}

.produktbox .produkttabinfo_preis {
	 margin-bottom: 2px;
	 color: #224D9B;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 margin-top: 3px;
	 padding-right: 0px}

.produktbox .produkttabinfo_nr {
	 margin-bottom: 2px;
	 color: #999999;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 margin-top: 3px;
	 padding-right: 0px}

.produktbox .preisinfo {
    font-weight: normal;
    color: #999999;
    display: block;
    font-size: 12px;
}

.produktbox .tdtab {
	 border-left-width: 0px;
	 border-right-width: 0px;
	 border-bottom: #ffcc00 1px dashed;
	 color: #000000;
	 border-top-width: 0px} 

.produktbox .basketform {
    position: absolute;
    right: 3px;
    bottom: 35px;
	width:92px;
} 
.basket input[type=text].input_text, .abasket input[type=text].input_text {
    padding: 8px 0;
    text-align: center;
}
.produktbox .abasket {
    float: left;
}
.details {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #85A127;
    color: #fff !important;
    line-height: 22px;
    text-align: center;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    cursor: pointer;
    margin: 3px;
    font-weight: normal;
    border-radius: 3px;
}

.details:hover {
    color: #fff;
    background: #224D9B;
    text-decoration: none;
/*    background: #224D9B linear-gradient(#BE8C00 50%, #224D9B 50%);*/
}

/* Kategorien */
a.catbutton {
    float: left;
    width: 17%;
    height: 50px;
    margin-right: 1%;
    margin-bottom: 1%;
    background: #85A127;
    color: #fff;
    padding: 0 1%;
    border-radius: 5px;
    display: table;
}
a.catbutton:hover {
    color: #fff;
	background-color: #224D9B;
}
.catbutton span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.catlist {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}
.catlist .catbox {
    border: 2px solid #D7CCC5;
    padding: 1%;
    float: left;
    width: 46.5%;
    width: calc(47% - 4px);
    margin-bottom: 1%;
    margin-right: 1%;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
	color: #444;	
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.catlist .catbox:hover {
    border: 2px solid #224D9B;
}
.catlist .catbox:hover .details {
    background-color: #224D9B;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
/*
.catlist div.catbox:nth-child(2n) {
    margin-right: 0%;
}
*/
.catlist h3, .catbox p {
    margin: 0 0 10px 0;
    padding-left: 115px;
}
.catlist .produktinfo {
    margin-bottom: 3px;
    padding-left: 115px;
    margin-top: 3px;
}
.catbox IMG {
    float: left;
    max-width: 100px;
    margin-right: 15px;
}


/* Produktdetail */
.content_right {
    color: #000000;
    text-align: right;
    float: right;
    height: 40px;
}
.content_right a {
    text-decoration: none;
    padding: 0px 10px 5px 10px;
    border: 1px solid #D7CCC5;
    font-size: 30px;
    border-radius: 3px;
    line-height: 38px;
    background: rgba(170, 175, 140, 0.1);
    float: left;
    height: 100%;
    margin-left: 5px;
}
.content_right a:hover {
    background: rgba(170, 175, 140, 0.05);
}
.content_right a img {
    margin-top: 6px;
}
.produktdetail .box_right {
    margin-bottom: 10px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 40%;
}

.produktdetail .box_right .produkte {
	 margin-bottom: 10px;
	 max-width: 900px;
	 border-top: #D7CCC5 1px solid;
	 border-right: #D7CCC5 1px solid;
	 width: 96%;
	 border-bottom: #D7CCC5 1px solid;
	 float: left;
	 padding-bottom: 2%;
	 padding-top: 2%;
	 padding-left: 2%;
	 border-left: #D7CCC5 1px solid;
	 padding-right: 2%;
	 background-color: #ffffff}

.produktdetail .box_weitere TD {
	 font-size: 9pt;
	 width: 100%;
	 color: #666666}

.produktdetail .box_left {
    margin-bottom: 10px;
    width: 55%;
    float: left;
    margin-right: 5%;
    margin-bottom: 2%;
}
.produktdetail .links {
	 clear: both}
	 
.produktdetail .produktinfo_preis {
    margin-bottom: 10px;
    color: #531405;
    margin-top: 10px;
} 
.produktdetail .produktinfo_preis b {
    font-size: 20px;
}
.rahmen_mitte .preisinfo, .rahmen_mitte .grundpreis {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    line-height: 1.1;
    margin-top: 5px;
}
.produktdetail .merkmale{
	border-collapse: initial !important;
} 
.merkmale .info{
	background-color: rgba(170, 175, 140, 0.3);
} 
.merkmale .content{
    background-color: rgba(170, 175, 140, 0.2);
}
.produktdetail .submit_button{
	width: initial;
}

/* zoom */

.bild {
}
.bild .thumb {
    display: initial;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: 5px;
	float: left
}

.detailbild {
    position: relative;
    border: #D7CCC5 1px solid;
    height: auto;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.detailbild img {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    color: #fefde9;
    border-left: 0px;
    max-height: 450px;
    width: auto;
}
.detailbild:hover IMG {
	 -webkit-transform: scale(1.05);
	 -moz-transform: scale(1.05);
	 transform: scale(1.05)}
.detailbild A {
    display: block;
}
.detailbild .zoom {
    border-top: #ffffff 3px solid;
    border-right: #ffffff 3px solid;
    width: 40px;
    border-bottom: #ffffff 3px solid;
    position: absolute;
    left: 0px;
    border-left: #ffffff 3px solid;
    bottom: 0px;
    border-radius: 0 3px 0 0;
    opacity: 0.5;
}
/* Varianten */
.varianten {
    border: #D7CCC5 1px solid;
    width: 100%;
    border-radius: 3px;
}
.varianten th{
    padding: 10px;
    background-color: rgba(170, 175, 140, 0.2);
}

.varianten td {
    padding: 10px;
    border-top: #D7CCC5 1px solid;
}
.varianten form {
    border: 0;
	padding: 0;
}
.rot{
	color: #cc0000;
}

/* Bestellung */	
.remove {
	width: 19px;
}
.col2 {
    width: 48% !important;
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
	min-width: 310px;
}		
.col2:nth-child(2n){
	margin-right: 0%;
}	

.content_right form {
    border: 0;
    background: none;
    padding: 0;
}

.hamburger {
	display: none;
}


/* Navigation Desktop */

.navigation {
    height: auto;
    width: 100%;
    position: relative;
    text-align: left;
    z-index: 100;
    background-color: #85A127;
}

.navbar {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0;
    margin: 0px auto;
    z-index: 101;
    padding-right: 0px;
    height: 44px;
    max-width: 1260px;
}
.navbar h3 {
    margin: 0;
}

.navbar LI {
    list-style-type: none;
/*    position: relative;*/
    float: left;
    padding-left: 0px;
    margin: 0px;
    height: 100%;
}
.navbar LI A.topcat {
    height: 32px;
    line-height: 32px;
    font-family: 'pt_sans_narrowregular';
    font-size: 19px;
}
.navbar LI:last-child A.topcat {
    border-right: 0;
}
.navbar > LI > A {
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-top: 5px;
    padding-left: 14px;
    display: block;
    line-height: 20px;
    padding-right: 14px;
    float: left;
    border-radius: 5px 5px 0 0;
    -moz-transition: background-color 0.3s, background 0.3s, border-radius 0.3s;
    -webkit-transition: background-color 0.3s, background 0.3s, border-radius 0.3s;
    transition: background-color 0.3s, background 0.3s, border-radius 0.3s;
}

.navbar LI:hover A.topcat {
    background-color: #fff;
    color: #333;
    overflow: hidden;
    text-decoration: none;
}

.navbar LI .selected {
    background-color: #E6ECD3;
    color: #335533;
} 

/* 2. Ebene */
.navbar LI UL {
	 display: none}

/* Sub-Navigation volle Breite */
.navbar {
    position: relative !important;
}	 
.navbar LI {
    position: initial !important;
}
.navbar LI UL {
	display: block !important;
	width: 0;
	overflow: hidden;
    padding: 0;
    opacity: 0;
    float: left;
    background: #fff;
    list-style-type: none;
    list-style-image: none;
    z-index: 100;
    line-height: 14px;
    position: absolute;
    left: 0px;
    top: 44px;
    -moz-transition: opacity 0.2s; 
    -webkit-transition: opacity 0.2s; 
    -ms-transition: opacity 0.2s;  
    -o-transition: opacity 0.2s;  
    transition: opacity 0.2s;
}	 
.navbar LI:hover UL {
    opacity: 1;
    width: 100%;
    padding: 2%;
	margin-left: -2%;
	margin-right: -2%;
    z-index: 100;
    display: inline;
    border-left: 1px solid #85A127;
    border-bottom: 1px solid #85A127;
    border-right: 1px solid #85A127; 
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.navbar LI UL LI:hover {
    background: #85A127;
}
.navbar LI > UL > div > LI:hover > a {
    color: #fff !important;
}
.navbar > LI > UL > LI > A {
    font-family: 'pt_sans_narrowregular';
    font-weight: normal;
    line-height: 24px !important;
    padding: 3% 5% !important;
    width: 90% !important;
    font-size: 18px !important;
    color: #333 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}
.navbar > LI > UL > div > LI:hover > A {
    border-bottom: 2px solid #E6ECD3;
}

.link a, .link a:hover {
    width: 90% !important;
    padding: 0 5% !important;
}
.navbar LI UL LI A {
    line-height: 24px !important;
}
.navbar LI:hover LI {
    margin-bottom: 0px;
    z-index: 100;
    margin-top: 0px;
    line-height: 16px;
    box-shadow: none;
    margin: 1%;
    float: left;
    width: 14%;
	height: auto;
    padding: 0 0 0.5% 0.5%;
	position: relative;
}


.navbar LI UL LI {
    width: 110%;
    width: calc(100% + 40px);
    float: none;
    display: block;
    border-radius: 5px;
}
.navbar LI:hover UL LI A {
    font-size: 13px;
    font-weight: normal;
    color: #444;
    z-index: 1000;
    display: block;
    line-height: 32px;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 0;
}

.navbar > LI:nth-child(4):hover > UL {
  -webkit-column-count: 7; /* Chrome, Safari, Opera */
  -moz-column-count: 7; /* Firefox */
  column-count: 7;
    padding-left: 2%;
}
.navbar > LI:nth-child(4):hover > UL > LI {
    float: none;
    width: 94%;
    padding: 3% 0 0 3%;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    page-break-inside: avoid;
}

.navbar > LI:nth-child(6):hover > UL {
  -webkit-column-count: 7; /* Chrome, Safari, Opera */
  -moz-column-count: 7; /* Firefox */
  column-count: 7;
    padding-left: 2%;
}
.navbar > LI:nth-child(6):hover > UL > LI {
    float: none;
    width: 94%;
    padding: 3% 0 0 3%;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    page-break-inside: avoid;
}

@media (min-width:780px) {
	.navbar > LI:nth-child(2):hover > UL > LI {
		width: 17.5%;
	}
	.navbar > LI:nth-child(10):hover > UL > LI {
		width: 22.5%;
	}
}

	 
	 
/* 3. Ebene */
@media (min-width:1024px) {	

	LI UL LI .ebene3 {
		position: initial !important;
		display: block !important;
		box-shadow: none !important;
		padding-left: 0px !important;
		overflow: visible !important;
/*		position: absolute;
		right: 100%;
		top: 0;*/
		position: relative;
		display: none;
		transition: all 0.1s;
		overflow: hidden;	
		padding-top: 5px;
	}

	LI UL LI:hover .ebene3 {
		background: #85A127;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		display: inline-block;
		color: #fff;
	}	
	.navbar  LI:hover  UL .ebene3 A:hover {
		text-decoration: none;
		color: #000000;
		z-index: 1000;
		display: block;	 
		color: #fff !important;
		/*background: linear-gradient(45deg, #244D9C 0%, #3373BA 40% ,#85A127 95%);	*/	
		background: #224D9B;
		border-radius: 5px 0 0 5px;}
}
	 
.navbar LI UL LI:hover .link {
    display: block;
}

.navbar LI UL LI:hover .link A {
    font-weight: normal;
    color: #fff;
    z-index: 1000;
    padding-left: 0;
    padding-right: 40px;
}

.navbar LI UL LI:hover .link A:hover {
	 text-decoration: none;
	 color: #000000;
	 z-index: 1000;
	 display: block} 
			 
/* Navigation Desktop Ende */	


	
/* Slider */
.slider {
    float: left;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    /* background-color: rgba(170, 175, 140, 0.1); */
    margin-bottom: 20px;
    padding: 0 0 20px 0;
}	
.slider A {
    text-decoration: none;
    width: 100%;
	height: 100%;
    float: left;
}

/* Produkt-Slider */
#slider-produkte .caption {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 36%;
    text-align: left;
    font-family: 'pt_sansbold';
	margin-top: 15px;
    height: 90%;
	width: 64%
}
#slider-produkte .caption h1 {
    font-size: 28px;
	margin: 0 15px 15px 15px;
	border-bottom: 0;
}	
#slider-produkte .caption p {
    font-weight: normal;
    font-size: 15px;
    color: #444;
	margin: 15px;
}
.slider img {
    max-width: 35%;
    /* height: auto; */
    height: auto;
    width: auto;
}
.slider .caption .produktinfo_preis {
	 margin-bottom: 2px;
	 color: #5B1817;
	 margin-top: 3px;}
	 
/* Banner-Slider */
#slider-banner .slide-bg{
	background-color: #85A127;
	background-repeat: no-repeat;
	background-size: 100%;
}
#slider-banner .caption {
    display: inline-block;
    position: absolute;
    top: 12%;
    left: 2%;
    width: 30%;
	transition: none;
}
#slider-banner .caption h1 {
    font-size: 38px;
    margin: 0 15px 15px 15px;
    border-bottom: 0;
    color: #224D9B;
}
#slider-banner .caption p {
    font-family: 'pt_sansregular';
    font-size: 18px;
    color: #fff;
    margin: 15px;
    line-height: 22px;
}
#slider-banner .details {
    position: relative;
    color: #fff !important;
    line-height: 22px;
    text-align: center;
    padding: 3px 10px 3px 10px;
    font-size: 16px;
    margin: 15px;
    font-weight: normal;
    border-radius: 3px;
    background: #85A127);
    float: left;
}
table.versand {
    border: 1px solid #ccc;
    border-radius: 3px;
}	
.versand tr {
    background: #eee;
}		
.versand tr:nth-child(2n) {
    background: #f9f9f9;
}	
.versand td {
	padding: 2px 6px;
}	
.versand th {
    padding: 6px 6px;
    background: #ddd;
}	
#to_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.3);
    width: 50px;
    border-radius: 3px;
    text-align: center;
    font-size: 40px;
    transform: rotate(270deg);
    color: #fff;
    padding-bottom: 4px;
    line-height: 46px;
	opacity: 0;
	transition: opacity 0.3s;
}
#to_top.active {
	opacity: 1;
}
.rabattinfo {
    float: right;
    display: inline-block;
    background: #ee1111;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9px;
    margin-right: 45px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'pt_sans_narrowregular';
    line-height: 1;
    text-align: center;
}
.rabattinfo span {
    font-family: 'pt_sans_narrowbold';
    font-size: 29px;
    display: inline-block;
}

/* Responsive */
@media (max-width:1280px) {	
	.inhalt {
		margin: 1% auto 5%;
		background: #fff;
		border-radius: 10px;
	}
	.inhalt, .navbar, .footer_1 .content, .footer_2 .content {
		max-width: 1200px;
	}
	
	.login {
		padding: 3px 2%;
	}
	.rahmen_oben {
		padding: 0 2%;
	}
	.produktbox {
		height: 220px;
	}
	.produktbox p, .produktbox h3 {
		font-size: 13px;
		line-height: 16px;
	}
	.filter input[type="text"], .filter select {
		max-width: 110px;
	}
}

@media (max-width:1200px) {	
	.rahmen_center {
		border-radius: 0;
	}
	.navbar LI A.topcat {
		font-size: 18px;
	}
	.navbar > LI > A {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer_1 .content, .footer_2 .content {
		max-width: 96%;
		margin-left: 2%;
	}
	.produktbox {
		height: 230px;
	}
	.rahmen_mitte .col2 input[type="text"] {
		width: calc(100% - 12px) !important;
	}
}

@media (max-width:1023px) {	
	.desktop, .boxdim_orderstep{
		display: none;
	}	
	.mobil {
		display: block;
	}
	body {
		font-size: 16px;
		background-image: none;
	}
	.header {
		margin-bottom: 0;
	}
	.grundrahmen {
		border: 0;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.rahmen_links {
		width: 0px;
		overflow: hidden;
		display: none;
	}	
	.footer1 {
		font-size: 16px;
		line-height: 24px;
		width: calc(94% + 20px);
		margin-left: -10px;
	}
	
/* Header */	
	.rahmen_oben {
		padding: 2%;
	}
	.rahmen_oben .logo {
		margin: 0 15px 10px 0;
	}		
	.slogan {
		width: 155px;
		float: left;
		margin: 0;
		font-size: 13px;
	}	
	.rahmen_oben .icons {
		float: right;
		margin-top: 0px;
		width: 250px;
		margin-right: 70px;
	}
	.rahmen_oben .icons .icon {
		margin-left: 0;
	}
	.icon .info {
		position: fixed;
		left: 2%;
		width: 83%;
		width: calc(96% - 40px);
	}
	.icon.active .info {
		top: 122px !important;
		opacity: 1;
		white-space: nowrap;
	}
	.icon .info:after {
		display: none;
	}
	.top_middle {
		display: none;
		position: absolute;
		left: 0;
		top: 0px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		padding: 0 0 10px 0;
		margin: 0;
		width: 100%;
	}
	.top_middle.active {
		display: block;
	}	
	
	.filter {
		height: 50px;
		overflow: hidden;
	}
	.filter.active, .filter:hover {
		height: initial;
	}
	span.labeltop {
		width: 100%;
	}
	.filter form span:nth-child(3) {
		text-align: center;
		color: #fff;
		background: #85A127;
		border-radius: 3px;
		clear: both;
		margin-top: 5px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.filter .labeltop label {
		top: -18px;
	}
	.filter input[type="text"] {
		max-width: 92%;
		width: 92% !important;
	}
	.filter select {
		width: 96% !important;
		max-width: 96%;
	}
	
	.gruppenpfad {
		float: left;
	}
	.navbar LI:hover LI {
		width: 100%;
		margin: 0;
		text-align: center
	}

	
/* Inhalt */	
	.slider {
		width: 100%;
		margin-right: 0;
		height: auto;
	}	
	.slider .details {
		right: 2%;
	}
	.justify {
		text-align: left;
	}
	.content_right {
		margin-bottom: 15px;
	}
	.rahmen_mitte form {
		width: 100%;
	}
	.th1, .td1 {
		display: none;
	}
	.catlist .catbox {
		padding: 2%;
		float: left;
		width: 96%;
		margin-right: 0;
		height: auto;
		padding-bottom: 30px
	}
	
/* Navigation */

	.hamburger {
		display: block;
		position: absolute;
		width: 50px;
		height: 40px;
		right: 0px;
		top: 0px;
		text-align: center;
		color: #ffffff;
		padding: 10px;
		font-size: 14px;
		cursor: pointer;
		z-index: 100;
        background: #fff;
	}
    .hamb_line {
        height: 5px;
        width: 90%;
        margin-left: 5%;
        border-radius: 3px;
        background: #85A127;
        margin-top: 6px;
        margin-bottom: 3px;
        float: left;
    }
	.navigation_mobile .hamburger {
        background: #85A127;
	}
	.navigation_mobile .hamb_line {
        background: #fff;
    }
	.navigation {
		display: block;
		position: absolute;
		width: 70px;
		height: 60px;
		right: 0px;
		top: 10px;
		border-radius: 0px 0px 0px 3px;
		z-index: 10;
		overflow: hidden;
		margin: 0;
	}	
	.navigation_mobile {
		background-color: #531405;
		background: #85A127;
		display: block;
		position: absolute;
		right: 0px;
		top: 0px !important;
		z-index: 111111;
		padding-top: 60px;
		height: initial;
		border-radius: 0 0 3px 3px;
		overflow: hidden;
		-webkit-box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
		box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
		transition: top 0.3s;
	}

	.navbar {
		position: initial !important;
	}
	.navbar LI {
		width: 100%;
		padding-top: 0;
		float: left;
		height: auto;
	}	
	.navbar LI A.topcat {
		max-width: initial;
	}	
	
	.navbar LI:hover A.topcat {
		color: #127D1F;
	}
	.navbar > LI > UL > LI > A {
		padding: 3% 0 1% 0 !important;
		width: 100%;
	}
	.navbar LI A {
		font-size: 16px;
		line-height: 37px;
		color: #ffffff;
		width: 100%;
		border-top: 1px solid #78C382;
	}
	.navbar > LI > A {
		border-radius: 0;
		margin-top: 0;
	}
	.navbar LI:hover UL {
		transition: all 0.1s;
		position: relative;
		top: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		z-index: 1000;
		display: inline-block;
		padding-right: 40px;
		background-color: #ffffff;
		box-shadow: none;
		padding-left: 0px;
		white-space: nowrap;
		width: 100%;
		border: 0
	}
	.navbar LI:hover UL LI A {
		font-size: 16px;
		line-height: 35px;
		border: 0;
	}
	.navbar LI UL LI DIV A {
		font-size: 14px;
		padding-left: 35px;
	}	
	.navbar LI A.topcat {
		max-width: initial;
	}
	.navbar LI UL LI {
		height: auto;
		float: left;
	}
	LI UL LI .ebene3 {
		display: none !important;
	}
	 
}		
@media (max-width:780px) {
	.rahmen_oben .logo {
		float: none;
		margin: 0;
		background: url(media/images/layout/logo-elcompra-180.png) 0 0 no-repeat;
		background-size: contain;
		width: 180px;
		height: 60px;
	}
	.rahmen_oben .slogan {
		float: right;
	}
	
	.rahmen_oben .icons {
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100%;
		width: calc(100% - 60px);
	}
	.suche {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 400px;
	}
    div#navigation {
        top: -10px;
    }
	.rahmen_center_suche {
		height: initial;
	}
	#basketinfo {
		font-size: 14px;
		right: 7px;
		width: 38%;
		line-height: 1.1;
	}
	
	.col2 {
		width: 100%;
		max-width: 520px;
	}
	.col3 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
		display: block;
	}
	.footer_2  {
		text-align: center;
	}
	a.catbutton {
		width: 30.33%;
	}
	.whatsapp {
		display: block;
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 12px 8px;
		font-size: 15px;
		float: left;
	}
	.box_produkt_detail {
		padding-top: 30px;
	}
	.footer_1 .content {
		font-size: 14px;
		text-align: left;
	}
	.footer_1 a {
		line-height: 1.5;
	}
	.footer_2 .content {
		font-size: 20px;
		line-height: 1.3;
	}
	.float_right {
		margin-left: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.rahmen_mitte .float_right .submit_button {
		width: 100%;
	}
	.boxm2_headline_simple {
		display: none;
	}
	#hinweis {
		padding: 10% 3%!important;
	}
}

@media (max-width:664px) {	

/* Produktliste */	

	.produktbox {
		width: auto;
		margin-bottom: 2%;
		margin-right: 0;
		height: auto;
		float: none;
		padding-bottom: 80px;
	}	
	.produktbox p, .produktbox h3 {
		font-size: 15px;
		line-height: 17px;
	}
	
	.col2 {
		width: 100% !important;
		margin-right: 0;
		min-width: initial;
	}
	a.catbutton {
		width: 47%;
	}
	.boxm .headline {
		line-height: 30px;
		font-size: 24px;
	}
	.boxm h1.headline {
		line-height: 30px;
		font-size: 26px;
		float: left;
		padding-bottom: 5px;
		width: 100%;
	}
	.itemspec {
		position: relative;
		right: initial;
		top: initial;
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.itemspec img {
		margin-left: 0;
		margin-right: 5px;
	}
	.box_produkt_detail {
		margin: 0px 0px 10px 0px;
	}
	.box_produkt_detail .normalbild {
		margin: 0;
		width: calc(96% - 2px);
	}
	.box_produkt_detail .info {
		width: calc(100% - 2px);
		margin-top: 15px;
	}
}

@media (max-width:370px) {
	.rahmen_oben .logo {
		width: 140px;
		height: 50px;
	}
	.rahmen_oben .icon {
		padding: 8px;
		width: 30px;
		height: 30px;
	}
	.rahmen_center_top  #navigation {
		top: 60px;
	}
	.top_middle {
		padding: 0 0 5px 0;
	}
	.suche {
		margin-top: 5px;
	}
	.navigation {
		width: 60px;
		height: 50px;
	}
	.hamburger {
		padding: 5px;
	}
	.slogan li {
		line-height: 1.1;
	}
}

@media (max-width:1024px) {
.produktdetail .box_left {
    width: 98%;
    max-width: initial;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
	}
.produktdetail .box_right {
    width: 98%;
	}
}

/* Produktvideos */
.youtube {
    float: left;
    width: 32.5%;
    margin-right: 1%;
}
.youtube:nth-child(3) {
	margin-right: 0;
}



