.elementor-409 .elementor-element.elementor-element-5188df7{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-409 .elementor-element.elementor-element-0db1e33 .elementor-heading-title{color:var( --e-global-color-primary );}#elementor-popup-modal-409 .dialog-widget-content{animation-duration:1.2s;border-radius:30px 30px 30px 30px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-409{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-409 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-409 .dialog-close-button{display:flex;}/* Start custom CSS */.gform_wrapper .gfield .ginput_container input, .gform_wrapper .gfield .ginput_container textarea {
  border: none;
  border-bottom: 3px #2c3b4a solid;
  background-color: transparent;
  font-family: 'Campton';
  font-weight: 300;
  padding: 10px 10px 20px 0 !important;
  font-size: 18px !important;
  color: #071324;
  outline: none !important;
  resize: none;
  border-radius: 0;
}

@media all and (max-width:1024px) {
    .gform_wrapper .gfield .ginput_container input, .gform_wrapper .gfield .ginput_container textarea {
    border-bottom: 2px #2c3b4a solid;
    padding: 6px 6px 10px 0 !important;
    font-size: 18px !important;
  }
}

/*GFORM Button*/

.gform_wrapper .gform_footer .gform_button {
  background-color: var(--e-global-color-accent) !important;
  border-radius: 50px !important;
  color: #FFF;
  font-family: 'Campton' !important;
  padding: 12px 25px !important;
  border: none;
  cursor: pointer;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}



/*Consent Checkbox Styling*/
.gform_wrapper .gform_body .gfield--type-consent {
  margin: 20px 0;
}

.gform_wrapper .gform_body .gfield--type-consent a {
  text-decoration: underline;
}

.gform_wrapper .gform_body .gfield--type-consent .gfield_consent_label {
  line-height: 1.5;
}

/*Checkbox Consent Styling*/

.ginput_container_consent {
    position: relative;
}

.ginput_container_consent [type="checkbox"]:not(:checked), .ginput_container_consent [type="checkbox"]:checked {
    position: absolute !important;
    left: -9999px;
}

.ginput_container_consent [type="checkbox"]:not(:checked) + label:before, .ginput_container_consent [type="checkbox"]:checked + label:before {
    content:"";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 4px;
    left: 0;
    border: 1px solid #2c3b4a;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.ginput_container_consent [type="checkbox"] + label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 8px;
    background-color: var(--beon-blue);
    border-radius: 50%;
    scale: 0;
    transition: scale 0.3s ease;
}

.ginput_container_consent [type="checkbox"]:checked + label:after {
    scale: 1;
}

.ginput_container_consent .gfield_consent_label {
  margin-left: 50px;
  display: block;
  font-weight: 300;
}

.ginput_container_consent .gfield_consent_label .gfield_required {
  display: none !important;
}


/*Placeholder Styling*/


body.night .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder, body.night .gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #FFF;
  font-family: 'Campton';
  font-size: 20px;
}
body.night .gform_wrapper .gform_fields .gfield input::-moz-placeholder, body.night .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
  color: #FFF;
  font-family: 'Campton';
  font-size: 20px;
}
body.night .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder, body.night .gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
  color: #FFF;
  font-family: 'Campton';
  font-size: 20px;
}
body.night .gform_wrapper .gform_fields .gfield input:-moz-placeholder, body.night .gform_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
  color: #FFF;
  font-family: 'Campton';
  font-size: 20px;
}


.gform_fields .gform_wrapper .gfield input::-webkit-input-placeholder, .gform_fields .gform_wrapper .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #071324;
  font-family: 'Campton';
  font-size: 20px;
}
.gform_fields .gform_wrapper .gfield input::-moz-placeholder, .gform_fields .gform_wrapper .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
  color: #071324;
  font-family: 'Campton';
  font-size: 20px;
}
.gform_fields .gform_wrapper .gfield input:-ms-input-placeholder, .gform_fields .gform_wrapper .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
  color: #071324;
  font-family: 'Campton';
  font-size: 20px;
}
.gform_fields .gform_wrapper .gfield input:-moz-placeholder, .gform_fields .gform_wrapper .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
  color: #071324;
  font-family: 'Campton';
  font-size: 20px;
}






/*Select Files Button Style*/

.gform_wrapper .gform_button_select_files {
  background-color: var(--beon-blue);
  font-family: 'Campton';
  border-radius: 50px;
  padding: 12px 25px;
  color: #FFF;
  border: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  
}


/*Checkbox Consent Styling*/

.gfield--type-checkbox .gfield_checkbox .gchoice {
    position: relative;
}

.gfield--type-checkbox .gfield_checkbox [type="checkbox"]:not(:checked), .gfield--type-checkbox .gfield_checkbox [type="checkbox"]:checked {
    position: absolute !important;
    left: -9999px;
}

.gfield--type-checkbox .gfield_checkbox [type="checkbox"]:not(:checked) + label:before, .gfield--type-checkbox .gfield_checkbox [type="checkbox"]:checked + label:before {
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #2c3b4a;
    background-color: transparent;
    cursor: pointer;
}

.gfield--type-checkbox .gfield_checkbox [type="checkbox"] + label:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 5px;
    left: 6px;
    background-color: var(--beon-blue);
    scale: 0;
    transition: scale 0.3s ease;
}

.gfield--type-checkbox .gfield_checkbox [type="checkbox"]:checked + label:after {
    scale: 1;
}

.gfield--type-checkbox .gfield_checkbox [type="checkbox"]:checked + label {
  font-weight: 300 !important;
}

.gfield--type-checkbox .gfield_checkbox .gform-field-label  {
  margin-left: 25px;
  display: block;
  font-weight: 300;
}

/* .gfield--type-checkbox .gfield_checkbox .gform-field-label  .gfield_required {
  display: none !important;
} */


/*Checkbox Consent Styling*/

.gfield--type-radio .gfield_radio .gchoice {
    position: relative;
}

.gfield--type-radio .gfield_radio [type="radio"]:not(:checked), .gfield--type-radio .gfield_radio [type="radio"]:checked {
    position: absolute !important;
    left: -9999px;
}

.gfield--type-radio .gfield_radio [type="radio"]:not(:checked) + label:before, .gfield--type-radio .gfield_radio [type="radio"]:checked + label:before {
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #2c3b4a;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
}

.gfield--type-radio .gfield_radio [type="radio"] + label:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
    background-color: var(--beon-blue);
    transition: opacity 0.3s ease;
    border-radius: 50%;
    border: solid 1px var(--beon-blue);
    opacity: 0;
}

.gfield--type-radio .gfield_radio [type="radio"]:checked + label:after {
    opacity: 1;
}

.gfield--type-radio .gfield_radio [type="radio"]:checked + label {
  font-weight: 300 !important;
}

.gfield--type-radio .gfield_radio .gform-field-label  {
  margin-left: 25px;
  display: block;
  font-weight: 300;
}

.gform_required_legend, .gfield_required {
    display: none !important;
}

#field_1_5::after {
    content:"* Erforderliche Felder";
    color: grey;
    text-align: right;
    width: 100%;
    display: block;
    font-weight: 500;
    padding-top: 10px;
}

.gform_confirmation_message {
    color: var(--e-global-color-primary) !important;
}/* End custom CSS */