/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 05:10:34 */
/* ========== Global CSS Start ========== */

.inquiry-form-wrapper .gform_validation_errors:focus{
	border: none !important;
	box-shadow: none !important;
	outline: none;
}
#gform_1 .gform_fields {
	display: flex !important;
	flex-direction: column;
	gap: 0;
}

/* Progressbar CSS Start */

#gform_1 .gf_progressbar_wrapper, .gform_heading{
    display:none !important;
}

.gf-custom-progress{
    display:flex;
    gap:4px;
    margin-bottom:45px;
}

.gf-custom-step{
    flex:1;
    height:4px;
    background-color: #edf0f4;
    border-radius:20px;
    transition:all .3s ease;
}

.gf-custom-step.is-complete{
    background-color: #2d8c5a;
}

.gf-custom-step.is-current{
    background: #2b5e8c;
}
/* Progressbar CSS End */


/* Page heading CSS */
#gform_1 .hm-step-header{
	margin-bottom: 32px;
}

#gform_1 .hm-step-header h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 13px;
  color: #1A1F26;
letter-spacing: -0.5px;
}

#gform_1 .hm-step-header p {
  font-size: 14px;
  color: #5A6577;
}
/* Page headin CSS */


/* Footer layout Buttons */
#gform_1 .gform_page_footer {
  display: flex !important;
  align-items: center;
  gap: 12px;
 margin-top: 10px;
}

#gform_1 .gform_previous_button {
  width: auto !important;
  padding: 14px 24px !important;
  border: 1px solid #D5DAE2 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #1A1F26 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: 'Outfit', sans-serif;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  outline: none !important;
	box-shadow: none !important;
}

#gform_1 .gform_previous_button:hover {
  border-color: #2b5e8c !important;
}

#gform_1 .gform_next_button, .gform_button {
  flex: 1;
  width: auto !important;
}

#gform_1 .gform_next_button, .gform_button {
  width: 100% !important;
  padding: 16px !important;
  background-color: #2B5E8C !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
	outline: none !important;
}

#gform_1 .gform_next_button:hover {
  background-color: #1A3D5C !important;
}

#gform_1 .gform_next_button:disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}
/* Footer layout Buttons */



/* Info Box Start */
#gform_1 .hm-info-box {
  background: #D4EDDF;
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #2D8C5A;
  margin-bottom: 18px;
}

#gform_1 .hm-info-box-2 {
    padding: 10px 14px;
    background: #FEF3EC;
    border-radius: 6px;
    border: 1px solid #F5D5BE;
    margin-bottom: 14px;
    font-size: 12px;
    color: #c75b2a;
    font-weight: 600;
}

#gform_1 .hm-info-box.blue {
  background: #EEF4FA;
  color: #2B5E8C;
  border: 1px solid #D6E5F3;
	margin-bottom: 18px !important;
}

#gform_1 .hm-info-box.orange {
  background: #FEF3EC;
  color: #c75b2a;
  border: 1px solid #f5d5be;
}

#gform_1 .hm-info-box strong {
  display: block;
  font-weight: 800;
}

#gform_1 .hm-info-box .hm-truck {
  font-size: 22px;
}
/* Info Box CSS End */



/* -- Form Field Global CSS Start -- */

.hm-required label::after {
    content: " *";
    color: #c75b2a;
    font-weight: 400;
}

/* Select */
#gform_1 .hm-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  background-color: #F4F5F7;
  border: 1px solid #D5DAE2;
  border-radius: 6px;
  font-size: 14px;
  height: 42px;
  padding: 0 40px 0 12px;
  transition: all 0.2s ease;
  margin-bottom: 18px !important;
  box-shadow: none;
}

#gform_1 .hm-select select:focus,
#gform_1 .hm-select select:focus-visible {
  background-color: #ffffff !important;
  border-color: #2B5E8C !important;
  outline: none;
}

/* Textarea */
#gform_1 .hm-textarea textarea {
  min-height: 0;
  padding: 12px 16px;
  background: #F4F5F7;
  border: 1px solid #d5dae2;
  box-shadow: none;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 18px !important;
}

#gform_1 .hm-textarea textarea:focus {
  border-color: #2B5E8C;
  background: #fff;
  outline: none;
}


/* Upload Field */
#gform_1 .hm-upload .gform_drop_area {
    border: 2px dashed #D5DAE2;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
	margin-bottom: 18px;
}

#gform_1 .hm-upload .gform_drop_area:hover {
    border-color: #2B5E8C;
    background: #EEF4FA;
}

#gform_1 .hm-upload .gform_drop_area::before {
    content: "📸";
    display: block;
    font-size: 32px;
    margin-bottom: 28px;
}

#gform_1 .hm-upload .gform_drop_area::after {
    content: "Fotos ablegen oder klicken";
    display: block;
    font-size: 13px;
    color: #8a94a5;
	margin-bottom: 6px;
}

