#umfrage p,
#umfrage {width: 100%; float: left; position: relative; margin-bottom: 1%; margin-top: 1.5%;}




#umfrage .radio label, #umfrage .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    float: left;
    width: 10%;
}

#umfrage:nth-child(3) .radio label {
	    width: 33% !important;
}

#umfrage .checkbox {
    width: 20%;
	margin: 0;
}
#umfrage .checkbox label { width: 100%;}

/*BLUB*/




