/* formular.css */
.ce_form{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;padding: 15px}.formular{background:#fff;border-radius: 2px;width:80%;padding: 20px;display: inline-block}.headline{text-transform:uppercase;width: 100%;display: block;font-size: 30px;color: #333333;line-height: 1.2;text-align: center;padding-bottom: 10px;font-weight:1200}.explanation{margin-bottom:3rem}label.formfield{color: #555555;line-height: 1.5;text-transform: uppercase;width: 100%;padding-bottom: 11px;display:block;margin:0}input.formfield{height:30px;position: relative;z-index: 1;border:none;	border-bottom: 1px solid rgba(0, 0, 0, 0.1);	padding-left: 20px;	font-family: 'Open Sans', sans-serif;	text-transform: uppercase;	color: #858585;	font-weight: lighter;	-webkit-transition: .5s;	transition: .5s;	display: block;	height: 50px;	width: 90%;	margin: 0 auto}textarea.formfield{position: relative;z-index: 1;border:none;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-left: 20px;font-family: 'Open Sans', sans-serif;text-transform: uppercase;color: #858585;font-weight: lighter;-webkit-transition: .5s;transition: .5s;display: block;height: 10rem;width: 90%;	margin: 0 auto}.captcha_text.formfield{color:rgba(201,8,8,.75);display: block;height: 50px;width: 90%;margin: 0 auto;border: none;padding-left:20px}.formsend{outline: none;background: #999;width: 100%;border: 0;border-radius: 4px;padding: 12px 20px;color: #FFFFFF;font-family: inherit;font-size: inherit;font-weight: 500;line-height: inherit;text-transform: uppercase;cursor: pointer}