@charset "UTF-8";

/*************  clearfix  **********************/

img {
  border: none;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

html, body, div, table, tr, td, span, p, button {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: Lucida Sans, Arial, Sans serif;
}

body {
        background-color:#000;
}

body.normal {
  background-color: #000; /* Old browsers */
  /* background: -moz-linear-gradient(top,  #626262 0%, #383838 100%); FF3.6+ */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626262), color-stop(100%,#383838)); /* Chrome,Safari4+ */
  /* background: -webkit-linear-gradient(top,  #626262 0%,#383838 100%); /* Chrome10+,Safari5.1+ */
  /* background: -o-linear-gradient(top,  #626262 0%,#383838 100%); /* Opera 11.10+ */
  /* background: -ms-linear-gradient(top,  #626262 0%,#383838 100%); /* IE10+ */
  /* background: linear-gradient(to bottom,  #626262 0%,#383838 100%); /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
}

a {
  color: #DBA520;
  text-decoration: underline;
  /*font-weight: bold;*/
}

a:hover {
 color: #DBA520;
    /* Firefox */
    -moz-transition: all 300ms ease-in;
    /* WebKit */
    -webkit-transition: all 300ms ease-in;
    /* Opera */
    -o-transition: all 300ms ease-in;
    /* Standard */
    transition: all 300ms ease-in;
}

a.imp {
        color:#000;
}
#close {
  position: absolute;
  bottom: 2px;
  right: 2px;
}



/* part header */
#header {
  top: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 85px;
  padding: 0;
  height: 800px;
}

#header_wrapper {
  padding: 0;
  margin: 0 auto;
  width: 630px;
  height: 85px;
  position: relative;
}


#logo {
  left: 0px;
  margin-top:250px;
}

#head_center {
    margin-left: -100px;
    float: right;
}

#head_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 150px;
  height: 85px;
  text-align: right;
}

#social {
  clear: both;
  margin-top: 30px;
}

/* part header end */

top_wrapper {
  margin: 10px auto 0 auto;
  width: 900px;
  height: auto;
  position: relative;
  padding: 15px;
  z-index: 110;
}

/* content boxen */

#content_bg_start {
  position: absolute;
  left: 50%;
  width: 900px;
  margin-left: -465px;
  margin-top: 340px;
  height: 30px;
  padding: 15px;
  z-index: -1;
}

#content_wrapper {
  margin: 0 auto 0 auto;
  width: 900px;
  height: auto;
  position: relative;
  padding: 15px 15px 40px 15px;
  display: block;
}

.content {
  position: relative;
  /*-webkit-box-shadow:  2px 2px 3px 3px rgba(100, 0, 0, 0.5);
  box-shadow:  2px 2px 3px 3px rgba(100, 0, 0, 0.5);

  border-radius: 10px;
  -webkit-border-radius: 10px;
  */
  width: 830px;
  margin: auto;
  z-index: auto;
  padding-bottom: 30px;
}


/* content boxen end */

h4 {
  background-color: #2c620c;
  padding: 5px;
  color: white;
  width: 170px;
  font-size: 12px;
  text-align: center;
}

div.pack {
  position: absolute;
  top: 20px;
  right: 20px;
}

#image-slider {
    margin: 12px auto 12px auto;
    width: 828px;
    height: 368px;
    padding: 0px;
    z-index: 10;
    position: relative;
}

#slider img {
    /*border: 1px solid #cbcbcb;*/
}


/* Bild boxen Start */

div.box_container {
  z-index: auto;
  display: table;
  margin: 20px auto 0 auto;
  clear: both;
}

.boxes {
  margin-left: 28px;
  padding:  0px;
  float: left;
  -webkit-box-shadow:  2px 2px 5px 2px rgba(23, 23, 23, 0.3);
  box-shadow:  2px 2px 5px 2px rgba(23, 23, 23, 0.3);
  z-index: 10;
  background: url(../layout/gradient.png);
  background-repeat: repeat-x;
  background-position: bottom;

}

.boxes:first-child {
  margin-left: 0px;
  margin-right: 2px;
}

.boxes span {
   color: #317000;
   font-weight: bold;
   padding-top: 4px;
   margin-right: 4px;
   display: inline-table;
}

