/*******WMS Form based Default CSS*******/
.maf_loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .maForm .nrform-head {
  display: none; 	
}

form.maForm input[type="checkbox"],
form.maForm input[type="radio"],
form.maForm select {
  cursor: pointer;	
}

form.maForm input[type="checkbox"]:checked {
  outline: 1px solid #1C1B1F; 	
}

form.maForm input[type="radio"] {
  accent-color: #1C1B1F !important;	
}

form.maForm select {
  background-color: #fff;	
}

form.maForm label.hasLabel.focussed .labeltext {
  opacity: 1;	
}

form.maForm label.hasLabel .labeltext {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-left: 10px;
  padding: 0 6px;	
  opacity: 0; 
  transition: all 0.4s ease; 
}

form.maForm label.hasLabel .labeltext + input[type="text"],
form.maForm label.hasLabel .labeltext + input[type="number"],
form.maForm label.hasLabel .labeltext + input[type="email"],
form.maForm label.hasLabel .labeltext + input[type="password"],
form.maForm label.hasLabel .labeltext + input[type="tel"],
form.maForm label.hasLabel .labeltext + input[type="url"],
form.maForm label.hasLabel .labeltext + select,
form.maForm label.hasLabel .labeltext + textarea {
  top: -12px;
  position: relative;	
}

form.maForm .maFormFieldTypeStandardRadio label.formRadioListLabel label.formRadioLabel {
  display: block;	
}

body .footer_form .maForm .maFormElement {
  vertical-align: bottom;	
}

body .footer_form .maForm .maFormElement input {
  margin-top: 0;	
}

body .maForm .maFormElement input::-webkit-input-placeholder,
body .maForm .maFormElement textarea::-webkit-input-placeholder {
  color: #1c2d3b;	
}

body .maForm .maFormElement input:-moz-placeholder,
body .maForm .maFormElement textarea:-moz-placeholder,
body .maForm .maFormElement input::-moz-placeholder,
body .maForm .maFormElement textarea::-moz-placeholder {
  color: #1c2d3b;	
  opacity:  1;
}

body .maForm .maFormElement input:-ms-input-placeholder,
body .maForm .maFormElement textarea:-ms-input-placeholder {
  color: #1c2d3b;	
}

body .maForm .maFormElement input::-ms-input-placeholder,
body .maForm .maFormElement textarea::-ms-input-placeholder {
  color: #1c2d3b;	
}

body .maForm .maFormElement input::placeholder,
body .maForm .maFormElement textarea::placeholder {
  color: #1c2d3b;	
}

body .maForm .wms_has_checkbox {
  position: relative;	
}

body .maForm .wms_has_checkbox input[type="checkbox"] {
  opacity: 0;	
  z-index: 1;
}

body .maForm .wms_has_checkbox input[type="checkbox"] + .chkbx_shadow {
  position: absolute;
  top: 4px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 2px solid #bfbfbf;
  background-color: #fff;
  border-radius: 2px;	
}

body .maForm .wms_has_checkbox input[type="checkbox"]:checked + .chkbx_shadow {
  border: 1px solid #1C1B1F;
  background-color: #87DAFF;	  
  background-image: url( '../images/check.svg' );
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
}

body .footer_form .maForm {
  width: 100%;	
  font-size: 0;
  max-width: 626px;
}

/*body .footer_form .maForm .formRequiredLabel {
  display: none;	
}*/

body .footer_form .maForm .maFormElement {
  display: inline-block;
  margin-right: 2.5%;
  vertical-align: middle;	
  font-size: 20px;
  box-sizing: border-box;
}

body .footer_form .maForm .maFormElement input[type="text"],
body .footer_form .maForm .maFormElement input[type="email"],
body .footer_form .maForm .maFormElement button,
body .footer_form .maForm .maFormElement label {
  width: 100%;	
}

body .footer_form .maForm .maFormElement:nth-child( 1 ) {
  width: 30%;	
}

body .footer_form .maForm .maFormElement:nth-child( 2 ) {
  width: 45%;	
}

body .footer_form .maForm .maFormElement:nth-child( 3 ) {
  width: 20%;
  margin-right: 0;	
}

body .footer_form .maForm .maFormElement:nth-child( 4 ) {
  margin-right: 0;
  width: 100%;
  margin-top: 5px;	
}

body .footer_form .maForm .maFormElement input[type="text"],
body .footer_form .maForm .maFormElement input[type="email"] {
  height: 44px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.80);
  background: #fff;	 
  accent-color: #fff !important;
  color: #000;
}

body .footer_form .maForm .maFormElement input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.80);
}

body .footer_form .maForm .maFormElement input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.80);
  opacity:  1;
}

body .footer_form .maForm .maFormElement input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.80);
  opacity:  1;
}

body .footer_form .maForm .maFormElement input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.80);
}

body .footer_form .maForm .maFormElement input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.80);
}

