.elementor-kit-11{--e-global-color-primary:#1B1B1B;--e-global-color-secondary:#54595F;--e-global-color-text:#999999;--e-global-color-accent:#FFCC00;--e-global-color-de3c3f0:#7BBB40;--e-global-color-937672d:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:73px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:48px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:20px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.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;gap:1280px;}.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 *//* =======================================
   KARTEN – FINALER Figma-Style
   ======================================= */

/* --- Grundlayout --- */
.success-card {
  position: relative;
  width: 570px;
  height: 620px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  transition: all 0.4s ease;
  background: #0f0f0f;
}
body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}


/* --- Dunkle Variante mit Chrome-Reflex --- */
.success-card.dark {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  color: #fff;
}
.success-card.dark::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle at top left,
    rgba(255,255,255,0.25) 0%,
    rgba(255,255,255,0.05) 40%,
    transparent 70%);
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  transition: opacity 0.5s ease;
}
.success-card.dark:hover::before { opacity: 0.8; }

/* --- Helle Karte --- */
.success-card.light {
  background: #ffffff;
  color: #0f0f0f;
}

/* --- Hover-Effekt (alle) --- */
.success-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* --- Vollflächiges Hintergrundbild (Karte 1) --- */
.success-card.full-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* --- Dunkler Verlauf bei .dark.full-bg ausblenden --- */
.success-card.dark.full-bg { background: transparent !important; }

/* --- Overlay für Bildkarten --- */
.full-bg .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.75));
  z-index: 0;
}

/* --- Inhalt über Overlay --- */
.full-bg .icon-wrapper,
.full-bg .card-content {
  position: relative;
  z-index: 1;
}

/* --- ICON Position (Figma exakt) --- */
.success-card .icon-wrapper {
  position: absolute;
  top: 162px;
  left: 211px;
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

/* --- ICON Look --- */
.icon-wrapper img,
.icon-wrapper svg {
  width: 148px;
  height: 148px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.2));
  opacity: 0.95;
  transition: opacity 0.3s ease;
}
.success-card:hover .icon-wrapper img,
.success-card:hover .icon-wrapper svg {
  opacity: 1;
}

/* =======================================
   TYPOGRAFIE
   ======================================= */
.card-content {
  padding: 32px 36px 36px;
}

.card-content h3 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Farbanpassung je Variante */
.success-card.dark .card-content h3 { color: #ffffff; }
.success-card.dark .card-content p  { color: rgba(255,255,255,.72); }

.success-card.light .card-content h3 { color: #0f0f0f; }
.success-card.light .card-content p  { color: #6f747a; }

/* =======================================
   KARTE 4 – BILD OBEN, SCHWARZ/WEISS
   ======================================= */
.success-card.img-top {
  background: linear-gradient(180deg, #0f0f0f 0%, #121212 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0; 
  flex-grow: 1;
}

.success-card.img-top .card-img {
  width: 100%;
  height: 400px;               /* Figma-Höhe; bei Bedarf anpassen */
  margin: 0;                   /* neu: kein äußerer Abstand */
  overflow: hidden;            /* neu: Bild sauber maskieren */
  border-top-left-radius: 24px;    /* an Kartenradius angleichen */
  border-top-right-radius: 24px;
}

.success-card.img-top .card-img img,
.success-card.img-top .card-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.08);  /* s/w Look */
}


/* =======================================
   MISSION-ABSCHNITT – "Meine Mission"
   ======================================= */


/* --- Bildabschnitt --- */
.mission-section {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 80px;
}

.mission-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.75));
  z-index: 0;
}

/* Chrome-Look für Mission-Titel */
/* ============================

/* verhindert jedes Abschneiden im Bereich */
.mission-section { 
  overflow: visible !important; 
}

/* falls der direkte Container clippt */
.mission-section .mission-content { 
  overflow: visible; 
}

/* gibt den Descendern (g, y, p) Platz und verhindert Paint-Clipping */
.mission-section .mission-content h2 {
  display: inline-block;     /* wichtig! */
  padding-bottom: 8px;       /* minimaler Luftspalt */
}


.mission-section .mission-content {
  position: relative;
  max-width: 888px;
  margin-left: 570px; /* Figma-Wert */
  padding-top: 200px; /* Figma-Positionierung nach unten */
  padding-bottom: 100px; /* +60px Luft unten, damit das g sichtbar bleibt */
}

.mission-section .mission-content h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  background: linear-gradient(90deg, #ffffff 0%, #dcdcdc 40%, #7a7a7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 1;
}

/* Goldgelbes Wort „Mission:“ bleibt unverändert */
.mission-section .mission-content .highlight {
  background: none;
  -webkit-text-fill-color: #FFD21E;
  color: #FFD21E;
}





