@charset "utf-8";

html {
        -webkit-text-size-adjust: none; 
}

input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
}

.contentNarrow, .contentTablet {
	display:none;
}

.contentWide {
        position:relative;
}
#contactform-wrapper,
#contactform-wrapper label,
#contactform-wrapper input.inputfield,
#contactform-wrapper select,
#contactform-wrapper textarea,
#contactform-wrapper #submit,
#contactform-wrapper #submit-narrow,
#contactform-wrapper #reset,
#contactform-wrapper #reset-narrow,
#contactform-wrapper #captcha_word,
#contactform-wrapper #captcha_word-narrow,
#contactform-wrapper legend,
#contactform-wrapper #reload_form {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight: normal;
	font-style: normal;
	color:#5c5c65;
}

#contactform-wrapper .input-desc,
#captcha_desc,
#captcha-calc,
#captcha_desc-narrow,
#captcha-calc-narrow,
#contactform-wrapper label {
	color:#5c5c65;
}
#contactform-wrapper textarea,
#contactform-wrapper input.inputfield {
  width:95%;
  max-width:260px;
}

.contactform-table-1  {
	float:left;
}
.contactform-table  {
	width:50%;
}

#contactform-wrapper textarea {
	height:140px;
}


body, 
#contactform-wrapper {
	margin: 0px;
	padding:0px;
  	background-color: #fff;
	height:100%;
}

#contactform-wrapper .col-2 {
}

#contactform-wrapper a:link,
#contactform-wrapper a:visited {
	color: #5c5c65;
	text-decoration: none;
}

#contactform-wrapper a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#contactform-wrapper li {
	margin:0px;
}

#contactform-wrapper input,
#contactform-wrapper textarea,
#contactform-wrapper select {
	margin: 1px;
}

#contactform-wrapper fieldset {
	display: block;
	background-color:transparent;
	border: 0px solid #ccc;
	margin:0;
	padding:0;
}

/* Fieldset um Dankesmeldung */
#contactform-wrapper .rahmen {
	display: block;
	padding: 0px;
	background-color: transparent;
}

#contactform-wrapper label.left,
#contactform-wrapper div.label_spacer {
	float: left;
	text-align: left;
	width: 110px;
	margin-right: 0.5em;
	margin-left: 0;
	margin-top:2px;
	height:22px;
}

#contactform-wrapper .container_form_field {
  margin-bottom:3px;
  display:block;
}

#contactform-wrapper select,
#contactform-wrapper #captcha_word,
#contactform-wrapper #captcha_word-narrow,
#contactform-wrapper input[type=text],
#contactform-wrapper textarea {
	border: 1px solid #ddd;
	background-color:#fff;
}

#contactform-wrapper input[type=text] {
	float: left;
	margin-top:2px;
}

#contactform-wrapper form br {
	clear: both;
}

#contactform-wrapper .label-text {
	position:absolute;
	left:8px;
}

/* Dankesmeldung */
#contactform-wrapper .absenden {
	color:#5c5c65;
	font-weight:normal;
	margin-left:0px;
	font-style: normal;
}

#contactform-wrapper .fehler {
	color:#FF0000;
	font-weight:normal;
	margin-left:5px;
}
#contactform-wrapper span.left {
	margin-right:10px;
}
#contactform-wrapper div.left {
	margin:10px;
}
#contactform-wrapper .required_flag_container {
  width:5px;
  display:inline-block;
}

#contactform-wrapper label {
	display:inline-block;
	position:relative;
	vertical-align:top;
	white-space:normal;
}

#contactform-wrapper .label-desc {
	display:inline-block;
	margin-left:9px;
}

#contactform-wrapper .input-desc {
	display:inline-block;
	margin-left:120px;
}

#contactform-wrapper td {
	width: 50%;
	vertical-align: top;
}

#fieldset_form_fields {
	margin-bottom:10px !important;
}

#captcha-label,
#captcha-label-narrow {
	float:left;
}

#captcha-calc {
        display:inline-block;
        margin-left:40px;
        vertical-align:top;
}
#captcha-calc-narrow {
        display:inline-block;
        vertical-align:top;
}

#contactform-wrapper .captcha-one-line {
        float:left;
        padding-left:10px;
}

#contactform-wrapper .copyself-one-line {
	margin-right:13px !important;
}

#contactform-wrapper .copyself-one-line,
#contactform-wrapper .submit-one-line {
        float:right;
	margin-top:22px;
}

.contentNarrow .copyself-one-line,
.contentNarrow .submit-one-line {
	float:left !important;
}
.contentNarrow .copyself-one-line {
	width:90%;
}


.button-container {
	display:inline-block;
	float:right;
	margin-right:9px;
}

.contentNarrow .button-container {
	float:none;
	width:100%;
}

#reset-narrow {
	float:left !important;
}
#submit-narrow {
	float:right !important;
}


#submit,
#reset,
#submit-narrow,
#reset-narrow,
button {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height:20px;
	border:1px solid #dadada;
	height:25px;
}

