

.bgimage {
	background-image: url("../../../../files/zeitpartner/layout/img/bg-body.jpg");
	background-color: #cccccc;
	left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    width: 100%;
    z-index: -999999;
    position: fixed;
}

.mod_pageImage {
	line-height: 0;
}

.mod_pageImage img{
	width: 100%;
	height: auto;
}

.mod_breadcrumb{
	padding: 0px 1em;
}
.mod_breadcrumb{
	background-color: #b5b5b5;
	font-size: 13px;
	color: #fff;
	padding: 0px 70px;
}
.mod_breadcrumb ul li{
	list-style-type: none;
	margin: 0;
	display: inline-block;
	line-height: 25px;
}
.mod_breadcrumb ul li:after{
	content:  ' >';
}
.mod_breadcrumb ul li.last:after{
	content:  '';
}
.mod_breadcrumb .delimiter{
	margin-right: 5px;
}

.mod_breadcrumb a{
	color: #fff;
}

.mod_breadcrumb a:hover{
	text-decoration: underline;
}