.boxes img {
    margin: 20px 12px 5px 12px;
}
.box_text {
    margin: 5px 10px 10px 10px;
    font-size: 13px;
}
.box_text a{
    margin-top: 5px;
    margin-bottom: 3px;
    display:  inline-table;
}
.boxes .greenhead {
  background: #317000; /* Old browsers */
  background: -moz-linear-gradient(top, #317000 0%, #275900 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#317000), color-stop(100%,#275900)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #317000 0%,#275900 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #317000 0%,#275900 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #317000 0%,#275900 100%); /* IE10+ */
  background: linear-gradient(to bottom, #317000 0%,#275900 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317000', endColorstr='#275900',GradientType=0 ); /* IE6-9 */
  height: 25px;
  color: white;
  text-align: center;
}

.boxes .greenhead span {
    clear: left;
    color: white;
    padding-top: 4px;
    display: block;
    margin: auto;
    font-size: 13px;
    font-weight: normal;
}

/* Bild boxen end */

div.quality {
  margin-bottom: 20px;
  background-image: url(../layout/box_bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  float: left;
  width: 400px;
  padding: 10px 0px 20px 0px;
  padding-top: 12px !important;
  border: 1px solid #d4d4d4;
  font-size: 1.0em;

}

div.right {
  float: right;
  width: 358px;
  padding: 3px 20px 15px 20px;
  padding-top: 1px !important;
  position: relative;
}

div.right h2 {
    text-align: center;
    font-size: 1.4em;
    margin-left: 30px;
    margin-bottom: 2px;
}

div.quality img.btn_shop {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div.quality img.gift {
  position: absolute;
  top: 10px;
  left: 20px;
}

div.quality .image:first-child {
    border: 0;
    text-align: center;
}

div.quality .image {
  border-left: 1px solid #a4b993;
  float: left;
  text-align: center;
  margin-left: -1px;
  width: 50%;
}

input.button {
  background: #619516; /* Old browsers */
  background: -moz-linear-gradient(top,  #619516 0%, #357100 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#619516), color-stop(100%,#357100)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #619516 0%,#357100 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #619516 0%,#357100 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #619516 0%,#357100 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #619516 0%,#357100 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#619516', endColorstr='#357100',GradientType=0 ); /* IE6-9 */
  color: white;
  padding: 4px 20px;
  border: 0;
  font-family: Lucida Sans, Arial, Sans serif;
  font-size: 1.1em;

}

#info_wrapper {
    margin: 0 auto 0 auto;
    width: 900px;
    padding: 0 15px 0 15px;
    background: white;
}

#info {
    margin: 0 auto 0 auto;
    width: 828px;
    padding: 0px;
    position: relative;
    z-index: 10;
    background: white;
}

#order_now {
  position: absolute;
  right: -18px;
  top: 40px;
  z-index: 10;
}

#package {
  position: absolute;
  right: 30px;
  top: 45px;
  z-index: 9;
}

#content_container {
  margin: 0 auto 0 auto;
  width: 830px;
  padding: 15px;
  vertical-align: top;
}

.marginTop {
  margin-top: -14px;
}

h2 {
  color: #387303;
  font-size: 1.5em;
  font-weight: normal;
}

h3 {
  color: #387303;
  font-size: 1.2em;
  font-weight: normal;
}

/* navigation */

#navi {
  width: 100%;
  background-image: url(../layout/navi_bg.png);
  background-repeat: repeat-x;
  height: 31px;
}

#navi_wrapper {
    margin: 0px auto 0 auto;
    width: 900px;
    padding: 0;
    display: table;
}

div.navigation {
  list-style-type: none;
  height: 32px;
  margin-top: 0px;
  margin-top: 0px !important;
  padding: 0px;
  text-align: center;
  width: auto;
  display: table;
  margin: auto;
}

div.navigation li {
  list-style-type: none;
  text-transform: uppercase;
  float: left;
  color: white;
  width: auto;
  height: 25px;
  margin: 1px 0 0 0;
  padding: 5px 17px 0 17px;
  white-space: nowrap;
  text-align: center;
  display: table-cell;
  font-size: 1.0em;
    /* Firefox */
    -moz-transition: all 200ms ease-in;
    /* WebKit */
    -webkit-transition: all 200ms ease-in;
    /* Opera */
    -o-transition: all 200ms ease-in;
    /* Standard */
    transition: all 200ms ease-in;
}

div.navigation li:hover {
  background-image: url(../layout/navi_l.png);
  background: #2c620c;
    /* Firefox */
    -moz-transition: all 300ms ease-in;
    /* WebKit */
    -webkit-transition: all 300ms ease-in;
    /* Opera */
    -o-transition: all 300ms ease-in;
    /* Standard */
    transition: all 300ms ease-in;
}

div.navigation li.active {
    background: #2c620c;
}


/* navigation end */


.main-content {
  position: relative;
  /*-webkit-box-shadow:  2px 2px 3px 3px rgba(100, 0, 0, 0.5);
  box-shadow:  2px 2px 3px 3px rgba(100, 0, 0, 0.5);

  border-radius: 10px;
  -webkit-border-radius: 10px;
  */
  width: 900px;
  margin: 12px auto;
  z-index: auto;
}



