/*!
Theme Name: Divichild
Template: Divi
Version: 1.0.0
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Perfect custom
Author: Lemon Monkey Network GmbH
Author URI: https://www.lmn1.de/
*/





.et_pb_module h1,
.et_pb_module h2,
.et_pb_module h3,
.et_pb_module h4,
.et_pb_module h5,
.et_pb_module h6 {
  font-family: 'Poppins', sans-serif !important;

}



/* Startseiten-Design */





.bjuicy-wrapper {
  position: relative;
  width: clamp(300px, 40vw, 500px);
  margin: 0 auto;
  aspect-ratio: 9 / 16;
}



@media (min-width: 768px) and (max-width: 1024px) {
  .bjuicy-wrapper {
    transform: translateX(10vw); /* leicht nach rechts verschieben */
  }
}


.bjuicy-wrapper img,
.bjuicy-wrapper svg {
  position: absolute;
  max-width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.tablet {
  position: relative;
  z-index: 2;
  width: 100%;
}

.tablet-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(45%);
  width: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.tablet-content * {
  pointer-events: auto;
}

.tablet-logo {
  position: relative; /* neu: relativ innerhalb .tablet-content */
  width: 100%;        /* nimmt volle Breite des Wrappers ein */
  display: flex;
  justify-content: center;
  margin-bottom: 1em; /* optionaler Abstand zum Text */
  z-index: 4;
}

@media (min-width: 768px) and (max-width: 900px) {
  .tablet-logo {
    margin-bottom: -3em; /* oder z.B. 0.3em – je nach Look */
  }
}



.tablet-logo svg {
  width: 25%;         /* z.B. 25% von .tablet-logo */
  max-width: 200px;
  height: auto;
  margin-top: -9em;

}




/* Tablet Text bleibt wie gehabt */
.tablet-text {
  width: 80%;
  text-align: center;
  color: white;
  font-size: clamp(12px, 1.15vw, 18px);
  line-height: 1.5;
}

.tablet-text p {
  margin-top: 0.75em;

}



.tablet-text h2,
.tablet-text h3 {
  color: white;
  margin: 0.5em 0;
}

.tablet-text h2 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #FFFFFF;
  font-size: 26px;         /* exakt, kontrolliert */
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
}

.tablet-text h3 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 100;
  font-size: 21px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.5em; /* optional für Abstand nach unten */
}





.tablet-mask {
  position: absolute;
  top: 4.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: 69%;

  overflow: hidden;
  z-index: 11;
  pointer-events: none;
}

.lmn-animation-section {
  padding-top: clamp(90px, 15vh, 150px) !important;
}


.bjuicy-wrapper {
  pointer-events: none; /* deaktiviert alle Klicks innerhalb */
}

.bjuicy-wrapper * {
  pointer-events: auto; /* nur Kinder klickbar */
}



.orangetwig {
  position: absolute;
  top: 8%;
  left: -100%;
  transform: rotate(20deg) scale(1.2);
  z-index: 6;
  pointer-events: none;
}

.orangetwig {

  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}



/* 📱 Smartphone: ausblenden */
@media (max-width: 767px) {
  .orangetwig {
    top: -3%;
    left: -50%; /* oder -82%, je nach Gefühl */
    z-index: 99;
  }
}


.orangejuice {
  position: absolute;
  top: -29%; /* je nach Look anpassen */
  left: -74%;
  transform: scale(0.5);
  z-index: 4; /* über dem Tablet, aber unter Text */
  pointer-events: none;
}

.orangejuice {
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .orangejuice {
    left: -93%; /* oder -82%, je nach Gefühl */
  }
}

/* 📱 Smartphone: ausblenden */
@media (max-width: 767px) {
  .orangejuice {
    left: -55%; /* oder -82%, je nach Gefühl */
    transform: scale(0.4);
    top: -41%; /* je nach Look anpassen */
  }
}


.can {
  position: absolute;
  top: -20%;
  left: 90%;
  transform: scale(0.5);
  z-index: 1;
  pointer-events: none;
  transition: transform 0.35s ease-out;
}

/* Tablet-Anpassung */
@media (min-width: 768px) and (max-width: 1024px) {
  .can {
    display: none;

    /* KEIN transform hier – das übernimmt JS */
  }
}

/* 📱 Smartphone: ausblenden */
@media (max-width: 767px) {
  .can {
    display: none;
  }
}


.pencil {
  position: absolute;
  top: -32%;
  left: 180%; /* Zentriert */
  transform: translateX(-50%) scale(0.42);
  z-index: 5;
  pointer-events: none;
  transition: transform 0.5s ease-out;
}

/* Tablet-Anpassung */
@media (min-width: 768px) and (max-width: 1024px) {
  .pencil {
    left: 130%;

    /* KEIN transform hier – das übernimmt JS */
  }
}
/* Small-Tablet-Anpassung */
@media (min-width: 768px) and (max-width: 900px) {
  .pencil {
    left: 130%;
    top: -65%;
    transform: scale(0.3);
    /* KEIN transform hier – das übernimmt JS */
  }
}


@media (max-width: 767px) {
  .pencil {
    display: block !important;
    top: -70%; /* optional: Position anpassen */
    left: 110%; /* oder was du brauchst für Mobile */
    transform: translateX(-50%) scale(0.28); /* ggf. kleiner skalieren */
  }
}



