	.fa-badge {
		position: relative;
		width: 70px;
		height: 68px;
		overflow: hidden;
		background-image: url('../img/icon_bg_green.png');
		background-repeat: no-repeat;
		background-position: top center;
	}

	.fa-badge.bg-gray {
		background-image: url('../img/icon_bg_gray.png');
	}

	.fa-badge.bg-blue {
		background-image: url('../img/icon_bg_blue.png');
	}

	.fa-badge i.fa {
		position: absolute;
		top: 3px;
		left: 6px;
		width: 58px;
		overflow: hidden;
		color: white;
		text-align: center;
		font-size: 32px;
		line-height: 54px;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	}

	.faproduct i.fa {
		text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		font-size: 18px;
	}

	.fa.gruen {
		color: #838f08;
	}

	.fa.gelb {
		color: #fda92a;
	}

	.fa.rot {
		color: #a30000;
	}

	.fa.blau {
		color: #1175a9;
	}

	.fa-badge.txt-dark i.fa {
		color: black;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
	}

	table.facts td.myicon {
		width: 88px
	}

	table.facts td.myicon .fa-badge {
		margin-top: 0px;
	}


	table.facts .info {
		vertical-align: middle;
		width: 210px;
	}

	table.facts .info h4 {
		font-family: "Open Sans";
		padding: 0;
	}

	table.facts .info h4 span {
		color: #999999;
		display: block;
		font-size: 11px;
		line-height: 14px;
		padding-top: 8px;
	}

	tr.vorteile td.myicon {
		background-image: none !important;
	}

	td.myicon .fa-badge {
		margin-top: 8px;
	}

	a.productprice {
		color: rgba(255,255,255,1);
		font-size: 16px;
		display: block;
		margin: 0px 10px;
		margin-top: 10px;
		text-align: center;
	}

	a.productprice big {
		color: rgba(255,255,255,1);
	}

	a.productprice small {
		font-size: 13px;
	}

	a.productprice:hover {
	}

/* Offset corrections */

	.fa-badge i.fa.yc1 {
		top: 4px;
	}

	.fa-badge i.fa.yc2 {
		top: 5px;
	}

	.fa-badge i.fa.xc1 {
		left: 7px;
	}

	.fa-badge i.fa.xc-2 {
		left: 4px;
	}

/* colors */

	.clr-green {
		color: #698817;
	}

	.clr-green-light {
		color: #84ab1d;
	}

	.clr-orange {
		color: #ffae00;
	}

	.clr-red {
		color: #a30000;
	}

	.clr-gray {
		color: #575656;
	}

	.clr-blue {
		color: #31658b;
	}

	.txt-shadow {
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
	}

/* checkbox + radio */

	.custform input[type="radio"],
	.custform input[type="checkbox"] {
		display: none;
	}

	.custform input[type="radio"] + label .fa-check-square,
	.custform input[type="checkbox"] + label .fa-check-square  {
		display: none;
	}

	.custform input[type="radio"] + label,
	.custform input[type="checkbox"] + label {
		cursor: pointer;
	}

	.custform input[type="radio"] + label .name small {
		display: inline-block;
		color: #000000;
	}

	.custform input[type="radio"] + label .name {
		color: #000000;
		_color: #707070;
		font-weight: 300;
	}

	.custform input[type="radio"]:checked + label .name {
		color: #698817;
		font-weight: 700;
	}

	.custform input[type="radio"]:checked + label .fa-check-square,
	.custform input[type="checkbox"]:checked + label .fa-check-square {
		display: block;
		color: #698817;
	}

	.custform input[type="checkbox"]:checked + label .fa-check-square {
		position: relative;
		left: .125em;
		bottom: .125em;
	}

	.custform input[type="radio"] + label .fa-check {
		color: #000000;
		_color: #d0d0d0;
	}

	.custform input[type="radio"]:checked + label .fa-check {
		display: none;
	}

	.custform input[type="radio"] + label .bigger {
		font-size: 30px !important;
		height: 72px !important;
		line-height: 72px !important;
		display: inline-block;
	}

	.socialnet .medialinks a.fa,
	.socialnet .medialinks .follow.fa {
		background-image: none;
		background-position: left top;
		background-repeat: no-repeat;
		font-size: 20px;
		height: auto;
		margin-bottom: 8px;
		margin-right: 0px;
		width: auto;
		color: rgba(0,0,0,.50);
	}

	.socialnet {
		bottom: 132px;
		color: rgba(0,0,0,.50);
	}
