﻿/*@font-face { font-family: Microgramma D OT;
	src: url('../font/Microgramma-D-OT-Medium-Extended.ttf.ttf')   format('truetype');
}*/

@font-face {
	font-family: 'Microgramma D OT';
	src: url('../font/Microgramma-D-OT-Medium-Extended.eot');
	src: local('☺'), url('../font/Microgramma-D-OT-Medium-Extended.woff') format('woff'), 
	url('../font/Microgramma-D-OT-Medium-Extended.ttf') format('truetype'), 
	url('../font/Microgramma-D-OT-Medium-Extended.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body{
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 15px;    
	margin: 0;
}

h1, h2, h3, h4{
	font-family: Microgramma D OT, arial;	
  letter-spacing: 1px;
}

h1{
	color: #FFB800;
	font-size: 24px;
}

h2, .product .title, .product .subtitle, .warenkorb-overview .product-title{
	color: #456C67;
	font-size: 18px;
	font-family: Microgramma D OT, arial;
}

a {
	color: #FCB800;
	text-decoration: none;
}

a:focus, a:hover {
	color: #FF9B2E;
	text-decoration: underline;
}

.header {
	height: 190px;
	background: url(../img/corn-bg.jpg) repeat-x bottom;
	border-bottom: 5px solid #FCB800;
	margin-bottom: 20px;
	position: relative;
}

.logo-img{
	/*height: 110px;*/
	margin-top: 45px;
	/*max-width: 100%;*/
	background: rgba(255, 255, 255, .75);
	height: 80px;
    /*margin-top: 0px;*/    
	margin-bottom: 35px;

}

.product{
	border: 2px solid #D8E0DF;
	margin-bottom: 30px;
	background: white;
}

.img-container img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.img-container {
	text-align: center;
	padding: 10px;
	height: 100px;
	width: 100px;
	border: 2px solid #D8E0DF;
  background: #F1F1F2;
}

.product .img-container {
	text-align: center;
	padding: 10px;
	height: 150px;
	width: auto;
	border: 0;
	border-bottom: 2px solid #D8E0DF;
  background: #F1F1F2;
}

.product .product-img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}

.product .title{
	font-size: 15px;
}

.product .title, .product .subtitle, .product .description, .product .price{
	padding: 0 10px;
}

.product .info{
	margin-top: 10px;
	background: #1E8DA2;
}

.product .price{
	display: block;
	padding: 6px 10px;
	color: white;
}

.warenkorb {
    background: #EDAC03;
    padding: 10px 10px 0 10px;
    color: white;
}

.warenkorb .product-count {
	width: 70px;
}

.warenkorb-contacts .product-count {
	width: auto;
}

.warenkorb .table td {
	vertical-align: top;
	padding: 5px 5px;
	border-top: 1px solid white;
	/*border-bottom: 1px solid #FFCD72;*/
}

.warenkorb .heading {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: Microgramma D OT, arial;
}

.warenkorb .table-container {
  margin: 0 -10px;
}

.warenkorb table {
	margin-top: 10px;
	margin-bottom: 0;
}

.warenkorb .summary td {
    background: #F1F1F2;
    color: #6B6B6B;
    border-bottom: 2px solid #D8E0DF;
}
.warenkorb .price-total-title, .warenkorb .price-total{
	font-weight: bold;
}

.form-control, .btn, select, textarea {
	border-radius: 0;
}

.checkingbox {
	width: 30px;
	height: 30px;
	background: #E2E2E2;
	float: left;
	margin: -5px 10px 15px 0;
}
 
.sorting-control.active>.checkingbox {
	background: url(../img/filter_active.png) no-repeat;
}

.sorting-control{
	cursor: pointer;
}

.sorting-control.active{
	color: #EFA82C;
}

.btn{
	font-family: Microgramma D OT, arial;
}

.btn-xs, .btn-sm{
	font-family: Arial;
}

.btn-primary {
    color: #fff;
    background-color: #FCB800;
    border-color: #EAA118;

}


.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #FFB800;
	border-color: #CE8D16;
}

.warenkorb-btn {
    background-color: #EDAC03;
    margin-bottom: 15px;
}

