nav ul a,
nav .brand-logo {
	color: white;/*#444*/
}

p {
	line-height: 2rem;
	font-size:1.2em;
}
footer p{
	font-size:1em;
}

.sidenav-trigger {
	color: #26a69a;
}

footer.page-footer {
	margin: 0;
}
.page-footer{
	background: #f46d4b;
}
.stroke{
	/*-webkit-text-stroke: 1px white;
	font-weight: 500;*/
	/* Quelle: https://css-tricks.com/text-stroke-stuck-middle/ */
	-moz-text-fill-color: #616161;
	-webkit-text-fill-color: #616161;
	-moz-text-stroke-color: white;
	-webkit-text-stroke-color: white;
	-moz-text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
	font-weight: 600!important;
}
.btn{
	background: #f46d4b;
	color:white!important;
}
.btn:hover{
	background: rgb(227,105,79);
}