header {
    background-color: rgb(226,30,45);
}

.link-aktiv {
    text-decoration: underline;
    color: rgba(255,255,255,.8);
}

.nav-link:hover {
    color: rgba(255,255,255,.7);
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb a {
    color: rgb(10,10,10);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}


.pep-breadcrumb {
    padding: .5rem 1rem;
    margin-bottom: 2rem;
}

.funktionen-wrapper {
    padding-top: 1.5rem;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}