.elementor-kit-6{--e-global-color-primary:#1F3A5F;--e-global-color-secondary:#F4EFE6;--e-global-color-text:#1F2933;--e-global-color-accent:#8FAE9B;--e-global-color-e806477:#FFFFFF;--e-global-color-91bf63d:#FAF8F4;--e-global-color-3f89908:#DDD6CC;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-font-style:normal;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-font-style:normal;font-family:"Roboto", Sans-serif;font-weight:400;font-style:normal;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;font-weight:700;font-style:normal;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;font-weight:700;font-style:normal;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;font-weight:600;font-style:normal;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;font-weight:600;font-style:normal;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;font-weight:600;font-style:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Starter-Paket: WordPress-Seitentitel global ausblenden */
body.page .page-header,
body.page header.page-header,
body.page .entry-header,
body.page h1.entry-title:not(.elementor-heading-title) {
  display: none !important;
}

/* Starter-Paket: eigenes Elementor-Layoutsystem, inspiriert von modernen Template-Kit-Schemata */
.starter-site,
.starter-site * {
  box-sizing: border-box;
}

.starter-site {
  --st-primary: var(--e-global-color-primary, #1F3A5F);
  --st-secondary: var(--e-global-color-secondary, #F4EFE6);
  --st-accent: var(--e-global-color-accent, #8FAE9B);
  --st-text: var(--e-global-color-text, #1F2933);
  --st-light: #FFFFFF;
  --st-bg: #FAF8F4;
  --st-border: #DDD6CC;
  --st-ink-soft: rgba(31,41,51,.70);
  --st-blue-soft: rgba(31,58,95,.08);
  color: var(--st-text);
  background: var(--st-bg);
  font-family: var(--e-global-typography-text-font-family, "Roboto"), Arial, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  overflow-x: clip;
}

.starter-site h1,
.starter-site h2,
.starter-site h3,
.starter-site h4 {
  margin: 0;
  color: var(--st-primary);
  font-family: var(--e-global-typography-primary-font-family, "Inter"), Arial, sans-serif;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 0;
}

.starter-site h1,
.starter-site h2 { font-weight: 700; }
.starter-site h3,
.starter-site h4 { font-weight: 600; }
.starter-site p { margin: 0; }
.starter-site a { color: inherit; }
.starter-site svg { display: block; }

.st-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@supports (width: 100dvw) {
  .st-full {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}

.st-container {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.st-header {
  position: relative;
  z-index: 10;
  background: rgba(250,248,244,.96);
  border-bottom: 1px solid var(--st-border);
}

.st-nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.st-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--st-primary);
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.st-logo-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--st-primary);
  color: var(--st-light);
}

.st-menu-check { display: none; }
.st-menu-button { display: none; }

.st-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-size: .95rem;
  font-weight: 600;
}

.st-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--st-text);
  text-decoration: none;
}

.st-nav a:hover,
.st-nav a.is-active {
  color: var(--st-primary);
  background: var(--st-secondary);
}

.st-section {
  background: var(--st-bg);
}

.st-section-pad {
  padding-top: 104px;
  padding-bottom: 104px;
}

.st-section-pad-sm {
  padding-top: 72px;
  padding-bottom: 72px;
}

.st-hero {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(250,248,244,.96) 0%, rgba(244,239,230,.92) 50%, rgba(143,174,155,.22) 100%);
}

.st-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr);
  gap: 58px;
  align-items: center;
  min-height: 680px;
}

.st-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--st-primary);
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.st-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: var(--st-accent);
}

.st-hero h1,
.st-page-hero h1 {
  max-width: 850px;
  font-size: clamp(2.65rem, 6.1vw, 5.35rem);
}

.st-page-hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.25rem);
}

.st-lead {
  max-width: 720px;
  margin-top: 24px;
  color: var(--st-ink-soft);
  font-size: clamp(1.03rem, 1.7vw, 1.22rem);
}

.st-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.st-btn,
.st-btn-ghost,
.st-btn-light {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  padding: 12px 20px;
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.st-btn {
  color: var(--st-light);
  background: var(--st-primary);
  border: 1px solid var(--st-primary);
}

.st-btn-ghost {
  color: var(--st-primary);
  background: transparent;
  border: 1px solid var(--st-border);
}

.st-btn-light {
  color: var(--st-primary);
  background: var(--st-light);
  border: 1px solid rgba(255,255,255,.6);
}

.st-btn:hover,
.st-btn-ghost:hover,
.st-btn-light:hover { transform: translateY(-1px); }

.st-visual-panel {
  position: relative;
  min-height: 500px;
  border: 1px solid var(--st-border);
  border-radius: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(143,174,155,.48), transparent 32%),
    linear-gradient(145deg, rgba(31,58,95,.96), rgba(31,58,95,.74));
  box-shadow: 0 26px 70px rgba(31,58,95,.18);
}

.st-visual-card {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  padding: 24px;
  background: rgba(255,255,255,.12);
  color: var(--st-light);
  backdrop-filter: blur(10px);
}

.st-visual-card strong {
  display: block;
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.st-visual-shape {
  position: absolute;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.11);
}

