.elementor-51482 .elementor-element.elementor-element-47d0581 > .elementor-element-populated{margin:0px 0px 0px 020px;--e-column-margin-right:0px;--e-column-margin-left:020px;}.elementor-51482 .elementor-element.elementor-element-da46f6a{width:var( --container-widget-width, 105.475% );max-width:105.475%;--container-widget-width:105.475%;--container-widget-flex-grow:0;}.elementor-51482 .elementor-element.elementor-element-7cd8f3e{--spacer-size:86px;}/* Start custom CSS */:root {
  --fhr-navy:     #0A1D5C;
  --fhr-black:    #262626;
  --fhr-grey:     #E5E5E5;
  --fhr-light-bg: #f1f2f9;
  --fhr-white:    #ffffff;
  --fhr-border:   #dddfe8;
  --fhr-muted:    #606060;
  --fhr-green:    #17a86b;
  --fhr-font-body: 'Roboto', 'Segoe UI', sans-serif;
  --fhr-font-head: 'Roboto Slab', Georgia, serif;
}

/* ============================================================
   HERO (nur Text)
   ============================================================ */

.fhr-gbu-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--fhr-white);
  border: 1.5px solid var(--fhr-navy);
  color: var(--fhr-navy);
  font-family: var(--fhr-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.fhr-gbu-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fhr-green);
  animation: fhr-gbu-pulse 1.8s ease-in-out infinite;
}

@keyframes fhr-gbu-pulse {
  0%   { opacity: 1; transform: scale(1); }
  50%  { opacity: 0.45; transform: scale(1.4); }
  100% { opacity: 1; transform: scale(1); }
}

.fhr-gbu-h1 {
  font-family: var(--fhr-font-head) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: var(--fhr-black) !important;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem) !important;
  line-height: 1.15 !important;
  margin: 0 0 1rem 0 !important;
}

.fhr-gbu-subtitle {
  font-family: var(--fhr-font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--fhr-muted);
  margin: 0 0 1.5rem 0;
}

.fhr-gbu-hero-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.fhr-gbu-hero-list li {
  position: relative;
  padding-left: 1.6rem;
  font-family: var(--fhr-font-body);
  font-size: 0.95rem;
  color: var(--fhr-black);
  line-height: 1.4;
}

.fhr-gbu-hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28rem;
  width: 14px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3E%3Cpath d='M1 5.5L5 9.5L13 1.5' stroke='%230A1D5C' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.fhr-gbu-hero-cta {
  display: inline-block;
  background: var(--fhr-black);
  color: var(--fhr-white) !important;
  font-family: var(--fhr-font-body);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none !important;
  padding: 0.9rem 2.2rem;
  border-radius: 0.7em;
  transition: opacity 0.2s;
}

.fhr-gbu-hero-cta:hover {
  opacity: 0.85;
  text-decoration: underline !important;
}

/* ============================================================
   TRUST BAR
   ============================================================ */

.fhr-gbu-trust {
  background: var(--fhr-navy);
  padding: 1.4rem 1.5rem;
  font-family: var(--fhr-font-body);
}

.fhr-gbu-trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
}

.fhr-gbu-trust-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--fhr-white);
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}

.fhr-gbu-trust-item svg {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .fhr-gbu-trust-inner {
    flex-wrap: wrap;
    gap: 1.2rem 1.6rem;
  }
}

@media (max-width: 700px) {
  .fhr-gbu-trust-inner {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
    gap: 0.85rem;
  }
  .fhr-gbu-trust-item {
    white-space: normal;
  }
}

/* ============================================================
   SHARED: EYEBROW + H2 + SECTION-LEAD
   ============================================================ */

.fhr-gbu-eyebrow {
  display: block;
  font-family: var(--fhr-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fhr-navy);
  margin-bottom: 0.6rem;
}

.fhr-gbu-h2 {
  font-family: var(--fhr-font-head) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: var(--fhr-black) !important;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem) !important;
  line-height: 1.25 !important;
  margin: 0 0 0.9rem 0 !important;
  max-width: 720px;
}

.fhr-gbu-section-lead {
  font-family: var(--fhr-font-body);
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--fhr-muted);
  max-width: 680px;
  margin: 0 0 2.2rem 0;
}

/* ============================================================
   BENEFITS
   ============================================================ */

.fhr-gbu-benefits {
  background: var(--fhr-light-bg);
  padding: 3.5rem 1.5rem;
  font-family: var(--fhr-font-body);
}

.fhr-gbu-benefits-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.fhr-gbu-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.fhr-gbu-benefit-card {
  background: var(--fhr-white);
  border: 1px solid var(--fhr-border);
  border-radius: 12px;
  padding: 1.6rem 1.5rem;
}

.fhr-gbu-benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  border: 1px solid var(--fhr-border);
  background: var(--fhr-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}

.fhr-gbu-benefit-icon svg {
  width: 20px;
  height: 20px;
}

.fhr-gbu-benefit-title {
  font-family: var(--fhr-font-head) !important;
  font-style: normal !important;
  font-size: 1.02rem !important;
  font-weight: 600 !important;
  color: var(--fhr-black) !important;
  margin: 0 0 0.6rem 0 !important;
  line-height: 1.3 !important;
}

.fhr-gbu-benefit-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--fhr-muted);
  margin: 0;
}