/* 💻 Desktop: bleibt bei -78% */
.glasses {
  position: absolute;
  top: 68%;
  left: -78%;
  transform: scale(0.9); /* kein translateX hier */
  z-index: 5;
  pointer-events: none;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

/* Smartphones (alles unter 768px) */
@media (max-width: 767px) {
  .glasses {
    /* Smartphone-Styling */
    display: none;
  }
}

/* iPad Mini (768px – 833px) */
@media (min-width: 768px) and (max-width: 833px) {
  .glasses {
    /* iPad Mini Styling */
    left: 20%; /* weiter rechts als -78%, aber keine translateX-Zentrierung! */
    top: 78%;
    z-index: 50;
  }
}

/* iPad Pro (834px – 1080px) */
@media (min-width: 834px) and (max-width: 1080px) {
  .glasses {
    /* iPad Pro Styling */
    left: 10%; /* weiter rechts als -78%, aber keine translateX-Zentrierung! */
    top: 70%;
    z-index: 50;
  }
}





.orangesplash {
  position: absolute;
  top: 30%;
  left: 42%;
  transform: translateY(-150vh) scale(1.3); /* Start ganz oben */
  opacity: 0;
  z-index: 11;
  pointer-events: none;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

body {
  overflow-x: hidden !important;
}











.bjuicy-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.bjuicy-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
  padding: 1rem 0;
}

.bjuicy-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  text-align: center;
  padding: 1rem;
}

.bjuicy-slide svg {
  width: 50%;
}

.bjuicy-slider-prev,
.bjuicy-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
}

.bjuicy-slider-prev {
  left: 0.5rem;
}

.bjuicy-slider-next {
  right: 0.5rem;
}

.bjuicy-slide h3 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 25px;
  text-align: center;
  margin: 0.5em 0;
  line-height: 1.3;
}

.bjuicy-slide p {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  text-align: center;
  max-width: 280px;
}







/* WordPress-Agentur-Design */






/* Divi-spezifisches Padding entfernen */
.et_pb_section.bjjungle {
  padding: 0 !important;
}

/* Innenaufbau übernimmt das Grid direkt */
.bjjungle-inner {
  width: 100%;
  height: 100%;
  display: contents;
}

/* Bühne mit einheitlichem Grid-Aufbau */
.bjjungle {
  min-height: 100vh; /* volle Höhe! */
  width: 100vw;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: background-color 0.6s ease;
}

.bj-top {
  align-self: start;
  padding-top: 20vh;
  text-align: center;


}

.bj-bottom {
  align-self: end;
  padding-bottom: 5vh;
  text-align: center;
}


/* Typografie */
.bjjungle h1,
.bjjungle h2 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  text-align: center;
  margin: 0;
}

/* Hauptüberschrift */
.bjjungle h1 {
  font-weight: 900;
  font-size: 70px;
  margin-bottom: 1rem;
}

/* Subline */
.bjjungle h2 {
  font-weight: 300;
  font-size: 24px;
  margin: 0.5rem 0;
}

/* Fragen-Stil */
.bjjungle h2.bj-question {
  font-weight: 700;
  font-size: 50px;
  margin-top: 2rem;
}

/* Farbswitch: minimalistisch (dunkel) */
.bjjungle.bj-hero--minimal {
  background-color: #000;
}

.bjjungle.bj-hero--minimal h1,
.bjjungle.bj-hero--minimal h2 {
  color: #ffffff !important;
}

/* Farbswitch: wild (hell + Tiere sichtbar) */
.bjjungle.bj-hero--wild {
  background-color: #ffffff;
}

.bjjungle.bj-hero--wild h1,
.bjjungle.bj-hero--wild h2 {
  color: #0a0a0a !important;
}

/* Divi-Module fixen */
.bjjungle .et_pb_row,
.bjjungle .et_pb_column,
.bjjungle .et_pb_module {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}

.bjjungle .et_pb_text_inner {
  text-align: center;
}

/* Wild-Szene mit allen Tieren */





/* Tierwelt erscheint, wenn "wild" aktiviert wird */
.bjjungle.bj-hero--wild .bj-wild-scene {
  opacity: 1;
}



.bj-ball {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 5;
  transition: background-color 0.3s ease;
  pointer-events: auto;

}


.bj-papagei {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;         /* verkleinert */
  max-width: 50vw;      /* responsiv begrenzt */
  z-index: 4;
}

@keyframes papagei-hover {
  0%   { transform: translateX(-50%) scale(1) rotateX(0deg); }
  30%  { transform: translateX(-50%) scale(1.05) rotateX(8deg); }
  60%  { transform: translateX(-50%) scale(1.02) rotateX(4deg); }
  100% { transform: translateX(-50%) scale(1) rotateX(0deg); }
}

.bj-papagei:hover {
  animation: papagei-hover 1s ease-out;
  transform-origin: center center;
  perspective: 800px; /* Für leichtes 3D-Gefühl */
}



.bj-jaguar {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateX(-50%);
  width: 1600px;         /* verkleinert */
  max-width: 25vw;      /* responsiv begrenzt */
  z-index: 4;
}

@keyframes jaguar-pounce {
  0%   { transform: translateX(-50%) scale(1) rotate(0deg); }
  30%  { transform: translateX(-50%) scale(1.05) rotate(1deg); }
  60%  { transform: translateX(-50%) scale(0.98) rotate(-1deg); }
  100% { transform: translateX(-50%) scale(1) rotate(0deg); }
}

