/* --- TEXT --- */

div.message {
	font-weight: bold;
}

/* --- LABEL --- */
.kontaktform label {
	width: 12em;
	display: block;
	float: left;
	clear:left;
	margin: 0.5em 1em 0 0;
	font-weight: bold;
	text-align: right;
}

.error {
	color: red;
}

/* --- FIELDSETS --- */
fieldset {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 1em 0;
}

fieldset#send {
	border: 0px;
}

fieldset legend {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 0 3em; padding: 0 1em; font-style: italic;
}

fieldset label { font-weight: normal !important; text-align: right !important;}

/* --- INPUT FIELDS --- */
.kontaktform input.text,
.kontaktform textarea.text {
	float: left;
	border: 1px solid silver;
	width: 27em;
	margin: 0.5em 0 0 0;
}

.kontaktform textarea.text{
    font-size: 13.33px;
}

.kontaktform input.strasse {
	float: left;
	border: 1px solid silver;
	width: 22.9em;
	margin: 0.5em 0 0 0;
}

.kontaktform textarea {
	float: left;
	border: 1px solid silver;
	font: 11px Verdana, Arial;
	width: 27em;
	height: 15em;
	margin: 0.5em 0 0 0;
}

.kontaktform input#hausnummer {
	width: 3.5em;
	margin: 0.5em 0 0 0.5em;
    float: left;
    border: 1px solid silver;
}

.kontaktform input.titel {
	width: 2.5em;
}

.kontaktform input.confirm {
	margin: 0 0 2.5em 0 ;
}

.kontaktform .row_confirm .inner_row{
    display: flex;
}

.kontaktform input.text, .kontaktform textarea, .kontaktform select {
	background-color: #fff;
	color: #000;
}

.kontaktform input:focus, .kontaktform textarea:focus, .kontaktform select:focus {
	color: #000;
}

/* --- SELECT FIELDS --- */
.kontaktform select {
	float: left;
	border: 1px solid silver;
	width: 25em;
	margin: 0.5em 0 0 0;
}

.kontaktform select.strasse {
	float: left;
	border: 1px solid silver;
	width: 21.9em;
	margin: 0.5em 0 0 0;
}

.kontaktform select#anrede {
	float: left;
	border: 1px solid silver;
	width: 5em;
	margin: 0.5em 0 0 0;
}

.kontaktform optgroup {
	font-style: normal;
	font-weight: normal;
	color: #777;
}

.kontaktform option {
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.hidden {
display: none;
}

.kontaktform	{ 
	display:block; 
}

/* --- INPUT FIELDS --- */
input#send { cursor: pointer; }

fieldset#send1 { padding: 0 1em; }

fieldset#send1 label[for=confirmData]{ width: 22em; }

fieldset#send1 span { display: block;}

fieldset#send1 .row_captcha .label_placeholder{
    margin: 0;
}

fieldset#send1 .captcha_wrapper{margin-left: 12em}

fieldset#send1 .captcha_code{display: flex}

fieldset#send1 .captcha_code label{display: flex; flex-direction: row}

@media (max-width: 480px){
    fieldset#send1 .captcha_wrapper{margin-left: 1em}
    fieldset#send1 .label_placeholder{ width: 1em }
}

span.captcha_img { padding-left: 12em; }

span.captcha_img img { padding: 0 !important; }

input#captcha { clear: right; float: none !important; }
