
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../layout/material-icons.woff2') format('woff2');

}




	#anzahl {margin: 0 auto; text-align:center;   box-shadow: 5px 5px 7px #000;
  margin-bottom:10px;}

	




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


.product {

	  border-sizing: border-box;
}

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

}

.product-image img {  padding:1px; background:#7f030d;  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: #7f030d;
  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 { font-size:18px; border: 1px solid #333; background:#eee; padding:2px; margin-top:3px; margin-bottom:3px; box-sizing: border-box;font-family: NotoSans;}



input[name="firma"],input[name="lfirma"] {box-sizing: border-box;width:100%;}
select[name="anrede"],select[name="lanrede"] {box-sizing: border-box;width:20%;}
input[name="vorname"],input[name="lvorname"]{box-sizing: border-box;width:40%;}
input[name="nachname"],input[name="lnachname"]{box-sizing: border-box;width:40%;}
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%;}
select[name="land"],select[name="lland"],input[name="telefon"],input[name="ltelefon"],input[name="email"],input[name="lemail"] {box-sizing:border-box; width:100%;}

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 { background:#7f030d; color:#fff;box-sizing: border-box;}

input:focus:invalid + label::before { border: 1px solid red !important; background:#aa4444 !important; transition:all 1s;}


.zahlungsarten {display:inline-block;}

label {
	cursor:pointer;
 	background:#ddd;
	color:#7f030d;
	display: flex;align-items: center;	justify-content: flex-start;

}

label:hover {
  background:#7f030d;
  color:#fff;
		transition:all 1s;
}

input[type="radio"],input[type="checkbox"] {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 0em;
  background:transparent;
  color:transparent;
	height:0px; width:0px;
}



input[type='radio']:checked + label::before,
input[type='checkbox']:checked + label::before,
input[type='radio']:not(:checked) + label::before,
input[type='checkbox']:not(:checked) + label::before{
    content:'';
    display:inline-block;
    width: 24px;
    height:24px;


    position: relative;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);   
	cursor:pointer; 
}
input[type='radio']:hover  + label::before,input[type="checkbox"] + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
  	cursor:pointer;
	transition:all 1s;
}
input[type='radio']:checked  + label::before, input[type='checkbox']:checked  + label::before {
  background:#7f030d;

  border: 2px solid #e0d399;
}








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




/* ~~~~~~~~~~~~~ Buttons ~~~~~~~~~~~~~~~~~~~ */
#jetztbestellen {display:inline-block;  position:relative; float:right;}

.button {
	
	font-family: NotoSans;
	background:#7f030d;
	color:#fbefb6;
	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;
}

.button:hover {
	color:#7f030d;
	background:#fbefb6;
		transition: all 1s;
			border: thin solid #7f030d;
}
.button:hover .buttonicons { color:#7f030d; 	transition: all 1s;}

.buttonicons {
	  font-family: 'Material Icons';
	  font-size:40px;
	  color:#fbefb6;
	  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:#fbefb6;
	  background:#7f030d;
	  transition: all 1s;
	  border-radius:80px;

	  z-index:99998;
}

.buttonwk:hover {

	transition: 1s all;
	  background:#fbefb6;
	  color:#7f030d;
	  transition: all 1s;
	  	outline: thin solid #000;
}

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

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





/* ~~~~~~~~~~ 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;
}
#warenkorbinhalt1 {display:block; margin:0 auto; }
#warenkorbinhalt2 {display:block; margin:0 auto;}
#warenkorbinhalt3 {display:block; margin:0 auto;}
#warenkorbinhalt4 {display:none;  margin:0 auto; }
#warenkorbinhalt5 {position:fixed; top:20px; right:20px; cursor:pointer; z-index:55555; background:#7f030d;  transition: all 1s;  border-radius:80px; height:80px; width:80px;}
#warenkorbinhalt5:hover  {color:#7f030d; background:#fbefb6; transition: all 1s;  }
#warenkorbinhalt5:hover  svg{fill:#7f030d; transition: all 1s;  }
#warenkorbinhalt5 p {font-size:14px; line-height:0.98;}