.bj-jaguar:hover {
  animation: jaguar-pounce 0.8s ease-out;
}

.bj-gorilla {
  position: absolute;
  top: 32%;
  left: 84%;
  transform: translateX(-50%);
  width: 1600px;         /* verkleinert */
  max-width: 30vw;      /* responsiv begrenzt */
  z-index: 4;
}

@keyframes gorilla-butt-wiggle {
  0%   { transform: translateX(-50%) rotate(0deg); }
  30%  { transform: translateX(-50%) rotate(-2deg) translateY(-4px); }
  60%  { transform: translateX(-50%) rotate(-1deg) translateY(-2px); }
  100% { transform: translateX(-50%) rotate(0deg); }
}

.bj-gorilla:hover {
  animation: gorilla-butt-wiggle 0.8s ease-out;
  transform-origin: bottom right;
}


.bj-monstera {
  position: absolute;
  top: -3%;
  left: 6%;
  transform: translateX(-50%) rotate(269deg);
  width: 1600px;         /* verkleinert */
  max-width: 25vw;      /* responsiv begrenzt */
  z-index: 4;
}

.bj-monstera:hover {
  transform: translateX(-50%) scale(1.1) rotate(269deg);
  transition: transform 0.4s ease;
}

@keyframes leaf-fan-damped {
  0%   { transform: translateX(-50%) rotate(340deg); }
  15%  { transform: translateX(-52%) rotate(338deg); }
  30%  { transform: translateX(-48%) rotate(342deg); }
  45%  { transform: translateX(-51%) rotate(339deg); }
  60%  { transform: translateX(-49%) rotate(341deg); }
  75%  { transform: translateX(-50.5%) rotate(340.5deg); }
  100% { transform: translateX(-50%) rotate(340deg); }
}



.bj-dschungelblatt {
  position: absolute;
  top: 68%;
  left: 32%;
  transform: translateX(-50%) rotate(340deg);
  width: 1600px;
  max-width: 20vw;
  z-index: 4;
  pointer-events: auto;
  animation: none;
}





.bj-urwaldblatt {
  position: absolute;
  top: 1%;
  left: 95%;
  transform: translateX(-50%) ;
  width: 1600px;         /* verkleinert */
  max-width: 30vw;      /* responsiv begrenzt */
  z-index: 4;
}

.bj-urwaldblatt:hover {
  transform: translateX(-50%) scale(1.2) ;
  transition: transform 0.4s ease;
}





/* Tierwelt: Standardmäßig ausgeblendet */
.bj-wild-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 4;
  transition: opacity 0.6s ease;
}

/* Tiere erscheinen erst im wilden Zustand */
.bjjungle.bj-hero--wild .bj-wild-scene {
  opacity: 1;
  pointer-events: auto;
}




#bjScrollTrigger {
  height: 1px;
  position: absolute;
  top: 90vh;
}

.bjjungle.bj-hero--wild .bj-ball {
  display: none;
}




/* === Responsive Optimierung für Dschungelblatt === */

#bjBall {
  touch-action: manipulation;
}



@media (max-width: 767px) {
  /* Hauptüberschrift */
  .bjjungle h1 {
  
    font-size: 49px;
    margin-bottom: 1rem;
  }
  
  /* Subline */
  .bjjungle h2 {
  
    font-size: 18px;
    margin: 0.5rem 0;
  
  }
  
  /* Fragen-Stil */
  .bjjungle h2.bj-question {
  
    font-size: 30px;
    margin-top: 2rem;
  }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
  /* Hauptüberschrift */
  .bjjungle h1 {
  
    font-size: 70px;
    margin-bottom: 1rem;
  }
  
  /* Subline */
  .bjjungle h2 {
  
    font-size: 24px;
    margin: 0.5rem 0;
  }
  
  /* Fragen-Stil */
  .bjjungle h2.bj-question {
  
    font-size: 50px;
    margin-top: 2rem;
  }
  }


/* === Responsive Optimierung für Dschungelblatt === */

/* Smartphone */
@media (max-width: 767px) {
  .bj-dschungelblatt {
    top: 73%;         /* weiter nach unten */
    left: 12%;        /* weiter nach links */
    max-width: 50vw;  /* deutlich größer */
    transform: translateX(-50%) rotate(362deg);
  }

  .bj-gorilla {
    top: 50%;         /* deutlich weiter runter */
    left: 80%;        /* leicht korrigiert, damit er schöner rechts sitzt */
    max-width: 87vw;  /* deutlich größer */
  }
  

  .bj-papagei{
    top: 42%;         /* deutlich weiter runter */
    left: 50%;        /* leicht korrigiert, damit er schöner rechts sitzt */
    max-width: 87vw;  /* deutlich größer */
  }

  .bj-jaguar{
    top: 60%;
    left: 32%;
    max-width: 66vw;
  }
.bj-monstera {
  display: none;
}

.bj-urwaldblatt {
  
  top: 73%;
  left: 95%;
  max-width: 69vw;
  transform: translateX(-50%) rotate(396deg);
}

}




