body
{	
    margin:0;
    padding:0;	
    font-size:90%; 
/*    color:#34733C;*/
    font-family: arial, helvetica,sans-serif;    
 }
/*##################### GENERAL STYLES #####################*/
img{border:none;}
.leftAlign{text-align:left;}
.centered{text-align:center}
.darkBg{background: #dfdfdf;padding:5px;}
.lightBg{background: #eee; padding:5px;}
.darkBlueBg{background: #336;color:#fff;}
.pads{padding:5px;}
.boldTxt{font-weight:bold;}
.redText{color: #f00;font-weight:bold;}
.greenText{color: #2dcb89;font-weight:bold;}
.okButton{background: transparent url('../images/ok.png') no-repeat left;}
.clearFix{clear:both;}
.fa{color: #33cc99 !important;}
@media only screen and (max-width: 768px) {
   h1{font-size: 1.6rem;} 
   h2{font-size: 1.4rem;} 
   h3{font-size: 1.3rem;} 
   h4,h5{font-size: 1.3rem;} 
}
/*a.inputStyle{border:3px double #333;background:#ece9db; padding:4px 4px; text-decoration:none; color:#34733C;font-weight:bold;}*/
.button,a.button,a.inputStyle
{
   -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
   -moz-border-radius: 3px; /* FF1-3.6 */
   border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; 
   background-clip: padding-box;
   border: 1px solid #2dcb89;
   background-color:#2dcb89;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#33cc99), to(#2dcb89)); /* Saf4+, Chrome */
   background-image: -webkit-linear-gradient(top, #33cc99, #2dcb89); /* Chrome 10+, Saf5.1+, iOS 5+ */
   background-image: -moz-linear-gradient(top, #33cc99, #2dcb89); /* FF3.6 */
   background-image: -ms-linear-gradient(top, #33cc99, #2dcb89); /* IE10 */
   background-image: -o-linear-gradient(top, #33cc99, #2dcb89); /* Opera 11.10+ */
   background-image: linear-gradient(to bottom, #33cc99, #2dcb89);       
   color:#fff;
   padding: 10px 15px;
   cursor:pointer;
   font-weight: normal;
   text-transform: uppercase;
   font-size: 0.9rem !important;
}
a.button,a.inputStyle{text-decoration: none;padding: 5px 15px;}
input.button:hover,a.button:hover,a.inputStyle:hover
{
    background-color:#fefefe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fefefe)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fefefe, #fefefe); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fefefe, #fefefe); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fefefe, #fefefe); /* IE10 */
    background-image: -o-linear-gradient(top, #fefefe, #fefefe); /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #fefefe, #fefefe); 
    color: #007bff;    
    
}
form input.button,a.button,a.inputStyle{font-size:1.0em;}
a.close-button,input.close-button{
    background-color:#eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fff, #eee); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fff, #eee); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fff, #eee); /* IE10 */
    background-image: -o-linear-gradient(top, #fff, #eee); /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #fff, #eee);
    color: #777;
    border: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
}
a.close-button:hover,input.close-button:hover{
    background-color:#ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fff, #ddd); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fff, #ddd); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fff, #ddd); /* IE10 */
    background-image: -o-linear-gradient(top, #fff, #ddd); /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #fff, #ddd);
}

.errorMessage,.message{border:2px solid #f00;text-align:center;width:80%;padding:4px; margin: 5px auto;}
.message{border:2px solid #00f;}
.alert{text-align: center;}
h1,h2{text-align:center; font-weight: bold; color:#2dcb89;}
h4,h3{margin:10px 0;color:#2dcb89; font-weight: bold;}
h4{color:#2dcb89;}
.nextButton{text-align: right;}
.backButton{text-align: left;}
.invisible{display: none;}
.visible{display: inline-block;}
em.go4Q{font-style: normal; color: #EF7E18;}
table.fullWidth{width:100%; border-collapse: collapse;}
table.fullWidth tr td{padding: 5px;}
table caption{font-weight:bold;margin:10px 0; font-size:1.1em; caption-side: top;}
table.data{margin: 10px; border-collapse: collapse;}
table.halfWidth{width:50%; margin: 10px auto;}
table.data caption{border-bottom: 1px solid #ddd;}
table.data tr th,table.data tr td{padding: 5px}
table.data tr {border-bottom: 1px dotted #fff;}
table.data tr.first{border-top: 1px dotted #ddd;}
table td.prop{font-weight:bold; background: #dfdfdf;padding:5px;}
table td.propValue{padding:5px 5px 5px 10px; background: #eee}

fieldset 
{
    margin:2px;
    padding: 5px;
    border:1px solid #bbb;
}
fieldset p,form.accountActivationForm table tr
{
    margin:0 0 5px 0;
    padding:5px;
    border:1px solid #bbb;
    background:#eee;
}
fieldset p.noBg,form.accountActivationForm table tr.noBg {background: none; border:none; margin:8px 0 2px 0;}
fieldset legend 
{
    background-color: #eee;
    margin: 0 0 10px 0;
    padding:5px;
    border-style:solid;
    border-width:1px;
    border-color:#FFF #AAA #666 #FFF;
    font-size: 1.0rem;
}
label,legend {font-weight:bold;}
input, textarea, select{border:3px double #fff;	/*margin:5px 0 5px 0;*/}
input.error, textarea.error, select.error{border:1px solid #f00;}
input,select{color:#34733C;}
.form-control{font-size: inherit;}
/*input.button{padding: 4px;}*/
#wrapper
{
    text-align:left;
    font-size:1.0em;
    color:#888;
    /*width:1100px;*/
    margin:0 auto 0 auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
div#header{
    /*background: #eee url('../images/header_bg.gif') repeat-x bottom;*/
    padding: 8px 2px;
}
div#header h1{margin: 0; padding: 0; text-align: left;}

/*################## CONTENT #####################*/
div#content{padding: 4px; background: #eee;}
div#content div.productDetails{height: 100%;}
p.buttons{text-align: center;}
p.buttons span{margin-right:20px;}

@media(max-width: 768px) {
    p.buttons span.block-item{margin-bottom:15px; margin-top: 8px; display: block;}
}
div.registerNotice{
    background: #fff; 
    padding:5px; 
    margin-top: 2px; 
    text-align: center;
    min-height: 210px;
/*    -webkit-border-radius: 5px;  Saf3-4, iOS 1-3.2, Android ≤1.6 
   -moz-border-radius: 5px;  FF1-3.6 
    border-radius: 5px;  Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    border: 1px solid #eee;*/
}
div.registerNotice p.boldTxt{
   font-size: 1.1em;
   margin-bottom: 2.0rem;
}
@media all and (max-width : 768px) {
    div.registerNotice{min-height: initial;}
    div#header h1{font-size: 1.6rem;}
}
div#content div.contentBorder
{
    background: #fff; 
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
   -moz-border-radius: 5px; /* FF1-3.6 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    border: 1px solid #eee;
    /*width:100%;*/
    padding: 4px;
    margin-bottom: 5px;
}

div#content div.contentBorder h2,div#content div.contentBorder h1{margin: 4px;}

/*############## USER REGISTRATION #################*/
form#signupForm label,form.accountActivationForm label{display:block;margin-bottom: 5px;}
form#signupForm input#vorname,form#signupForm input#nachname,form#signupForm input#strasse,form#signupForm input#email{width:100%;}
form#signupForm p.agbContainer label,form#signupForm table tr.agbContainer td label{display: inline; margin: 0;} 
form#signupForm p.agbContainer .checkBoxWrap, form#signupForm table tr.agbContainer td .checkBoxWrap{float: left; width: 3%;}
form#signupForm p.agbContainer .acceptNotice, form#signupForm table tr.agbContainer td .acceptNotice{float: left; width:96%;}
@media(max-width: 768px) {
    form#signupForm p.agbContainer .checkBoxWrap, form#signupForm table tr.agbContainer td .checkBoxWrap{float: left; width: 10%;}
    form#signupForm p.agbContainer .acceptNotice, form#signupForm table tr.agbContainer td .acceptNotice{float: left; width:90%;}
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
}

form#signupForm label.myCheckbox input{width:20px; height: 20px;}

ul.paymentMethods
{
    list-style-type: none;
    margin:0;
    padding:0;
    
}
ul.paymentMethods li
{
    background-color: #fff; 
    /*color: #000;*/
    border: 2px solid #ddd;
    margin-bottom: 4px;
    font-size: 1.3em;
    text-align: center;
}
ul.paymentMethods li a{display: block; padding: 5px;}
ul.paymentMethods li:hover{ background-color: #ccc;}
form input.mediumWidth{width:220px;}
form#loginData input#email,form#loginData input#pass{width:90%;}
.payment-methods-wrap{padding-left: 15px; padding-right: 15px; }
.payment-method{
    background-color: #fefefe;
    padding: 10px;
}
.payment-method:hover,.product:hover,.retailer:hover{background-color: #eee !important;}
.payment-method p.card-name{margin-bottom: 5px;}
form input.smallWidth{width:100px;}

.product p.action-quantity{margin-top: 10px; margin-bottom: 5px;}
.product p.product-price{font-size: 1.0rem; color: #2dcb89; font-weight: bold; margin-bottom: 5px;}
.product p.product-validity{margin-top: 5px; margin-bottom: 5px;}

.img-container {
  position: relative;
  width: 100%; /* The size you want */
}
.img-container:after {
  content: "";
  display: block;
  padding-bottom: 50%;  /*The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square*/
}

.img-container img {
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
}


/*table tr td.agbContainer span{display:inline-block; margin-left:10px;}*/

/** HOW IT WORKS **/
.how-it-works-wrap{
    
}
.price-sec{}
.how-it-works{padding-top: 25px;}
.prices {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
}
.how-it-works .prices{
    background-color: #fff;
}

.price-info:hover .prices,
.prices.active {
    -webkit-box-shadow: 1px 2px 16px 2px #d8d8d8;
    -moz-box-shadow: 1px 2px 16px 2px #d8d8d8;
    box-shadow: 1px 2px 16px 2px #d8d8d8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;    
}

.prices-top {
    position: absolute;
    top: -18%;
    left: 34%;
}

.prices-top h3 {
    font-size: 30px;
    text-shadow: 0 2px 12px rgba(12, 12, 12, 0.28);
    background: #2DCB89;
    /*background: #e74a4d;*/
    width: 90px;
    height: 90px;
    line-height: 2.9;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color:#fff;
}

.price-info:hover .prices-top h3 {
    box-shadow: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.prices-bottom ul{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.prices-bottom ul li {
    font-size: 16px;
    color: #656161;
    list-style: none;
    margin: 12px 0;
}

.prices-bottom h4 {
    font-size: 26px;
/*    color: #000;*/
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    letter-spacing: 1px;
    font-weight: 700;
}
.how-it-works .prices-bottom h4{
    font-size: 22px;
}

.how-it-works .prices-bottom .min-height{
    min-height: 134px;
}

.retailer-header-wrap .address p{
    margin-bottom: 5px;
}

footer{}
footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer ul li{
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 8px;
}
footer a{color: #777 !important;}
footer p.copy-right{text-align: left !important;}

@media all and (max-width : 768px) {
   .how-it-works .prices{margin-bottom: 30px;}
   .how-it-works .prices-bottom .min-height{min-height:initial;}
   footer ul{
        padding-left: 10px;
        text-align: center;
    }
    footer p.copy-right{text-align: center !important;}
}

div.agb{font-size: 0.9rem;}
div.agb h1#agb_header{font-size: 1.5rem;}
div.agb h2{margin-top: 5px; margin-bottom:5px; font-size: 1.2rem; text-align: left;}
div.agb div.section p,div.agb div.agbDate p{margin: 5px 0 0 0; font-size: 0.9rem;}
div.agb div.agbDate p span{font-weight: bold;}
div.agb ul,div.agb ol{font-size:1.1em;}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}