		/*--Produkt infobild-------------*/

img {
	border-radius: unset;
}

a.info {margin-left: 0rem;
		position:relative;
		z-index:1;
		background-color:; 
		color:; 
		text-decoration:none;
 } 

a.info:hover {
		z-index:2;
		background-color:;
		color:#000;
 } 

a.info span {display: none;} 

a.info:hover span{ 
		display:block;
		position:absolute; 
		top:-4.5rem;
		left: 8.5rem;
		height:;
		width:204px;
		border:0.1rem solid rgb(0,0,0); 
		background-color: rgb(255,255,255);
		color:#000; 
		text-align: center;
		padding: 0.2rem 0.2rem 0rem 0.2rem;
		font-size: 1rem;
		/*line-height: 2.5rem;
		display:table-cell
		vertical-align: top;
		vertical-align: text-top;*/
}

/*.infotext {vertical-align: 10px;
vertical-align: super;
border:0.1rem solid rgb(0,0,0);}

.produkt_info {border:0.1rem solid rgb(0,200,0);}*/

/*--------------Warenkorb---------------*/
.korb_leer {font-size: 1.5rem;
			margin-top: 2rem;}
			
.kurz {width: 3rem;}

td {border: 0rem solid rgb(86, 0, 51);}

.korb {margin-left: 20%;
		margin-right: 50%;	
}

.double_underline {border-bottom: double 3px #000000;}

.feld { font-size: 1.2rem;
	   font-weight: 200;
	   padding: 0.2rem;
		height: 2rem;
		width: 90%;
		margin-left: 3%;
		margin-right: 5%;
		border: 0rem solid #560033;
		border-bottom: 0.2rem solid rgb(86, 0, 51);
		}

.adr {border: 0rem solid rgb(86, 0, 51);}

.text {
	font-family:arial;
	height: 5rem;
		border: 0.2rem solid rgb(86, 0, 51);
		margin-bottom: -1rem;
		overflow: hidden;
		}

.leer { visibility: hidden;  
		height: 0;
		z-index: 1000; 
		border: 0rem solid rgb(86, 0, 51);
}

.formsend {	
			font-size: 1.3rem;
	   font-weight: 300;
	   text-align: center;
			line-height: 2rem;
			width: 100%;
			border: 0rem;
			border-radius: 0rem 0rem 0.6rem 0.6rem;
			margin: 0rem 0.5rem 0rem 0rem;
			background: rgb(255,200,100);
			
}

.formsend:hover { box-shadow: 0rem -0.1rem 0.5rem 0rem rgb(155,50,100) inset;}

.warenkorbleer {font-size: 1.5rem;
	   font-weight: 400;
	   text-align: center;
			line-height: 5rem;
			padding-top: 1.5rem;
			}

.bestellung {border: 0.2rem solid rgb(86, 0, 51);}

.fehlerform {color:red;}