/* iPad Mini (768px – 833px) */
@media (min-width: 768px) and (max-width: 833px) {
  .bj-dschungelblatt {
    top: 77%;         /* weiter nach unten */
    left: 4%;        /* weiter nach links */
    max-width: 50vw;  /* deutlich größer */
    transform: translateX(-50%) rotate(362deg);
  }

  .bj-gorilla {
    top: 53%;         /* deutlich weiter runter */
    left: 80%;        /* leicht korrigiert, damit er schöner rechts sitzt */
    max-width: 49vw;  /* deutlich größer */
  }
  

  .bj-papagei{
    top: 36%;         /* deutlich weiter runter */
    left: 50%;        /* leicht korrigiert, damit er schöner rechts sitzt */
    max-width: 80vw;  /* deutlich größer */
  }

  .bj-jaguar{
    top: 60%;
    left: 27%;
    max-width: 53vw;
  }
.bj-monstera {
  display: none;
}

.bj-urwaldblatt {
  
  top: 73%;
  left: 101%;
  max-width: 69vw;
  transform: translateX(-50%) rotate(396deg);
}

}






/* iPad Pro: 834px – 1080px */
@media (min-width: 834px) and (max-width: 1080px) {
  .bj-dschungelblatt {
    top: 77%;         /* weiter nach unten */
    left: 4%;        /* weiter nach links */
    max-width: 50vw;  /* deutlich größer */
    transform: translateX(-50%) rotate(362deg);
  }

  .bj-gorilla {
    top: 50%;         /* deutlich weiter runter */
    left: 80%;        /* leicht korrigiert, damit er schöner rechts sitzt */
    max-width: 53vw;  /* deutlich größer */
  }
  

  .bj-papagei{
    top: 28%;         /* deutlich weiter runter */
    left: 50%;        /* leicht korrigiert, damit er schöner rechts sitzt */
    max-width: 80vw;  /* deutlich größer */
  }

  .bj-jaguar{
    top: 60%;
    left: 27%;
    max-width: 53vw;
  }
.bj-monstera {
  display: none;
}

.bj-urwaldblatt {
  
  top: 73%;
  left: 101%;
  max-width: 69vw;
  transform: translateX(-50%) rotate(396deg);
}

}


/* ================================
   Metro-Timeline: Grundstruktur
================================= */

.bj-timeline-wrapper {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: #000;
  padding: 10vh 0;
  box-sizing: border-box;
  overflow: visible;
}

.bj-timeline-line-base {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.bj-timeline-line-progress {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 0;
  background-color: #FF6600;
  z-index: 2;
  transition: height 0.4s ease;
}



.bj-timeline-stop {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12vh 0;
  z-index: 3;
}

.bj-timeline-dot {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  z-index: 3;
}

.bj-timeline-content {
  max-width: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  z-index: 4;
}

.bj-timeline-content.left {
  right: calc(50% + 30px);
  text-align: right;
}

.bj-timeline-content.right {
  left: calc(50% + 30px);
  text-align: left;
}

.bj-timeline-label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.2em;
}

.bj-timeline-info {
  font-size: 14px;
  line-height: 1.4;
}

/* Aktiv-Status */
.bj-timeline-stop.active .bj-timeline-dot {
  background-color: #FF6600;
  border-color: #FF6600;
}

.bj-timeline-stop.active .bj-timeline-content {
  opacity: 1;
  transform: translateY(-50%) scale(1.02);
}


.bj-project-slider {
  display: none; }


.bjuicy-timeline-section,
.bjuicy-timeline-row,
.bjuicy-timeline-modul {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .bj-timeline-label {
    font-size: 17px;

}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bj-timeline-label {
    font-size: 17px;

}
}

/* ================================
   Bubble-Timeline: Grundstruktur
================================= */

.bj-process-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 4vh;
}

.bj-process-heading h2 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 49px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding-top: 10vh;
}



.bj-process-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20vh 5vw;
  padding-bottom: 5vw;
  width: 100vw;
  background: #000;
  overflow: hidden;
}

.bj-process-line {
  position: absolute;
  top: 50%;
  left: 5vw;
  right: 5vw;
  height: 4px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 1;
}

.bj-process-step {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 2;
}

.bj-process-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #fff;
  margin: 0 auto 0.5em;
  transition: all 0.3s ease;
}

.bj-process-label {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  margin-top: 3em; /* 👈 Abstand zur Linie */
}

