.webform_template {
	max-width: 210mm;
	line-height: 26px;
}

.webform_template input[type=text] {
	width: 100%;
	padding: 2px;
}

.webform_template textarea {
	height: 80px;
	width: calc(100% - 4px);
	resize: none;
	padding: 2px;
}

.webform_gruppe {

}

.webform_zeile {
	clear: both;
}

.webform_spalte {
	border:2px solid transparent;
	float:left;
	line-height:26px;
}

.webform_feld {

}

.webform_wert {
	line-height: 16px;
	padding-right: 10px;
	display: inline-block;
}

.webform_wert.vertical {
	display: block;
	padding-right: 0;
}

.fake_input, .fake_textarea{
	min-width: 20px;
	border:0;
	background-color: rgba(238,238,238,0.85);
	height: 20px;
}

.fake_textarea {
	height: 80px;
	resize: none;
}

.artikelauswahl .autobox .header {
	line-height: 20px;
	font-weight: normal;
}

.artikelauswahl .artikelbild {
	margin: 5px;
	height: 150px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	text-align: center;
}

.pagepart_container .autobox.part1von2{
	float: left;
	width: calc(50% - 6px) !important;
}
.pagepart_container .autobox.part1von3{
	float: left;
	width: calc(33.32% - 6px) !important;
}
.pagepart_container .autobox.part1von4{
	float: left;
	width: calc(25% - 6px) !important;
}
.pagepart_container .autobox.part3von4{
	float: left;
	width: calc(75% - 6px) !important;
}
.pagepart_container .autobox.part2von3{
	float: left;
	width: calc(66.66% - 6px) !important;
}
.pagepart_container .autobox.full{
	float: left;
	width: calc(100% - 6px) !important;
}

.pdf_textfield {
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

font.format_1 {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

font.format_2 {
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
}

font.format_3 {
	font-weight: normal;
	font-style: italic;
	font-size: 7pt;
}

/*@media screen and (max-width: 200mm) {*/
/*	.webform_spalte {*/
/*		clear: both;*/
/*		width: 100% !important;*/
/*	}*/

/*	.webform_spalte.p12, .webform_spalte.p20, .webform_spalte.p25 {*/
/*		float: left;*/
/*		clear: unset;*/
/*		width: calc(25% - 10px) !important;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 130mm) {*/
/*	.webform_spalte {*/
/*		clear: both;*/
/*		width: 100% !important;*/
/*	}*/

/*	.webform_spalte.p12, .webform_spalte.p20, .webform_spalte.p25 {*/
/*		float: left;*/
/*		clear: unset;*/
/*		width: calc(50% - 10px) !important;*/
/*	}*/
/*}*/