/* CSS */

.leistungen-box {
	background-color:#BCE4F6;
	border:1px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
}
.leistungen-box:focus,
.leistungen-box:hover {
	background-color:#284A57;
}

.leistungen-box a {
	padding:20px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

.leistungen-box.nav-selected,
.leistungen-box.nav-path-selected {
	background-color:#284A57;
}