.elementor-409 .elementor-element.elementor-element-6333817{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-79d619e *//********************************************
 * ÜBER MICH – scoped (ws-aboutme-*)
 ********************************************/

.ws-aboutme-section {
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ws-aboutme-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.ws-aboutme-narrow { max-width: 900px; }

.ws-aboutme-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #bdefff;
}

.ws-aboutme-h1 {
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 0 0 12px 0;
}

.ws-aboutme-h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.ws-aboutme-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: #d8e6ee;
  opacity: 0.96;
  margin: 0;
}

.ws-aboutme-sub--secondary {
  color: #93afbd;
  opacity: 1;
  margin-top: 10px;
}

.ws-aboutme-note {
  font-size: 0.85rem;
  color: #93afbd;
  margin: 10px 0 0 0;
}

.ws-aboutme-center { text-align: center; }

.ws-aboutme-head { margin-bottom: 24px; }
.ws-aboutme-head.ws-aboutme-center .ws-aboutme-sub {
  margin: 0 auto;
  max-width: 740px;
}

/* Buttons (Elementor-safe) */
.ws-aboutme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  background-image: none !important;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.15s ease, transform 0.08s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.ws-aboutme-btn--primary {
  background: #00c0d6 !important;
  color: #01212f !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}

.ws-aboutme-btn--primary:hover {
  background: #34d3e5 !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.7);
}

.ws-aboutme-btn--ghost {
  background: transparent !important;
  color: #bdefff !important;
  border: 1px solid rgba(189, 239, 255, 0.5) !important;
}

.ws-aboutme-btn--ghost:hover {
  background: rgba(3, 40, 60, 0.9) !important;
}

.ws-aboutme-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.ws-aboutme-actions--center { justify-content: center; }

/********************************************
 * HERO
 ********************************************/
#ws-aboutme-hero.ws-aboutme-hero {
  padding: 110px 0 80px;
}

/* Corner-Glows nur oben (gleich hell) */
#ws-aboutme-hero.ws-aboutme-hero::before,
#ws-aboutme-hero.ws-aboutme-hero::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 1;
  pointer-events: none;
  background: rgba(0, 192, 214, 0.20);
  top: -70px;
}
#ws-aboutme-hero.ws-aboutme-hero::before { left: -70px; }
#ws-aboutme-hero.ws-aboutme-hero::after  { right: -70px; }

.ws-aboutme-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.95fr);
  gap: 38px;
  align-items: center;
}

.ws-aboutme-mini {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ws-aboutme-mini-item {
  border-radius: 16px;
  border: 1px solid rgba(143, 178, 198, 0.5);
  background: rgba(3, 28, 42, 0.95);
  padding: 10px 12px 9px;
}

.ws-aboutme-mini-num {
  margin: 0 0 2px 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #7ae8f2;
}
.ws-aboutme-mini-label {
  margin: 0;
  font-size: 0.82rem;
  color: #c2d6e0;
  line-height: 1.5;
}

/* Right Card */
.ws-aboutme-card {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 22px;
  border: 1px solid rgba(143, 178, 198, 0.5);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.7);
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;
}

.ws-aboutme-card::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at top right, rgba(0, 192, 214, 0.22) 0, transparent 55%);
  opacity: 0.75;
  pointer-events: none;
}

.ws-aboutme-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #e5f4f8;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.ws-aboutme-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #00c0d6;
  box-shadow: 0 0 0 0 rgba(0, 192, 214, 0.9);
  animation: wsAboutMePulse 1.4s ease-in-out infinite;
}

@keyframes wsAboutMePulse {
  0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(0, 192, 214, 0.9); }
  50% { transform: scale(1.1); box-shadow: 0 0 16px 0 rgba(0, 192, 214, 0.9); }
  100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(0, 192, 214, 0); }
}

.ws-aboutme-profile {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.ws-aboutme-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #00c0d6;
  color: #01212f;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px rgba(1, 31, 48, 0.9);
}

.ws-aboutme-profile-text h3 {
  margin: 0;
  font-size: 1rem;
}
.ws-aboutme-profile-text p {
  margin: 0;
  font-size: 0.85rem;
  color: #a9c1cf;
}

.ws-aboutme-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.ws-aboutme-badge {
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(189, 239, 255, 0.35);
  color: #bdefff;
}

.ws-aboutme-card-foot {
  margin: 12px 0 0 0;
  font-size: 0.9rem;
  color: #d8e6ee;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/********************************************
 * STORY + VALUES
 ********************************************/
#ws-aboutme-story.ws-aboutme-story {
  padding: 70px 0 40px;
}

.ws-aboutme-values {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ws-aboutme-value {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(143, 178, 198, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  padding: 14px 14px 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.ws-aboutme-value-dot {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: #00c0d6;
  box-shadow: 0 0 14px rgba(0, 192, 214, 0.35);
  flex: 0 0 auto;
}

.ws-aboutme-value h3 {
  margin: 0 0 3px 0;
  font-size: 0.95rem;
}
.ws-aboutme-value p {
  margin: 0;
  color: #c2d6e0;
  font-size: 0.88rem;
  line-height: 1.6;
}

/********************************************
 * TYPICAL (Text only)
 ********************************************/
#ws-aboutme-typical.ws-aboutme-typical {
  padding: 40px 0 20px;
}

/********************************************
 * PATH TIMELINE
 ********************************************/
#ws-aboutme-path.ws-aboutme-path {
  padding: 70px 0 40px;
}

.ws-aboutme-timeline {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ws-aboutme-tl-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
}

.ws-aboutme-tl-line {
  position: relative;
  display: flex;
  justify-content: center;
}

.ws-aboutme-tl-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0,192,214,0.12), rgba(0,192,214,0.55), rgba(0,192,214,0.12));
  opacity: 0.85;
}

