
/* Povermail Kursanmeldung */

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

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

.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;
}

.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;
}

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


@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; 
	}

}



/* Registration */










/* 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; 
	}

}

