.pagetitle-container {
  width: 100%;
  background-color: #3e3f51;
  padding: 1% 0% 1% 1%;
  margin: 3rem 0;
  }
  
  .pagetitle h1 {
  font-size: 3rem;
  color: #f7cc40;
  }
  
  
  .breadcrumb {
	white-space: nowrap;
	padding-left: 3%;
	}
	
  .breadcrumb li {
	display: inline-block;
	line-height: 26px;
	margin: 0 .1em 0 -1em;
	padding: 0 1em;
	position: relative;
	}
	
	.breadcrumb li::before,
	.breadcrumb li::after {
	content: '» ';
	opacity: .5;
	font-size: 1rem;
	left: 0.1rem;
	position: absolute;
	color: #f7cc40;
	}  
	.breadcrumb li a { 
	 font-size: 0.9rem;  
	 text-decoration: none;
	 position: relative; 
	 display: block;
	 float: left;
	}
	/* Kompaktes Layout für mobile Geräte */
	@media only screen and (max-width: 480px) {
	  .pagetitle h1 {
		font-size: 1.3rem;
	  }
	}