.bj-process-step.active .bj-process-dot {
  background-color: var(--bj-color, #FF6600);
  border-color: var(--bj-color, #FF6600);
}

.bj-process-step.active .bj-process-label {
  opacity: 1;
}

.bj-process-bubble {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.bj-process-step.active .bj-process-bubble {
  opacity: 1;
}

/* Bubble Variationen */
.bj-process-step[data-size="tiny"] .bj-process-bubble { width: 30px; height: 30px; }
.bj-process-step[data-size="small"] .bj-process-bubble { width: 40px; height: 40px; }
.bj-process-step[data-size="medium"] .bj-process-bubble { width: 55px; height: 55px; }
.bj-process-step[data-size="large"] .bj-process-bubble { width: 70px; height: 70px; }

.bj-process-step[data-style="outline"] .bj-process-bubble {
  border: 3px solid var(--bj-color, #FF6600);
}

.bj-process-step[data-style="filled"] .bj-process-bubble {
  background-color: var(--bj-color, #FF6600);
}

.bj-process-step[data-style="dashed"] .bj-process-bubble {
  border: 3px dashed var(--bj-color, #FF6600);
}

.bjuicy-projecttimeline-section,
.bjuicy-projecttimeline-row,
.bjuicy-projecttimeline-modul {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  background: #000;
}

@media (max-width: 767px) {

.bj-process-heading h2 {

  font-size: 44px !important;

}



.bj-process-wrapper {
  display: none !important;
}

#bjProjectSlider {
  position: relative;
  width: 100%;
  height: 420px;
  background: #000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bj-project-slide {
  /* wie gehabt ... */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* wichtig */
  gap: 1.5rem;
  /*height: 100%; *//* ← sorgt für konstanten Textbereich */
}


.bj-project-slide.active {
  opacity: 1;
  transform: translate(-50%, -50%);
}


.bj-project-bubble {
  position: absolute;
  top: 40px; /* Abstand von oben */
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  flex-shrink: 0;
  background-color: transparent;
  border: 4px solid var(--bj-color, #FF6600);
}


/* Größe per data-size */
.bj-project-slide[data-size="tiny"] .bj-project-bubble {
  width: 60px;
  height: 60px;
}

.bj-project-slide[data-size="small"] .bj-project-bubble {
  width: 80px;
  height: 80px;
}

.bj-project-slide[data-size="medium"] .bj-project-bubble {
  width: 100px;
  height: 100px;
}

.bj-project-slide[data-size="large"] .bj-project-bubble {
  width: 120px;
  height: 120px;
}

/* Stil per data-style */
.bj-project-slide[data-style="filled"] .bj-project-bubble {
  background-color: var(--bj-color, #FF6600);
  border: none;
}

.bj-project-slide[data-style="outline"] .bj-project-bubble {
  background-color: transparent;
  border: 4px solid var(--bj-color, #FF6600);
}

.bj-project-slide[data-style="dashed"] .bj-project-bubble {
  background-color: transparent;
  border: 4px dashed var(--bj-color, #FF6600);
}

.bj-project-label {
  margin-top: 180px; /* statt 100px – je nach Bubble-Größe */
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--bj-color, #FF6600);
}



.bj-project-desc {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.5;
  margin-top: 0.5rem;
}


}

@media (min-width: 768px) and (max-width: 1024px) {


.bj-process-heading h2 {

  font-size: 44px;

}


}

/* ================================
   Projekttext-Slider: Grundstruktur
================================= */

.bj-textslider-wrapper {
  position: relative;
  max-width: 800px;
 
  margin: 5vh auto 0;
  padding: 0 2rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

div#bjTextSlider.bj-textslider {
  min-height: 205px;  /* Passe diesen Wert je nach Content an */
}

.bj-textslider {
  position: relative;
  padding-bottom: 4rem;  /* Platz für die Pfeile */
}

.bj-textslide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.bj-textslide.active {
  display: block;
  opacity: 1;
  position: relative;
}

.bj-textslider-arrow {
  background: none;
  border: none;
  color: #FF6600;
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  bottom: 0;  /* Pfeile am unteren Rand */
  transform: translateY(50%);
  z-index: 2;
}

.bj-textslider-arrow.bj-prev {
  left: 0;
}

.bj-textslider-arrow.bj-next {
  right: 0;
}
.bj-textslide h3 {
  font-size: 24px;
  margin-bottom: 0.3em;
  color: #fff;
}


@media (max-width: 767px) {
  .bj-textslider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bj-textslider {
    width: 100%;
    position: relative;
  }

  .bj-textslide {
    min-height: 400px; /* oder 450px je nach Contentmenge */
    padding: 1rem 1.5rem;
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .bj-textslide.active {
    display: flex;
  }

  .bj-textslider-arrow {
    margin-top: 1rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #FF6600;
    cursor: pointer;
  }

  .bjuicy-button-cta1 {
    margin-top: 2rem;
    display: inline-block;
    text-align: center;
  }
}




/* ================================
   Referenzen-Slider: Grundstruktur
================================= */


.bj-referenzen {
  text-align: center;
  padding: 10vh 2rem;
  background: #000;
  color: #fff;
}

.bj-referenzen h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 49px;
  font-weight: 800;
  margin-bottom: 0.5em;
  color: #fff;
}

.bj-referenzen-subline {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 3rem;
  color: #ccc;
}

.bj-refslider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}


.bj-refslider {
  display: flex;
  transition: transform 0.4s ease;
  width: 300%; /* bei 3 Slides */
}


.bj-refslide {
  width: 100%;
  flex: 0 0 100%; /* Wichtig: Keine Schrumpfung */
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}


.bj-monitor {
  position: relative;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
  margin-bottom: 0.5rem;
}

.bj-monitor-frame {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.bj-refslider-scrollable {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 94.6%; /* oder was passt */
  height: 92%; /* anpassen nach Bedarf */
  overflow-y: auto;
  /*  border: 3px solid lime; */
  z-index: 2;
  border-radius: 1px;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.1);
}


.bj-refslider-scrollable img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.bj-refslider-scrollable::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255,255,255,0.07), rgba(255,255,255,0));
  pointer-events: none;
}

.bj-reftext {
  max-width: 700px;
  text-align: center;

}

.bj-reftext h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.bj-reftext p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.bj-refslider-arrow {
  font-size: 2rem;
  color: #FF6600;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  position: static; /* nur wenn du *nicht* absolute willst */
}


.bj-refslider-controls {
  position: absolute;
  top: 77%; /* direkt unterm Monitor */
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  gap: 2rem;
  z-index: 5;
}




.bj-reftext {
  max-width: 700px;
  text-align: center;
  margin-top: 12rem; /* statt 1rem */
  position: relative;
  z-index: 1;
}




.bj-refslider-arrow.bj-prev { left: -2rem; }
.bj-refslider-arrow.bj-next { right: -2rem; }


.bjuicy-topwork-section,
.bjuicy-topwork-row,
.bjuicy-topwork-modul {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  background: #000;
}


html, body {
  overflow-x: hidden;
}


@media (max-width: 767px) {

  .bj-referenzen {
    padding-bottom: 0;
  }

  .bj-refslider-wrapper {
    position: relative;
    padding-bottom: 5rem; /* Platz schaffen für Pfeile */
  }

  .bj-monitor {
    width: 82vw;            /* kleiner als der Viewport */
    max-width: 400px;       /* optional: harte Obergrenze */
    aspect-ratio: 16 / 9;
    margin-bottom: 1rem;
  }

  .bj-refslider-scrollable {
    width: 95%;
    height: 73%;
    top: 4%;
  }

  .bj-reftext {
    margin-top: 4rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }

  .bj-refslider-controls {
    position: absolute;
    bottom: -3rem; /* Position unter dem Text */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 2rem;
    z-index: 999;
  }
  .bj-reftext p {
    padding-left: 10rem;
    padding-right: 10rem;
    box-sizing: border-box;
  }

  .bj-refslide {
    width: 100vw; /* genau Viewport-Breite */
    padding: 0 1rem;
    box-sizing: border-box;
  }

}


/* ================================
   Icons warum spezialisierte Agentur
================================= */


.bjuicy-iconrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  justify-items: center;
  padding: 0 2rem;
  max-width: 1100px;
  margin: 3rem auto 0 auto;
}

.bjuicy-iconbox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bjuicy-iconbox svg {
  width: auto;
  height: 55px;
  margin-bottom: 1rem;
  display: block;
}

.bjuicy-iconbox h3 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
}

/* 💡 Responsives Verhalten */
@media (max-width: 900px) {
  .bjuicy-iconrow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bjuicy-iconrow {
    grid-template-columns: 1fr;
  }
}



/* ================================
   Blog-Slider: Grundstruktur
================================= */


.bj-blogbeitrag-wrapper {
  position: relative;
  width: 100%;
  max-width: 570px; /* maximale Breite für das Bild */
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.bj-blog-base {
  position: absolute;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background-color: #525252;
  z-index: 1;
  transform: translate(-15rem, 2.5rem); /* links & unten */
}

/* Neue Wrapper-Klasse für Bild + Overlay */
.bj-blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 570px;
  transform: translate(9rem, 0rem); /* Position wie bisher */
  z-index: 2;
}

/* Bild bleibt wie gehabt */
.bj-blog-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
  z-index: 2;
}

/* Overlay: dunkler Verlauf über Bild */
.bj-blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
  pointer-events: none;
  z-index: 3;
  border-radius: 0;
}




.bj-blog-headline {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 4;
  transform: translate(-12rem, 2rem); /* nur leicht über das Bild */
  max-width: 560px;
}

.bj-blog-headline h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #FF6600;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.bj-blog-text {
  position: absolute;
  top: 3rem;
  left: 0;
  max-width: 300px;
  padding: 1rem;
  z-index: 3;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  transform: translate(-12rem, 6rem); /* im grauen Bereich */
}