.warenkorb-btn.active, .warenkorb-btn.focus, .warenkorb-btn:active, .warenkorb-btn:focus, .warenkorb-btn:hover {
	background-color: #DA6F12;
}


.product-count .product-count-modify{
	float: left;
	height: 34px;
	border: 1px solid #CCCCCC;
	border-left: 0;
	width: 15px;
}

.product-count > input{
	width: 25px;
	float: left;
	padding: 6px 2px;
	text-align: center;
}

.product-price, .price-total{
	text-align: right;
	width: 75px;
}

.product-count .product-count-modify{
	float: left;
	height: 34px;
	border: 1px solid #CCCCCC;
	border-left: 0;
  border: 0;
	width: 20px;
	padding: 0px 5px;
}

.product-count .product-count-modify .btn{
	height: 50%;
	width: 100%;
	padding: 0px;
	float: left;
	clear: both;
	border: 0;
	color: white;
  background: transparent;
}

.product-count .product-count-delete {
	float: left;
	padding: 6px 0;
	border-left: 0;
	border: 0;
	background: transparent;
	color: white;
}

.warenkorb-overview .total-value {
    width: 95px;
}

.product-count .product-count-modify .btn:hover, .product-count .product-count-delete:hover {
	color: rgba(255, 255, 255, 0.6);
}

.warenkorb-overview .product-count .product-count-modify .btn, .warenkorb-overview .product-count .product-count-delete{
	color: #6D6D6D;
}

.warenkorb-overview .product-count .product-count-modify .btn:hover, .warenkorb-overview .product-count .product-count-delete:hover{
	color: rgba(109, 109, 109, 0.6);
}

.warenkorb-overview tr:hover td {
	background: #F7F7F7;
	background: whitesmoke;
}

.warenkorb-overview .summary-total td, .warenkorb-overview .summary-total:hover td  {
	background: #1E8DA2;    
  color: white;
}

.warenkorb-overview .price-total {
	background: #1E8DA2;
	font-size: 18px;
}

.warenkorb-overview .price-total-title {  
  font-size: 18px;
	text-align: right;
}

.warenkorb-overview .summary-presum td, .warenkorb-overview .summary-presum:hover td, .warenkorb-overview .summary-delivery td,  .warenkorb-overview:hover .summary-delivery td{
	background: #18616F;
	font-size: 14px;
	color: white;
}

.form-row{
	margin-bottom: 10px;
}

label{
	font-weight: normal;
}

.inline-block{
	display: inline-block;
}

.inline{
	display: inline;
}

.block{
	display: block;
}

th {
    font-weight: normal;
    color: #9E9E9E;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error, .parsley-error label  {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required { display: block; line-height:120%; padding:0.5em;}

.footer {
    padding: 40px 0;
    background: #E4E4E4;
    margin-top: 30px;
		
    border-top: 1px solid silver;
}

.tool-tip {
	position: absolute;
    z-index: 100;
    width: 110px;
    background: rgba(32, 181, 65, 0.9);
    padding: 10px;
    font-size: 13px;
    right: 14px;
    top: -56px;
    color: #fff;
    height: 56px;
    text-align: center;
}

#breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
		background: rgba(255, 255, 255, 0.5);		
}

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    font-size: 12px;
}

.breadcrumb a {
    color: #191919;
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb>.active {
    color: #191919;
    font-weight: bold;
}

.breadcrumb>li+li:before {
    color: #191919;    
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
		content: "\e080";
    font-size: 8px;
}

@media screen and (max-width:767px){ 
	.warenkorb-wrap {
    position: fixed;
		z-index: 200;
    width: 100%;
    left: 0;
    top: 90px;
	top: 130px;
    padding: 0;
		text-align: center;
	}
	
	.header {
    height: 90px;
	height: 130px;
    margin-bottom: 60px;
		position: fixed;
		z-index: 200;
		top: 0;
		width: 100%;
		background-position: top;
	}
	
	body{
		padding-top: 150px;
	}
	
	.logo-img {
    margin-top: 5px;
    max-width: 100%;
    max-height: 70px;
	}
	
	.index-page .header + .container {
		margin-top: 40px;
	}
}
