/* Mehrzahl-Produktliste */
.get_products_header{ 
	line-height: 0.8em;}
.get_products_typ_header{ 
	width: 15%;
    font-weight: 600;}
.get_products_img_header{ 
	width: 12%;
    font-weight: 600;}
.get_products_pdf_header{ 
	width: 8%;
	font-weight: 600;}
.get_products_title_header{ 
    font-weight: 600;}	

.get_products{ 
	line-height: 1.3em; 
    margin: 0; }
.get_products_typ{ 
	width: 15%; }
.get_products_img{ 
	width: 12%; }
.get_products_pdf{ 
	width: 55%; }

/* Einzel-Produkt */
.get_product{ 
	line-height: 1.3em; 
    margin: 0; }
.get_product_head{
	width: 20%;
    font-weight: 600;}
.product_imagebox{ 
	width: 100%; 
    margin-bottom: 15px;}
.product_image{ 
	float:left; 
    margin: 0 20px 40px 0; }
.product_image img{ 
    border-radius: 5px;}
.product_pdf{ 
	float:left; 
    margin: 0 10px 40px 0; }
.img_product_pdf{ 
	width: 25%; }