.st-visual-shape.one { width: 62%; height: 28%; left: 34px; top: 42px; }
.st-visual-shape.two { width: 42%; height: 20%; right: 38px; top: 188px; background: rgba(143,174,155,.42); }
.st-visual-shape.three { width: 24%; height: 24%; left: 48px; top: 224px; border-radius: 50%; }

.st-trust {
  border-top: 1px solid var(--st-border);
  border-bottom: 1px solid var(--st-border);
  background: var(--st-light);
}

.st-trust-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--st-border);
}

.st-trust-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  background: var(--st-light);
  color: var(--st-primary);
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-weight: 700;
}

.st-dark {
  background: var(--st-primary);
  color: var(--st-light);
}

.st-dark h1,
.st-dark h2,
.st-dark h3,
.st-dark h4,
.st-dark p { color: var(--st-light); }

.st-sage { background: rgba(143,174,155,.18); }
.st-sand { background: var(--st-secondary); }

.st-split,
.st-split-rev {
  display: grid;
  grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.st-split-rev { grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); }

.st-image-block {
  min-height: 440px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(250,248,244,.12), rgba(143,174,155,.32)),
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  position: relative;
  overflow: hidden;
}

.st-image-block.light {
  border-color: var(--st-border);
  background:
    linear-gradient(135deg, rgba(31,58,95,.12), rgba(143,174,155,.24)),
    var(--st-secondary);
}

.st-image-block::before,
.st-image-block::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.14);
}

.st-image-block.light::before,
.st-image-block.light::after { border-color: rgba(31,58,95,.14); background: rgba(255,255,255,.42); }
.st-image-block::before { width: 62%; height: 38%; top: 44px; left: 40px; }
.st-image-block::after { width: 48%; height: 30%; right: 38px; bottom: 42px; }

.st-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.st-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  color: inherit;
}

.st-list li::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--st-accent);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.45);
}

.st-section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.st-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.st-section-head p {
  margin-top: 14px;
  color: var(--st-ink-soft);
}

.st-dark .st-section-head p { color: rgba(255,255,255,.76); }

.st-grid-3,
.st-grid-4,
.st-card-grid {
  display: grid;
  gap: 20px;
}

.st-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.st-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.st-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.st-card,
.st-value-card,
.st-contact-card,
.st-price-card,
.st-faq-card,
.st-legal-box {
  border: 1px solid var(--st-border);
  border-radius: 10px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 45px rgba(31,58,95,.07);
}

.st-card {
  min-height: 246px;
  padding: 28px;
}

.st-card p,
.st-value-card p,
.st-contact-card p,
.st-price-card p,
.st-faq-card p,
.st-legal-box p,
.st-legal-box li { color: var(--st-ink-soft); }

.st-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--st-primary);
  background: rgba(143,174,155,.28);
}

.st-icon svg { width: 23px; height: 23px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.st-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: 36px;
  align-items: stretch;
}

.st-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.st-fact {
  min-height: 150px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  padding: 22px;
  background: rgba(255,255,255,.09);
}

.st-fact strong {
  display: block;
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.st-price-wrap {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(340px, 1.12fr);
  gap: 42px;
  align-items: center;
}

.st-price-card {
  padding: 34px;
  background: var(--st-light);
}

.st-price-card .st-list li { color: var(--st-ink-soft); }

.st-pill {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(143,174,155,.22);
  color: var(--st-primary);
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-size: .82rem;
  font-weight: 700;
}

.st-faq-list {
  display: grid;
  gap: 14px;
}

.st-faq-list details {
  border: 1px solid var(--st-border);
  border-radius: 10px;
  background: rgba(255,255,255,.78);
  padding: 19px 22px;
}

.st-faq-list summary {
  cursor: pointer;
  color: var(--st-primary);
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-weight: 700;
}

.st-faq-list details p { margin-top: 12px; color: var(--st-ink-soft); }

.st-cta-band {
  background:
    linear-gradient(135deg, rgba(31,58,95,.98), rgba(31,58,95,.84)),
    var(--st-primary);
  color: var(--st-light);
  text-align: center;
}

.st-cta-band h2,
.st-cta-band p { color: var(--st-light); }
.st-cta-band p { max-width: 720px; margin: 16px auto 0; color: rgba(255,255,255,.78); }
.st-cta-band .st-actions { justify-content: center; }

.st-footer {
  background: #172A46;
  color: var(--st-light);
}

.st-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, .7fr));
  gap: 38px;
  padding-top: 72px;
  padding-bottom: 42px;
}

.st-footer h3,
.st-footer h4 { color: var(--st-light); }
.st-footer p,
.st-footer a { color: rgba(255,255,255,.76); }
.st-footer a { display: inline-flex; text-decoration: none; }
.st-footer a:hover { color: var(--st-light); }
.st-footer-links { display: grid; gap: 10px; margin-top: 16px; }
.st-footer-note { border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; padding-bottom: 28px; color: rgba(255,255,255,.62); }

.st-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.st-socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  color: var(--st-light);
}

