
/* .Master/[Layout2]/hide-breadcrumb.css */


/* ============================================ */
/* breadcrumb                           - Start */
/* ============================================ */

.center .breadcrumb:after {
	content: "breadcrumb";
	opacity: 0;
	visibility: hidden;
}

.breadcrumb ul {
	display: none;
}


/* only for Template Standardpublikation */

body.template-Standardpublikation .breadcrumb {
	display: none;
}


@media (max-width: 1405px) {

	body[class*='portal-pv']:not(.portal-pva) .breadcrumb {
		display: none;
	}

}

@media (max-width: 960px) {

	.breadcrumb {
		display: none;
	}

}

