@charset 'utf-8';


/*
------------------------------------------------------------------------------------- 
custom styling weiterdenken
------------------------------------------------------------------------------------- 
 */

/* smaller progressbar */

        

table td { 
        padding: 2px 15px 2px 0px; 
        }

/* Farbe Aktiver Schritt */
#progress .step {}
#progress .active { background:#002566; }
#progress_small .active { background:#002566; }


/* Farben Titel */
h1 { color: #002566 }
h2 { color: #002566 }
h3 {}



