/*Schriftart*/
@font-face {
  font-family: "Open Sans";
  src: url(https://fonts.google.com/?query=open+sans);
}
* {
    font-family: "Open Sans",Verdana,Arial,sans-serif;
}


/*Monospace-Schriftart*/
@font-face {
  font-family: "Roboto Mono";
  src: url(https://fonts.google.com/?query=roboto+mono);
}
.field input[type="text"], .field input[type="password"], .field input[type="date"], .field input[type="tel"], .field input[type="number"], .field output, .field textarea {
    font-family: "Roboto Mono","Courier New", Courier, mono;
}

/*Schriftart Navigation*/
media="screen and (min-width: 901px)"
#form_pagenavigation.bullet #form_pagenavigation_list li.pageBefore div, #form_pagenavigation.bullet #form_pagenavigation_list li.pageBefore div span {
    font-family: "Open Sans", Verdana, Arial, sans-serif;
}

/*Berechnen-Buttons links*/
.repeattable_control_bar {
    padding: 0 5em 0.5em 1.2em;
}

/*Abstand zwischen den Navigations-Bullets und ihrer Beschriftung*/
#form_pagenavigation.bullet #form_pagenavigation_list li div button span {
    top: -2em;
}

/*Alle Felder gleich lang darstellen*/
select, .select2, input[type="text"], input[type="password"], input[type="date"], input[type="tel"], /*input[type="number"], */input[type="range"], textarea {
    max-width: 100%;
}

/*Textareas gleich lang*/
select, .select2, textarea {
    max-width: 100% !important;
}


/*Logo links*/
.formheader_logo {
    float: left;
}

/*Überschrift Antrag auf Projektförderung rechts
h1 {
    float: right;
}*/


/*Abstand Überschrift und Navigation*/
@media="screen and (min-width: 901px)"
main#content, div#main {
    padding-top: 3em;
}

/*Text E-Government ausblenden*/
.formheader_logo_heading {
display: none;
}


/*Navigation Mittig*/
ul#form_pagenavigation_list {
    display: flex;
    justify-content: center;
}

/*Modus ohne (...) ausblenden*/
div#mode_noval {
    display: none;
}
p.explanation {
    display: none;
}
div#environment_description {
    display: none;
}

/*Adressat im Formular ausblenden*/
#adressat {
    display: none;
}

/*Linie oberhalb der Navigation*/
ul#form_pagenavigation_list {
    border-top: 1.5px solid #cccccc;
    padding: 10px !important;
}

/*Alle Felder gleich lang*/
input:not(.withDatepicker) {
    max-width: unset !important;
}

/* Rechte Pfeil im Datepicker*/
.pika-next {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    transform: rotate(90deg);
    margin-top:10px;
    
}

/* Linker Pfeil im Datepicker*/
.pika-prev {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    transform: rotate(-90deg);
    margin-top:10px;
}


/* ############ Seite Projekt ############## */

/*Dropdown Projekte*/
optgroup {
    background: #dddddd !important;
    font-style: italic !important;
    font-weight: normal !important;
}

option {
    background-color: white !important;
    font-style: normal !important;
    font-weight:normal !important;
}


/*############# Seite Finanzplan #############*/

/*Feldlängen WH Blöcke/Blöcke*/
td.block_table_cell.block_table_cell_Betrag_Ausgaben {
    width: unset !important;
}

/*Summenzeilen gleich lang wie Felder*/
select, .select2, input[type="text"], input[type="password"], input[type="date"], input[type="tel"], input[type="number"], input[type="range"], textarea {
    max-width: 88%;
}

/*Position und Betrag fett*/
thead tr td label b {
    font-weight: bold !important;
}
label.fieldlabel_disabled {
    font-weight: bold;
}

/*Tabelle nicht fett*/
.block_table td {
    font-weight: normal !important;
}

/* ##### Formatierung Tabellen ####*/

/*Leittexte in Tabellen nicht fett*/
b {
    font-weight: normal;
}


