html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body{
	background-color: #e0dfde;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a {
	color: #acd328;
}
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color:#4c3d2f   ;
}



/* Hilfs classes==========================================================================
   Hilfs classes
   ========================================================================== */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #;
    color: #000;
}

/**
 * macht text größer.
 */
.lead {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10%;
}

/* Typography==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: #4c3d2f;
    font-family: 'Oswald';
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;font-family: 'Oswald', serif;
    margin-bottom: 5px;
    color: #4c3d2f;
}

h3 {
    font-size: 1.17em;
    margin: 0.4em 0 0.4em;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}


/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

.textright{
	text-align: right;
}
.oswald{
font-family: 'Oswald';
font-size:16px;
margin-right: 15px;
padding-top: 20px;
float: left;

}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

@font-face {
  font-family: 'entypo';
  src: url('./font/entypo.eot');
  src: url('./font/entypo.woff') format('woff'),
       url('./font/entypo.ttf') format('truetype'),
       url('./font/entypo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
   


 /* ==========================================================================
  Buttons 
   ========================================================================== */
   
   .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
}

.btn-large {
    font-size: 17.5px;
    padding: 11px 19px;
}

.btn-success {
    background-color: #5BB75B;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}   
   
/*Layout ==================      */   
 .container{
	background: #fdfdfd;
	padding-bottom: 20px;
}
 .inhalt{
	width: 820px;
	margin: 0 auto ;	
	
}
 
  
.green{
	background: #690;
	position: relative;
}
.muted {
    color: #999999;
    float: left;
} 
.footer_bg{
	background: green;
}
 /*Menu*/
 .navbar-inner {
    background-color: transparent;
    border:none;
	width: 100%;
    padding-left: 0px;
    padding-right:0px;
}
.navbar {
    margin-bottom: 0px;
    overflow: visible;
    float: left;
    margin-left: 20px;
} 
.navbar .nav {
    display: block;
    float: left;
    left: 0;
    margin: 0 10px 0 0;
    position: relative;
  
}
 .navbar .nav > li a:focus{
color: #4a7042;
outline: none;
}
 .navbar .nav > li a {
    line-height: 71px;
    padding: 0 12px;
    font-size: 18px;
    color: #000;
    font-family: Arial;
    border-top: 3px solid  #acd328;
}
 
 .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color:transparent;
    color: #4a7042;
    text-decoration: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover{
    background-color: transparent;
    color: #4a7042;
    text-decoration: none;
    border-top: 3px solid #4a7042;
}

.tel{
	line-height: 73px;   padding: 0 12px 0px 25px;  color: #000;   font-size: 18px;
}

/*button zum aufklappen*/
.menuopen{
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}

a.open {width:40px; height:40px; text-indent:-9999px; display: block; cursor: pointer;}

a.open:before
{content:''; height:4px; width:32px; background:#fff; display:block; position:absolute; top:10px; left:10px; box-shadow:0 8px #fff, 0 16px #fff;-webkit-box-shadow:0 8px #fff, 0 16px #fff;-moz-box-shadow:0 8px #fff, 0 16px #fff; }



/* carousel*/
 #myCarousel{
border-bottom: 3px solid #ff9c00;	
}
  .carousel-control {
    background: transparent;
    border: none;

    font-size: 42px;
    font-weight: 100;
    height: 40px;
    left: 46% ;
    line-height: 30px;
    margin-top: 0px;
    opacity: 1;
    position: absolute;
    text-align: center;
  	top: 75%;
    width: 40px;
  	font-family: 'Lilita One', cursive;
}


}
 .carousel-control:focus{
	outline: none;
}


.carousel-caption {
    background: none;
    bottom: 25%;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;

}
 


 
#myCarousel_info{
margin-top: 30px;	
}
 
 #myCarousel_info .carousel-inner > .item {
  background-color: #4c3d2f;
	height: 220px;
}
#myCarousel_info .carousel-caption{
	padding: 0px;
	top: 0px;
	
}


 #myCarousel_info .carousel-caption h4{
    margin: 0 0 30px;
    font-family: Helvetica, serif;
    font-size: 20px;
    border-bottom: 1px solid #fff;
   	line-height: 48px;    
   	text-transform: uppercase;
   	font-weight: 200;
   	padding-top: 5px;
}

 #myCarousel_info p{
	
padding: 0 70px;	
}

