@charset "UTF-8";

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

h1 {
    color:rgb(242, 185, 14); 
    text-shadow:none

}

li {
	color:#666;	
}

ul.ausstattung {
	list-style-type:square;
	margin-left:1em;
}

ul.ausstattung li {
	margin-top: 0.5em;
}

ul.fernwanderwege {
		margin-left:1em;
		list-style-type:circle;
		 -webkit-column-rule: 0px;
     -moz-column-rule: 0px;
          column-rule: 0px;	
}

.divider {
	border-bottom: 2px solid #999;	
	margin: 2em 0 1em 0;
}


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

.produkt-intro {
    
    max-width: 300px !important;
}

#zwischen-bild-1 {
   background: url("../images/kartoguide-app/app-kartoguide-karte.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#download {
    background-color: #EEEDED;
}