/*Summenbeträge fett*/
input#SozPro_Ausgaben_Gesamt_block_Ausgaben_V1_01_Betrag_Ausgaben,
input#SozPro_Ausgaben_Gesamt_block_Einnahmen_V1_01_Betrag_Einnahmen,
input#Allgemein_Ausgaben_Gesamt_block_Ausgaben_V1_01_Betrag_Ausgaben,
input#Allgemein_Einnahmen_Gesam_block_Einnahmen_V1_01_Betrag_Einnahmen,
input#Ausstellung_Ausgaben_Ges_block_Ausgaben_V1_01_Betrag_Ausgaben,
input#Ausstellung_Einnahmen_Ges_block_Einnahmen_V1_01_Betrag_Einnahmen,
input#Film_Ausgaben_Gesamt_block_Ausgaben_V1_01_Betrag_Ausgaben,
input#Film_Einnahmen_Gesamt_block_Einnahmen_V1_01_Betrag_Einnahmen,
input#Buch_Ausgaben_Gesamtsumme_block_Ausgaben_V1_01_Betrag_Ausgaben,
input#Buch_Einnahmen_Gesamtsumm_block_Einnahmen_V1_01_Betrag_Einnahmen,
input#SozPro_Einnahmen_Gesamt_block_Einnahmen_V1_01_Betrag_Einnahmen
{
    font-weight: bold !important;
}

/* ##### FP Allgemein ##### */

/*Summe Ausgaben*/
table#table_Allgemein_Ausgaben_Gesamt_Ausgaben_V1_0 td.block_table_cell.block_table_cell_Leittext_Ausgaben.controltype_text {
    font-weight: bold !important;
}

/*Summe Einnahmen*/
table#table_Allgemein_Einnahmen_Gesam_Einnahmen_V1_0 td.block_table_cell.block_table_cell_Leittext_Einnahmen.controltype_text {
    font-weight: bold !important;
}

table#table_Allgemein_Ausgaben_V1_0 tbody tr:nth-child(1), 
table#table_Allgemein_Ausgaben_V1_0 tbody tr:nth-child(14),
table#table_Allgemein_Ausgaben_V1_0 tbody tr:nth-child(15),
table#table_Allgemein_Ausgaben_V1_0 tbody tr:nth-child(32),
table#table_Allgemein_Ausgaben_sonsti_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Allgemein_Ausgaben_sonsti_Ausgaben_V1_0 tr.totals_table_row,
table#table_Allgemein_Ausgaben_Gesamt_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Allgemein_Einnahmen_sonst_Einnahmen_V1_0 tbody tr:nth-child(1),
table#table_Allgemein_Einnahmen_V1_0 tbody tr:nth-child(5),
table#table_Allgemein_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1),
table#table_Allgemein_Einnahmen_Gesam_Einnahmen_V1_0 tbody tr:nth-child(1)
{
    background-color: #cccccc;
    font-style: italic;
}

/*Sonstige Ausgaben Feldlänge*/
input[id^="Allgemein_Ausgaben_sonsti_block_Ausgaben"][id$="Betrag_Ausgaben"] {
    width: 100% !important;
    max-width: unset !important;
}
input#Summen_Allgemein_Ausgaben_sonsti_block_Ausgaben_V1_0_Betrag_Ausgaben {
    width: 100% !important;
    max-width:unset !important;
}
/*Sonstige Einnahmen Feldlänge*/
input[id^="Allgemein_Einnahmen_sonst_block_Einnahmen"][id$="Betrag_Einnahmen"] {
    width: 100% !important;
    max-width: unset !important;
}



/* ##### FP Buch ##### */
/*Summe Ausgaben*/
table#table_Buch_Ausgaben_Gesamtsumme_Ausgaben_V1_0 td.block_table_cell.block_table_cell_Leittext_Ausgaben.controltype_text {
    font-weight: bold !important;
}

/*Summe Einnahmen*/
table#table_Buch_Einnahmen_Gesamtsumm_Einnahmen_V1_0 td.block_table_cell.block_table_cell_Leittext_Einnahmen.controltype_text {
    font-weight: bold !important;
}

table#table_Buch_Ausgaben_Ausgaben_V1_0 tbody tr:nth-child(1), 
table#table_Buch_Ausgaben_Ausgaben_V1_0 tbody tr:nth-child(8),
table#table_Buch_Ausgaben_Ausgaben_V1_0 tbody tr:nth-child(9),
table#table_Buch_Ausgaben_Ausgaben_V1_0 tbody tr:nth-child(20),
table#table_Ausgaben_sonstige_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Ausgaben_sonstige_Ausgaben_V1_0 tbody tr:nth-child(1)
table#table_Buch_Ausgaben_Gesamtsumme_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Buch_Einnahmen_Einnahmen_V1_0 tbody tr:nth-child(3),
table#table_Buch_Einnahmen_sonstige_Einnahmen_V1_0 tbody tr:nth-child(1),
table#table_Buch_CoFoerderer_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1),
table#table_Buch_Einnahmen_Gesamtsumm_Einnahmen_V1_0 tbody tr:nth-child(1)
{
    background-color: #cccccc;
    font-style: italic;
}

