



/* ~~~~~~~~~~~~~ Buttons ~~~~~~~~~~~~~~~~~~~ */


.button,input[type='submit'] {
	
	background:#26a73b;
	color:#fff;
	outline: thin solid #999;
	border: thin solid #ccc;
	padding:4px;
	cursor:pointer;
	border-radius:5px;
	transition: all 1s;
	  display: flex; 
  align-items: center;
  justify-content: center;
  width:auto;
  font-size:20px;
  max-width:490px;
}

.button:hover,input[type='submit']:hover {
	color:#26a73b;
	background:#fff;
		transition: all 1s;
			border: thin solid #26a73b;
}


.button:active,input[type='submit']:active {
  transform: scale(0.98);
}


.button:hover .buttonicons { color:#26a73b; 	transition: all 1s;}

.buttonicons {
	  font-family: 'Material Icons';
	  font-size:40px;
	  color:#fff;
	  transition: all 1s;
}

.buttonwk {
	cursor:pointer;
	position:fixed;
	top:14px;
	right:20px;
	padding:8px;
	transition: 1s all;
	  font-family: 'Material Icons';
	  font-size:70px;
	  color:#fff;
	  background:#26a73b;
	  transition: all 1s;
	  border-radius:80px;

	  z-index:99998;
}

.buttonwk:hover {

	transition: 1s all;
	  background:#fff;
	  color:#26a73b;
	  transition: all 1s;
	  	outline: thin solid #000;
}

.wkicons {
	  font-family: 'Material Icons';
	  font-size:30px;
	  color:#26a73b;
	  transition: all 1s;
	  cursor:pointer;
	  transition: 2s all; 
}

.wkicons:hover 	{transition: 2s all; color:rgba(200,100,100,0.99); transform: rotate(360deg);}

	




	
	
	
	
#shopping-cart {box-sizing: border-box; display:block;
transition:all 1s;}


.product {

	  border-sizing: border-box;
}

.product-image {
  float: left;
  width: 20%;
  border-sizing: border-box;

}

.product-image img {  padding:1px; background:#26a73b;  border-radius:12px; border-sizing: border-box; width:95%;}

.product-details {
  float: left;
  width: 37%;
}

.product-price {
  float: left;
  width: 12%;

}

.product-quantity {
  float: left;
  width: 10%;


}

.product-removal {
  float: left;
  width: 9%;

}

.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}


.group:before,  .column-labels:before, .product:before, .totals-item:before,
.group:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}

.group:after,  .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}

.group, .column-labels, .product, .totals-item {
  zoom: 1;
}


.product .product-price:after, .product .product-line-price:after, .totals-value:after {
  content: ' â‚¬';
}



.beschriftung {

}



/* Column headers */
.column-labels .beschriftung {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px;
}


.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;

}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  max-width: 140px;
  max-height: 140px;
}

@supports (-webkit-touch-callout: none) {
	.product .product-image img {
	width:150px; height:auto;
	}
}

.product .product-details .product-title {
  margin-right: 20px;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.1em;
  font-size:0.9em;
}
.product .product-quantity input {
  width: 54px;
  height:20px;
  background:#eee;
  font-size:1.2em;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  color: #26a73b;
  font-size: 12px;
  border-radius: 3px;
  transition: all 1s;
  height:20px;
  cursor:pointer;
}
.product .remove-product:hover {
   transition: all 1s;
}



/* Totals section */


.totals {
	 border-sizing: border-box;
}

.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  position:relative;

}
.totals .totals-item .beschriftung {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .totals-item-total {

height:auto;

}



/* Make adjustments for tablet */
@media screen and (max-width: 1200px) {


  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .product-price {
    clear: both;
    width: 88px;
	padding:2px;
  }

  .product-quantity {
    width: 120px;
  }
  .product-quantity input {
    margin-left: 20px;
  }

  .product-quantity:before {
    content: 'x';
  }

  .product-removal {
    width: auto;
  }

  .product-line-price {
    float: right;
    width: 90px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 550px) {
	
	#shopping-cart {width:85vw;}
	
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }

  .product .product-line-price:before {
    content: 'Artikelpreis: ';
  }

  .totals .totals-item .beschriftung {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}





.lieferungtxt {max-width:700px;}

#umbruch {display:block; }
#rechnungstxt,#zahlungstxt,.lieferungtxt {display:inline-block; vertical-align:top;}


input, select, textarea { font-size:18px; border: 1px solid #333; background:#eee; padding:2px; margin-top:3px; margin-bottom:3px; box-sizing: border-box;font-family: "Lucida", 'arial';  font-size: 18px;}



input[name="kundennummer"],input[name="lfirma"] {box-sizing: border-box;width:100%;}
input[name="name"]{box-sizing: border-box; width:100%;}
input[name="strasse"],input[name="lstrasse"] {box-sizing: border-box;width:70%;}
input[name="nr"],input[name="lnr"] {box-sizing: border-box;width:30%;}
input[name="plz"],input[name="lplz"] {box-sizing: border-box;width:30%;}
input[name="ort"],input[name="lort"] {box-sizing: border-box;width:70%;}
input[name="telefon"],input[name="email"] {box-sizing:border-box; width:100%;}
textarea[name="bemerkung"] {width:100%; height:80px;}

select:focus:invalid { border: 1px solid red; transition:all 1s;box-sizing: border-box;}
select:focus:valid { border: 1px solid grey; transition:all 1s;box-sizing: border-box;}

input:focus, select:focus, textarea:focus { transition:all 1s; background:#26a73b; color:#fff;box-sizing: border-box;}








.nichtsichtbar{display:none;}


#bittewarten
{
display: inline-block;
margin-left: 10px;
}




/* ~~~~~~~~~~ Warenkorbinhalt ~~~~~~~~~~~~~~~ */

#warenkorbinhalt0 {
position:fixed; top:0px; bottom:0px; right:-400px; border-left:1px solid #777; background:#fff; z-index:10; transition: all 2s;  box-shadow: 0 0 5px #333; z-index:99999; max-width:550px; margin-right:10px; padding:8px;

max-height: 100vh;
overflow-x: none;
overflow-y: auto;

}