body .footer_form .maForm .maFormElement input[type="text"]::placeholder { /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.80);
}

body .footer_form .maForm .maFormElement button.formSubmit {
  background: #87DAFF;
  border-radius: 6px;
  color: #1C2D3B; 	
  border: none;
  height: 44px;
  padding: 0;
  line-height: 44px;
  width: 128px;
  text-align: center;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
}

body .footer_form .maForm .maFormElement input[type="text"]:focus {
  border: 1px solid rgba( 0, 0, 0, 1 );	
}

body .footer_form .maForm .maFormElement button.formSubmit:hover {
  background: rgba( 135, 218, 255, 0.40 );	
}

body .footer_form .maForm .maFormElement:nth-child( 4 ) label,
body .footer_form .maForm .maFormElement:nth-child( 4 ) label a {
  color: #fff;
  font-family: "Mulish", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.5px; 	
}

body .footer_form .maForm .maFormElement:nth-child( 4 ) label a {
  color: #F82C51;	
}

body .footer_form .maForm .maFormElement:nth-child( 4 ) .formGdprNotice .gdpr_checkbox {
  float: left;
  margin-right: 10px;
  height: 20px;
  width: 20px;	
  cursor: pointer;
}

body .footer_form .maForm .maFormElement:nth-child( 4 ) .formGdprNotice .gdpr_checkbox + div {
  float: right;
  width: calc( 100% - 30px );	
}

body .footer_form .thank-you-message-container {
  margin-top: 0;
  color: #fff;
  font-family: "Mulish", sans-sarif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 3px solid green;
  padding: 15px;
  border-radius: 6px;	
}

body .footer_form .maForm .maFormElement.maFormFieldTypeStandardGdpr .formGdprNotice a {
  position: relative;
  top: 1px;
  border-bottom: 1px solid; 	
}

body .footer_form .maForm .maFormElement {
  vertical-align: middle !important;	
}

body .maForm .notvalidfield {
  color: #DD5050; 
  font-family: "Mulish", sans-sarif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;	
  position: relative;
  top: 2px;
}

body .MAform.showlabel .maForm .notvalidfield {
  top: -10px;	
} 

body .maForm .notvalidfield img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;	
}

body .maForm .notvalidfield span {
  display: inline-block;
  vertical-align: middle;	
}

body.page-id-79844 .mnnewsltr .maForm .notvalidfield span {
  width: calc(100% - 30px);
  line-height: 18px;	
}

body .page-id-79844 .mnnewsltr .MAform.showlabel .maForm .notvalidfield {
  top: -8px; 	
}

body .footer_form .MAform.view-inline .maForm label {
  position: relative;	
}

body .footer_form .MAform.view-inline .maForm label .notvalidfield {
  position: absolute;
  left: 0;
  top: 62px;
  width: 100%;
}

body .footer_form .maForm.haserror .maFormFieldTypeStandardGdpr {
  transition: all 0.4s ease;
  margin-top: 15px !important;  	
}

/*body.single-downloads .web_download .MAform.view-inline .maForm.haserror .maFormFieldTypeStandardGdpr,
body.single-downloads .web_download .MAform.view-inline .maForm.haserror .maFormFieldTypeStandardSubmitButton {
  transition: all 0.4s ease;
  margin-top: 15px !important;	
}  
*/

body.single-post .wms_sngl_post form.maForm,
body.single-glossar .wms_sngl_post form.maForm {
  margin: 0 -10px;	
  display: flex;
  flex-wrap: wrap;
}

body.single-post form.maForm.fields-5 .maFormFieldTypeStandardText:nth-child( 3 ),
body.single-glossar form.maForm.fields-5 .maFormFieldTypeStandardText:nth-child( 3 ),
body .wmsprodpg form.maForm.fields-5 .maFormFieldTypeStandardText:nth-child( 3 ) {
  width: 100% !important;	
  padding-right: 30px;
}

body .wmsprodpg form.maForm.fields-5 .maFormFieldTypeStandardText:nth-child( 3 ) {
  padding-right: 10px;	
}

body.single-downloads .web_download form.maForm .maFormFieldTypeStandardGdpr label.formGdprLabel,
body.single-wms_events .web_download form.maForm .maFormFieldTypeStandardGdpr label.formGdprLabel {
  font-size: 0 !important;	
}

body.single-downloads .web_download form.maForm .maFormFieldTypeStandardGdpr label.formGdprLabel .formGdprNotice,
body.single-wms_events .web_download form.maForm .maFormFieldTypeStandardGdpr label.formGdprLabel .formGdprNotice {
  font-size: normal;	
}

body.single-downloads .web_download form.maForm .maFormFieldTypeStandardGdpr,
body.single-downloads .web_download form.maForm .maFormFieldTypeStandardSubmitButton,
body.single-wms_events .web_download form.maForm .maFormFieldTypeStandardGdpr,
body.single-wms_events .web_download form.maForm .maFormFieldTypeStandardSubmitButton { 
  max-width: 50%;	
  display: inline-block !important;
}