/*Sonstige Einnahmen Feldlänge*/
input[id^="Buch_Ausgaben_sonstige_block_Ausgaben"][id$="Betrag_Ausgaben"] {
    width: 100% !important;
    max-width: unset !important;
}
input#Summen_Buch_Ausgaben_sonstige_block_Ausgaben_V1_0_Betrag_Ausgaben {
    width: 100% !important;
    max-width: unset !important;
}
/*Sonstige Ausgaben Feldlänge*/
input[id^="Buch_Einnahmen_sonstige_block_Einnahmen"][id$="Betrag_Einnahmen"] {
    width: 100% !important;
    max-width: unset !important;
}


/* ##### FP Film ##### */

/*Summe Ausgaben*/
table#table_Film_Ausgaben_Gesamt_Ausgaben_V1_0 td.block_table_cell.block_table_cell_Leittext_Ausgaben.controltype_text {
    font-weight: bold !important;
}

/*Summe Einnahmen*/
table#table_Film_Einnahmen_Gesamt_Einnahmen_V1_0 td.block_table_cell.block_table_cell_Leittext_Einnahmen.controltype_text {
    font-weight: bold !important;
}

table#table_Film_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Film_Ausgaben_V1_0 tbody tr:nth-child(12),
table#table_Film_Ausgaben_V1_0 tbody tr:nth-child(13),
table#table_Film_Ausgaben_V1_0 tbody tr:nth-child(32),
table#table_Film_Ausgaben_sonstige_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Film_Ausgaben_sonstige_Ausgaben_V1_0 tr.totals_table_row,
table#table_Film_Ausgaben_Gesamt_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Film_Einnahmen_V1_0 tbody tr:nth-child(6),
table#table_Film_Einnahmen_sonstige_Einnahmen_V1_0 tbody tr:nth-child(1),
table#table_Film_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1) ,
table#table_Film_Einnahmen_Gesamt_Einnahmen_V1_0 tbody tr:nth-child(1)
{
    background-color: #cccccc;
    font-style: italic;
}

/*Sonstige Ausgaben Feldlänge*/
input[id^="Film_Ausgaben_sonstige_block_Ausgaben"][id$="Betrag_Ausgaben"] {
    width: 100% !important;
    max-width: unset !important;
}
input#Summen_Film_Ausgaben_sonstige_block_Ausgaben_V1_0_Betrag_Ausgaben {
    width: 100% !important;
    max-width: unset !important;
}
/*Sonstige Einnahmen Feldlänge*/
input[id^="Film_Einnahmen_sonstige_block_Einnahmen"][id$="Betrag_Einnahmen"] {
    width: 100% !important;
    max-width: unset !important;
}

/* ##### FP Ausstellungen ##### */

/*Summe Ausgaben*/
table#table_Ausstellung_Ausgaben_Ges_Ausgaben_V1_0 td.block_table_cell.block_table_cell_Leittext_Ausgaben.controltype_text {
    font-weight: bold !important;
}

/*Summe Einnahmen*/
table#table_Ausstellung_Einnahmen_Ges_Einnahmen_V1_0 td.block_table_cell.block_table_cell_Leittext_Einnahmen.controltype_text {
    font-weight: bold !important;
}

table#table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(5),
table#table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(6),
table#table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(17),
table#table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(18),
table#table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(24),
table#table_Ausstellung_Ausgaben_sons_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Ausstellung_Ausgaben_sons_Ausgaben_V1_0 tr.totals_table_row,
table#table_Ausstellung_Ausgaben_Ges_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_Ausstellungen_Einnahmen_V1_0 tbody tr:nth-child(4),
table#table_Ausstellung_Einnnahmen_so_Einnahmen_V1_0 tbody tr:nth-child(1),
table#table_Ausstellungen_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1),
table#table_Ausstellung_Einnahmen_Ges_Einnahmen_V1_0 tbody tr:nth-child(1)
{
    background-color: #cccccc;
    font-style: italic;
}

