legend.powermail_legend
{
	display: none;
}

.powermail_fieldwrap
{
	margin: 0 0 0.5em 0;
	clear: both;
}

.tx-powermail input, 
.tx-powermail textarea
{
	border: 1px solid #f1f1f1;
	padding: 8px;
	width: 50%;
	margin: 2px 0 8px 0;
	border-radius:5px;
}
.tx-powermail select
{
	border: 1px solid #f1f1f1;
	padding: 8px;
	width: 51.5%;
	margin: 2px 0 8px 0;
}

div.tx-powermail input.btn
{
	border-radius: 8px;
	background: #A02936;
	padding: 8px 25px;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px;
	width: auto;
}

.tx-powermail input[type="checkbox"],
.tx-powermail input[type="radio"]
{
	width: 3%; /* 0 */
	margin-right: 2em;
}

#powermail_captchaimage
{
	width: 50%;
}

.tx-powermail h2
{
	padding-bottom: 20px;
}

.tx-powermail table
{
	margin: 20px 0px;
}

.tx-powermail table td.powermail_all_label
{
	padding: 10px;
}

.tx-powermail .powermail_fieldset ul.parsley-errors-list
{
	width: 50%;
	float: left;
}

.tx-powermail input, .tx-powermail textarea, .tx-powermail select
{
	font: normal 400 1em 'Roboto' !important;	
}
.tx-powermail input[type="submit"]
{
	font: normal 400 1.25em 'Roboto' !important;
	background-color: #b5152b;
	color:#fff;
}
.tx-powermail input[type="submit"]:hover
{
	background-color:#4a4a4a;
	color: #fff;
}
label.control-label,
div.powermail_fieldwrap_info
{
	color: #A02936;
	font-weight: bold;
	text-decoration: underline;
}

div.col-sm-10
{
	padding-top: 0.7em;
	padding-bottom: 1em;
}

input.powermail_input,
input.powermail_date,
textarea.powermail_textarea,
select.powermail_select,
input.powermail_radio::before, input[type="radio"]
{
	border-color: #A02936;
}

select.powermail_select
{
	background-image: url(../Icons/pfeil.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 3%; /* 5*/
}