#gform_1 .hm-upload .gform_drop_instructions {
    display: none !important;
}

#gform_1 .hm-upload .gform_button_select_files {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: transparent !important;
	box-shadow: none !important;
	background: none;
    border: none;
    color: #2B5E8C;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
	outline: none;
}
#gform_1 .hm-upload  .gform_fileupload_rules{
	display: none;
}

#gform_1 .hm-upload .gform_button_select_files:focus {
    outline: none;
}

/* Radio Button Design */
#gform_1 .gf-radio-cards .gfield_radio{
	display: flex;
	gap: 12px;
	flex-direction: row;
	margin-bottom: 18px;
}

#gform_1 .gf-radio-cards .gchoice {
    position: relative;
	width: 100%;
	display: block;
}

#gform_1 .gf-radio-cards input[type="radio"] {
    position: absolute;
    opacity: 0;
}

#gform_1 .gf-radio-cards .gchoice label {
    background: #F4F5F7;
    border: 2px solid #D5DAE2;
    border-radius: 6px;
    padding: 14px 16px 14px 40px;
    cursor: pointer;
    transition: all .3s;
    font-size: 13px;
	font-weight: 700;
	margin: 0 !important;
	width: 100% !important;
	display: block !important;
}

@media (max-width: 766px) {
#gform_1 .gf-radio-cards .gfield_radio{
	flex-direction: column;
}
}

#gform_1 .gf-radio-cards .gchoice label:hover {
    border-color: #4A8FCC;
}

#gform_1 .gf-radio-cards .gchoice label:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #D5DAE2;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

#gform_1 .gf-radio-cards input[type="radio"]:checked + label {
    border-color: #2B5E8C;
    background: #EEF4FA;
}

#gform_1 .gf-radio-cards input[type="radio"]:checked + label:before {
    background: #2B5E8C;
    border-color: #2B5E8C;
}

#gform_1 .gf-radio-cards input[type="radio"]:checked + label:after {
    content: "✓";
    position: absolute;
    left: 19px;
    top: 51%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #fff;
}


/* Input Field Css Start */
#gform_1 .hm-input-field {
  margin-bottom: 18px;
}

#gform_1 .hm-input-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: .3px;
  color: #1A1F26;
}

#gform_1 .hm-input-field .gfield_required {
  color: #C75B2A;
  margin-left: 4px;
}

#gform_1 .hm-input-field input[type="text"],
#gform_1 .hm-input-field input[type="email"],
#gform_1 .hm-input-field input[type="tel"],
#gform_1 .hm-input-field textarea,
#gform_1 .hm-input-field select {
  width: 100%;
  padding: 12px 16px;
  background: #F4F5F7;
  border: 1px solid #D5DAE2;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.7em;
  color: #747474;
  transition: border .3s ease, background .3s ease;
  box-shadow: none;
	height: 46px;
}

/* Focus state like your .fi:focus */
#gform_1 .hm-input-field input:focus,
#gform_11 .hm-input-field textarea:focus,
#gform_1 .hm-input-field select:focus {
  outline: none;
  border-color: #2B5E8C;
  background: #ffffff;
}
/* Input Field Css End */

/* -- Form Field Global CSS End -- */

/* ========== Global CSS End ========== */




/* ========== Form First Page Css Start ========== */

/* Category CSS */
#gform_1 .hm-card-wrapper .gchoice input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#gform_1 .hm-card-wrapper label{
	margin: 0px !important;
}

#gform_1 .hm-card-wrapper .gchoice {
    display: block !important;
}

#gform_1 .hm-card-wrapper .gfield_radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media(max-width: 766px) {
#gform_1 .hm-card-wrapper .gfield_radio {
    grid-template-columns: repeat(1, 1fr);
}
}

#gform_1 .hm-card-wrapper {
	margin-bottom: 18px;
}

#gform_1 .hm-card-wrapper .hm-card {
  flex: 1;
  background: #F4F5F7;
  border: 2px solid #D5DAE2;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#gform_1 .hm-card-wrapper .hm-card:hover {
  border-color: #4A8FCC;
}

#gform_1  .gfield_radio input[type="radio"]:checked 
+ label .hm-card {
  border-color: #2B5E8C;
  background: #EEF4FA;
}

#gform_1 .hm-card-wrapper .hm-icon {
  font-size: 36px;
  margin-bottom: 16px;
}

#gform_1 .hm-card-wrapper .hm-card h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
}

#gform_1 .hm-card-wrapper .hm-price {
  font-family: Space Mono;
  font-size: 15px;
  color: #2b5e8c;
  font-weight: 800;
  margin-bottom: 8px;
}

#gform_1 .hm-card-wrapper .hm-card p {
  font-size: 12px;
  color: #8a94a5;
	font-weight: 500;
}
/* ========== Form First Page Css End ========== */



