/*
Theme Name: AlNiTo
Author: Thomas Schmidt
Author URI: http://www.alnito.de
Template: storefront
Description: AlNiTo Storefront
Version: 0.1
Text Domain: storefront
Tags: storefront
@import url("../storefront/style.css");
*/

/* =Definition der Farben
----------------------------------------------- */
:root {
  --spt-color: #c80000ff;
  --spt-background: #00000099;
  --spt-footer-top: #c80000ff;
  --spt-footer-bottom: #00000099;
  --spt-size: 1150px;
}
.storefront-breadcrumb {
    padding: 0 0;
    margin: 0 0 10px;
}
img.frontpic {
    height: 450px;
    width: 600px;
    display: block;
    margin: 0 auto;
}
.overviewpic {
    height: 150px;
    width: 200px;
    display: block;
    margin: 0 auto;
}

.storefront-breadcrumb  {
	visibility : hidden;
	padding: 0 0;
  margin: 0 0;
	height: 2px;
}
.site-info {
	visibility : hidden;
	height: 2px; 
	padding: 0;
}
table {
    margin: 0 0 0;
    width: 100%;
}
.site-main {
    margin-bottom: 0;
}
.hentry {
    margin: 0 0 0;
}
.single-product div.product form.cart {
    margin-bottom: 0;
}
.single-product div.product .product_meta {
	visibility : hidden;
 font-size: 0.875em;
 	padding: 0 0;
  margin: 0 0;
	height: 0px;
	border: 0;
}
@media (min-width: 768px) {
	.content-area, .widget-area {
    margin-bottom: 0;
	}
  .footer-widgets {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 10px;
	}
	.site-footer {
		padding: 10px 0 3.706325903em;
	}	
	.footer-widgets {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0;
}
}	