body {
	font-family: 'Roboto';
	background-image: linear-gradient(to bottom right, rgba(27,179,148,.1), white);
	color:rgba(42,50,66,1);
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
	color:rgba(42,50,66,1);
	//font-weight: normal;
	//font-size: 2.5rem;
}

a {
	color:rgba(27,179,148,1);
}

a:hover {
	color:rgba(27,179,148,1);
}

.bergsee {
	color:rgba(27,179,148,1);
}

.green {
	color:#48b75b;
}

.orange {
	color:rgba(255,153,0,1);
}

small {
	color:#b5b5b5;
}

small a{
	color:rgba(27,179,148,.50);	
}

small a:hover{
	color:rgba(27,179,148,.50);	
}

footer {
	color: rgb(108, 117, 125);
}

footer a {
	color: rgb(108, 117, 125);
}

footer a:hover {
	color: rgb(108, 117, 125);
}

footer img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}