.bj-blog-text p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #eee;
  margin: 0;
}





.bjuicy-blogslider-section,
.bjuicy-blogslider-row,
.bjuicy-blogslider-modul {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  background: white;
  padding-bottom: 0rem !important;

}








/* === Wrapper-Hover-Effekt === */
.bj-blogbeitrag-wrapper:hover .bj-blog-text p {
  display: none;
}

.bj-blogbeitrag-wrapper:hover .bj-blog-image-wrapper {
  transform: translate(0rem, 0rem);
}

.bj-blogbeitrag-wrapper:hover .bj-blog-base {
  transform: translate(0rem, 2.5rem);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.bj-blogbeitrag-wrapper:hover .bj-blog-headline {
  transform: translate(0rem, 2rem);
  padding-left: 20px;
}

/* Optional: Übergänge für sanfte Animation */
.bj-blog-image-wrapper,
.bj-blog-base,
.bj-blog-headline {
  transition: transform 0.4s ease;
}

.bj-blog-text p {
  transition: opacity 0.3s ease;
}


.bj-blog-image-wrapper,
.bj-blog-headline {
  display: block;
  text-decoration: none;
  color: inherit;
}





.bj-blogslider-section {
  padding: 8vh 2rem;
  background: #fff;
  color: #000;
  text-align: center;
}

.bj-blogslider-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 49px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.bj-blogslider-subline {
  font-size: 18px;
  color: #666;
  margin-bottom: 3rem;
}

.bj-blogslider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /*min-height: 600px;*/
  padding-bottom: 2rem;
}

.bj-blogslider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bj-blogslide {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.bj-blogslide.active {
  display: flex;
}

/* === Pfeile === */
.bj-blogslider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  color: #FF6600;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.bj-blogslider-arrow:disabled {
  color: #bbb;
  cursor: not-allowed;
  opacity: 0.5;
}


.bj-blog-prev {
  left: -1rem;
}

.bj-blog-next {
  right: -1rem;
}