.content ul li {
  list-style-image: url(../layout/list_point.png);
  font-size: 13px;
  width: 60%;
  padding-left: 5px;
  padding-bottom: 6px;
}

.content ul.spec_list li {
  list-style-image: url(../layout/list_point.png);
  font-size: 13px;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 6px;
}

.content ul.faq li {
  list-style: decimal;
  color: #327200;
  margin-bottom: 10px;
}

span.faq_content {
  display: block;
  margin-right: 80px;
  position: relative;
}

span.faq_content img.topper {
  position: absolute;
  right: -80px;
  bottom: 0px;
  cursor: pointer;
  opacity: 0.5;
}

span.faq_content span {
  font-size: 1em;
}

span.faq_content b {
  display: block;
  margin: 20px 0 4px 0;
  color: #2c620c;
}

.content {
  font-size: 13px;
}

.content p {
  margin: 10px 0 2px 0;
  font-weight: bold;
  color: black;
}

.content p.ingreds {
  font-weight: normal;
  margin-bottom: 15px;
  color: #6A6A6A;
  position: relative;
  padding-bottom: 10px;
  margin-right: 80px;
}

.content p.ingreds b {
  color: #2c620c;
  margin-bottom: -30px;
  display: block;
 }

p.ingreds img.topper {
  position: absolute;
  right: -80px;
  bottom: 0px;
  cursor: pointer;
  opacity: 0.5;
}

p.ingreds ul.spec_list li {
  list-style-image: url(../layout/list_point.png);
  font-size: 13px;
  padding-left: 25px;
  padding-bottom: 5px;
}
ul.spec_list{margin-top:-10px; margin-bottom:20px;}

p.bottom {
  margin: 10px 0 15px 0;
  font-weight: normal;
  color: #6a6a6a;
}

/* part footer */

#footer_wrapper {
  width: 100%;
  display: block;
  margin-top: 20px;
}

#footer {
  margin: 0 auto 0 auto;
  width: 900px;
  display: block;
  text-align: center;
  padding: 0 auto;
}


#footer ul {
  float: left;
  list-style-type: none;
  border-left: 1px solid #969696;
  margin: 0 9px 20px 9px;
  height:90px;
  list-style-position: inside;
}
#footer ul div {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
 }

#footer ul:first-child {
  border-left: 0;
  margin-left: -1px;
}

#footer li:first-child {
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 8px;
  font-size:13px;
}

#footer ul li {
  margin-left: -14px;
  margin-bottom: 4px;
  list-style-type: none;
  text-align: left;
  list-style-position: inside;
  color: #969696;
  font-size: 11px;
}



#footer_wrapper a {
  color: #6a6a6a !important;
  text-decoration: none;
    /* Firefox */
    -moz-transition: all 300ms ease-in;
    /* WebKit */
    -webkit-transition: all 300ms ease-in;
    /* Opera */
    -o-transition: all 300ms ease-in;
    /* Standard */
    transition: all 300ms ease-in;
}

#footer_wrapper a:hover {
  color: #555555 !important;
  text-decoration: underline;
    /* Firefox */
    -moz-transition: all 300ms ease-in;
    /* WebKit */
    -webkit-transition: all 300ms ease-in;
    /* Opera */
    -o-transition: all 300ms ease-in;
    /* Standard */
    transition: all 300ms ease-in;
}

div.footer_add {
  margin: 10px auto 20px auto;
  clear: left;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}

div.footer_add a.footer {
  text-decoration: underline;
  font-weight: bold;
}

/* part footer end */


div.edit_content {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 9px;
}

div.special1 {
  position: absolute;
  top: 2px;
  left: 585px;
  font-size: 9px;
  z-index: 10;
}

div.special2 {
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 9px;
  z-index: 11;
}

div.edit_content img {
  vertical-align: middle;
}



