/* ============================================ */
/*  print_css
/* ============================================ */
@media print {	

/*Fristenrechner*/

	#esv-header .logo,
	div.field button.datepicker img,
	div.controlbar_with_main,
	input.navbutton,
	div.cell_container_html br,
	div.esv-fg footer,
	div.pfad,
	div.address {
		display: none;
	}

	#esv-header {
		padding: 0;
	}

	div.esv-fg .formheader_title h1 {
		height: 40px;
		margin-top: 0;
		padding-top: 0;
	}

	#block_input_datum_einseitig__FG0001_V1_0 .cellinner .field input {
		font-weight: bold;
		border: none;
		background: none;
		width: 200px;
	}

	div.esv-fg .field input[type="text"].standard_disabled {
		font-weight: bold;
		width: 50%;
	}

	div.esv-fg .row {
		margin: 4px;
		padding-left: 20px;
	}

	div.esv-fg .block {
		display: flex;
		border: none;
	}

	div.esv-fg fieldset .field input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="reset"]).standard_disabled {
		background: none;
		border: none !important;
	}

	.cell.cell_disabled.cell50.label17.field33.fieldwidthDefault.controltype_text.noInfo {
		max-height: 30px;
	}

	body div.esv-fg {
		line-height: 20px;
	}

	div#block_ausgabe_ergebnis_FG0001_V1_0\.row_4 {
		margin-top: 16px;
	}
}