.ws-aboutme-tl-num {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #00c0d6;
  color: #01212f;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;

  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  box-shadow: 0 0 0 0 rgba(0, 192, 214, 0);
}

.ws-aboutme-tl-body {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(143, 178, 198, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;

  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ws-aboutme-tl-body::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at top left, rgba(0, 192, 214, 0.18), transparent 55%);
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

.ws-aboutme-tl-body h3 {
  margin: 0 0 6px 0;
  font-size: 1.05rem;
  position: relative;
  z-index: 1;
}

.ws-aboutme-tl-body p {
  margin: 0;
  color: #d8e6ee;
  line-height: 1.7;
  font-size: 0.93rem;
  position: relative;
  z-index: 1;
}

/********************************************
 * HOVER-HIGHLIGHT – "MEIN WEG"
 ********************************************/
#ws-aboutme-path .ws-aboutme-tl-item {
  position: relative;
  will-change: transform;
}

#ws-aboutme-path .ws-aboutme-tl-body { will-change: transform; }

@media (hover: hover) {
  #ws-aboutme-path .ws-aboutme-tl-item:hover .ws-aboutme-tl-body {
    transform: translateY(-2px);
    border-color: rgba(0, 192, 214, 0.9);
    background: rgba(4, 40, 58, 0.98);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.75);
  }

  #ws-aboutme-path .ws-aboutme-tl-item:hover .ws-aboutme-tl-body::before {
    opacity: 1;
  }

  #ws-aboutme-path .ws-aboutme-tl-item:hover .ws-aboutme-tl-num {
    transform: scale(1.08);
    box-shadow: 0 0 18px rgba(0, 192, 214, 0.9);
  }

  #ws-aboutme-path .ws-aboutme-tl-item:hover .ws-aboutme-tl-line::before {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0,192,214,0.18), rgba(0,192,214,0.85), rgba(0,192,214,0.18));
  }
}

/* Keyboard focus */
#ws-aboutme-path .ws-aboutme-tl-item:focus-within .ws-aboutme-tl-body {
  transform: translateY(-2px);
  border-color: rgba(0, 192, 214, 0.9);
  background: rgba(4, 40, 58, 0.98);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.75);
}

#ws-aboutme-path .ws-aboutme-tl-item:focus-within .ws-aboutme-tl-body::before {
  opacity: 1;
}

#ws-aboutme-path .ws-aboutme-tl-item:focus-within .ws-aboutme-tl-num {
  transform: scale(1.08);
  box-shadow: 0 0 18px rgba(0, 192, 214, 0.9);
}

/* Mobile: keine Hover-Transitions */
@media (hover: none) {
  #ws-aboutme-path .ws-aboutme-tl-body,
  #ws-aboutme-path .ws-aboutme-tl-num,
  #ws-aboutme-path .ws-aboutme-tl-line::before {
    transition: none;
  }
}

/********************************************
 * WORK GRID
 ********************************************/
#ws-aboutme-work.ws-aboutme-work {
  padding: 70px 0 60px;
}

.ws-aboutme-workgrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ws-aboutme-workcard {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(143, 178, 198, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ws-aboutme-workcard::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top left, rgba(0, 192, 214, 0.16), transparent 55%);
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

@media (hover: hover) {
  .ws-aboutme-workcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 192, 214, 0.9);
    background: rgba(4, 40, 58, 0.98);
  }
  .ws-aboutme-workcard:hover::before { opacity: 1; }
}

.ws-aboutme-workcard h3 {
  margin: 0 0 8px 0;
  font-size: 1.05rem;
}

.ws-aboutme-workcard p {
  margin: 0;
  color: #d8e6ee;
  line-height: 1.7;
  font-size: 0.93rem;
}

/********************************************
 * CTA
 ********************************************/
#ws-aboutme-cta.ws-aboutme-cta {
  padding: 60px 0 90px;
}

.ws-aboutme-cta-box {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 22px;
  border: 1px solid rgba(0, 192, 214, 0.45);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.7);
  padding: 20px 18px 18px;
  text-align: center;
}

/********************************************
 * REVEAL
 ********************************************/
.ws-aboutme-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.ws-aboutme-reveal.ws-aboutme-inview {
  opacity: 1;
  transform: translateY(0);
}

/********************************************
 * RESPONSIVE
 ********************************************/
@media (max-width: 900px) {
  #ws-aboutme-hero.ws-aboutme-hero { padding: 95px 0 70px; }

  .ws-aboutme-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ws-aboutme-mini { grid-template-columns: 1fr; }

  .ws-aboutme-values { grid-template-columns: 1fr; }

  .ws-aboutme-workgrid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .ws-aboutme-inner { padding: 0 18px; }

  .ws-aboutme-h1 { font-size: 2rem; }
  .ws-aboutme-h2 { font-size: 1.8rem; }

  .ws-aboutme-actions { flex-direction: column; }
  .ws-aboutme-btn { width: 100%; }

  .ws-aboutme-tl-item { grid-template-columns: 40px minmax(0, 1fr); }
}/* End custom CSS */