/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#wrapper{
	background-color:rgba(207,222,230,1);
}
#header .header-nav {
	background-color:rgba(207,222,230,1);
}
#footer .footer-container {
	background-color:rgba(207,222,230,1);
}

/* Fähnchen Neu mit anderer Farbe*/
li.product-flag.new {
	background-color:indianred;
}


#products .product-description {
	width:100% !important;
}
.featured-products .product-description {
	width:100% !important;
}

.featured-products .highlighted-informations {
	width:100% !important;
}

/* ipad portrait */
@media only screen and (max-width: 768px) and (max-device-width: 768px) and (orientation: portrait)
{
	div.product {
		min-width:280px !important;
	}
	
	div.block-categories > ul.category-top-menu > li > a.text-uppercase.h6 {
		font-size:0.7rem;
	}
}

/* Korrektur seit 4.7.8 */
#search_widget {
  overflow: inherit;
}