.mission-section .mission-content h2 {
  font-size: 64px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0;
}

.mission-section .mission-content .highlight {
  color: #FFD21E;
}

/* --- Unterer Textblock --- */
.mission-text {
  background: #000;
  padding: 60px 0 80px;
  text-align: left;
  display: flex;
  justify-content: center;
}

.mission-text .mission-inner {
  width: 888px;
  max-width: 90vw;
  color: rgba(255,255,255,0.85);
}

.mission-text p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 24px 0;
}

/* --- Textlink (weiß, Hover gold, ohne Unterstreichung) --- */
.mission-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}

.mission-link:hover {
  color: #FFD21E;
  text-decoration: none;
}

/* --- Responsiv --- */
@media (max-width: 1024px) {
  .mission-section .mission-content {
    padding: 12px 8vw 60px 8vw;
  }
  .mission-section .mission-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .mission-section {
    min-height: 500px;
  }
  .mission-section .mission-content {
    padding: 8vw;
  }
  .mission-section .mission-content h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
/* =======================================
   ABSCHNITT: Drei klare Gründe (Figma-konform, final)
   ======================================= */

.reasons-section {
  background: linear-gradient(180deg, #000000 0%, #191919 100%);
  padding: 120px 8vw;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

/* --- Überschrift --- */
.reasons-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 28px;
  background: linear-gradient(90deg, #ffffff 0%, #bfbfbf 45%, #7a7a7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.reasons-header .highlight {
  -webkit-text-fill-color: #FFD21E;
  color: #FFD21E;
}

.reasons-header .underline {
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.4);
}

.reasons-header p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0 auto 80px auto;
  max-width: 800px;
}

/* --- GRID mit 3 Karten --- */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 426.67px);
  justify-content: center;
  gap: 24px;
}

/* --- Karten --- */
.reason-card {
  width: 426.67px;
  height: 314px;
  background: linear-gradient(180deg, #000000 52.73%, #191919 100%);
  border: 2px solid #222222;
  border-radius: 30px;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;Verwenden Sie custom CSS, um Ihren Inhalt zu stylen, oder fügen Sie das Präfix „Selektor“ hinzu, um bestimmte Elemente anzusprechen.
Hilfe benötigt

  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.4);
}

/* --- Header: Icon + Titel nebeneinander --- */
.reason-header {
  display: flex;
  align-items: flex-start;   /* verhindert Quetschen */
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: nowrap;
}

.reason-icon {
  flex-shrink: 0;            /* Icon bleibt gleich groß */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.reason-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background-color: transparent;
  image-rendering: auto;
}

/* --- Titel in Grau (#8D8D8D) --- */
.reason-header h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -1.24px;
  margin: 0;
  color: #8D8D8D;
}

/* --- Beschreibungstext --- */
.reason-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
  color: #8D8D8D;
}

/* --- Hover-Effekt (leicht heller) --- */
.reason-card:hover p,
.reason-card:hover h2 {
  color: #b1b1b1;
  transition: color 0.3s ease;
}

/* --- Responsive --- */
@media (max-width: 1280px) {
  .reasons-grid {
    justify-items: center;
  }

  .reason-card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
/* =======================================
   BUTTONS (Figma korrigiert)
   ======================================= */

.reasons-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 48px; /* enger an Karten */
  margin-bottom: 0;
  flex-wrap: wrap;
  max-width: 640px; /* Figma-Zentrierung */
  margin-left: auto;
  margin-right: auto;
}

/* --- GELBER BUTTON --- */
.btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 326px;
  height: 62px;
  border-radius: 16px;
  padding: 16px 32px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #FFD21E;
  border: 2px solid #FFD21E;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-yellow:hover {
  background: transparent;
  color: #FFD21E;
}

/* --- GRÜNER BUTTON --- */
.btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 64px;
  border-radius: 16px;
  padding: 16px 32px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  background: #9AD966; /* etwas dunkleres Grün wie Figma */
  border: 1px solid #9AD966;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-green:hover {
  background: transparent;
  color: #9AD966;
}

.btn-green .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: color 0.3s ease;
}

.btn-green:hover .btn-icon {
  color: #9AD966;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .reasons-buttons {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }

  .btn-yellow, .btn-green {
    width: 100%;
    max-width: 340px;
  }
}

/* ======================================================
   Testimonial Slider – Figma exact + gold stars + arrows
   ====================================================== */

.testimonial-slider {
  background: linear-gradient(180deg, #000000 0%, #191919 100%);
  padding: 120px 48px;
  position: relative;
  color: #000;
  overflow: hidden;
  position: relative;
z-index: 2;

}

/* --- HEADER --- */
.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 340px;
}