body.single-downloads .web_download form.maForm.fields-5 .nrform-head + .maFormFieldTypeStandardText + .maFormFieldTypeStandardText + .maFormFieldTypeStandardText,
body.single-wms_events .web_download form.maForm.fields-5 .nrform-head + .maFormFieldTypeStandardText + .maFormFieldTypeStandardText + .maFormFieldTypeStandardText {
  width: 100% !important;	
}

body.single-downloads .web_download form.maForm.fields-5 .nrform-head + .maFormFieldTypeStandardText + .maFormFieldTypeStandardText,
body.single-wms_events .web_download form.maForm.fields-5 .nrform-head + .maFormFieldTypeStandardText + .maFormFieldTypeStandardText {
  width: 50% !important; 	
}

body.single-downloads .web_download form.maForm.fields-5 .maFormFieldTypeStandardText:nth-child( 3 ),
body.single-wms_events .web_download form.maForm.fields-5 .maFormFieldTypeStandardText:nth-child( 3 ),
body .wmsprodpg .web_download form.maForm.fields-5 .maFormFieldTypeStandardText:nth-child( 3 ) {
  width: 100% !important;	
}

body.single-downloads .web_download form.maForm .maFormFieldTypeStandardGdpr input[type="checkbox"],
body.single-wms_events .web_download form.maForm .maFormFieldTypeStandardGdpr input[type="checkbox"] {
  /*display: none;*/
  margin-left: 2px !important;		
}

body.single-downloads .web_download .maForm .maFormFieldTypeStandardGdpr > .formGdprLabel,
body.single-wms_events .web_download .maForm .maFormFieldTypeStandardGdpr > .formGdprLabel {
  font-size: 0 !important;	
}

body.single-downloads .web_download .maForm .maFormFieldTypeStandardGdpr > .formGdprLabel .formRequiredLabel,
body.single-wms_events .web_download .maForm .maFormFieldTypeStandardGdpr > .formGdprLabel .formRequiredLabel { 
  display: none;	
}

body.single-downloads .web_download .maForm .maFormFieldTypeStandardGdpr > .formGdprLabel .formGdprNotice,
body.single-wms_events .web_download .maForm .maFormFieldTypeStandardGdpr > .formGdprLabel .formGdprNotice {
  font-size: 12px;	
}

@media all and ( min-width: 1200px ) {
  form.maForm input[type="checkbox"] {
    accent-color: #87DAFF !important;	
  }	
}

/************** iPad **************/
@media all and ( max-width: 1200px ) { 
  body .footer_form .maForm .maFormElement button.formSubmit { 
	 width: 100px; 	  
  } 	
}

@media all and ( max-width: 1024px ) {
  body.single-post .wms_sngl_post .wms_pb_container form.maForm .maFormElement,
  body.single-glossar .wms_sngl_post .wms_pb_container form.maForm .maFormElement {
     padding: 0;	  
  }
  
  body.single-post .wms_sngl_post form.maForm,
  body.single-glossar .wms_sngl_post form.maForm {
     margin: 0;	  
  } 
}

@media all and ( max-width: 768px ) {
  body .footer_form .maForm .maFormElement button.formSubmit,
  body .footer_form .maForm .maFormElement:nth-child(3) {
    width: 100%;	  
  }	
  
  body .footer_form .maForm .maFormElement:nth-child(3) .formGdprNotice .gdpr_checkbox {
    float: left;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
  }
  
  body .footer_form .maForm .maFormElement:nth-child(3) .formGdprNotice .gdpr_checkbox + div {
    float: left;
    width: calc(100% - 30px);	  
  }
  
  body .footer_form .maForm .maFormElement:nth-child(3) {
    margin-top: 10px;	  
  }
  
  body .footer_form .maForm .maFormElement:nth-child(4) {
    margin-top: 18px;	  
  } 
  
  body .footer_form .maForm .maFormFieldTypeStandardHidden,
  body.page-id-83307 .maForm .maFormFieldTypeStandardHidden {
    margin: 0 !important;
	display: none !important;	  
  }
  
  body.single-downloads .web_download form.maForm .maFormFieldTypeStandardGdpr,
  body.single-downloads .web_download form.maForm .maFormFieldTypeStandardSubmitButton,
  body.single-wms_events .web_download form.maForm .maFormFieldTypeStandardGdpr,
  body.single-wms_events .web_download form.maForm .maFormFieldTypeStandardSubmitButton { 
    max-width: 100%;	
    display: inline-block !important;
  }
  
  body .footer_form .maForm {
	max-width: 100%;  
  }
  
  body .wmsprodpg form.maForm.fields-5 .maFormFieldTypeStandardText:nth-child( 3 ) {
    padding-right: 0;	
  }
}