.elementor-43 .elementor-element.elementor-element-4d12bdf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-4d12bdf:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-4d12bdf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111110;}.elementor-43 .elementor-element.elementor-element-caeab4a{padding:0px 0px 0px 0px;}.elementor-43 .elementor-element.elementor-element-a836489{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-a836489:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-a836489 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAF8;}.elementor-43 .elementor-element.elementor-element-17cab35{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-17cab35:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-17cab35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAF8;}.elementor-43 .elementor-element.elementor-element-94bf47a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-94bf47a:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-94bf47a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAF8;}.elementor-43 .elementor-element.elementor-element-6bd96cd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-6bd96cd:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-6bd96cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAF8;}.elementor-43 .elementor-element.elementor-element-772e401{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-772e401:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-772e401 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAF8;}.elementor-43 .elementor-element.elementor-element-a265b1c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-a265b1c:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-a265b1c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAF8;}.elementor-43 .elementor-element.elementor-element-73bcb4e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-73bcb4e:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-73bcb4e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAF8;}body.elementor-page-43:not(.elementor-motion-effects-element-type-background), body.elementor-page-43 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111110;}/* Start custom CSS for html, class: .elementor-element-caeab4a */:root {
  --orange: #F7931A;
  --font: 'Space Grotesk', sans-serif;
}

.zf-hero,
.zf-hero * {
  box-sizing: border-box;
}

.zf-hero {
  position: relative;
  background: #111110;
  overflow: hidden;
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
  min-height: clamp(620px, 75vh, 780px);
  margin-top: 0;
}

.zf-left {
  position: relative;
  z-index: 2;
  padding: 80px 48px 80px clamp(18px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.zf-h1 {
  font-family: var(--font);
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0 0 16px;
}

.zf-h1 em {
  color: var(--orange);
  font-style: normal;
}

.zf-sub {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,.52);
  line-height: 1.65;
  margin: 0 0 36px;
  max-width: 460px;
}

.zf-btns {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.zf-btn-primary,
.zf-btn-secondary {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 14px 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: transform 0.2s ease;
}

.zf-btn-primary {
  background: var(--orange);
  color: #fff !important;
  border: 1px solid var(--orange);
}

.zf-btn-secondary {
  background: transparent;
  color: #fff !important;
  border: 0.5px solid #fff;
}

.zf-btn-primary:hover,
.zf-btn-secondary:hover {
  transform: scale(1.03);
  color: #fff !important;
  text-decoration: none;
}

.zf-btn-primary:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.zf-btn-secondary:hover {
  background: transparent;
  border: 0.5px solid #fff;
}

.zf-right {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px clamp(20px, 4vw, 60px) 80px 0;
}

.zf-coin-wrap {
  position: relative;
  width: min(390px, 100%);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

@media (max-width: 1024px) and (min-width: 601px) {
  .zf-hero {
    grid-template-columns: 55% 45%;
    min-height: auto;
    padding-top: 60px;
  }

  .zf-left {
    padding: 60px 32px 60px clamp(24px, 5vw, 48px);
  }

  .zf-h1 {
    font-size: 55px;
  }

  .zf-sub {
    font-size: 18px;
  }

  .zf-btn-primary,
  .zf-btn-secondary {
    font-size: 16px;
    padding: 12px 22px;
  }

  .zf-right {
    padding: 60px clamp(16px, 3vw, 32px) 60px 0;
  }

  .zf-coin-wrap {
    width: min(320px, 100%);
  }
}

@media (max-width: 600px) {
  .zf-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 50px;
  }

  .zf-left {
    padding: 60px 24px 32px;
    align-items: center;
  }

  .zf-h1 {
    font-size: 44px;
    text-align: center;
    width: 100%;
  }

  .zf-sub {
    font-size: 18px;
    margin-bottom: 28px;
    text-align: center;
    width: 100%;
  }

  .zf-btns {
    flex-direction: column;
    width: 100%;
  }

  .zf-btn-primary,
  .zf-btn-secondary {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 13px 22px;
  }

  .zf-right {
    display: flex;
    padding: 0 24px 56px;
    justify-content: center;
  }

  .zf-coin-wrap {
    width: min(270px, 100%);
  }
}


/* TABLET: Buttons gleich breit */
@media (max-width: 1024px) and (min-width: 601px) {
  .zf-btns {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .zf-btn-primary,
  .zf-btn-secondary {
    width: 220px;
    text-align: center;
    justify-content: center;
  }
}/* End custom CSS */