@media (min-width: 1024px) {
	#main {
		background-color:#333;
	}

	#section--contact-form  {
		width:100% !important;
		float:left !important;
		margin-top:-10px;
		background-color:#333 !important;
		color:#fff !important;
	}
	#section--contact-form h1,
	#section--contact-form h2 {
		color:#fff !important;
		font-size: 2rem;
	}

	.formtext {
		width:55%;
		float:left;
		padding-right: 60px;
	}
	.formtext a {
		color:#39bde9 !important;
		text-decoration:underline;
	}
	.formwrapper {
		width:45%;
		float:right;
		 }
	.formwrapper .formwrapper_inner {

		background:#fff;
		border-radius: 10px;
		padding: 10px 30px 30px;
	}
	.formwrapper #formk fieldset .labdiv:not(.labdiv_textarea) {
		width: 99%;
		margin-bottom:.4rem;
	}
	.formwrapper #formk fieldset .labdiv label {
		display: block !important;
		width: 100%;
		font-weight: 600 !important;
		font-size: .9rem;
	}
	.formwrapper #formk fieldset .labdiv:not(.labdiv_textarea) label + input,
	.formwrapper #formk fieldset .labdiv:not(.labdiv_textarea) label + select {
		width: 100%;
		background:#eee;
		height: 2.8rem;
		font-size: .9rem;
	}
	.formwrapper #formk fieldset .labdiv:not(.labdiv_textarea):nth-of-type(odd) {
		padding-right: 0rem;
	}
	.formwrapper #formk fieldset .labdiv.labdiv_textarea {
		width: 100%;
	}
	.formwrapper #formk fieldset .labdiv #plugin_cform_dsgvodatenschutzhaken_label,
	.formwrapper #formk fieldset .labdiv #extended_user_antwortmail_id,
	.formwrapper #formk fieldset .labdiv #extended_user_newsletter_id {
		font-weight: 400 !important;
		margin-bottom:20px;
	}
	.formwrapper .senden_formmanager {
		width:100%;
	}
	.formwrapper  #formk fieldset #labdiv_vorname {
		width:48%;
		float:left;
	}
	.formwrapper  #formk fieldset #labdiv_nachname {
		width:48%;
		float:right;
		padding-right: 5px;
	}

	.formwrapper  #formk fieldset #labdiv_telefon {
		width:40%;
		float:left;
	}
	.formwrapper  #formk fieldset #labdiv_e_mail {
		width:58%;
		float:right;
		padding-right: 5px;
	}

	div.error {
		margin-bottom: 1.25rem;
		padding: .625rem;
		border: 0px;
		background: #992626;
		color: #fff;
		border-radius: 10px;
		padding:30px;
	}

	#section--contact-form div.error  h2 {
		color: #fff !important;
		font-size: 1.5rem;
	}
	#section--contact-form div.error  ul {
		margin-left:20px !important;
	}
	#section--contact-form div.error a {
		color:#fff !important;
		text-decoration:underline;
	}
	.fillit {
		color:#333;
	}
	.formwrapper  #formk fieldset textarea:focus,
	.formwrapper  #formk fieldset input:focus {
		border: 1px solid #333 !important;
	}
}

