/*Adressat auf Einstiegsseite ausblenden*/
#einstiegsseiteHeader > h3 {
	display: none;
}

#einstiegsseiteAdressat {
	display: none;
}

/*AFS-Footer mit General-ID ausblenden*/
footer {
	display: none;
}


/* gilt nur für die erweiterte Kontrollseite
#cm_form_data form:last-of-type > div:last-of-type {
	display: none;
}
 */
 
#cm_form_data > div:nth-last-child(2) {
	display: none;
}

/* Darstellung der Signaturauswahl auf der Einstiegsseite nur für 2 ausgewählte Formulare*/
html body main#content form#Grabungsgenehmigung_V1_0_Einstiegsseite div#contentinner div.block fieldset div.block_content.block_content_normal div.row div.cell.cell70 div.group_content_row label.fieldradiolabel img {
	/* data: image/png; */
    content: url("../images/idaustria.jpg");
}

html body main#content form#Grabungsgenehmigung_V1_0_Einstiegsseite div#contentinner div.block fieldset div.block_content.block_content_normal div.row div.cell.cell70 div.group_content_row label.fieldradiolabel {
	display: inline;
}

html body main#content form#Denkmalveraenderung_V1_0_Einstiegsseite div#contentinner div.block fieldset div.block_content.block_content_normal div.row div.cell.cell70 div.group_content_row label.fieldradiolabel img {
	/* data: image/png; */
	content: url("../images/idaustria.jpg");
}

html body main#content form#Denkmalveraenderung_V1_0_Einstiegsseite div#contentinner div.block fieldset div.block_content.block_content_normal div.row div.cell.cell70 div.group_content_row label.fieldradiolabel {
	display: inline;
}