/*Sonstige Ausgaben Feldlänge*/
input[id^="Ausstellung_Ausgaben_sons_block_Ausgaben"][id$="Betrag_Ausgaben"] {
    width: 100% !important;
    max-width: unset !important;
}
input#Summen_Ausstellung_Ausgaben_sons_block_Ausgaben_V1_0_Betrag_Ausgaben {
    width: 100% !important;
    max-width: unset !important;
}

/*Sonstige Einnahmen Feldlänge*/
input[id^="Ausstellung_Einnnahmen_so_block_Einnahmen"][id$="Betrag_Einnahmen"] {
    width: 100% !important;
    max-width: unset !important;
}

/*###### FP SozPro #######*/

/*Summe Ausgaben*/
table#table_SozPro_Ausgaben_Gesamt_Ausgaben_V1_0 td.block_table_cell.block_table_cell_Leittext_Ausgaben.controltype_text {
    font-weight: bold !important;
}

/*Summe Einnahmen*/
table#table_SozPro_Ausgaben_Gesamt_Einnahmen_V1_0 td.block_table_cell.block_table_cell_Leittext_Einnahmen.controltype_text {
    font-weight: bold !important;
}
table#table_SozPro_Einnahmen_Gesamt_Einnahmen_V1_0 td.block_table_cell.block_table_cell_Leittext_Einnahmen.controltype_text {
    font-weight: bold !important;
}

/*Hintergrund Tabellenzeilen und Texte italic - FP SozPro*/
table#table_SozPro_Ausgaben_sonstige_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_SozPro_Ausgaben_Gesamt_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_SozPro_Ausgaben_Gesamt_Ausgaben_V1_0 tbody tr:nth-child(1),
table#table_SozPro_Einnahmen_V1_0 tbody tr:nth-child(3),
table#table_SozPro_Einnahmen_sonstige_Einnahmen_V1_0 tbody tr:nth-child(1),
table#table_SozPro_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1),
table#table_SozPro_Ausgaben_Gesamt_Einnahmen_V1_0 tbody tr:nth-child(1),
table#table_SozPro_Einnahmen_Gesamt_Einnahmen_V1_0 tbody tr:nth-child(1)
{
    background-color: #cccccc;
    font-style: italic;
}

/*Sonstige Ausgaben - Feldlänge */

input[id^="SozPro_Ausgaben_sonstige_block_Ausgaben"][id$="Betrag_Ausgaben"]
{
    width: 100% !important;
    max-width: unset !important;
}

/*Sonstige Einnahmen - Feldlänge */
td.block_table_cell.block_table_cell_Betrag_Einnahmen {
    width: unset !important;
}
input[id^="SozPro_Einnahmen_sonstige_block_Einnahmen"][id$="Betrag_Einnahmen"] {
    width: 100% !important;
    max-width: unset !important;
}

/* ##### Seite Beilagen #### */

/*Fehlermeldung rechts von Beilage hinzufügen Button*/
.field_file_cell {
    order: initial !important;
}

/*Fehlermeldung mittig*/
.message {
    padding-top: 0 !important;
}

/* ##### Seite Antragsteller #### */

/*Fehlermeldung rechts von Checkbox*/
div#Eins_block_Kontaktperson_V1_0\.row_9 .message {
    clear: unset;
    display: inline-block;
}
div#Zwei_block_Kontaktperson_V1_0\.row_9 .message {
    clear: unset;
    display: inline-block;
}

/*Checkbox von Antragsteller übernehmen*/
div#block_Ort_V1_0\.row_1 {
    clear: unset !important;
}

.labelAttach .attachedLabel {
    left: 0 !important;
    display: inline-block !important;
}


/* ########## Kontrollseite ############ */

/*Rahmen*/
#cm_form_data #SozPro_Ausgaben_sonstige_block_Ausgaben_V1_0_repeater,
#cm_form_data #SozPro_block_Einnahmen_CoFoerderer_V1_0_repeater 
{
    border-bottom: 1px solid #c22e0c ;
}


/*Umbrüche*/
#cm_form_data .label {
    width: 25%;
}
#cm_form_data .field {
    width: 75%;
}

/*Finanzplanblöcke*/
#cm_form_data select, 
#cm_form_data .select2, 
#cm_form_data input[type="text"], 
#cm_form_data input[type="password"], 
#cm_form_data input[type="date"], 
#cm_form_data input[type="tel"], 
#cm_form_data input[type="number"], 
#cm_form_data input[type="range"], 
#cm_form_data textarea {
    width: 100% !important;
}
#cm_form_data td.block_table_cell.block_table_cell_Auswahl {
    display: none;
}