.testimonial-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  background: linear-gradient(90deg, #ffffff 0%, #999999 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- STARS NEXT TO TITLE --- */
.stars-wrapper {
  position: relative;
  top: 42px;
  width: 520.66px;
  height: 91px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.06px;
}

.stars-row {
  display: flex;
  gap: 10.06px;
}

/* HEADER-STARS: silberner Glanz + größere Darstellung */
.stars-row span {
  display: inline-block;
  font-size: 52px;
  color: var(--Dunkelgrau, #1B1B1B);
  background: linear-gradient(92.62deg, #595959 22.58%, #0A0A0A 94.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  animation: shimmer 4s ease-in-out infinite;
  text-shadow:
    0 0 4px rgba(255,255,255,0.15),
    0 0 8px rgba(180,180,180,0.1);
}

/* 💎 sanfter "Chrom-Schimmer"-Effekt */
@keyframes shimmer {
  0%, 100% {
    filter: brightness(1);
    text-shadow:
      0 0 4px rgba(255,255,255,0.15),
      0 0 8px rgba(180,180,180,0.1);
  }
  50% {
    filter: brightness(1.3);
    text-shadow:
      0 0 6px rgba(255,255,255,0.25),
      0 0 12px rgba(200,200,200,0.2);
  }
}

.stars-row span:hover {
  transform: scale(1.1);
}


.rating-text {
  font-size: 16px;
  color: #8D8D8D;
  font-weight: 500;
}

/* --- Einleitungstext --- */
.intro-text {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin: 60 0 60px 0;
  margin-left: 340px;
}

/* --- Slider --- */
.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* --- Cards --- */
.testimonial-card.white {
  background: #fff;
  border-radius: 30px;
  flex: 0 0 400px;
  margin: 0 12px;
  padding: 40px 36px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card.white:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.2);
}

/* --- Card stars --- */
.testimonial-stars {
  color: #FFD21E;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.testimonial-stars span {
  color: #8D8D8D;
  font-weight: 500;
  font-size: 15px;
  margin-left: 6px;
}

/* --- Text & Footer --- */
.testimonial-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}
.testimonial-text {
  color: #4B4B4B;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.testimonial-footer {
  margin-top: auto;
}
.testimonial-footer .name {
  font-weight: 700;
  color: #000;
}
.testimonial-footer .role {
  color: #8D8D8D;
  font-size: 15px;
}

/* --- Arrows --- */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 5;
}

.arrow:hover {
  background: #dcdcdc;
  transform: translateY(-50%) scale(1.1);
}

.arrow.left { left: 120px; }
.arrow.right { right: 120px; }

/* --- Dots --- */
.slider-dots {
  text-align: center;
  margin-top: 32px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #555;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  transition: background 0.3s ease;
}

.dot.active {
  background: #FFD21E;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .testimonial-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .stars-wrapper {
    top: 0;
    width: auto;
    height: auto;
    margin-top: 16px;
  }
  .testimonial-track {
    flex-direction: row;
    gap: 16px;
  }
  .testimonial-card.white {
    flex: 0 0 85%;
  }
  .arrow.left, .arrow.right {
    display: none;
  }
}
/* Reset für fremde .arrow außerhalb des Sliders */
:not(.testimonial-slider) .arrow {
  all: unset;
}
/* ===============================
   Keynotes Section – Final Polished Version
   =============================== */

.keynotes-section {
  /* Weicher Übergang + leicht heller Verlauf */
  background: linear-gradient(
    180deg,
    #191919 -10%,        /* Anfang exakt wie oberer Block */
    #151515 40%,       /* sanfter Verlauf nach unten */
    #0b0b0b 100%       /* dunkler Ausklang */
  );
  margin-top: -20px; /* verschmilzt Übergangslinie */
  border-top: none;
  padding: 120px 6vw;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;

}
/* --- Header --- */