.st-socials svg { width: 21px; height: 21px; fill: currentColor; }

.st-page-hero {
  background: linear-gradient(135deg, var(--st-bg), var(--st-secondary));
  border-bottom: 1px solid var(--st-border);
}

.st-page-hero .st-container {
  min-height: 390px;
  display: grid;
  align-content: center;
}

.st-value-card,
.st-contact-card { padding: 26px; }

.st-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.st-audience-card {
  border-left: 3px solid var(--st-accent);
  padding: 20px 22px;
  background: rgba(255,255,255,.7);
}

.st-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.st-contact-stack { display: grid; gap: 16px; }

.st-form-placeholder {
  border: 1px solid var(--st-border);
  border-radius: 10px;
  padding: 30px;
  background: var(--st-light);
  box-shadow: 0 18px 45px rgba(31,58,95,.07);
}

.st-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.st-field { display: grid; gap: 7px; }
.st-field.full { grid-column: 1 / -1; }
.st-field label { color: var(--st-primary); font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif; font-weight: 600; }
.st-field input,
.st-field textarea {
  width: 100%;
  border: 1px solid var(--st-border);
  border-radius: 6px;
  padding: 13px 14px;
  background: var(--st-bg);
  color: var(--st-text);
  font: inherit;
}
.st-field textarea { min-height: 132px; resize: vertical; }
.st-field input:disabled,
.st-field textarea:disabled { opacity: 1; }

.st-legal-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.st-legal-box {
  padding: 34px;
}

.st-legal-box h2 { margin-top: 34px; font-size: clamp(1.5rem, 3vw, 2rem); }
.st-legal-box h2:first-child { margin-top: 0; }
.st-legal-box h3 { margin-top: 22px; font-size: 1.18rem; }
.st-legal-box p { margin-top: 12px; }
.st-legal-box ul { margin: 14px 0 0; padding-left: 22px; }

@media (max-width: 1060px) {
  .st-hero-grid,
  .st-split,
  .st-split-rev,
  .st-feature-row,
  .st-price-wrap,
  .st-contact-layout {
    grid-template-columns: 1fr;
  }
  .st-grid-4,
  .st-trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .st-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .st-nav-wrap { min-height: 74px; }
  .st-menu-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--st-border);
    border-radius: 8px;
    background: var(--st-light);
  }
  .st-menu-button span,
  .st-menu-button::before,
  .st-menu-button::after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    border-radius: 999px;
    background: var(--st-primary);
  }
  .st-menu-button span { transform: translateY(0); }
  .st-menu-button::before { transform: translateY(-7px); }
  .st-menu-button::after { transform: translateY(7px); }
  .st-nav {
    display: none;
    position: absolute;
    left: 24px;
    right: 24px;
    top: 74px;
    padding: 14px;
    border: 1px solid var(--st-border);
    border-radius: 10px;
    background: var(--st-light);
    box-shadow: 0 18px 45px rgba(31,58,95,.12);
  }
  .st-nav a { width: 100%; justify-content: flex-start; }
  .st-menu-check:checked ~ .st-nav { display: grid; gap: 4px; }
  .st-grid-3,
  .st-card-grid,
  .st-audience-grid { grid-template-columns: 1fr; }
  .st-hero-grid { min-height: auto; padding-top: 70px; padding-bottom: 70px; }
  .st-visual-panel { min-height: 390px; }
}

@media (max-width: 640px) {
  .st-container { padding-left: 20px; padding-right: 20px; }
  .st-section-pad { padding-top: 68px; padding-bottom: 68px; }
  .st-section-pad-sm { padding-top: 54px; padding-bottom: 54px; }
  .st-hero h1,
  .st-page-hero h1 { font-size: clamp(2.1rem, 12vw, 3.08rem); }
  .st-actions { flex-direction: column; }
  .st-btn,
  .st-btn-ghost,
  .st-btn-light { width: 100%; }
  .st-trust-row,
  .st-grid-4,
  .st-fact-grid,
  .st-form-grid,
  .st-footer-grid { grid-template-columns: 1fr; }
  .st-image-block { min-height: 320px; }
  .st-price-card,
  .st-form-placeholder,
  .st-legal-box { padding: 24px; }
  .st-footer-grid { gap: 28px; }
}
/* Starter-Paket: robuste mobile Navigation und Plattform-Signets */
.st-social-letter {
  font-family: var(--e-global-typography-accent-font-family, "Inter"), Arial, sans-serif;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: 0;
}

.st-faq-card {
  padding: 24px;
}

.st-faq-card h3 {
  margin-bottom: 10px;
}

.st-form-line {
  min-height: 50px;
  border: 1px solid var(--st-border);
  border-radius: 6px;
  padding: 13px 14px;
  background: var(--st-bg);
  color: rgba(31,41,51,.62);
}

.st-form-line.large {
  min-height: 132px;
}

@media (max-width: 820px) {
  .st-menu-check,
  .st-menu-button {
    display: none !important;
  }
  .st-nav-wrap {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .st-nav {
    position: static;
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    justify-content: flex-start;
  }
}/* End custom CSS */