.item__preview--featured:before {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;

  position: absolute;
  right: 8px;
  top: 1px;
  z-index: 3;
}


.item__preview--featured:after {
  height: 50px;
  position: absolute;
  right: -50px;
  top: -25px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 150px;
  z-index: 2;
}


.item__info_item--title {
   color: #d40c1a;
  font-size: 2.1rem;
  }
a.item__title_link {
	color: #d40c1a;
	}
	
.logo__image {
  display: block;
  margin: 0 auto;
  max-height: 120px;
  width: auto;
}

.post__content figure figcaption {
	text-align: left;
}

.post__content figure.pull-left {
	margin-top: 10px;
}

.post__content figure.pull-right {
	margin-top: 10px;
}


.preistabelle td {
	text-align: right;	
	}
	
.preistabelle th {
	text-align: right;	
	
}

.bildtext {
	text-align: center;
			margin-top: -5px;

}


.bildtext h3 {
	color: #999999;
	font-size: 1em;
	font-weight: bold; 
	line-height: 1em;
}

.bildtext p {
	color: #999999;
	line-height: 1.5em;
}


.navigation > .nav > li.active > a {
border-color: #d40c1a;
}

.footer__copyrights_text {
	font-size: xx-small;
	color: #fff;
}
.footer__copyrights_text a {
	color: #fff;
}

