@charset "UTF-8";
/* CSS Document */

/* Individuelles Styling
-----------------------------------*/

.navbar {
	border-bottom:10px solid #690;	
}

.nav-aktiv {
	background-color:#690;	
}

.border-left {
	padding-left: 0.5em;
	border-left: 2px solid #690;
	
}

/* Individuelles Styling
ENDE -----------------------------------*/


/* intro 
_____________________________*/


.image-intro {
	max-width:300px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	border: 7px solid #fff;	
	margin: 0 auto;
	padding:2em;
}

#home, #produkte {
 
  background-color:#F7F7F7;
  
  
background-image:url(../images/intro-hintergrund/bg-hoehenlinien.jpg);

}

#home h2 {
 text-align:center;
}

h1 {
	border:none;
	margin-top:70px;
	color:#690 !important;
}


.img-logos {
	max-height:100px;	
}

/* intro 
ENDE _____________________________*/






/* Zwischenbilder
-------------------------------- */
#zwischen-bild-1 {
  background: url(../images/wanderwege/intro-baum-im-herbst.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}

#zwischen-bild-2 {
  background: url(../images/wanderwege/intro-wanderer.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}

  @media (min-width : 992px)  {
	  
	  #zwischen-bild-1,  #zwischen-bild-2 {
	  background-attachment: fixed;
	  } 
 
}


/* Zwischenbilder
ENDE -------------------------------- */





/* gallery 
_______________________*/



.carousel-indicators {
	bottom:-30px !important;	
}

.carousel-caption p, a.carousel-control {
	color:#fff;	
}


/* gallery 
ENDE_______________________*/


.btn-produkt {
	border:1px solid #690;
border-radius: 0px;
color:#fff !important;	
background-color:#690;
}

.btn-produkt:hover {

border:1px solid #666;
border-radius: 0px;
color:#fff !important;	
background-color:#666 !important;
cursor:pointer;
	
}
