a.umfrage_zurueck
	{
		display: 			inline-block;
		height: 			38px;
		padding: 			0 20px;
		text-align: 		center;
		line-height: 		38px;
		letter-spacing: 	0;
		text-transform: 	uppercase;
		text-decoration: 	none;
		white-space: 		nowrap;
		background-color: 	transparent;
		border-radius: 		0;
		border: 			1px solid #bbb;
		cursor: 			pointer;
		box-sizing: 		border-box;
		border-color: 		var(--template-primary-color);
		color: 				var(--template-primary-color);
		font-size: 			16px;
		font-family: 		'Poppins';
		font-weight: 		400;
		width: 				100%;
	}


	.fragen
	{
		margin: 				0 0 20px 0;
		padding: 				0 0 0 20px;
		display: 				inline-block;
	}
	.fragen li
	{
		list-style-type: 		none;
		list-style-image: 		none;
	}
	.fragen li input
	{
		margin-right: 			15px;
	}


	input[type="checkbox"] + .frage_antwort
	{
		float: 			right;
		text-align: 	left;
		width: 			calc(100% - 32px);
		margin-bottom: 	0px;
	}
	
	input[type="radio"] + .frage_antwort
	{
		float: 			right;
		text-align: 	left;
		width: 			calc(100% - 33px);
		margin-bottom: 	0px;
	}


	input[type="checkbox"].umfrage_checkbox_teilnahme
	{
		width: 			auto;
		float: 			left;
		margin: 		11.5px;
	}
	input[type="checkbox"] + label
	{
		width: 			auto;
	}