.whitepaper-form-wrapper {
	border: 1px solid #bebebe;
	max-width: 780px;
	margin: 0 auto;
	padding-right: 42px;
	padding-left: 42px;
	box-sizing: border-box;
}

.whitepaper-form-header {
	font-style: normal;
	font-weight: normal;
	font-size: 27px;
	line-height: 120%;
	color: #8BA820;
	background: #f1f3f0;
	padding-top: 17px;
	margin-left: -42px;
	padding-left: 42px;
	margin-right: -42px;
	padding-right: 42px;
	padding-right: 42px;
	padding-bottom: 19px;
	
}

.whitepaper-form-text {
	padding-top: 37px;
	padding-bottom: 45px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #464646;
	font-family: 'Montserrat', sans-serif;
	color: #464646;
}

.whitepaper-form-form h3 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.914286px;
	text-transform: uppercase;
	color: #8BA820;	
}

.whitepaper-form-columns,
.flex-form-group {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.flex-form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 40px;
}
.whitepaper-form-columns > div {
	flex-basis: calc(50% - 20px);
	flex-grow: 0;
	flex-shrink: 0;	
}

.whitepaper-form-columns > div.whitepaper-form-column-bigger {
	flex-basis: calc(66.666% - 20px);
}
.whitepaper-form-columns > div.whitepaper-form-column-smaller {
	flex-basis: calc(33.333% - 20px);
}

h3.flex-form-headline {
	margin-bottom: 40px;
}
.flex-form-infotext {
	position: relative;
	padding-left: 40px;
	font-family: "myriad-pro-condensed", sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1;
	color: #464646;
}
.flex-form-infotext:before {
	content: '\e9c1';
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	color: #8BA820;
}
.flex-form-item {
	margin-bottom: 15px;
}
.flex-form-item-label {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1;
	color: #828282;
}
.flex-form-item-100 {
	width: 100%;
}
.flex-form-item-50 {
	flex-basis: calc(50% - 10px);
	flex-grow: 0;
	flex-shrink: 0;	
}
.flex-form-item-66 {
	flex-basis: calc(66.666% - 10px);
}
.flex-form-item-33 {
	flex-basis: calc(33.333% - 10px);
}
@media only screen and (max-width:700px) {
	.flex-form-item-50,
	.flex-form-item-66,
	.flex-form-item-33 {
		flex-basis: 100%;
		width: 100%;
	}
}

.whitepaper-form-columns label {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 25px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 30px;
	display: inline-block;
}

.whitepaper-form-submitbar {
	border-top: #e4e4e4 1px solid;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 40px;
	margin-bottom: 40px;
}
.whitepaper-form-submitbar.padding-top-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.submitbutton {
	width: auto;
	min-width: 200px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	background: #8BA820;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
	cursor: pointer;
}
.flex-form-submit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
}
.submitComplaint {
	width: auto;
	padding: 0 20px;
}

.submitbutton.deactivate {
	opacity: 0.4;
	pointer-events: none;
}

.submitbuttonicon {
	position: absolute;
	right: 20px;
	font-size: 20px;
}

