table.bestell_formular{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

input.tonnen_anzahl{
	width: 60px;
	text-align: center;
	box-sizing: border-box;
}

table.bestell_formular tr td:first-child{
	text-align: center;
}

table.bestell_formular img{
	height: 100px;
	width: auto;
	border-collapse: collapse;
}

table.bestell_formular thead th{
	background: #E62229;
	padding: 5px;
	color: white;
}

table.bestell_formular > tbody > tr > td{
	padding: 5px;
	vertical-align: top;
	border-bottom: 2px solid white;
}
table.bestell_formular > tbody > tr > td:nth-child(1){
	border-right: 2px solid white;
}
table.bestell_formular > tbody > tr > td:nth-child(2){
	text-align: center;
}

table.bestell_formular tbody tr:nth-child(2n) td{
	background: #EEE;
}
table.bestell_formular tbody tr:nth-child(2n + 1) td{
	background: #DDD;
}


@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	table.bestell_formular{
		display: block;
	}
	table.bestell_formular img{
		height: 50px;
	}
	
	table.bestell_formular > tbody > tr{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	table.bestell_formular > tbody{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	table.bestell_formular > thead, table.bestell_formular > thead > tr, table.bestell_formular > thead > tr > th{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	table.bestell_formular > tbody > tr > th{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	table.bestell_formular > tbody > tr > td:first-child{
		display: block;
		width: 50px;
		box-sizing: border-box;
		border: none;
	}
	table.bestell_formular > tbody > tr > td:nth-child(2){
		display: block;
		width: calc(100% - 50px);
		box-sizing: border-box;
		border: none;
		text-align: left;
	}
	table.bestell_formular > tbody > tr > td:nth-child(3){
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

div#bankname{
	width: 90%;
	margin-left: 5%;
}




div.bestellen_mwst{
	text-align: center;
	color: #E62229;
}

.bestell_formular_col1{
	width: 140px;
}
.bestell_formular_col2{
	width: 80px;
}
.bestell_formular_col3{
	width: calc(100% - 220px);
}

@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	.bestell_formular_col1{
		width: 100%;
	}
	.bestell_formular_col2{
		width: 100%;
	}
	.bestell_formular_col3{
		width: 100%;
	}
}


div.bestellformular_takeover_email{
	display: flex;
	justify-content: flex-start;
	padding-left: 30px;
}
div.bestellformular_takeover_email > div{
	color: #E62229;
	font-size: 10pt;
	cursor: pointer;
}






div.checkbox_separator{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flext-start;
	margin-top: 20px;
}
div.checkbox_separator_small{
	width: 40px;
	text-align: center;
	box-sizing: border-box;
}
div.checkbox_separator_big{
	width: calc(100% - 40px);
	padding: 0px 20px 0px 20px;
}






table.bestellen_preis_chooser {
	width: 100%;
	max-width: 600px;
	border-collapse: collapse;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	table.bestellen_preis_chooser {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}
table.bestellen_preis_chooser_hide {
	display: none !important;
}

table.bestellen_preis_chooser > thead > tr > th{
	padding: 2px !important;
	text-align: center;
	font-weight: normal;		
	background: #E62229;
	color: white;	
}

@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	table.bestellen_preis_chooser > thead{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	table.bestellen_preis_chooser > thead > tr{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: right;
		box-sizing: border-box;
		background: #727272;
	}
	table.bestellen_preis_chooser > thead > tr > th:first-child{
		width: 100%;
		text-align: left;
		padding-left: 10px !important;
	}
	table.bestellen_preis_chooser > thead > tr > th:nth-child(2), table.bestellen_preis_chooser > thead > tr > th:nth-child(3), table.bestellen_preis_chooser > thead > tr > th:nth-child(4){
		width: 80px;
		text-align: right;
	}
}


thead.bpc_thead_hide{
	display: none !important;
}
tr.bpc_tr_hide{
	display: none !important;
}

table.bestellen_preis_chooser > tbody > tr > td{
	padding: 4px 2px 4px 2px !important;
	text-align: left;
	line-height: 1.1em !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid black;
	background: white !important;
}

@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	table.bestellen_preis_chooser > tbody{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	table.bestellen_preis_chooser > tbody > tr {
		width: 100%;
		display: flex;
		justify-content: right;
		box-sizing: border-box;
		flex-wrap: wrap;
		border-bottom: 1px solid black;
		background: white;
	}
	table.bestellen_preis_chooser > tbody > tr > td:first-child{
		display: block;
		width: 40px;
		box-sizing: border-box;
		border-bottom: 0px;
	}
	table.bestellen_preis_chooser > tbody > tr > td:nth-child(2){
		display: block;
		width: calc(100% - 40px);
		box-sizing: border-box;
		border-bottom: 0px;
	}
	table.bestellen_preis_chooser > tbody > tr > td:nth-child(3), table.bestellen_preis_chooser > tbody > tr > td:nth-child(4), table.bestellen_preis_chooser > tbody > tr > td:nth-child(5){
		display: block;
		width: 80px;
		box-sizing: border-box;
		border-bottom: 0px;
	}
	table.bestellen_preis_chooser > tbody > tr > td:nth-child(6){
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
}

table.bestellen_preis_chooser label{
	display: block;
}

table.bestellen_preis_chooser > tbody > tr:hover td{
	background: #FFE3A5 !important;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	table.bestellen_preis_chooser > tbody > tr:hover{
		background: #FFE3A5 !important;
	}
}


div.div_change{
	text-align: right;
	padding: 5px;
	cursor: pointer;
}



table.bestellen_preis_chooser > tbody > tr > td:first-child{
	vertical-align: middle !important;
	text-align: center;
}

table.bestellen_preis_chooser > tbody > tr > td:nth-last-child(1), table.bestellen_preis_chooser > tbody > tr > td:nth-last-child(2), table.bestellen_preis_chooser > tbody > tr > td:nth-last-child(3), table.bestellen_preis_chooser > tbody > tr > td:nth-last-child(4) {
	vertical-align: middle !important;
	text-align: right;
}
table.bestellen_preis_chooser > tbody > tr > td:nth-last-child(1) {
	border-bottom: none;
	background: none !important;
}
table.bestellen_preis_chooser > tbody > tr:hover > td:nth-last-child(1) {
	background: none !important;
}
table.bestellen_preis_chooser > tbody > tr > td:nth-last-child(1) div{
	color: #E62229 !important;
	font-size: 12pt;
	font-weight: bold;
	display: none;
}



col.bestellen_preis_col1{
	width: 40px;
}
col.bestellen_preis_col2{
	width: calc(100% - 360px);
}
col.bestellen_preis_col3{
	width: 60px;
}
col.bestellen_preis_col4{
	width: 80px;
}
col.bestellen_preis_col5{
	width: 80px;
}
col.bestellen_preis_col6{
	width: 100px;
}

@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
		col.bestellen_preis_col1{
			width: 40px;
		}
		col.bestellen_preis_col2{
			width: calc(100% - 260px);
		}
		col.bestellen_preis_col3{
			width: 60px;
		}
		col.bestellen_preis_col4{
			width: 80px;
		}
		col.bestellen_preis_col5{
			width: 80px;
		}
		col.bestellen_preis_col6{
			width: 0px;
		}
}





div.kf_container{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}	

div.kf_left {
	width:48%;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	div.kf_left {
		width:100%;
	}
}
div.kf_right {
	width:48%;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	div.kf_right {
		width:100%;
		margin-top: 20px;
	}
}
div.kf_dist {
	margin:10px 0px 0px 0px;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	div.kf_dist {
		margin: 0px;
	}
}
fieldset.kf {
	padding:0px 10px 10px 10px;
	color: black;
	text-align:left;
	border:1px solid #999;
}

legend.kf {
	margin-left:10px;
	color:#E62229;
}


fieldset.fieldset2{
	position: relative;
	width: 100%;
	color: black;
	border:1px solid #999;
}

fieldset.fieldset3{
	position: relative;
	width: 100%;
	color: black;
	border:1px solid #999;
	display: flex;
	flex-wrap: wrap;
}
fieldset.fieldset3 div{
	margin-right: 20px;
}


fieldset.complete_width{
	position: relative;
	width: 100%;
	color: black;
	border:1px solid #999;
}

fieldset.fieldset_full{
	position: relative;
	width: 100%;
	color: black;
	border:1px solid #999;
}

div.addon_more{
	display: inline;
	color: #004F9F;
	cursor: pointer;
}

div.kf_flex{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
}
div.kf_flex > div{
	padding: 10px;
}


.kf_form {
	width:90%;
	margin-left: 5%;
	padding:8px 10px 8px 10px;
     	box-sizing: border-box;
	background:#EEE;
	color:#555555;
	border:1px solid black;
}
textarea.kf_form{
	width: 90%;
	margin-left: 5%;
}
input.kf_no_marginbottom {
	margin-bottom:3px;
}

div#kf_pflicht2 {
	float:left;
	width:23px;
}
div#kf_pflicht2_text {
	float:left;
	width: calc(100% - 23px);
	line-height:15pt;
	font-size:0.85em;
	font-style:italic;
}
div.kf_pflicht2 {
	float:left;
	width:23px;
}
div.kf_pflicht2_text {
	float:left;
	width: calc(100% - 23px);
	line-height:15pt;
	font-size:0.85em;
	font-style:italic;
}
div.cookie {
	margin:10px 0px 0px 0px;
	height:60px;
}
div.cookie .text {
	font-size:10pt;
	line-height:12pt;
	text-align:left;
}

div.checkbox {
	float:left;
	margin-top:10px;
}
div.ch-left {
	margin-left:10px;
	width:30px;
}
div.ch-right {
	width:75%;
}

input.kf_submit {
	margin:10px 0px 20px 0px;
	padding:6px 100px 6px 100px;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	cursor:pointer;
	background:-moz-linear-gradient(top, #fafafa 0%, #d4d4d4 100%);
	background:-webkit-linear-gradient(top, #fafafa 0%, #d4d4d4 100%);
	background:linear-gradient(to bottom, #fafafa 0%, #d4d4d4 100%);
	color:#777777;
	border:1px solid #cccccc;
 	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input.kf_submit:hover {
	background:-moz-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
	background:-webkit-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
	background:linear-gradient(to bottom, #e4e4e4 0%, #fafafa 100%);
	color:#929292;
	border:1px solid #dddddd;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	input.kf_submit {
		margin:10px 5px 20px 0px;
		padding:8px 60px 8px 60px;
	}
}
div.kf_antwort {
	margin:30px 0px 30px 100px;
	padding:40px;
	width:65%;
	color:#555555;
	border:1px solid #004F9F;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	div.kf_antwort {
		margin:30px 20px 30px 20px;
		padding:20px;
	}
}

input.autoopener:not(:checked) + label + div.auto {
	display:none; 
}


input.autoopener:checked + label + div.auto {
	display:block; 
	margin:0px 0px 0px 0px;
	border: none
}


 
 
 
div#cap {
	margin:20px auto 25px auto;
	width:90%;
	text-align:center;
}
div#cap div#cap_text {
	margin:0px auto 0px auto;
	width:100%;
	text-align:left;
}
div#cap div#cap_rahmen {
	margin:10px auto 10px auto;
	width:100%;
	border:none;
}
div#cap div#cap_vorlage {
	float:left;
	margin:auto;
	width:50%;
	padding:10px;
	line-height: 1.5em;
	box-sizing:border-box;
	background:#e3e3e3;
	text-align:right;
	color:#666666;
	border:1px solid #cccccc;
	border-right:none;
}
div#cap span#cap_hide {
	color:#e3e3e3;
}
div#cap input#cap_eintrag {
	float:left;
	margin:auto;
	width:50%;
	padding:10px 10px 10px 35px;
	box-sizing:border-box;
	background:#f2faf2;
	color:#555555;
	line-height: 1.5em;
	border:1px solid black;
}

div#kf_datenschutz{
	width: 100%;
}