/* ========== Form 2nd Page Css Start ========== */
/* Grid layout */

#gform_1 .hm-contact-box {
  margin-top: 20px;
	margin-bottom: 18px;
}

#gform_1 .hm-contact-title {
  font-size: 13px;
  color: #8A94A5;
  margin-bottom: 10px !important;
}

#gform_1 .hm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

#gform_1 .hm-contact-card {
  background: #F4F5F7;
  border: 1px solid #D5DAE2;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

#gform_1 .hm-contact-icon {
  font-size: 36px;
  margin-bottom: 6px;
}

#gform_1 .hm-contact-card strong {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

#gform_1 .hm-contact-card p {
  font-size: 11px;
  color: #8A94A5;
}

#gform_1 .hm-contact-card a {
  color: #2B5E8C;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
  border: 1px solid #2B5E8C;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#gform_1 .hm-contact-card a:hover {
  background: #2B5E8C;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
 #gform_1 .hm-contact-grid {
    grid-template-columns: 1fr;
  }
}
/* ========== Form 2nd Page Css End ========== */


/* ========== Form 4nd Page Css start ========== */

/* Radio Tab Button */
#gform_1 .hm-toggle-radio .gfield_radio {
    display: flex;
	gap: 0;
	flex-direction: row;
    border: 1px solid #D5DAE2;
    border-radius: 6px;
    overflow: hidden;
	margin-bottom: 18px;
}

/* Each choice */
#gform_1 .hm-toggle-radio .gchoice {
    margin: 0;
    position: relative;
	display: block !important;
	width: 50%;
}

/* Hide default radio */
#gform_1 .hm-toggle-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Label styled like your .tb button */
#gform_1 .hm-toggle-radio label {
    display: block;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    background: #F4F5F7;
    font-size: 13px;
    font-weight: 600;
    color: #5A6577;
    transition: all .3s ease;
    margin: 0;
	width: 100%;
}

/* Divider line between options */
#gform_1 .hm-toggle-radio .gchoice:not(:last-child) label {
    border-right: 1px solid #D5DAE2;
}

/* Active state (like .tb.a) */
#gform_1 .hm-toggle-radio input[type="radio"]:checked + label {
    background: #2B5E8C;
    color: #ffffff; 
}
/* ========== Form 4nd Page Css End ========== */



/* ========== Form Last Page Css Start ========== */
/* SUMMARY BOX */
 #gform_1 .hm-summary{
    background:#F4F5F7;
    border-radius:8px;
    padding:20px;
    margin-bottom:20px;
    border:1px solid #D5DAE2;
}

 #gform_1 .hm-summary-row{
    display:flex;
    justify-content:space-between;
    padding:8px 0;
    border-bottom:1px solid #D5DAE2;
    font-size:13px;
}

 #gform_1 .hm-summary-row:last-child{
    border-bottom:none;
}

 #gform_1 .hm-summary-label{
    color:#8A94A5;
}

 #gform_1 .hm-summary-value{
    font-weight:600;
    color:#1A1F26;
}


/* Tearms Check Style */
#gform_1 .hm-privacy-checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

#gform_1 .hm-privacy-checkbox .gfield_checkbox {
  margin: 0;
}

#gform_1 .hm-privacy-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2B5E8C;
  margin-top: 2px;
  flex-shrink: 0;
  outline: none;
}

#gform_1 .hm-privacy-checkbox label {
  font-size: 13px;
  color: #5A6577;
  cursor: pointer;
  line-height: 1.6;
	margin-left: 0;
}

#gform_1 .hm-privacy-checkbox .gfield_label{
	display: none !important;
}

#gform_1 .hm-privacy-checkbox label a {
  color: #2B5E8C;
  font-weight: 600;
  text-decoration: none;
}

#gform_1 .hm-privacy-checkbox label a:hover {
  text-decoration: underline;
}

#gform_1 .hm-privacy-checkbox .req {
  color: #C75B2A;
}

/* ========== Form Last Page Css End ========== */



/* ========== Thank you page CSS Start ========== */
#gform_1 .gform_confirmation_message {
  padding: 0;
  background: transparent;
  border: none;
}
.hm-success-step {
  text-align: center;
	padding: 0;
}

.hm-success-icon {
  font-size: 64px;
  margin-bottom: 20px;
}

 .hm-success-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: 0.-05;
  color: #1a1f26;
}

.hm-success-text {
  color: #5a6577;
  margin: 16px;
  font-size: 15px;
  line-height: 1.7em;
}

.hm-success-btn {
    background: #2b5e8c;
    color: #fff;
    border: none;
    padding: 16px 36px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 4px;
}

.hm-success-btn:hover {
  background-color: #1a3d5c;
	color: #fff;
}
/* ========== Thank you page CSS Start ========== */