.keynotes-icon img {
  width: 156px;
  height: 156px;
  border-radius: 50%; 
  object-fit: cover;
  border: 2px solid #333; 
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.keynotes-subtitle {
  color: #b3b3b3;
  font-size: 18px;
  margin-bottom: 8px;
}

.keynotes-header h2 {
  background: linear-gradient(90deg, #ffffff, #bfbfbf 50%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
}

.keynotes-text {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  max-width: 880px;
  margin: 0 auto 64px;
  line-height: 1.6;
}

/* --- Tabelle --- */
.table-wrapper {
  overflow-x: auto;
}

.keynotes-table {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto 48px;
  border-collapse: separate; /* <- wichtig für Hover */
  border-spacing: 0;
  background: transparent;
}

/* Nur horizontale Linien, keine vertikalen, keine abwechselnden Farben */
.keynotes-table th,
.keynotes-table td {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #333;
  background: transparent !important;
}
.keynotes-table tbody tr,
.keynotes-table tbody tr:nth-child(odd),
.keynotes-table tbody tr:nth-child(even) {
  background: transparent !important;
}

.keynotes-table thead tr:first-child th {
  border-top: none !important;
}

/* Tabellenkopf */
.keynotes-table th {
  color: #888;
  font-weight: 600;
  padding: 12px 0;
  background: none;
  user-select: none;
  cursor: default;
  position: relative;
}

/* Sauberes graues SVG-Dreieck (keine Textzeichen) */
.keynotes-table th .sort-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
/* Fix: Entfernt Textpfeil ⇅, falls Theme oder HTML noch eines enthält */
.keynotes-table th .sort-icon {
  font-size: 0;
  line-height: 0;
}

/* Verhindert doppelte Icons (z. B. von Elementor) */
.keynotes-table th i,
.keynotes-table th svg {
  display: none !important;
}


/* Tabellenzellen */
.keynotes-table td {
  padding: 16px 0;
  color: #ccc;
  background-color: transparent;
  transition: background-color 0.25s ease, color 0.25s ease;
}

/* --- Hover-Effekt über gesamte Zeile --- */
.keynotes-table tbody tr:hover td {
  background-color: #8D8D8D33 !important;
  color: #fff;
}

/* --- Ticket Buttons --- */
.ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000;
  color: #f5f5f5;
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid #333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ticket-btn:hover {
  background: #FFD21E;
  color: #000;
}

.ticket-btn .btn-arrow {
  font-size: 16px;
  transition: transform 0.25s ease;
}

.ticket-btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* --- Text Labels (nicht klickbar) --- */
.ticket-label {
  color: #aaa;
  font-weight: 500;
  background: none;
}

.ticket-label.soldout {
  color: #666;
  font-style: italic;
}

/* --- Footer Button --- */
.keynotes-footer .btn-more {
  display: inline-block;
  padding: 14px 36px;
  background: #111;
  color: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.keynotes-footer .btn-more:hover {
  background: #FFD21E;
  color: #000;
}

/* ================================
   LEADERBUCH – Figma exakter Stil
   ================================ */
.leaderbook-wrapper {
  background: linear-gradient(
    180deg,
    #0b0b0b 0%,    
    #101010 50%,
    #0a0a0a 100%
  );
  margin-top: -200px; /* überlappt minimal */
  padding: 120px 0; /* Abstand nach oben/unten */
}

.leaderbook-section {
  position: relative;
  width: 100%;
  max-width: 1344px;
  margin: 100px auto;
  padding: 8px 80px;
  border-radius: 30px;
  border: 1px solid #222222;
  background: radial-gradient(circle at 50% 50%, #3C3C3C 0%, #121212 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Inter", sans-serif;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  opacity: 1;
  
}

/* --- Bild links --- */
/* --- Buchbild exakt nach Figma --- */
.leaderbook-img {
  width: 419px;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
  transform: rotate(-4.45deg);
  transform-origin: center;
  position: relative;
  top: 30px;
  left: 66px;
  transition: transform 0.4s ease, filter 0.3s ease;
}

/* Optional: dezenter Hover-Effekt */
.leaderbook-img:hover {
  transform: rotate(4.45deg) scale(1.04);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.5));
}


/* --- Inhalt rechts --- */
.leaderbook-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.leaderbook-content h3 {
  font-size: 22px;
  color: #b3b3b3;
  font-weight: 600;
  margin: 0;
}

.leaderbook-content h3 strong {
  color: #FFD21E;
}

.leaderbook-content h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(90deg, #ffffff, #bfbfbf 50%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.leaderbook-content p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
}

.leaderbook-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  border: 1px solid #555;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.leaderbook-btn:hover {
  background: #FFD21E;
  color: #000;
  border-color: #FFD21E;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .leaderbook-section {
    flex-direction: column;
    text-align: center;
    padding: 48px 32px;
    gap: 40px;
  }
  .leaderbook-img {
    width: 220px;
  }
}
/* ================================
   KONTAKT SECTION
   ================================ */
/* --- Gesamtcontainer --- */
.contact-section {
  display: flex;
  width: 1344px;
  height: 786px;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  margin: 120px auto;
  font-family: "Inter", sans-serif;
}

/* --- Linke Seite (Text + Formular) --- */


.contact-wrapper {
  background: linear-gradient(
    180deg,
    #0b0b0b 0%,    
    #101010 50%,
    #0a0a0a 100% 
  );
  padding-top: 100px;
  padding-bottom: 20px; /* weniger Abstand unten */
  margin-top: -220px;
}


.contact-left {
  width: 751px;
  padding: 100px 64px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.contact-left h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  color: #000;
}

.contact-left h2 span {
  color: #000;
}

.contact-left p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
  max-width: 600px;
}