#myCarousel_info .carousel-control {
	
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	color: #737373;
	line-height: 61px;
	top: 40%;
	 left: -28px;
	 opacity: 1;
	 font-size: 32px;
	
}  
 
#myCarousel_info .carousel-control.right {
    left: auto;
    right: -28px
}
#myCarousel_info .carousel-control:hover{
	opacity: 1;
	color: #4c3d2f ;
} 
.carousel-caption {
    background: none;
    bottom: 25%;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;

}
 
.carousel-caption h1 {

    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    color: #fff;
      text-shadow: 2px 2px 1px #000;
}
 
#myCarousel_info{
margin-top: 30px;	
}
 
 #myCarousel_info .carousel-inner > .item {
  background-color: #360;
	height: 250px;
}
#myCarousel_info .carousel-caption{
	padding: 30px;
	top: 0px;

    
    
}


 #myCarousel_info .carousel-caption h4{
    margin: 0 0 30px;
    font-family: Helvetica, serif;
    font-size: 20px;
    border-bottom: 1px solid #fff;
   	line-height: 48px;    
   	text-transform: uppercase;
   	font-weight: 200;
   	padding-top: 5px;
}

 #myCarousel_info p{
	
padding: 0 70px;	
}

 
/*Detailsseiten*/ 


.header_small_produkte{
	background: url(../images/produkte_header.jpg) no-repeat;
	height: 124px;
	width: 100%;
	margin-bottom: 20px;
}



.carousel-indicators li {
    background-color: rgba(255, 255, 255, 1);
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    text-indent: -999px;
    width: 15px;
    -webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;

    
}
.carousel-indicators .active{
	background-color:#acd328;
}





.nav-tabs {
    border-bottom: none;
    margin: 20px 0 0;
    width: 100%;
}
.nav-tabs > li{
	width: 33.2%;
	text-align: center;
}
.nav-tabs > li > a {
    border: none;
    line-height: 28px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 20px;
    font-family: 'Oswald', serif;
    background-color:#4c3d2f  ;
    color: #fff;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
	color:#4c3d2f ;
	outline: none;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #efefef;
    
    border: none;
   color: #4c3d2f;
       cursor: default;
}


.tab-content{
	height: 230px;background: #efefef ;
	padding-top: 20px;
	width: 815px;
	
}


.tab-pane{
	padding: 2% 5%;
}

/*Footer*/ 
 
 
.footer_bg{
	background: url(../images/footer.jpg) no-repeat;
	height: 150px;
    background-size: cover;
	padding-top: 80px;
	color: #000;
	margin-top: -15px;
}
 .footer_bg a{
	color: #000;
	text-decoration: none;	
}
 
footer_bg a:hover{
	text-decoration: none;
} 
 
#up{

 text-align: center;	
 padding-top: 50px;
    
  font-family: 'Lilita One', cursive;
}


#up a:focus, #up a:hover{
	outline: none;
	text-decoration: none;
	
}



 #up div {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
text-decoration: none;
font-size: 45px;
width: 20px;	
margin-left: 50%;
color: #518f18;
  
    
   
}




     
     
     
     
 #up2 div {
 
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
text-decoration: none;
font-size: 45px;
width: 20px;	
margin-left: 50%;
color: #518f18;    
   
}


#up2{

 text-align: center;	
 padding-top: 800px;
    
  font-family: 'Lilita One', cursive;
}

     
}
 
/* mittlere News*/
.mitte .span4{
	position: relative;
}

.mitte .span4 .mask{
	-moz-box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow:visible;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
  
    background-color: rgba(0, 0, 0, 0.5);    
}
.mitte .span4 .mask:hover{
	opacity: 1;
	
}

.mitte span{height:40px; width:40px; display:block; position:relative;} 


.demoSpan1{background:#fff;opacity: 0.7; 
top: -0px;left: 42.5%;  
 -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 10;
position: absolute;
}

.mitte .span4 .mask:hover > .demoSpan1{
top: 80px;
}


