.info-content-dark h2 {
	color: #fff;
}
.intro h2 {
	/* color: rgba(0,0,0,0.85); */
	font-weight: 400;
}
.intro h2 b {
	font-weight: 800;
}
.intro p {
	color: rgba(0,0,0,0.65);
}
#benefits h2 {
	color: #1ebbf0;
}
#services h2 {
	color: #d1177c;
}
#services {
	background: url('../img/bg.jpg') bottom center no-repeat;
	background-size: cover;
}
.imprint h4 {
	color: rgba(255,255,255,0.3);
}
.dropdown-menu {
	display: block;
	min-width: 100px !important;
}
.dropdown-item {
	display: block;
	padding: 5px 0;
}
#btn-erlenapp {
	background: url('/img/logo.erlenapp.png') 7px center no-repeat;
	background-color: #96c11f;
	background-color: rgba(11,142,54,0.3);
	padding-left: 60px;
	border: 1px solid #96c11f;
	margin-left: 5px;
}
#btn-erlenapp:hover {
	background-color: rgba(11,142,54,0.7);	
}