
input[type="text"], select, textarea {
		border: 1px solid #cecece;
		background-color: #f9f9f9;
}


.link {
		text-decoration: underline;
		cursor: pointer;
		color: #de8a04;
}

.icon {
		vertical-align: middle;
		height: 16px;
}
.fragezeichen {
		position: relative;
		bottom: 2px;
}


.warenkorbEmpty h1 {
		color: #222222;
		text-align: center;
		margin-top: 3em;
		margin-bottom: 1em;
		font-size: 13px;
}
		.hinweisLeerWrap {
				text-align: center;
		}
				.hinweisLeer {
						margin-top: 90px;
						margin-bottom: 90px;
						margin-left: auto;
						margin-right: auto;
						padding-top: 2em;
						padding-bottom: 2em;
						padding-left: 4em;
						padding-right: 4em;
						text-align: center;
						border-top: 1px dashed #bbbbbb;
						border-bottom: 1px dashed #bbbbbb;
						font-weight: bold;
						display: inline-block;
				}

.warenkorbNoCookie {
		padding: 1em;
}

.warenkorb {
		margin-top: 2%;
		margin-bottom: 2%;
}

		.warenkorb h1 {
				text-align: center;
				font-size: 1.5em;
				color: #070707;
		}

		.listing {
				border-left: 1px solid #cecece;
				border-right: 1px solid #cecece;
		}

		.listing .column {
				display: inline-block;
				vertical-align: top;
				box-sizing: border-box;
		}
				.listing .row_head .column {
						vertical-align: middle;
						padding-top: 0.8em;
						padding-bottom: 0.8em;
				}
				.listing .row .column {
						vertical-align: top;
						padding-top: 16px;
						padding-bottom: 16px;
				}

				.listing .column_picture {
						padding-left: 1.5%;
						padding-right: 1.5%;
						width: 20%;
				}
				.listing .column_details {
						width: 50%;
				}
				.listing .column_info {
						width: 30%;
				}

		.listing .row_head {
				border-top: 1px solid #cecece;
				font-weight: bold;
				background-color: #f5f5f5;
		}
		.listing .row_head > .column_details {
				text-align: left;
				padding-left: 2%;
		}
		.listing .row_head > .column_info {
				text-align: right;
				padding-right: 1em;
		}

		.listing .row > .column_picture {
				border-top: 1px solid #cecece;
				border-right: 0;
				text-align: center;
				padding-bottom: 16px;
		}
				.artikelbild {
						max-width: 100%;
						border: 1px solid #cecece;
						max-height: 400px;
				}

		.listing .row > .column_details {
				border-top: 1px solid #cecece;
				padding-right: 1%;
		}

		.listing .row > .column_info {
				border-top: 1px solid #cecece;
				text-align: right;
				padding-right: 1em;
		}
				.fieldFloatable {
						display: inline-block;
				}
				.listing .row .fieldFloatable {
						margin-top: 1em;
						margin-bottom: 1em;
				}

				.listing .table_body_amount {
						white-space: nowrap;
						min-width: 100px;
						text-align: center;
				}
						.listing .table_body_amount button {
								background-color: #f5f5f5;
								color: #000000;
								border: 1px solid #cecece;
								padding-top: 0;
								padding-bottom: 0;
								padding-left: 6px;
								padding-right: 6px;
						}
						.listing .table_body_amount input {
								text-align: center;
								width: 30px;
						}

				.listing .table_body_price {
						white-space: nowrap;
						min-width: 120px;
						text-align: right;
				}

				.listing .table_body_total {
						white-space: nowrap;
						min-width: 120px;		/* eigentlich nur "width", aber bei Preisen ueber 1000 EUR passt das nicht mehr rein und sieht so besser aus, deshalb hier "min-width" */
						text-align: right;
				}
				.listing .table_body_total strong small {
					font-weight: normal;
				}

		.listing .table_body_additional {
				vertical-align: bottom;
				padding-top: 16px;
		}
		
		.artikellink{
				text-decoration:none;
		}


		@media (max-width: 500px) {
				.row_head {
						display: none;
				}
				.listing .column_picture {
						width: 30%;
				}
				.listing .column_details {
						width: 70%;
				}
				.listing .column_info {
						width: 100%;
				}
				.listing .row > .column_info {
						border-top: 0;
				}
				.warenkorb {
						margin: 0;
				}
		}
		@media (max-width: 350px) {
				.row_head {
						display: none;
				}
				.listing .column_picture {
						width: 100%;
				}
				.listing .column_details {
						width: 100%;
						padding-left: 1%;
				}
				.listing .column_info {
						width: 100%;
				}
				.listing .row > .column_info {
						border-top: 0;
				}
				.warenkorb {
						margin: 0;
				}
		}

		.btn_light {
				background-color: #fafafa;
				border: 1px solid #cecece;
				padding: 2px;
		}
		.btn_light.row {
				color: #888888;
				margin-top: 1em;
		}
		.btn_light.outer {
				color: #464646;
		}

		.wk_footer {
				background-color: #f5f5f5;
				border: 1px solid #cdcdcd;
		}
				.wk_footer .left {
						float: left;
						padding: 1em;
						padding-left: 5%;
				}
						.wk_footer .left ul {
								list-style-type: none;
								margin-left: 0;
								padding-left: 0;
						}
								.wk_footer .left li {
										line-height: 1.6em;
								}
				.wk_footer .right {
						float: right;
						text-align: right;
						padding: 1em;
				}
		.wk_bottom {

		}
				.wk_bottom .btn_light {
						margin-right: 1em;
						margin-top: 1em;
				}

		.table_bottom_zahlbetrag {
				font-size: 17px;
				font-weight: bold;
				color: #000000;
		}

		.table_bottom_details {
				font-size: 8pt;
				color: #000000;
		}

		.warenkorb_end_hinweis {
				color: #990000;
				font-size: 10pt;
				padding-top: 1em;
				padding-bottom: 1em;
				text-align: center;
				border-left: 1px solid #cecece;
				border-right: 1px solid #cecece;
				border-top: 1px solid #cecece;
		}

		.bez {
				font-weight: bold;
				font-size: 10pt;
				color: black;
				font-family: verdana;
		}

		.buttonPay {
				width: 180px;
		}

		.wk_bestellen {
				font-size: 17px;
				margin-top: 0.6em;
				margin-bottom: 0.6em;
				width: 100%;
				height: 35px;
				box-sizing: border-box;

				display: flex !important;
				justify-content: center;
				align-items: center;

		}

		.amazonOder {
				margin-top: 1em;
				margin-bottom: 1em;
				text-align: center;
		}

		.amazonAufpreis {
				font-size: 10px;
				display: block;
				white-space: nowrap;
		}