.demoSpan1:before, .demoSpan1:after{content:''; height:6px; width:28px; display:block; background: #000; position:absolute; top:17px; left:6px;opacity: 1;}

.demoSpan1:after{height:28px; width:6px; top:6px; left:17px;}
  
 .info{
	width: 100%;
	text-align: center;
	padding-top: 50%;
	color: #fff;
	font-family: Oswald, serif;
	font-size: 20px;
}
 .info a{
	color: #fff;
}.info a:hover{
	text-decoration: none;
}

.span8 ul {
  margin: 0 0 10px 15px;
}

.span7 ul {
  margin: 0 0 10px 15px
}

.span8 li {
  list-style-type: square;
}

.span7 li {
  list-style-type: square;
}

#rollrasen img {
  padding-top: 10px;
}
 
 #anker {
  line-height: 28px;
  margin-left: -15px;
 }

 #anker a {
  padding: 0 15px;
  font-size: 20px;
  color: #4c7243;
 } 

 #anker a:hover {
  color: #4c3d2f;
 }

 .border {
   border-right: 1px solid;
 }
  
 
  
  
  
  

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
	
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  



#myCarousel_info .carousel-control {
    background: none repeat scroll 0 0  #e0dfde;
    border-radius: 100px;
    color: #737373;
    font-size: 32px;
    height: 60px;
    left: -28px;
    line-height: 61px;
    opacity: 1;
    top: 40%;
    width: 60px;
}

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }
  
.tab-content{

	width: 100%;
	
}  
  
  
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
  .tab-content{

	width: 100%;
	
}  
  
}

/* Tablet
------------------------- */
@media (max-width: 768px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
 .inhalt{
	width: 724px;
}
   /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
  .tab-content{

	width: 100%;
	
}  
.tel{
padding: 0 12px 0 20px;	
    width: 40px;
}  
.navbar .nav > li a{
	padding: 0 5px;
}
.navbar {
	margin-left: 5px;
}

.carousel-control {
	left: 42%;
}
.carousel-control right{
	right: 42%;
}
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
.container{
	padding: 0 5px;
}

.muted{
	float: none;
}	
.navbar {
	margin-left: 0px; width: 100%;
	text-align: center;
	
}
.navbar-inner{

}
.navbar .nav  > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover {
    background-color: transparent;
    border-top: none;
    color: #000;
    background: #4a7042;
    text-decoration: none;
}


.navbar .nav > li {
    float: none;
}
.navbar .nav > li a:hover{
	border: none;
	background: #4a7042;
	color: #000;
}
.nav{
	width: 100%;
}
.navbar .nav > li a {
    border-top: none;
    color: #000;
    font-family: Arial;
    font-size: 24px;
    line-height: 40px;
    padding: 0 12px;
}
.menuopen {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}
 .collapse{
	display: none;}
.collapse.in{
	display:block; 
	
}
 .inhalt{
	width: 100%;padding: 0 0px;
}
  /* Change up some type stuff */
 #myCarousel_info .carousel-control:hover {color: #000 ; }
#myCarousel_info .carousel-control {
    background: none;
    border-radius: 100px;
    color: #fff;
    font-size: 32px;
    height: 60px;
    left: -20px;
    line-height: 61px;
    opacity: 1;
    top: 40%;
    width: 60px;
}  
  
#myCarousel_info .carousel-control.right {
    left: auto;
    right: -20px;
    }
  h2 small {
    display: block;
  }
#myCarousel{
	display: none;
}
#myCarousel_info .carousel-caption h4{
	border-bottom: none;
    font-family: Helvetica,serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    margin: 0 0 20px;
    padding-top: 5px;
    text-transform: uppercase;
}
#myCarousel_info p

{
	padding: 0 10px;
	
}
#myCarousel_info .carousel-inner > .item{
	height: 250px;
}
.footer_bg  .span4, .textright{
	text-align: center;
	
		margin: 0px;
}
h1{
	padding: 0 3px; font-size: 1.6em;
}
.span4 img{
	width: inherit;
}

.span4{
	margin-bottom: 10px;
}

body {
    padding-top: 0px;font-size: 105%;
  
    
   padding-left: 0px;
    padding-right: 0px;
  }
 
  /* Tighten up footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .tab-content{

	width: 100%;
	
} 
#anker {
    line-height: 38px;
    margin-left: 0;
    padding: 5px 0;
    background-color: #acd328;
    
}

#anker a{
	display: block;
	text-align: center;
	border-bottom: thin solid;


}
a#bam{
	border-bottom: none;
}

#up div {
  margin-bottom: 30px;
}

#up {
  padding-top: 10px;
}

        
    }

.infobox {
    float: left;
    width: 28%;
    margin-right: 5%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;


}

.infobox h3{
    position: absolute;
    margin-top: -180px;
    margin-left: 5%;
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    width: 100%;
    
}

.infobox img{
    width: 100%;
    margin-left: 5%;   
}


        
  
  
   
   
   
   
   
   
   
   
   
   