/* --- Formularfelder --- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-form input:focus {
  border-color: #FFD21E;
}

.form-row {
  display: flex;
  gap: 16px;
}

/* --- Button --- */
.btn-yellow {
    width: 100%;
  background: #FFD21E;
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  height: 56px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-yellow:hover {
  background: #000;
  color: #FFD21E;
}

/* --- Rechte Seite (Bild) --- */
.contact-right {
  width: 593px;
  height: 786px;
  overflow: hidden;
}

.contact-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ================================
   NEWSLETTER SECTION 
   ================================ */
.elementor-section + .newsletter-section,
.contact-section + .newsletter-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.newsletter-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 506px;
  margin: 0 auto;
  padding: 0;
  background: #000000;
  border-top: none;
  border-bottom: 1.5px solid #222;
  display: flex;
  justify-content: center;
  align-items: center;            /* <-- zentriert vertikal */
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #fff;
  gap: 32px;
}

/* --- Inhalt zentriert --- */
.newsletter-content {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;        /* <-- jetzt mittig vertikal */
  text-align: center;
  gap: 24px;
}

/* --- Titel --- */
.newsletter-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* --- Beschreibung --- */
.newsletter-content p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  max-width: 640px;
  margin: 0 auto;
}

/* --- Formular --- */
.newsletter-form {
  width: 600px;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.newsletter-form input {
  flex: 1;
  height: 54px;
  border: none;
  border-radius: 10px;
  background: #1c1c1c;
  color: #fff;
  padding: 0 16px;
  font-size: 16px;
}

.newsletter-form button {
  height: 54px;
  padding: 0 24px;
  border-radius: 10px;
  background: #3a3a3a;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: #FFD21E;
  color: #000;
}

/* --- Social Icons (inkl. TikTok) --- */
.newsletter-socials {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.newsletter-socials a {
  color: #fff;
  font-size: 26px;
  transition: color 0.3s ease;
}

.newsletter-socials a:hover {
  color: #FFD21E;
}

/* --- "gern per DU" --- */
.newsletter-du {
  position: absolute;
  left: 33%;
  bottom: 40px; /* statt top: 435px → dynamisch am unteren Rand fixiert */
}

.newsletter-du img {
  width: 160px;
  height: 50px;
  display: block;
}
.newsletter-message {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: #9AD966; /* grün für Erfolg */
}

.newsletter-message.error {
  color: #f44336;
}

/* =======================================
   LEADERBOOK – Interaktives Formular (Button öffnet E-Mail-Feld)
   ======================================= */
.leaderbook-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.leaderbook-form {
  display: none;
  flex-direction: column;
  gap: 12px;
  animation: fadeIn 0.3s ease forwards;
  width: 100%;
  max-width: 380px;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-5px);}
  to {opacity: 1; transform: translateY(0);}
}

.leaderbook-form input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #555;
  background: #1a1a1a;
  color: #fff;
  padding: 0 16px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.leaderbook-form input:focus {
  border-color: #FFD21E;
  outline: none;
}

.leaderbook-btn.small {
  background: #FFD21E;
  color: #000;
  border: 2px solid #FFD21E;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.leaderbook-btn.small:hover {
  background: transparent;
  color: #FFD21E;
}

.leaderbook-message {
  font-size: 15px;
  color: #9AD966;
  margin-top: 4px;
  font-weight: 500;
}

/* =======================================
   DSGVO-Checkbox Styling (Kontaktformular)
   ======================================= */
.contact-form .privacy-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 4px;
}

.contact-form .privacy-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #FFD21E; /* modernes Gelb-Highlight */
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  flex-shrink: 0;
}

.contact-form .privacy-check a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.contact-form .privacy-check a:hover {
  color: #FFD21E;
}

