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


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

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

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

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

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

a.link-gruen {
	border-bottom: none;
	color:#969;
	font-style:normal;	
}

#mehr-wandernadel {
    background-color: rgba(251,251,251,1.00);
}

/* 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:#969 !important;
}


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

/* intro 
ENDE _____________________________*/


#stempel-liste h2 {
    text-align: center;
}

/* Werbung-Wanderführer
_____________________________*/

#wanderfuehrer {
	background-color:#F8F8F8;
}

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

.btn-produkt:hover {

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

/* Werbung-Wanderführer
ENDE_____________________________*/

/* Werbung-Karte 
_____________________________*/

.footer-anzeige {
	background-color:#CCC !important;	
}

.titel-werbung ul {
		list-style-type:square;
	padding-left: 20px;
	margin-bottom:1em;	
}

.titel-werbung h2 {
	margin-top: 0;	
}

.image-cover {
	max-width:200px;

	margin:0 auto;	
	margin-bottom:2em;
}
 
.titel-werbung {
	max-width:1000px;
	margin:0 auto;

}

/* Werbung-Karte 
ENDE _____________________________*/


/* karte
_____________________________*/

#map { height: 70%; }

.leaflet-tile-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* karte
ENDE_____________________________*/






/* Werbung
_____________________________*/

#produkte {
	background-color:#FDFDFD;
}

/* Werbung
ENDE _____________________________*/



#zwischen-bild-1 {
   background: url("../images/stempelstellen/stempel-touren-karte.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/hexenstieg/intro-hexen-stieg-karte-rucksack.jpg) no-repeat center bottom; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}


#zwischen-bild-3 {
  background: url(../images/hexenstieg/intro-wanderer.jpg) no-repeat center bottom; 
  -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, #zwischen-bild-3, #zwischen-bild-4, #zwischen-bild-5, #zwischen-bild-draussen {
	  background-attachment: fixed;
	  } 
 
}




#Reiseanbieter {
	background-color:#F8F8F8;
}


/*-----
Karte ------------------*/

.leaflet-popup-content p {
    color: #666;
}