/* FRONTEND CSS
*********************************************/

#gh {
	background-color: #86AA11;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navi {
	margin-right: 50px;
	margin-top: 20px;
	
}

#bfSubmitButton {
	margin-left:  45%!important;
	float: none !important;
}


.navbar .navbar-nav > .active > a {
    color: #ffffff !important; 
}
.navbar {
	background-color:#86AA11;
}

#teaser {
	position:fixed;
	top:0px;
	right:20px;
	z-index:99999999;
}


.control-group {
	text-align:left;
}

.icon-bar {
	background-color:#FFF !important;
}


#gruen {
		background-color:		#86AA11;
		color:#FFF;
		padding-top:50px;
		padding-bottom:50px;
}


#grau {
		background-color:		#666;
		font-size:16px;
		color:#FFF;
		padding-top:50px;
		padding-bottom:50px;
}

.navbar .nav > li > a:hover { 
transition: all 300ms ease-in;
background-color:transparent; 
color:#fff; 
}

.navbar .nav > li > a:focus  { 
background-color:transparent; 
color:#fff; 
}

.navbar .nav > li > a:active  { 
background-color:transparent; 
color:#fff !important; 
}


.readmore {
	text-align:center;
}




.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		transition: all 300ms ease-in;

  background-color:#A2C435;
  background-image: none;
  filter: none;
  padding-left:30px;
  padding-right:10px;
}






.navbar li {
	display: inline!important;
	font-size:20px;
	text-transform:uppercase;
	
}

.hikashop_product_quantity_field {
	width:55px;
}

.rsseo_title {
	display:none;
}

.hikashop_checkout_cart_final_total{
	display:none;
}

.navbar li {
	display: inline!important;
}

.hikashop_product_price_full {
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
}



.control-label {
	width:150px;
	float:left;
	margin-right:20px;
}


.span4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
    width: 33.33333333333333%;
}



#fuss {
  	min-height:300px;
	padding-top:37px;
	font-size:13px;
	background-color:#5590BD;
	color:#FFF;
}

#fuss a{
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}


#kopf {
	box-shadow: 0px 0px 10px grey;
}



#meta {
	padding-top:15px;
}

#meta a {
	color:#888888;
	text-decoration:none;
}

#meta a:hover { 
color:#000; 
} 


#content a {
	color:
	#000;

}

#content {
	min-height:450px;
	padding-top:50px;
}

h1 { 
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; 
  font-size:55px;
  color:#86AA11;
  text-transform:uppercase;
  line-height:60px;
  letter-spacing:10pX;
}

h2 { 
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; 
  font-size:40px;
  color:#86AA11;
  text-transform:uppercase;
   letter-spacing:7pX;  
}

h3 { 
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; 
  font-size:20px;
  color:  #999;
  font-weight:bold;
}

h4 { 
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; 
  font-size:40px;
  color:#86AA11;
   letter-spacing:3pX;
}


hr {
	}

html {
  overflow-y: scroll;

}
body {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400; 

	color:#333333;
	font-size:20px;
}


img {
	max-width: 100%;
	height: auto;
}


/* change the URL to a picture of your choice - the higher quality the better! */
.business-header {
}

/* adjust the color and text shadow to optimize legibility once you have an image set - you can also change the vertical positioning if desired  */
.tagline {
	color: #fff;
	text-shadow: 0 0 10px #000;
}



.page-header {
	
	clear:both;

}



.pagenav {
	padding-right:10px;
}

.category-desc li {
     display: inline;
}

.items-leading li {
     display: inline;
}

.items-row cols-2 row-0 li  {
     display: inline;
}

.items-row cols-2 row-1 li  {
     display: inline;
}

.items-more li  {
     display: inline;
}

.pagination {
	padding-top:50px;
}

.pagination li  {
     display: inline;
}

.counter {
	color:#999;
}


/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {


}
/* Landscape phones and down */
@media (max-width: 480px) {

.span4 {
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
      float: left;
	  width:100%;
}
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

.span4 {
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
      float: left;
	  width:100%;
}

h1 { 
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; 
  font-size:35px;
  color:#86AA11;
  text-transform:uppercase;
  line-height:35px;
  letter-spacing:0pX;
}

	h2 { 
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; 
  font-size:25px;
  color:#86AA11;
  text-transform:uppercase;
   letter-spacing:1pX;  
}
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
.navbar .navbar-nav .dropdown-menu {
float:left;
}
.navbar .navbar-collapse .dropdown-menu{
text-align:left;
}

.nav {
    float: right;
    margin-top: 15px;
}

	h1 { 
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; 
  font-size:35px;
  color:#86AA11;
  text-transform:uppercase;
  line-height:35px;
  letter-spacing:0pX;
}
  
	
	h2 { 
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; 
  font-size:25px;
  color:#86AA11;
  text-transform:uppercase;
   letter-spacing:1pX;  
}
	
}
/* Large desktop */
@media (min-width: 1200px) {
	
	#ludwig {
		margin-right: 35px;
	
	}
	
	#bfQuickModeSection89968 {
margin-left: 10%;
margin-right: 10%;
		background-color: #EDEDED;
		padding: 30px;
}
	
.navbar .navbar-nav {
display: inline-block;
float: right;
}
.navbar .navbar-collapse {
text-align: center;
}
.navbar .navbar-nav .dropdown-menu {
float:left;
}
.navbar .navbar-collapse .dropdown-menu{
text-align:left;
}

.nav {
    float: right;
    margin-top: 15px;
}