.whitepaper-form-checkbox {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.whitepaper-form-checkbox input {
	-webkit-appearance: none;
	background: #ececec;
	border: 1px solid #e0e0e0;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 20px;
	margin-top: 22px;
	transition: none !important;
}

.whitepaper-form-checkbox input:checked,
.whitepaper-form-checkbox input:active{
	background: #8ba71f !important;
}

.whitepaper-form-form a {
	color: #8ba71f;
	font-weight: bold;
}

input.error,
.field-upload.error {
	outline: 2px solid red;
}

.bh-femode .DynamicsID {
	display: none;
}

.DynamicsID {
	text-align: center;
	max-width: 780px;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.DynamicsID:before {
	content: 'Dynamics-365-ID: ';
}


/* UPLOAD */

.flex-form-item-label-upload {
	margin-bottom: 2px;
}
.complaint-form .field-upload {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: white;
	/* box-shadow: 0px 30px 40px #E2E7F0; */
	/* border-radius: 3px; */
	background: rgba(0,0,0,.02);
	border: 1px solid #e0e0e0;
	transition: ease-in all 0.3s 0.6s;
}
.complaint-form .field-upload.file-selected {
	background: #5CB85C;
	transition: ease-out all 0.3s 0.2s;
}
.complaint-form .field-upload.too-big {
	background: #DE313E;
	transition: ease-out all 0.3s 0.2s;
}
.complaint-form .field-upload input {
	display: none;
	width: 0px;
	font-size: 0.1px;
}
.complaint-form .field-upload label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	color: #626263;
	padding: 14px 20px;
	box-sizing: border-box;
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
	transition: ease-out opacity 0.2s 0.3s, ease-out color 0.2s 0.3s;
}
.complaint-form .field-upload.file-selected label {
	opacity: 0;
	pointer-events: none;
	transition: ease-in opacity 0.2s 0.3s;
}
.complaint-form .field-upload.too-big label {
	color: white;
	transition: ease-in opacity 0.2s 0.3s, ease-out color 0.2s 0.3s;
}
.complaint-form .field-upload-display {
	width: 100%;
	height: 100%;
	padding: 14px;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.complaint-form .file-upload-display-text-container {
	width: calc(100% - 8rem);
	height: auto;
}
.complaint-form .field-upload .input-icon-clear {
	position: absolute;
	height: 100%;
	width: 50px;
	right: 0px;
	top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	color: white;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: ease-in opacity 0.3s;
}
.complaint-form .field-upload.file-selected .input-icon-clear {
	opacity: 1;
	pointer-events: all;
	transition: ease-out opacity 0.3s 0.6s;
}
.complaint-form .file-upload-display-icon {
	display: block;
	height: 24px;
	width: 0px;
	color: #F7F7F7;
	font-size: 24px;
	overflow: hidden;
	transition: ease-in width 0.3s 0.5s;
}
.complaint-form .field-upload.file-selected .file-upload-display-icon {
	width: calc(24px + 20px);
	transition: ease-out width 0.3s 0.5s;
}
.complaint-form .file-upload-display-description {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	opacity: 1;
	margin-bottom: 3px;
	max-height: 40px;
	transition: ease-in all 0.3s 0.5s;
}
.complaint-form .field-upload.file-selected .file-upload-display-description,
.complaint-form .field-upload.too-big .file-upload-display-description {
	color: #F7F7F7;
	opacity: 0;
	max-height: 0;
	transition: ease-out all 0.3s 0.5s;
}
.complaint-form .file-upload-display-filename {
	font-size: 17px;
	line-height: 1.25;
	color: #F7F7F7;
	max-height: 0px;
	overflow: hidden;
	transition: ease-in max-height 0.3s;
}
.complaint-form .field-upload.file-selected .file-upload-display-filename,
.complaint-form .field-upload.too-big .file-upload-display-filename {
	max-height: 40px;
	transition: ease-in max-height 0.3s 0.3s;
}


.el-dynamics-localforms .dsgvo-title {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.el-dynamics-localforms .dsgvo-additional-text {
	padding-top: 20px;
	margin-bottom: 40px;
}

.el-dynamics-localforms .whitepaper-nl-field,
.el-dynamics-localforms .whitepaper-dsgvo-field {
	margin-bottom: 15px;
}
.whitepaper-form-submit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width : 700px) {
	.whitepaper-form-wrapper {
		margin-left: -20px;
		margin-right: -20px;
		border-left: 0px;
		border-right: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.whitepaper-form-header {
		font-size: 30px;
		line-height: 120%;
	}
	
	.whitepaper-form-text {
		font-size: 16px;
		line-height: 25px;
	}
	
	.whitepaper-form-columns {
		display: block;
	}
	
	.whitepaper-form-columns > div {
		margin-bottom: 15px;	
	}
}