/* Inaktiver Button, bis Zustimmung erfolgt */
.btn-yellow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .privacy-check {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

  /* Honeypot-Feld unsichtbar machen */
  .hp-field {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  
  /* =======================================
   CALLBACK BUTTON & POPUP (Rückruf sichern)
   ======================================= */

  
.avatar-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 26, 26, 0.75);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; /* weniger rund */
  padding: 8px 18px;
  color: #fff;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  backdrop-filter: blur(6px);
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.avatar-button:hover {
  background: rgba(26, 26, 26, 0.85);
  color: #FFD21E; /* nur Text wird gelb */
}
.avatar-button:hover .arrow {
  color: #FFD21E; /* Pfeil wird ebenfalls gelb */
}
.avatar-button img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.avatar-button .arrow {
  margin-left: 4px;
  font-weight: 600;
  transition: color 0.25s ease-in-out;
}

/* Overlay */
.callback-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Popup-Box */
.callback-box {
  background: #111;
  color: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  width: 100%;
  max-width: 480px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.close-btn {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 26px;
  cursor: pointer;
  color: #FFD21E;
}

.callback-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.callback-form input,
.callback-form select {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  border: 1px solid #444;
  background: #1a1a1a;
  color: #fff;
  padding: 0 16px;
  font-size: 15px;
}

.callback-form input:focus {
  border-color: #FFD21E;
  outline: none;
}

.callback-form label {
  font-size: 14px;
  color: #ccc;
}

.callback-message {
  font-size: 15px;
  margin-top: 8px;
  color: #9AD966;
}

/* =======================================
   Datenschutz-Checkbox – Final Version
   ======================================= */
.callback-form .privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px; /* mehr Abstand zwischen Checkbox und Text */
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.callback-form .privacy-check input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: 2px; /* leicht höher für perfekte Vertikale */
  border: 2px solid #777;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}

.callback-form .privacy-check input[type="checkbox"]:checked {
  background-color: #FFD21E;
  border-color: #FFD21E;
}

.callback-form .privacy-check input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 3px;
  font-size: 13px;
  color: #000;
  font-weight: 700;
}

.callback-form .privacy-check span {
  display: inline-block;
  text-align: left;
  max-width: 100%;
}

.callback-form .privacy-check a {
  color: #FFD21E;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s ease;
}

.callback-form .privacy-check a:hover {
  color: #fff;
}




/* =======================================
           MOBILE OPTIMIERUNG 
   ======================================= */

/* --- Grundlegende Resets für mobile Geräte --- */
@media (max-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }

  h2, h3 {
    line-height: 1.25;
  }
}

/* --- KRITISCH: Verhindert horizontales Scrollen --- */
@media (max-width: 768px) {
  body, html {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  * {
    max-width: 100vw;
    box-sizing: border-box;
  }

  /* Alle Hauptcontainer auf 100% begrenzen */
  .success-card,
  .mission-section,
  .reasons-section,
  .testimonial-slider,
  .keynotes-section,
  .leaderbook-section,
  .leaderbook-wrapper,
  .contact-section,
  .contact-wrapper,
  .newsletter-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }
}

/* --- Kartenlayout --- */
@media (max-width: 768px) {
  .success-card {
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    border-radius: 16px;
  }

  .success-card .icon-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    margin: 24px auto 12px;
  }

  .icon-wrapper img,
  .icon-wrapper svg {
    width: 96px;
    height: 96px;
  }

  .card-content {
    padding: 20px;
  }

  .card-content h3 {
    font-size: 20px;
  }

  .card-content p {
    font-size: 15px;
  }
}

/* --- Meine Mission Section --- */
@media (max-width: 768px) {
  .mission-section {
    flex-direction: column;
    min-height: 480px;
    padding: 40px 20px;
    width: 100%;
  }

  .mission-section .mission-content {
    margin-left: 0 !important;
    padding: 40px 20px;
    max-width: 100%;
  }

  .mission-section .mission-content h2 {
    font-size: 28px;
    text-align: center;
  }

  .mission-text {
    padding: 40px 20px;
    width: 100%;
  }

  .mission-text .mission-inner {
    width: 100%;
    max-width: 100%;
  }

  .mission-text p {
    font-size: 16px;
    text-align: left;
  }
}

/* --- Gründe Section --- */
@media (max-width: 768px) {
  .reasons-section {
    padding: 80px 20px;
    width: 100%;
  }

  .reasons-header h2 {
    font-size: 30px;
  }

  .reasons-header p {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .reasons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }

  .reason-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 24px;
  }

  .reason-header h2 {
    font-size: 22px;
  }

  .reason-card p {
    font-size: 15px;
  }

  .reasons-buttons {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}

/* --- Kontaktformular Section --- */
@media (max-width: 900px) {
  .contact-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-section {
    flex-direction: column;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 40px 0;
  }

  .contact-left {
    width: 100%;
    padding: 40px 20px;
    order: 2;
  }

  .contact-left h2 {
    font-size: 28px;
    text-align: center;
  }

  .contact-left p {
    font-size: 16px;
    text-align: center;
    max-width: 100%;
  }

  .contact-form {
    width: 100%;
    gap: 12px;
  }

  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .btn-yellow {
    height: 52px;
    font-size: 15px;
    width: 100%;
  }

  .contact-right {
    width: 100%;
    height: 300px;
    order: 1;
  }

  .contact-right img {
    object-position: center;
  }
}

