/********* Compiled - Do not edit *********/
:root{--color-primary:#5cb82c;--color-secondary:#f2f2f2;--color-gradient-start:#060E62;--color-gradient-stop:#060E62;--color-link:#5cb82c;--color-link-hover:#65d369;--lqd-cc-active-bw:1px;}body{font-family:'Inter', sans-serif ;font-weight:400;line-height:1.52em;font-size:17px;color:#2b2b2b;}.btn{font-family:'Inter', sans-serif ;font-weight:400;line-height:1.25em;letter-spacing:0.014em;font-size:15px;}.lqd-post-content, .lqd-post-header .entry-excerpt{font-family:'Inter', sans-serif ;font-weight:400;line-height:1.52em;font-size:17px;color:#2b2b2b;}.h1,h1{font-family:'Inter', sans-serif ;font-weight:300;line-height:1em;font-size:4vh;color:#1b2a4e;}.h2,h2{font-family:'Inter', sans-serif ;font-weight:300;line-height:1.25em;font-size:3,5vh;color:#1b2a4e;}.h3,h3{font-family:'Inter', sans-serif ;font-weight:300;line-height:1.25em;font-size:3vh;color:#1b2a4e;}.h4,h4{font-family:'Inter', sans-serif ;font-weight:300;line-height:1.25em;font-size:2.5vh;color:#1b2a4e;}.h5,h5{font-family:'Inter', sans-serif ;font-weight:300;line-height:1.25em;font-size:2vh;color:#1b2a4e;}.h6,h6{font-family:'Inter', sans-serif ;font-weight:300;line-height:1.25em;letter-spacing:0.2em;font-size:1.3vh;color:#1b2a4e;}.main-header .navbar-brand{max-width:80px;}.main-header{background:rgb(245, 247, 253);}.titlebar-inner h1{}.titlebar-inner p{}.titlebar-inner{padding-top:80px;padding-bottom:80px;}#lqd-gdpr{padding:   ;border-radius:   ;}#lqd-gdpr .lqd-gdpr-accept{padding:   ;border-radius:   ;}#lqd-site-content, .page-scheme-dark #lqd-site-content{background-color:#f5f7fd;}section.vc_row{units:px;}.lqd-active-row-light.main-header{background-color:rgb(255, 255, 255);}.lqd-active-row-dark.main-header{background-color:rgba(255, 255, 255, 0);}@media screen and (min-width: 992px){body.has-sidebar #lqd-contents-wrap{padding-top:25px;}}/* Gravity Forms Styling */

/* Labels */
.gform_wrapper .gfield_label,
.gform_wrapper legend.gfield_label {
  color: #ffffff;
}

/* Required marker */
.gform_wrapper .gfield_required,
.gform_wrapper .gfield_required_text,
.gform_wrapper .gfield_required_asterisk {
  color: #5cb82c;
}

/* Text inputs, textarea, selects */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea,
.gform_wrapper select {
  color: #2b2b2b;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
}

/* Placeholder text */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #2b2b2b;
  opacity: 0.7;
}

/* Formular 1 Submit Button – dunkler Hintergrund */
#gform_submit_button_1 {
  background-color: #5cb82c;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

#gform_submit_button_1:hover {
  background-color: #65d369;
  color: #ffffff;
}

/* Gravity Forms: Formular ID 2 */

/* Labels */
#gform_wrapper_2 .gfield_label,
#gform_wrapper_2 legend.gfield_label {
  color: #2b2b2b;
}

/* Inputs, Textarea, Select */
#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 input[type="email"],
#gform_wrapper_2 input[type="tel"],
#gform_wrapper_2 input[type="url"],
#gform_wrapper_2 input[type="number"],
#gform_wrapper_2 input[type="password"],
#gform_wrapper_2 textarea,
#gform_wrapper_2 select {
  background-color: #ffffff;
  border-radius: 8px;
}

/* Placeholder */
#gform_wrapper_2 input::placeholder,
#gform_wrapper_2 textarea::placeholder {
  opacity: 0.65;
}

/* Formular 2 Submit Button – heller Hintergrund */
#gform_wrapper_2 .gform_button {
  background-color: #5cb82c;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

#gform_wrapper_2 .gform_button:hover {
  background-color: #4fa326;
  color: #ffffff;
}