@media (max-width: 767px) {
  .bj-blog-base,
  .bj-blog-text {
    display: none !important;
  }

  .bj-blog-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.6s ease, top 0.6s ease;
    z-index: 5;
    text-align: center;
    width: 90%;
    pointer-events: none;
  }




  .bj-blog-headline {
    z-index: 10;               /* über Bild & Overlay */
    pointer-events: auto;      /* Klicks zulassen */
  }
  
  .bj-blog-headline a,
  .bj-blog-headline h3 {
    pointer-events: auto;
  }




  .bj-blogslide.active .bj-blog-headline.move-up {
    top: -60%;
    transform: translate(-50%, 0);
  }

  .bj-blog-headline.move-up {
    top: 2rem;
    transform: translate(-50%, 0);
  }
.bj-blogslider-subline {
  margin-bottom: 4rem;
}
  .bj-blog-headline h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FF6600;
    margin: 0;
 
  }
  .bj-blog-image-wrapper {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    transform: translateX(-0%);
  }
  
  .bj-blog-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
 
  }

  .bj-blogslider-arrow {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    display: inline-block;
    margin: 2rem 1rem 1rem;
    font-size: 2.2rem;
  }
  .bj-blogslider-wrapper {
    text-align: center; /* zentriert die Pfeile */
  }
}

.bj-blogslider-section {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .bj-referenzen h2,
  .bj-blogslider-section h2 {
    font-size: 44px;
  }
}

/* iPad Mini (768px – 833px): wie Smartphone */
@media (min-width: 768px) and (max-width: 833px) {
  .bj-blog-base,
  .bj-blog-text {
    display: none !important;
  }

  .bj-blog-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.6s ease, top 0.6s ease;
    z-index: 10;
    text-align: center;
    width: 90%;
    pointer-events: auto;
  }

  .bj-blog-headline.move-up {
    top: 2rem;
    transform: translate(-50%, 0);
  }

  .bj-blogslide.active .bj-blog-headline.move-up {
    top: -50%;
    transform: translate(-50%, 0);
  }

  .bj-blog-headline h3 {
    font-size: 2rem;
  }

  .bj-blog-image-wrapper {
    transform: translateX(0%);
  }

  .bj-blogslider-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    display: inline-block;
    margin: 2rem 1rem 1rem;
    font-size: 2.2rem;
  }

  .bj-blogslider-wrapper {
    text-align: center;
  }

  .bj-blog-headline a,
  .bj-blog-headline h3 {
    pointer-events: auto;
  }

  .bj-blogslider-subline {
    margin-bottom: 6rem;
  }

}




/* iPad Pro (834px – 1023px): alles wie Desktop, aber skaliert etwas kleiner */
/* iPad Pro 11" – Portrait */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bj-blogslider-section {
    transform: scale(0.8);
    transform-origin: top center;
  }
  .bj-blogslider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem; /* z. B. für .bj-blog-prev */
    right: -2rem; /* z. B. für .bj-blog-next */
    font-size: 2rem;
    z-index: 10;
  }
  
  .bj-blog-prev {
    left: -8rem;
    right: auto;
  }
  
  .bj-blog-next {
    right: -2rem;
    left: auto;
  }
  
}

/* iPad Pro 11" – Landscape */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .bj-blogslider-section {
    transform: scale(0.8);
    transform-origin: top center;
  }
  .bj-blogslider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem; /* z. B. für .bj-blog-prev */
    right: -2rem; /* z. B. für .bj-blog-next */
    font-size: 2rem;
    z-index: 10;
  }
  
  .bj-blog-prev {
    left: -8rem;
    right: auto;
  }
  
  .bj-blog-next {
    right: -2rem;
    left: auto;
  }
  
}

/* iPad Pro 12.9" – Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bj-blogslider-section {
    transform: scale(0.8);
    transform-origin: top center;
  }
  .bj-blogslider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem; /* z. B. für .bj-blog-prev */
    right: -2rem; /* z. B. für .bj-blog-next */
    font-size: 2rem;
    z-index: 10;
  }
  
  .bj-blog-prev {
    left: -8rem;
    right: auto;
  }
  
  .bj-blog-next {
    right: -2rem;
    left: auto;
  }
  
}

/* iPad Pro 12.9" – Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .bj-blogslider-section {
    transform: scale(0.8);
    transform-origin: top center;
  }
  .bj-blogslider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem; /* z. B. für .bj-blog-prev */
    right: -2rem; /* z. B. für .bj-blog-next */
    font-size: 2rem;
    z-index: 10;
  }
  
  .bj-blog-prev {
    left: -8rem;
    right: auto;
  }
  
  .bj-blog-next {
    right: -2rem;
    left: auto;
  }
  
}


/* ================================
   Preistabelle Wordpress
================================= */


