/* 
colors:

dog:		orange: rgb(255,108,0);

human: 	red: #e9423c or #e64442

horse:	orange: #b78500;
				grün: #2c3e1e

*/


.cms-home .breadcrumbs{
	display: none;
}

	.action.primary {
		background: #b78500;
		border-color: #b78500;
	}
	.action.primary:hover,  .action.primary:focus {
		background: rgb(0,28,75);
		border-color: rgb(0,28,75);
	}


	.fancy-listing li:before {
		color: #b78500;
	}
	.cart-discount .block .content .input-text {
		border-color: #009fe3;
	}
	.cart-discount .actions-toolbar .action.primary {
		background: #009fe3;
		border: 1px solid #009fe3;
	}


.hero-element {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0abbef+0,0578aa+100 */
	background: #2c3e1e; /* Old browsers */
	background: -moz-linear-gradient(left, #2c3e1e 0%, #55733e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2c3e1e 0%,#55733e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2c3e1e 0%,#55733e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e1e', endColorstr='#55733e',GradientType=1 ); /* IE6-9 */
	padding: 0;
}

.products-bottom a {
    color: #b78500;    
}

@media screen and (min-width: 768px) {

	/*body:not(.cms-home) .page-wrapper:before {
    	background-image: url(/media/wysiwyg/Subpage-BG-horse.jpg) !important;
        background-clip: border-box;
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;        
    }*/

	.navigation .level0:hover > .level-top, .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
		color: #009fe3;
	}
	/*.header.panel > .header.links > li > a,
	.header.panel > .header.links > li > a:visited{
		color: #fff;
		font-weight: 400;
	}
	.page-header .panel.wrapper {
		background: #2c3e1e;
		color: #fff;
		font-weight: 400;
	}*/
	
	.header.panel > .header.links > li > a:hover {
		color: #009fe3;
	}
	.frontpage_product_description h4 {
		color: #009fe3;
	}
	
	.hero-element .hero-element-inner p {
		font-size: 21px;
		line-height: 1.4;
		font-weight: 300;
	}
	
	.cms-home-header{
		background-position: center 10%;
		background-repeat: no-repeat;
	}
	
	
}

@media screen and (min-width: 768px){

	.cms-home-header .inner-content h1, .cms-home-header .inner-content h2 {
    	font-size: 24px;
	}
	.cms-home-header .inner-content li {
		font-size: 24px;
		font-weight: 300;
		margin-bottom: 0;
	}
}


.pps_cta,
.pps_cta:visited{
	background: #b78500;
}
.pps_cta:hover{
	background: #002d55;
}

.action.primary {
	background: #b78500;
	border-color: #b78500;
}

.pps_item a.product-img .savings {
    background: #b78500;
}

.cart-discount .block .content .input-text{
	border-color: #b78500;
}
.cart-discount .actions-toolbar .action.primary{
	background: #b78500;
	color: #fff;
	border: 1px solid rgb(235,103,17);
}

.fancy-listing li:before,

.frontpage_product_description h4,

.navigation .level0:hover > .level-top,
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top,

.header.panel > .header.links > li > a:hover{
	color: #b78500;
}


.copyright{
	background: #293400;	
}

table.vc-table-plugin-theme-classic tr td:nth-child(2n), 
table.vc-table-plugin-theme-classic tr td:nth-child(3n) {
    text-align:right
}
table.vc-table-plugin-theme-classic tr.vc-th td {
    background-color: #f1e2ab;
}