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


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

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

/* Individuelles Styling
ENDE -----------------------------------*/
/* karte
_____________________________*/

#map { height: 70%; }

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

.leaflet-popup-content-wrapper {
    color:#690 !important;
    border-radius: 4px!important;
}

.leaflet-popup-content-wrapper p {
    color:#690 !important;
    margin: 0.5em 0 !important;
}

.popup-title {
    border-bottom: 1px solid rgb(150,150,150);
    margin-bottom: 0.2em;
    font-weight: bold;
    text-align: center;
   
}

/* karte
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 {
 
  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 _____________________________*/





/* Etappen Section
-------------------------------- */



.etappen-item {
	margin-top:1.5em;
	margin-bottom:1.5em;	
	
	padding:0;
	border: 10px solid transparent;
}

/* Etappen Section
ENDE -------------------------------- */

/* Zwischenbilder
-------------------------------- */
#zwischen-bild-1 {
  background: url(../images/grenzweg/intro-ring.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 {
	  background-attachment: fixed;
	  } 
 
}


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

#produkte {
	background-color:#F8F8F8;
}

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


/* 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 _____________________________*/


/* Download
-------------------------------- */


.hoehen-profil {
	margin-bottom:2em;	
}

#download img {
	width: 100%;
	max-width:1200px;
	margin:auto;
	display:table;
}

.download-eq {	
	min-height:200px;
}

.gpx-track {
	background-color:#666;	
	margin-top:2em;
}
.gpx-track h2 {
color:#fff !important;
}

@media (max-width:991px) {
	.gpx-track {
		padding-top:1em;	
}
}

/* Download
ENDE -------------------------------- */




 
.carousel p {
	
	color:#fff;	
}

.carousel span {
	
	color:#fff;	
}

.h-profil {
	max-width: 1200px !important;	
	
}