.bjuicy-preistabelle {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.bjuicy-preis-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 2rem;
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.bjuicy-preis-box:hover {
  transform: translateY(-5px);
}

.bjuicy-preis-box.highlight {
  border: 2px solid #FF6600;
}

.bjuicy-preis-box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.bjuicy-preis-box .preis {
  font-size: 1.3rem;
  color: #FF6600;
  margin-bottom: 1rem;
}

.bjuicy-preis-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.bjuicy-preis-box ul li {
  font-size: 0.95rem;
  margin: 0.5rem 0;
}

.bjuicy-btn {
  background: #FF6600;
  color: #fff;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: background 0.3s ease;
}

.bjuicy-btn:hover {
  background: #e65500;
}


/* ================================
   Akkordeon
================================= */

.bjuicy-accordion {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-start;  /* Statt center */
  flex-wrap: wrap;
  max-width: 1080px;  /* Optional: Begrenzung */
  margin: 0 auto;     /* Zentrierung des Containers */
}


.bjuicy-accordion-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.bjuicy-accordion-item.active {
  border-bottom: 2px solid #FF6600;
  padding-bottom: 4px;
}

.bjuicy-icon {
  width: 55px;
  height: 55px;
}

.bjuicy-text {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  margin-left: 0.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #333;
}

.bjuicy-accordion-item.active .bjuicy-text {
  max-width: 550px;
  opacity: 1;
}

@media (max-width: 767px) {
  .bjuicy-accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  /* Aktives Item */
  .bjuicy-accordion-item.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .bjuicy-accordion-item.active .bjuicy-icon {
    width: 70px;
    height: 70px;
  }

  .bjuicy-accordion-item.active .bjuicy-text {
    margin-top: 0.5rem;
    opacity: 1;
    max-height: 4.5em; /* ≈ 3 Zeilen bei 1.5em line-height */
    overflow: hidden;
    line-height: 1.5;
    transition: none;
  }

  /* Inaktive Items (Container) */
  .bjuicy-accordion .bjuicy-inactive-row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: 100%;
  }

  /* Einzelne inaktive Item-Darstellung */
  .bjuicy-accordion-item:not(.active) {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    cursor: pointer;
    padding: 0.5rem 0;
  }

  .bjuicy-accordion-item:not(.active) .bjuicy-text {
    display: none;
  }

  .bjuicy-accordion-item:not(.active) .bjuicy-icon {
    width: 45px;
    height: 45px;
  }

  .bjuicy-accordion-item .bjuicy-text {
    white-space: normal;         /* ← erlaubt Zeilenumbruch */
    max-height: 4.5em;           /* Raum für 3 Zeilen bei line-height: 1.5 */
    line-height: 1.5;
    overflow: hidden;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 1rem;
  }


}



@media (max-width: 1080px) {
  .bjuicy-accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .bjuicy-accordion-item.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .bjuicy-accordion-item.active .bjuicy-icon {
    width: 70px;
    height: 70px;
  }

  .bjuicy-accordion-item.active .bjuicy-text {
    margin-top: 0.5rem;
    opacity: 1;
    max-height: 4.5em;
    overflow: hidden;
    line-height: 1.5;
    transition: none;
  }

  .bjuicy-accordion .bjuicy-inactive-row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: 100%;
  }

  .bjuicy-accordion-item:not(.active) {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    cursor: pointer;
    padding: 0.5rem 0;
  }

  .bjuicy-accordion-item:not(.active) .bjuicy-text {
    display: none;
  }

  .bjuicy-accordion-item:not(.active) .bjuicy-icon {
    width: 45px;
    height: 45px;
  }

  .bjuicy-accordion-item .bjuicy-text {
    white-space: normal;
    max-height: 4.5em;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 1rem;
  }
}


/* ================================
   CEO
================================= */

.bjuicy-ceo-section {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
}

.bjuicy-ceo-section:hover {
  background-color: #FF6600;
}

.bjuicy-ceo-content blockquote {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto 1rem;
}

.bjuicy-ceo-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.bjuicy-ceo-cta {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #000;     /* Start: Schwarz */
  color: #fff;                /* Schrift bleibt weiß */
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 2px solid #5d5555;
}

.bjuicy-ceo-cta:hover {
  background-color: #FF6600;  /* Hover: Orange */
  border-color: #fff;
  color: #fff;                /* Schrift bleibt weiß */
}

.et-search-form, blockquote {
  border-color: #fff !important;
}


.bjuicy-ceo-image {
  margin-top: 3rem;
}

.bjuicy-ceo-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid #fff;
  object-fit: cover;
}



.bjuicy-nodivimodule-section,
.bjuicy-nodivimodule-row,
.bjuicy-nodivimodule-modul {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  background: white;
  padding-bottom: 0rem !important;

}



.bjuicy-button-cta1 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #000;     /* Start: Schwarz */
  color: #fff;                /* Schrift bleibt weiß */
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 2px solid #5d5555;
  
}

.bjuicy-button-cta1:hover {
  background-color: #FF6600;  /* Hover: Orange */
  border-color: #fff;
  color: #fff;                /* Schrift bleibt weiß */
}

.bjuicy-btn-wrapper {
  text-align: center;
  margin: 1rem 0;
}



/* ================================
   FAQ
================================= */

.bjuicy-faq-timeline {
  position: relative;
  border-left: 3px solid #ddd;
  padding-left: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.bjuicy-faq-item {
  position: relative;
  margin-bottom: 2rem;
  cursor: pointer;
}

.bjuicy-faq-bubble {
  position: absolute;
  left: -1.6rem;
  top: 0;
  width: 30px;
  height: 30px;
  background: #FF6600;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.bjuicy-faq-item.active .bjuicy-faq-bubble {
  transform: scale(1.2);
  background: #333;
}

.bjuicy-faq-question {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.bjuicy-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  color: #555;
  font-family: 'Open Sans', sans-serif;
}

.bjuicy-faq-item.active .bjuicy-faq-answer {
  max-height: 300px;  /* Genug Platz für Antwort */
  opacity: 1;
  margin-top: 0.5rem;
}


