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


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

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

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

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





a.link-blau {
	border-bottom: none;
	color:#069;
	font-style:normal;	
	font-weight:bold;
}

footer a {
	color:#fff;	
}

.spacer-regionen {
	
	height:5px;
	background-color:#969;
	width: 70px;
	margin: auto;	
	margin-top:0.8em;
	margin-bottom:2em;
}



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

/* home
_____________________________*/


.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 {
 
  background-color:#F7F7F7;
  
  background-image:url(../images/intro-hintergrund/bg-hoehenlinien.jpg);


}

#home h2 {
 text-align:center;
}

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


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





/* home 
ENDE _____________________________*/

/*zwischen-bilder
--------------------------------------*/

#zwischen-bild-1 {
  background: url(../images/wandern/intro-Schild-und-Wanderer.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/wandern/intro-Admiral-auf-Sommerflieder.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}

/*zwischen-bilder
ENDE --------------------------------------*/

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


/* gallery 
_______________________*/



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

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


/* gallery 
ENDE_______________________*/


.bg-hell li {
	color:#666;
	list-style-type:circle;
	margin-top:0.4em;
}

.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;
	
}