/* Timeline */

.hc-timeline {
  --hc-green: #5cb82c;
  --hc-dark: #1e293b;
  --hc-text: #2b2b2b;
  --hc-muted: #666666;
  --hc-line: #cbd5e1;
  --hc-card: #f7f7f7;

  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 32px 0;
}

.hc-step {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  min-width: 0;
}

.hc-circle {
  width: 46px;
  height: 46px;
  background: var(--hc-green);
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 46px;
  margin: 0 auto 12px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(92, 184, 44, 0.25);
}

.hc-step-title {
  display: block;
  color: var(--hc-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 5px;
}

.hc-step-desc {
  display: block;
  color: var(--hc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.hc-connector {
  flex: 0 0 5%;
  padding-top: 22px;
}

.hc-connector-line {
  width: 100%;
  height: 2px;
  background: var(--hc-line);
  border-radius: 999px;
}

@media (max-width: 900px) {
  .hc-timeline {
    gap: 0;
  }

  .hc-step-title {
    font-size: 13px;
  }

  .hc-step-desc {
    font-size: 11px;
  }

  .hc-circle {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }

  .hc-connector {
    flex-basis: 3%;
    padding-top: 20px;
  }
}

@media (max-width: 640px) {
  .hc-timeline {
    flex-direction: column;
    align-items: stretch;
    margin: 28px 0;
  }

  .hc-step {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 14px;
    text-align: left;
    padding: 0;
  }

  .hc-circle {
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    font-size: 16px;
  }

  .hc-step-title {
    font-size: 15px;
    margin: 2px 0 4px;
  }

  .hc-step-desc {
    font-size: 13px;
    line-height: 1.45;
    padding-bottom: 2px;
  }

  .hc-connector {
    flex: none;
    padding: 6px 0 6px 21px;
  }

  .hc-connector-line {
    width: 2px;
    height: 26px;
  }
}

@media (max-width: 420px) {
  .hc-step {
    grid-template-columns: 40px 1fr;
    column-gap: 12px;
  }

  .hc-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .hc-connector {
    padding-left: 19px;
  }
}

/* Job Table */

.hc-job-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

/* Rows */
.hc-job-table tr {
  border-bottom: 1px solid #e2e8f0;
}

.hc-job-table tr:last-child {
  border-bottom: none;
}

/* Cells */
.hc-job-table td {
  padding: 18px 22px;
  color: #243042;
  font-size: 15px;
  line-height: 1.55;
  vertical-align: top;
  border: none;
}

/* Left column */
.hc-job-table td:first-child {
  width: 28%;
  color: #0f172a;
  font-weight: 700;
  background: #f8fafc;
}

/* Right column */
.hc-job-table td:last-child {
  color: #334155;
  background: #ffffff;
  font-weight: 500;
}

/* Strong labels */
.hc-job-table td:first-child strong {
  color: #0f172a;
}

/* Highlighted content */
.hc-job-table td:last-child span {
  color: #5cb82c;
  text-decoration-color: #5cb82c;
}

/* Strong in right column keeps normal text color */
.hc-job-table td:last-child strong {
  color: inherit;
}

/* Subtle row hover */
.hc-job-table tr:hover td:first-child {
  background: #eef7ea;
}

.hc-job-table tr:hover td:last-child {
  background: #fbfdf9;
}

/* Mobile */
@media (max-width: 640px) {
  .hc-job-table,
  .hc-job-table tbody,
  .hc-job-table tr,
  .hc-job-table td {
    display: block;
    width: 100%;
  }

  .hc-job-table {
    border-radius: 16px;
  }

  .hc-job-table tr {
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
  }

  .hc-job-table td {
    padding: 4px 18px;
    font-size: 14px;
  }

  .hc-job-table td:first-child {
    background: transparent;
    color: #5cb82c;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .hc-job-table td:first-child strong {
    color: #5cb82c;
  }

  .hc-job-table td:last-child {
    background: transparent;
    color: #243042;
  }

  .hc-job-table tr:hover td:first-child,
  .hc-job-table tr:hover td:last-child {
    background: transparent;
  }
}

/* Blog Post Typo */
.lqd-blog-post-style-6 h1.entry-title {
    font-size: 55px;
    line-height: 1.3em;
}

.lqd-post-media {display:none;}