/* --- Newsletter Section --- */
@media (max-width: 768px) {
  .newsletter-section {
    flex-direction: column;
    height: auto;
    padding: 60px 16px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .newsletter-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .newsletter-content h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .newsletter-content p {
    font-size: 16px;
    padding: 0 8px;
  }

  .newsletter-form {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    height: auto;
    gap: 12px;
    margin: 24px 0;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
    height: 50px;
  }

  .newsletter-socials {
    gap: 16px;
    margin-top: 20px;
  }

  .newsletter-socials a {
    font-size: 24px;
  }

  .newsletter-du {
    position: static;
    margin-top: 20px;
    left: auto;
    transform: none;
  }

  .newsletter-du img {
    width: 140px;
    height: auto;
    margin: 0 auto;
  }
}

/* --- Leaderbook Section --- */
@media (max-width: 768px) {
  .leaderbook-wrapper {
    width: 100%;
    padding: 80px 16px;
  }

  .leaderbook-section {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
    gap: 24px;
    width: 100%;
    margin: 0 auto;
  }

  .leaderbook-img {
    width: 240px;
    transform: rotate(0deg);
    left: 0;
    top: 0;
    margin: 0 auto;
  }

  .leaderbook-content {
    width: 100%;
  }

  .leaderbook-content h2 {
    font-size: 28px;
  }

  .leaderbook-content p {
    font-size: 16px;
  }

  .leaderbook-btn {
    padding: 10px 24px;
    font-size: 15px;
  }

  .leaderbook-form {
    max-width: 100%;
  }
}

/* --- Testimonial Section --- */
@media (max-width: 768px) {
  .testimonial-slider {
    padding: 60px 16px;
    width: 100%;
  }

  .testimonial-header {
    margin-left: 0;
    padding: 0 16px;
    flex-direction: column;
  }

  .testimonial-header h2 {
    font-size: 28px;
    text-align: center;
  }

  .stars-wrapper {
    top: 0;
    margin-top: 16px;
    width: auto;
  }

  .intro-text {
    margin-left: 0;
    font-size: 15px;
    text-align: center;
    padding: 0 16px;
  }

  .slider-container {
    width: 100%;
  }

  .testimonial-track {
    gap: 12px;
  }

  .testimonial-card.white {
    flex: 0 0 85%;
    padding: 24px 20px;
    margin: 0 8px;
  }

  .arrow.left,
  .arrow.right {
    display: none;
  }
}

/* --- Keynotes Section --- */
@media (max-width: 768px) {
  .keynotes-section {
    padding: 80px 16px;
    width: 100%;
  }

  .keynotes-header h2 {
    font-size: 32px;
  }

  .keynotes-text {
    font-size: 16px;
    padding: 0 16px;
  }

  .table-wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 0 8px;
  }

  .keynotes-table {
    width: 100%;
    font-size: 14px;
  }

  .keynotes-table th,
  .keynotes-table td {
    padding: 12px 8px;
    font-size: 13px;
  }
}

/* --- Sticky Buttons Mobile --- */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
  .main-header {
    padding: 12px 24px;
  }

  .header-logo-full {
    max-width: 200px;
  }
}

/* Smartphone & kleine Tablets (max 768px) */
@media (max-width: 768px) {
  .main-header {
    padding: 10px 12px;
    background: #000;
  }

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }

  /* Logo anpassen - MAXIMALE GRÖSSE */
  .header-left {
    flex: 0 0 auto;
    max-width: 70%; /* Von 60% auf 70% erhöht */
  }

  .header-logo-full {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  /* "gern per DU" Bubble AUSBLENDEN auf Mobile */
  .header-left img[alt*="gern per"],
  .header-left img[alt*="DU"],
  .header-left img[src*="Frame-61"] {
    display: none !important;
  }

  /* Menu */
  .header-menu {
    flex: 0 0 auto;
    margin-left: auto;
  }

  /* Header "Jetzt anfragen" ausblenden und sticky machen */
  .header-right {
    display: none;
  }
}

/* Sehr kleine Smartphones (max 375px) */
@media (max-width: 375px) {
  .main-header {
    padding: 8px 10px;
  }

  .header-inner {
    gap: 6px;
  }

  .header-left {
    max-width: 65%; /* Noch mehr Platz für das Logo */
  }

  .header-logo-full {
    max-width: 100%;
  }

  .menu-toggle {
    padding: 6px 10px;
    font-size: 13px;
  }

  .menu-label {
    display: none; /* "Menü" Text ausblenden, nur Icon */
  }
}

