.elementor-36 .elementor-element.elementor-element-06e5404{--display:flex;}.elementor-36 .elementor-element.elementor-element-218de3a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-216b41b.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-36 .elementor-element.elementor-element-5ffcd2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-5ed38fa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-8d4793a.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-36 .elementor-element.elementor-element-cc0f74b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-36 .elementor-element.elementor-element-218de3a{--margin-top:-156px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-36 .elementor-element.elementor-element-5ffcd2d{--margin-top:-133px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-a488483 */.byte-hero-cut {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
}

.byte-hero-cut__inner {
  width: 100%;
  min-height: 680px; /* 🔥 weniger Höhe = alles rückt hoch */
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: stretch;
}

/* LEFT */

.byte-hero-cut__content {
  position: relative;
  z-index: 2;
  padding: 32px 40px 40px 56px; /* 🔥 weniger Top Padding */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 🔥 KEY: nicht mehr mittig */
  max-width: 720px;
  width: 100%;
  margin-left: auto;
}

.byte-hero-cut__logo {
  margin-bottom: 18px; /* 🔥 kompakter */
}

.byte-hero-cut__brand {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #121a72;
}

.byte-hero-cut__tagline {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #46538f;
}

.byte-hero-cut__title {
  margin: 0;
  max-width: 640px;
  font-size: clamp(52px, 6vw, 90px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #121a72;
}

.byte-hero-cut__subtitle {
  margin: 16px 0 0; /* 🔥 weniger Abstand */
  max-width: 520px;
  font-size: clamp(19px, 2vw, 30px);
  line-height: 1.22;
  font-weight: 500;
  color: #1c2879;
}

.byte-hero-cut__card {
  margin-top: 22px; /* 🔥 weniger Abstand */
  max-width: 520px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(202,212,235,0.8);
  box-shadow: 0 20px 50px rgba(45, 68, 132, 0.09);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.byte-hero-cut__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b83ff 0%, #2c4fe0 100%);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(44,79,224,0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.byte-hero-cut__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(44,79,224,0.28);
  color: #fff;
}

/* RIGHT */

.byte-hero-cut__visual {
  position: relative;
  min-height: 680px; /* 🔥 angepasst zur linken Seite */
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.byte-hero-cut__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* TABLET */

@media (max-width: 1024px) {
  .byte-hero-cut__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .byte-hero-cut__content {
    padding: 28px 24px 12px;
    max-width: 100%;
    margin-left: 0;
  }

  .byte-hero-cut__brand {
    font-size: 38px;
  }

  .byte-hero-cut__tagline {
    font-size: 10px;
  }

  .byte-hero-cut__title {
    max-width: 100%;
    font-size: clamp(42px, 8vw, 68px);
  }

  .byte-hero-cut__subtitle {
    max-width: 100%;
    font-size: 18px;
  }

  .byte-hero-cut__card {
    max-width: 100%;
  }

  .byte-hero-cut__visual {
    min-height: 380px;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
  }

  .byte-hero-cut__image {
    object-position: 60% center;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .byte-hero-cut__content {
    padding: 20px 16px 8px;
  }

  .byte-hero-cut__logo {
    margin-bottom: 14px;
  }

  .byte-hero-cut__brand {
    font-size: 26px;
    letter-spacing: 0.16em;
  }

  .byte-hero-cut__tagline {
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .byte-hero-cut__title {
    max-width: 300px;
    font-size: 40px;
    line-height: 1.02;
  }

  .byte-hero-cut__subtitle {
    max-width: 320px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.34;
  }

  .byte-hero-cut__card {
    margin-top: 18px;
    padding: 14px;
    border-radius: 22px;
  }

  .byte-hero-cut__button {
    min-height: 52px;
    font-size: 16px;
  }

  .byte-hero-cut__visual {
    min-height: 260px;
    margin-top: 4px;
    clip-path: polygon(0 20%, 100% 5%, 100% 100%, 0 100%);
  }

  .byte-hero-cut__image {
    object-position: 60% center;
  }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
  .byte-hero-cut__title {
    font-size: 36px;
    max-width: 260px;
  }

  .byte-hero-cut__subtitle {
    font-size: 14px;
    max-width: 250px;
  }

  .byte-hero-cut__visual {
    min-height: 240px;
  }

  .byte-hero-cut__image {
    object-position: 58% center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-06e5404 */.byte-hero-cut {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
}

.byte-hero-cut__inner {
  width: 100%;
  min-height: 760px;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: stretch;
}

/* LEFT */

.byte-hero-cut__content {
  position: relative;
  z-index: 2;
  padding: 56px 40px 56px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
}

.byte-hero-cut__logo {
  margin-bottom: 28px;
}

.byte-hero-cut__brand {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #121a72;
}

.byte-hero-cut__tagline {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #46538f;
}

.byte-hero-cut__title {
  margin: 0;
  max-width: 640px;
  font-size: clamp(52px, 6vw, 90px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #121a72;
}

.byte-hero-cut__subtitle {
  margin: 22px 0 0;
  max-width: 520px;
  font-size: clamp(19px, 2vw, 30px);
  line-height: 1.22;
  font-weight: 500;
  color: #1c2879;
}

.byte-hero-cut__card {
  margin-top: 30px;
  max-width: 520px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(202,212,235,0.8);
  box-shadow: 0 20px 50px rgba(45, 68, 132, 0.09);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.byte-hero-cut__card-text {
  padding: 0 6px 12px;
  font-size: 17px;
  line-height: 1.3;
  color: #707b98;
}

.byte-hero-cut__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b83ff 0%, #2c4fe0 100%);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(44,79,224,0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.byte-hero-cut__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(44,79,224,0.28);
  color: #fff;
}

/* RIGHT */

.byte-hero-cut__visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.byte-hero-cut__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* TABLET */

@media (max-width: 1024px) {
  .byte-hero-cut__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .byte-hero-cut__content {
    padding: 38px 26px 18px;
    max-width: 100%;
    margin-left: 0;
  }

  .byte-hero-cut__brand {
    font-size: 38px;
  }

  .byte-hero-cut__tagline {
    font-size: 10px;
  }

  .byte-hero-cut__title {
    max-width: 100%;
    font-size: clamp(42px, 8vw, 68px);
  }

  .byte-hero-cut__subtitle {
    max-width: 100%;
    font-size: 18px;
  }

  .byte-hero-cut__card {
    max-width: 100%;
  }

  .byte-hero-cut__visual {
    min-height: 430px;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
  }

  .byte-hero-cut__image {
    object-position: 60% center;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .byte-hero-cut__content {
    padding: 24px 18px 10px;
  }

  .byte-hero-cut__logo {
    margin-bottom: 18px;
  }

  .byte-hero-cut__brand {
    font-size: 26px;
    letter-spacing: 0.16em;
  }

  .byte-hero-cut__tagline {
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .byte-hero-cut__title {
    max-width: 300px;
    font-size: 44px;
    line-height: 1.01;
  }

  .byte-hero-cut__subtitle {
    max-width: 320px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.34;
  }

  .byte-hero-cut__card {
    margin-top: 22px;
    padding: 14px;
    border-radius: 22px;
  }

  .byte-hero-cut__card-text {
    font-size: 14px;
    padding: 0 4px 10px;
  }

  .byte-hero-cut__button {
    min-height: 52px;
    font-size: 16px;
  }

  .byte-hero-cut__visual {
    min-height: 290px;
    margin-top: 4px;
    clip-path: polygon(0 20%, 100% 5%, 100% 100%, 0 100%);
  }

  .byte-hero-cut__image {
    object-position: 60% center;
  }
}

@media (max-width: 480px) {
  .byte-hero-cut__title {
    font-size: 38px;
    max-width: 260px;
  }

  .byte-hero-cut__subtitle {
    font-size: 14px;
    max-width: 250px;
  }

  .byte-hero-cut__visual {
    min-height: 250px;
  }

  .byte-hero-cut__image {
    object-position: 58% center;
  }
}/* End custom CSS */
/* Start custom CSS *//* 🔥 GLOBAL PAGE BACKGROUND */

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  
  /* Hauptverlauf */
  background: linear-gradient(
    180deg,
    #f7faff 0%,
    #eef5ff 60%,
    #e8f0ff 100%
  );

  /* optional smoother look */
  background-attachment: fixed;
}

/* 🔥 verhindert weiße Blöcke aus Elementor */
section,
.elementor-section,
.elementor-container,
.elementor-column {
  background: transparent !important;
}/* End custom CSS */