div.banner {
  float: left;
  width: 207px;
  margin: 2px 5px 2px 0;
  border: 1px solid grey;
  height: 150px;
  overflow: hidden;
  padding: 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

div.banner img {
  height: 140px;
}

div.clear_float {
  clear: both;
  position: relative;
  display: table;
}

.message {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
  height: auto;
  color: #666666;
  margin-left: -125px;
  padding: 5px;
  display: none;
  position: absolute;
  top: 2px;
  left: 50%;
  text-align: center;
  z-index: 100;
}

.error {
  border: 1px dotted red;
  background-color: #EED0D0;
  color: red;
  margin: 10px 0 0 0;
  padding: 10px;
}

.success {
  border: 1px double green;
  background-color: #C9FFB7;
  color: green;
  padding: 7px;
}
/*
#blind_wrapper {
  appearance: dialog;
  height: 100%;
  width: 100%;
  background-color: #999999;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#blind_wrapper iframe {
  z-index: 11;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
  width: 900px;
  height: 500px;
  margin: 0 auto 0 auto;
}
*/

.lang_sel {
  float: right  ;
}

.lang_sel img {
    margin-right: 5px;
}

input.button {
  cursor: pointer;
}

/*Metatag STUFF*/

#metatags {
  border: 1px solid grey;
  background-color: #EEEEEE;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 30px 8px 0px;
  height: auto;
  min-width: 500px;
  width: auto;
  z-index: 100;
  position: absolute;
  top: 60px;
  margin-left: -505px;
  -webkit-box-shadow:  2px 2px 7px 1px rgba(100, 0, 0);
  box-shadow:  2px 2px 7px 1px rgba(100, 0, 0);
}

#open_close {
  z-index: auto;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}

#add {
  z-index: auto;
  position: absolute;
  bottom: 3px;
  right: 3px;
  cursor: pointer;
  display: none;
}

table.metatable {
    width: 430px;
}

table.metatable tr td {
  padding: 0 5px;
}

tr.edit_tr {
    background-color: #ffffff;
}

tr.odd {
    background-color: #EEEEEE;
}

.lable_text {
    width: 400px; height: 50px;
}

.editbox {
  display: none;
  width: 400px; height: 50px;
  border: 1px solid red;
}

.editbox_new {
  width: 300px; height: 50px;
  border: 1px solid red;
}

#business_login {
  position: absolute;
  top: 63px;
  right: 5px;
}

#business_login a {
  color: #acacac;
  text-decoration: none;
  font-size: 0.8em;
}

div.business_boxes {
  float: left;
  margin-right: 25px;
}

#tooltip {
	position:absolute;
	background:#2f6d00;
	padding:5px 5px;
	color:#fff;
	display:none;
    font-size: 11px;
    max-width: 300px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(100, 100, 100, 0.3);
    box-shadow: 2px 2px 2px 1px rgba(100, 100, 100, 0.3);
}

#tooltip span {
  color: #ec6e31;
  font-size: 11px;
}

button.shop {
    background-image: url(../layout/shop_btn_bg.png);
    padding: 2px 10px;
    margin-top: 10px;
    color: white;
    border: transparent;
    cursor: pointer;
    display: block;
}

div.clear {
  clear: both;
}

/* list testimonials */

span.header {
    background-image: url(../layout/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 20px;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    display: block;
}

div.comments {
  margin: 10px 0 20px 0;
}

/* testimonials end*/

div.prod_details {
  margin: 5px 50px 30px 50px;
  font-size: 13px;
  position: relative;
}

div.prod_details p.price {
  position: absolute;
  left: 35%;
  bottom: -25px;
}

div.prod_details p.price {
  color: #367113;
  font-size: 1.9em;
  font-weight: bold;
  margin-left: -30px;
}

div.prod_details p.price span {
  font-size: 13px;
  font-weight: normal;
}
p.price{
  font-size: 13px;
  
  font-family:Arial, Helvetica, sans-serif;}

img.pack_shop {
  position: absolute;
  right: 65px;
  top: 110px;
}

img.mi_corner {
  position: absolute;
  right: -4px;
  top: -5px;
}

div.impressum {
  margin: 30px;
  padding-bottom: 30px;
}

div.impressum ul li {
  list-style-image: url(../layout/list_point.png);
  font-size: 13px;
  margin-bottom: 4px;
}

div.impressum p {
    font-size: 13px;
    margin: 2px 10px 10px 0;
}


/* testimonials */

#form_header {
  font-size: 13px;
  width: 700px;
  margin: 10px auto;
  padding: 20px;
}

#testi_form {
  font-size: 13px;
  width: 700px;
  margin: 10px auto;
  border: 1px solid #959595;
  padding: 10px 20px 20px 20px;
}

#testi_form span {
  font-size: 1em;
  color: #367113;
}

#testi_form input.txt {
  margin: 3px;
  border: 1px solid #cccccc;
  width: 280px;
  height: 25px;
}

#testi_form textarea {
  margin: 3px;
  border: 1px solid #cccccc;
  width: 320px;
  height: 205px;
}


#testi_form p {
  margin: 10px 3px 3px 3px;
  width: 49%;
  float: left;
}

#testi_form label {
  width: 270px;
  display: block;
  margin-top: 8px;
}

#ReLaunch {
        margin-left: 130px;
        font-size: 16pt;
}
/* testimonials END */