/* --- Sticky Button Mobile --- */
@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }

  /* Header "Jetzt anfragen" Button wird sticky unten */
  .header-right .btn-yellow.small {
    position: fixed !important;
    bottom: 12px !important;
    left: 16px !important;
    right: 16px !important;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    height: 56px !important;
    z-index: 9999 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
    background: #FFD21E !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 16px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header-right .btn-yellow.small:hover {
    background: #000 !important;
    color: #FFD21E !important;
  }

  /* Menu Toggle Styling */
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid #444;
    padding: 8px 12px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
  }

  .menu-label {
    font-size: 14px;
  }

  .menu-icon {
    width: 18px;
    height: 2px;
    background: #fff;
    position: relative;
    display: block;
  }

  .menu-icon::before,
  .menu-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    left: 0;
  }

  .menu-icon::before {
    top: -5px;
  }

  .menu-icon::after {
    top: 5px;
  }

  /* Mobile Menu Dropdown */
  .header-menu {
    position: relative;
  }

  .menu-list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 12px 0;
    min-width: 180px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 10000;
  }

  .menu-list li {
    list-style: none;
    margin: 0;
  }

  .menu-list a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease;
    font-size: 15px;
  }

  .menu-list a:hover {
    background: #333;
  }

  /* Avatar Button normal (nicht sticky) */
  .avatar-button {
    position: relative !important;
    bottom: auto !important;
  }
}

/* --- Callback Popup Mobile --- */
@media (max-width: 768px) {
  .callback-box {
    width: 90%;
    max-width: 400px;
    padding: 32px 24px;
  }

  .callback-form input,
  .callback-form select {
    height: 48px;
    font-size: 14px;
  }
}

/* --- Sticky Buttons Mobile --- */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
  .main-header {
    padding: 12px 24px;
  }

  .header-logo-full {
    max-width: 200px;
  }
}

/* Smartphone & kleine Tablets (max 768px) */
@media (max-width: 768px) {
  .main-header {
    padding: 10px 12px;
    background: #000;
  }

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }

  /* Logo anpassen - MAXIMALE GRÖSSE */
  .header-left {
    flex: 0 0 auto;
    max-width: 70%;
  }

  .header-logo-full {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  /* "gern per DU" Bubble AUSBLENDEN - ALLE möglichen Selektoren */
  .header-left img[alt*="gern per"],
  .header-left img[alt*="DU"],
  .header-left img[alt*="Gern per"],
  .header-left img[src*="Frame-61"],
  img[src*="Frame-61.png"],
  img[alt*="Gern per DU"] {
    display: none !important;
  }

  /* Falls die Sprechblase in einem eigenen DIV ist */
  .header-left > *:not(img.header-logo-full) {
    display: none !important;
  }

  /* Menu */
  .header-menu {
    flex: 0 0 auto;
    margin-left: auto;
  }

  /* Header "Jetzt anfragen" ausblenden und sticky machen */
  .header-right {
    display: none;
  }
}

/* Sticky Button nur auf Mobile - exakt nach Figma */
.btn-mobile-sticky {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  
  /* Figma Maße */
  width: 361px;
  max-width: calc(100% - 40px);
  height: 46px;
  
  /* Figma Styling */
  background: #FFCC00 !important;
  color: #000000 !important;
  padding: 8px 32px !important;
  border-radius: 48px !important;
  box-shadow: 0px 4px 15.2px 0px rgba(0, 0, 0, 0.65) !important;
  
  /* Textformatierung */
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 30px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  
  /* Smooth Transition */
  transition: all 0.3s ease !important;
  border: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  
  /* Verhindert Elementor-Overlays */
  overflow: visible !important;
}

/* WICHTIG: Alle Pseudo-Elemente entfernen/überschreiben */
.btn-mobile-sticky::before,
.btn-mobile-sticky::after {
  display: none !important;
  content: none !important;
}

/* Hover-Effekt: Button wird schwarz, Text weiß */
.btn-mobile-sticky:hover {
  background: #000000 !important;
  color: #FFFFFF !important;
  transform: translateX(-50%) translateY(-2px) !important;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.75) !important;
}

/* Alle Kind-Elemente überschreiben (Elementor fügt oft spans ein) */
.btn-mobile-sticky *,
.btn-mobile-sticky span,
.btn-mobile-sticky a,
.btn-mobile-sticky .elementor-button-text,
.btn-mobile-sticky .elementor-button-content-wrapper {
  color: #000000 !important;
  background: transparent !important;
  transition: color 0.3s ease !important;
}

.btn-mobile-sticky:hover *,
.btn-mobile-sticky:hover span,
.btn-mobile-sticky:hover a,
.btn-mobile-sticky:hover .elementor-button-text,
.btn-mobile-sticky:hover .elementor-button-content-wrapper {
  color: #FFFFFF !important;
  background: transparent !important;
}

/* Elementor Button Wrapper - oft die Ursache */
.btn-mobile-sticky .elementor-button-wrapper {
  width: 100% !important;
  height: 100% !important;
}

/* Nur auf Mobile/Tablet anzeigen */
@media (min-width: 1025px) {
  .btn-mobile-sticky {
    display: none !important;
  }
}

/* Für sehr kleine Screens */
@media (max-width: 400px) {
  .btn-mobile-sticky {
    width: calc(100% - 40px);
    font-size: 15px;
  }
}/* End custom CSS */