
/* Povermail Kursanmeldung */

.powermail_fieldwrap {
	display:block;
	clear:both;
}

.powermail_fieldwrap label {
display:block;
float:left;
width:120px;
font-weight:400 !important;
padding-top:5px;
}

input, button, select, textarea {color: #3d261c; }

.powermail_fieldwrap input, .powermail_fieldwrap textarea {
 width: 400px;
 float:left;
 border:1px solid #ccc;
 padding:4px 0px 4px 4px;
 margin-bottom:6px;
}

.powermail_fieldwrap input[type="submit"] {
margin-top:15px;
margin-left:120px; 
font-weight:700;
background-color: #C4BDB1;
}

.powermail_fieldwrap input[type="submit"]:hover {
  background-color:#E53138;
  color:#fff !important;
}

.powermail_form h3, .powermail_legend { display:none;}


legend.powermail_label { display: none;}
.powermail_field_marker_1 {background-color: antiquewhite;
}
input.powermail_checkbox { width: 10px; text-align: left;}
input[type="checkbox"] { margin: 9px 0 0 !important;}


div.powermail_fieldwrap_check label {width: 450px; padding-left: 15px; padding-bottom: 15px;}


@media screen and (max-width: 960px) {
	.powermail_fieldwrap input, .powermail_fieldwrap textarea {
	 width: calc(100% - 130px); 
	 }
	
	div.powermail_fieldwrap_check label {width: 100% !important; padding-left: 0px !important; padding-bottom: 15px;}
	input.powermail_checkbox { width: 19px !important; } 
}


@media screen and (max-width: 600px) {
	.powermail_fieldwrap input, .powermail_fieldwrap textarea {
	 width: 100%;
	 float:none;
	 clear:both; 
	 }

	.powermail_fieldwrap input[type="submit"] {
	margin-left:0px; 
	}

}










/* Formular Kontakt */
.csc-mailform-field {
	display:block;
	clear:both;
}

.csc-mailform-field label {
display:block;
float:left;
width:120px;
font-weight:400 !important;
padding-top:5px;
}

.csc-mailform-field input, .csc-mailform-field textarea {
 width: 400px;
 float:left;
 border:1px solid #ccc;
 padding:4px 0px 4px 4px;
 margin-bottom:6px;
}

.csc-mailform-field input[type="submit"] {
margin-top:15px;
margin-left:120px; 
font-weight:700;
}

.csc-mailform-field input[type="submit"]:hover {
  background-color:#E53138;
  color:#fff !important;
}



@media screen and (max-width: 960px) {
	.csc-mailform-field input, .csc-mailform-field textarea {
	 width: calc(100% - 130px); 
	 }
}


@media screen and (max-width: 600px) {
	.csc-mailform-field input, .csc-mailform-field textarea {
	 width: 100%;
	 float:none;
	 clear:both; 
	 }

	.csc-mailform-field input[type="submit"] {
	margin-left:0px; 
	}

}