@media (max-width: 1024px) {
  .fhr-gbu-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fhr-gbu-benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   PROCESS (vertikaler Stepper + Produktbild)
   ============================================================ */

.fhr-gbu-process {
  background: var(--fhr-white);
  border-top: 3px solid var(--fhr-navy);
  padding: 3.5rem 1.5rem;
  font-family: var(--fhr-font-body);
}

.fhr-gbu-process-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.fhr-gbu-process-layout {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 3rem;
  align-items: start;
}

.fhr-gbu-process-visual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.fhr-gbu-process-steps {
  display: flex;
  flex-direction: column;
}

.fhr-gbu-step {
  display: flex;
  gap: 1.5rem;
}

.fhr-gbu-step-left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fhr-gbu-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--fhr-grey);
  color: var(--fhr-navy);
  font-family: var(--fhr-font-head);
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.fhr-gbu-step-line {
  width: 2px;
  flex: 1 1 auto;
  background: var(--fhr-border);
  margin: 0.4rem 0;
  min-height: 32px;
}

.fhr-gbu-step-body {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.8rem;
}

.fhr-gbu-step-body strong {
  font-family: var(--fhr-font-head);
  font-style: normal;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--fhr-black);
  margin: 0.35rem 0 0.4rem 0;
}

.fhr-gbu-step-body span {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--fhr-muted);
}

.fhr-gbu-process-footer {
  margin: 0.5rem 0 0 0;
  text-align: right;
}

.fhr-gbu-process-footer a {
  color: var(--fhr-navy);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.fhr-gbu-process-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .fhr-gbu-process-layout {
    grid-template-columns: 1fr;
  }
  .fhr-gbu-process-visual {
    max-width: 340px;
    margin: 0 auto 1rem;
  }
}

/* ============================================================
   MID-PAGE CTA
   ============================================================ */

.fhr-gbu-mid-cta {
  background: var(--fhr-navy);
  padding: 1.6rem 1.5rem;
}

.fhr-gbu-mid-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.fhr-gbu-mid-cta-text {
  font-family: var(--fhr-font-head);
  font-style: normal;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--fhr-white);
}

.fhr-gbu-mid-cta-btn {
  display: inline-block;
  background: var(--fhr-grey);
  color: var(--fhr-navy) !important;
  font-family: var(--fhr-font-body);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
  padding: 0.6rem 1.4rem;
  border-radius: 0.7em;
}

.fhr-gbu-mid-cta-btn:hover {
  text-decoration: underline !important;
}

/* ============================================================
   DATENSCHUTZ / SECURITY
   ============================================================ */

.fhr-gbu-security {
  background: var(--fhr-light-bg);
  padding: 3.5rem 1.5rem;
  font-family: var(--fhr-font-body);
}

.fhr-gbu-security-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.fhr-gbu-security-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.6rem;
  align-items: stretch;
}

.fhr-gbu-iso-card {
  background: var(--fhr-white);
  border: 1px solid var(--fhr-border);
  border-radius: 12px;
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.fhr-gbu-iso-badge {
  width: 88px;
  height: auto;
  margin-bottom: 0.9rem;
}

.fhr-gbu-iso-caption {
  font-family: var(--fhr-font-head);
  font-style: normal;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--fhr-black);
  margin: 0 0 0.25rem 0;
  line-height: 1.35;
}

.fhr-gbu-iso-sub {
  font-family: var(--fhr-font-body);
  font-size: 0.78rem;
  color: var(--fhr-muted);
  margin: 0;
}

.fhr-gbu-security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.fhr-gbu-security-item {
  background: var(--fhr-white);
  border: 1px solid var(--fhr-border);
  border-radius: 12px;
  padding: 1.2rem 1.3rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.fhr-gbu-security-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--fhr-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.fhr-gbu-security-item p {
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--fhr-muted);
  margin: 0;
}

.fhr-gbu-security-item p strong {
  font-family: var(--fhr-font-head);
  font-style: normal;
  font-weight: 600;
  color: var(--fhr-black);
  display: inline-block;
  margin-bottom: 0.2rem;
}

@media (max-width: 900px) {
  .fhr-gbu-security-layout {
    grid-template-columns: 1fr;
  }
  .fhr-gbu-iso-card {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 1.1rem;
    padding: 1.2rem 1.4rem;
  }
  .fhr-gbu-iso-badge {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .fhr-gbu-security-grid {
    grid-template-columns: 1fr;
  }
  .fhr-gbu-iso-card {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   CTA (volle Breite, navy)
   ============================================================ */

.fhr-gbu-cta {
  background: var(--fhr-navy);
  padding: 4rem 1.5rem;
  font-family: var(--fhr-font-body);
  text-align: center;
}

.fhr-gbu-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.fhr-gbu-cta-inner h2 {
  font-family: var(--fhr-font-head) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: var(--fhr-white) !important;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem) !important;
  line-height: 1.25 !important;
  margin: 0 0 0.9rem 0 !important;
}

.fhr-gbu-cta-inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.8rem 0;
}

.fhr-gbu-cta-button {
  display: inline-block;
  background: var(--fhr-grey);
  color: var(--fhr-navy) !important;
  font-family: var(--fhr-font-body);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  padding: 0.9rem 2.4rem;
  border-radius: 0.7em;
}

.fhr-gbu-cta-button:hover {
  text-decoration: underline !important;
}/* End custom CSS */