/* INFO ----------------------
This CSS is visually splitted by comments in following parts:
- Content-Modify
- Heady-Modify
- Footer-Modify
- BUGFIX FOR STANDARD MODULES
----------------------------  */

/* Custom Colors NOTES
cmc blue: #002851;
cmc brown: #944127;
*/

/* Content-Modify ------------------------------------------------------------------
---------------------------- START */


h1, h2, h3, h4, h5, h6 {
	color:#002851;
	text-transform: none; }
	
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color:#b5dbf1;
	text-transform: none; }

.text-muted {
	color:#944127;
	text-transform: none; }

/* Fix: Shop Order Breadcrumb START */
ul.wizard a.text-success { color:#aaa;}
ul.wizard li.text-primary { 
	background: #F1F6FC; /* Old browsers */
	background: -moz-linear-gradient(left, #e1f0fc 0%, #f1f6fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e1f0fc), color-stop(100%,#f1f6fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e1f0fc 0%,#f1f6fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e1f0fc 0%,#f1f6fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e1f0fc 0%,#f1f6fc 100%); /* IE10+ */
	background: linear-gradient(to right, #e1f0fc 0%,#f1f6fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f0fc', endColorstr='#f1f6fc',GradientType=1 ); /* IE6-9 */
}

/* Shop-Variants List */
div.js_product > ul.nav-stacked > li {
	margin:15px 0 15px;
}

/* Fix for images with colored background - for example on images of alternative-products */
img.shadow {
	background-color:white;
}

/* Headermodify ------------------------------------------------------------------
---------------------------- START */

.headertop {
	min-height:80px;
}

.navbar-default {
	background-color: #002851!important;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color:#1a5389;
}

 .navbar-default .navbar-nav > .active > a:hover {
	color:#aad8f5;
}

#companylogo { /* margin-top:15px;*/
	padding: 0 15px 0 0;}

/*div.navbar-header a.navbar-brand {display:none;}*/

#subnavigation > ul.nav > li > a { padding:0px 5px; margin-top:5px; font-size:13px;}

#subnavigation > ul.nav > li > a:focus, #subnavigation > ul.nav > li > a:hover { background-color:#eee!important;}


/* Footer-Modify ------------------------------------------------------------------
---------------------------- START */

#wrapwrap footer {
/*	color:#77777A;
	background-color:#F0F2F5; */
}

footer .container .pull-left {
	/*color:#77777A; */
}


footer a {
	/*color:#C70000!important;*/
}

footer a:hover {
	text-decoration:underline!important;
}

.copyrightfooter {
	margin: 12px auto 12px;
}

/* BUGFIX FOR STANDARD MODULES ------------------------------------------------------------------
---------------------------- START */

/* Fix: Headersize BLOG  START */
div.website_blog div#title {
	max-height:230px !important;
	min-height:230px !important;
}

div.website_blog #blog_angle_down {
	display:none!important;
}

.blog_title {
	top: auto!important;
}

div.website_blog div.cover_footer {
	min-height: 230px !important;
	height: 230px !important;
}

.blog_title h1, .cover {
	color:#1b2c4d!important;
}

.blog_title h2 {
	color:#954224!important;
}
/* Fix: Headersize  END */

/* Shop-Modify ----------------------
---------------------------- START */

.oe_product .oe_product_cart {
	background-color:white;
}

/* Shop-Modify ----------------------
---------------------------- END */

/* Fix: Searchbar  START */


/* Fix: Searchbar  END */



