.fpx p {
    color: #fff;
}

.crumbs {
    font-size: .9em;
    background: none;
    list-style: none;
    color: #333;
    margin: 0;
    padding: 0 0 0 1em;
  }
  .crumbs a {
    color:#333;
  }
  
  .crumbs li {
    padding: 5px 0px;
    color: #333;
    display: inline-block;
  }
  
  .crumbs li:after {
    content: '/';
    padding: 0px 10px 0px 16px;
    color: #333;
  }
  
  .crumbs li:before {
    display: none;
  }
  
  .crumbs li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    font-weight: bold;
  }
  
  .crumbs li:last-child:after {
    display: none;
  }
  .bilderrahmen-wrapper {
    z-index: 3000;
  }

#footer h4,
#footer p {
    color: #000;
}

.cookie-warning {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2000;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	padding: 2em;
}

@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {
      text-transform: none !important;
  }
}