/*Leeren Block ausblenden*/
#cm_form_data .block.blockGroup.lastOfBlockGroup.hideBlockLegend {
    display: none;
}

/*Zeilenabstände verringern*/
#cm_form_data .row {
    padding: 0 !important;
}


/*Formatierung FP Blöcke Ausgaben und Einnahmen auf Kontrollseite entfernen*/
#cm_form_data #table_Allgemein_Ausgaben_V1_0 tbody tr:nth-child(1), 
#cm_form_data #table_Allgemein_Ausgaben_V1_0 tbody tr:nth-child(14),
#cm_form_data #table_Allgemein_Ausgaben_V1_0 tbody tr:nth-child(15),
#cm_form_data #table_Allgemein_Ausgaben_V1_0 tbody tr:nth-child(32),
#cm_form_data #table_Allgemein_Ausgaben_sonsti_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Allgemein_Ausgaben_sonsti_Ausgaben_V1_0 tr.totals_table_row,
#cm_form_data #table_Allgemein_Ausgaben_Gesamt_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Allgemein_Einnahmen_sonst_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Allgemein_Einnahmen_V1_0 tbody tr:nth-child(5),
#cm_form_data #table_Allgemein_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Allgemein_Einnahmen_Gesam_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Buch_Ausgaben_Ausgaben_V1_0 tbody tr:nth-child(1), 
#cm_form_data #table_Buch_Ausgaben_Ausgaben_V1_0 tbody tr:nth-child(8),
#cm_form_data #table_Buch_Ausgaben_Ausgaben_V1_0 tbody tr:nth-child(9),
#cm_form_data #table_Buch_Ausgaben_Ausgaben_V1_0 tbody tr:nth-child(20),
#cm_form_data #table_Buch_Ausgaben_sonstige_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Buch_Ausgaben_sonstige_Ausgaben_V1_0 tr.totals_table_row,
#cm_form_data #table_Buch_Ausgaben_Gesamtsumme_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Buch_Einnahmen_Einnahmen_V1_0 tbody tr:nth-child(3),
#cm_form_data #table_Buch_Einnahmen_sonstige_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Buch_CoFoerderer_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Buch_Einnahmen_Gesamtsumm_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Film_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Film_Ausgaben_V1_0 tbody tr:nth-child(12),
#cm_form_data #table_Film_Ausgaben_V1_0 tbody tr:nth-child(13),
#cm_form_data #table_Film_Ausgaben_V1_0 tbody tr:nth-child(32),
#cm_form_data #table_Film_Ausgaben_sonstige_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Film_Ausgaben_sonstige_Ausgaben_V1_0 tr.totals_table_row,
#cm_form_data #table_Film_Ausgaben_Gesamt_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Film_Einnahmen_V1_0 tbody tr:nth-child(6),
#cm_form_data #table_Film_Einnahmen_sonstige_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Film_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1) ,
#cm_form_data #table_Film_Einnahmen_Gesamt_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(5),
#cm_form_data #table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(6),
#cm_form_data #table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(17),
#cm_form_data #table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(18),
#cm_form_data #table_Ausstellungen_Ausgaben_V1_0 tbody tr:nth-child(24),
#cm_form_data #table_Ausstellung_Ausgaben_sons_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Ausstellung_Ausgaben_sons_Ausgaben_V1_0 tr.totals_table_row,
#cm_form_data #table_Ausstellung_Ausgaben_Ges_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Ausstellungen_Einnahmen_V1_0 tbody tr:nth-child(4),
#cm_form_data #table_Ausstellung_Einnnahmen_so_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Ausstellungen_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_Ausstellung_Einnahmen_Ges_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_SozPro_Ausgaben_sonstige_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_SozPro_Ausgaben_Gesamt_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_SozPro_Ausgaben_Gesamt_Ausgaben_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_SozPro_Einnahmen_V1_0 tbody tr:nth-child(3),
#cm_form_data #table_SozPro_Einnahmen_sonstige_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_SozPro_Einnahmen_CoFoerderer_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_SozPro_Ausgaben_Gesamt_Einnahmen_V1_0 tbody tr:nth-child(1),
#cm_form_data #table_SozPro_Einnahmen_Gesamt_Einnahmen_V1_0 tbody tr:nth-child(1)
{
    background-color: transparent;
    font-style: normal;
}



/*Position und Betrag immer fett*/
.fieldlabel {
    font-weight: bold;
}
