#page-header {
        position: relative;
        background: #4e4e4e;
}

#header-photo {
    height: 225px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
        background-color: #4e4e4e;
            -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4) inset;
                    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4) inset;
}
#header-left {
        padding-bottom: 20px;
}
.page-title {
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.breadcrumb {
    padding: 6px 10px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 0px;
    color: #ccc;
    font-weight: 400;
    text-transform: uppercase;
    background: rgba(52,52,52,0.5);
	width: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
}
.breadcrumb-item {
    display: inline;
}
.breadcrumb > a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #ccc;
}
.page-legend {
    display: inline-block;
    padding: 10px;
    background: rgba(52,52,52,0.5);
    min-height: 70px;
    min-width: 300px;
    max-width: 420px;
    border-left: #eaeaea solid 3px;
    position: relative;
    font-style: italic;
    font-size: 16px;
	line-height: 1.4;
    font-weight: 300;
    color: #cccccc;
}
.page-legend:before {
    content: "";
    position: absolute;
    left: -75px;
    width: 75px;
    height: 75px;
    background: url(../img/grafiken/legende.png);
}
.page-legend a {
	 color: #cccccc;
	 text-decoration: none;
         display: inline-block;
}
.page-legend:hover,
.page-legend a:hover {
	color: #fff;
}