/* General */
/*
input,
select,
textarea {
	border: 1px solid #787878;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid red;
}
*/
input {
    border:1px solid #000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.validation-advice {
	color: red;
	margin: 3px 0 20px 150px;
	clear: both;
	/*
	border: 1px dashed red;
	padding: 3px;
	*/
}

/* Powermail */
.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	margin-bottom: 10px;
}
.powermail_check_inner,
.powermail_radio_inner {
	clear: both;
}
.powermail_submit {
	width: 100px !important;
	float: right;
}
/* Kontaktformular */
#anfrage label {
	font-weight: bold;
	width: 150px;
	display: block;
	float: left;
}
#anfrage input,
#anfrage select,
#anfrage textarea {
	
}
#anfrage select {
	
}
.powermail_mandatory {
	color: #006EB7;
}
/* Suche */
.tx-indexedsearch-noresults {
	text-align: left !important;
}
#search .search-button {
	display: none;
}

/* EXCONCEPT 122624: CSS rules for new powermail version 2.x */
.tx-powermail {
    /*
    width: 450px;
    */
	width: 100%;
}

.tx-powermail h3 {
    display: none;
}


.tx-powermail .powermail_fieldset .powermail_field {
    /*
    width: 257px;
    */
    width: 360px;
}

.tx-powermail .powermail_fieldset .powermail_label
{
    width: 150px;
}

.tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)
{
    width: 360px;
}
/* EXCONCEPT 122624 end */