
/* RTS untere Leiste */
#layout_footer {
		position: fixed;
		bottom: 0;
		left: 0.5%;
		right: 0.5%;
		z-index: 1;
		width: 99%;
		background-color: #ffffff;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/* Ende HR untere Leiste */

#konfiguratorGesamt, #konfiguratorGesamt input, #konfiguratorGesamt select, #konfiguratorGesamt button, #konfiguratorGesamt li, #konfiguratorGesamt p {
		font-family: verdana;
		font-size: 12px;
}



.gruppe_warenkorb {
	
}

		.preis {
				font-size: 0.45cm;
				font-weight: bold;
		}

		/* nur RTS */				
		#anbieterkennzeichnung {
				text-align: right;
				cursor: pointer;
				text-decoration: underline;
				font-size: 11px;
		}


		/* Warenkorb Button */

		.warenkorb_konfi .warenkorb_text, .warenkorb_konfi .warenkorb_symbol {
				display: inline-block;
				height: 43px;
				line-height: 43px;
				padding-left: 12px;
				padding-right: 12px;
		}
				.warenkorb_konfi > * {
						color: #ffffff;
				}

		.warenkorb_konfi .warenkorb_text {
				text-transform: uppercase;
				border-right: 1px solid #ffffff;
				background-color: #888888;
		}
		.warenkorb_konfi .warenkorb_symbol {
				background-size: auto 30px;
				background-repeat: no-repeat;
				background-position: center;
				background-color: #bf0008;
				width: 40px;
				background-image: url(../wk_weiss.svg);
		}
