.elementor-1730 .elementor-element.elementor-element-736109c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-1730 .elementor-element.elementor-element-736109c:not(.elementor-motion-effects-element-type-background), .elementor-1730 .elementor-element.elementor-element-736109c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050505;}.elementor-1730 .elementor-element.elementor-element-736109c::before, .elementor-1730 .elementor-element.elementor-element-736109c > .elementor-background-video-container::before, .elementor-1730 .elementor-element.elementor-element-736109c > .e-con-inner > .elementor-background-video-container::before, .elementor-1730 .elementor-element.elementor-element-736109c > .elementor-background-slideshow::before, .elementor-1730 .elementor-element.elementor-element-736109c > .e-con-inner > .elementor-background-slideshow::before, .elementor-1730 .elementor-element.elementor-element-736109c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-84f9626 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&family=Space+Mono:wght@700&display=swap');

/* --- GRUNDEINSTELLUNGEN --- */
.vm-case-section {
  font-family: 'Manrope', sans-serif;
  background-color: #050505; /* Deep Black */
  color: #ffffff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.vm-case-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Links allgemein */
.vm-case-section a { color: #fff; text-decoration: underline; text-decoration-color: #555; transition: 0.2s; }
.vm-case-section a:hover { color: #f39200; text-decoration-color: #f39200; }

/* --- HERO SECTION --- */
.vm-case-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
}

.vm-case-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f39200;
  margin-bottom: 20px;
}
.vm-case-tag .dot {
  width: 6px; height: 6px; background: #f39200; border-radius: 50%;
  box-shadow: 0 0 10px #f39200;
}

.vm-case-hero-text h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 25px 0;
  letter-spacing: -1px;
}
.vm-case-hero-text h1 .highlight { color: #888; }

.vm-case-hero-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #bbbbbb; 
  margin-bottom: 40px;
  max-width: 500px;
}

/* Meta Data Grid */
.vm-case-meta {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #222;
  padding-top: 25px;
}
.meta-item { display: flex; flex-direction: column; gap: 5px; }
.meta-label { font-size: 11px; text-transform: uppercase; color: #666; letter-spacing: 1px; }
.meta-value { font-size: 14px; font-weight: 600; color: #fff; }

/* Button */
.vm-case-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #f39200;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px; 
  transition: all 0.3s ease;
}
.vm-case-cta:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  text-decoration: none;
}

/* Hero Image */
.vm-case-hero-image { position: relative; }
.image-glow {
  position: absolute;
  inset: 20px;
  background: #f39200;
  filter: blur(80px);
  opacity: 0.15;
  z-index: 0;
}
.vm-case-hero-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  border: 1px solid #222; 
}

/* --- LIGHTHOUSE SECTION (ANIMIERT) --- */
.vm-case-lighthouse-wrap { margin-bottom: 100px; }

.vm-case-lighthouse-header {
  display: flex; align-items: center; gap: 20px; margin-bottom: 30px;
}
.vm-case-lighthouse-header h3 { font-size: 18px; margin: 0; color: #fff; }
.vm-case-lighthouse-header .line { flex-grow: 1; height: 1px; background: #222; }

.vm-progress-wrapper {
  display: flex;
  justify-content: space-between;
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  padding: 40px;
}

.vm-progress-item { text-align: center; position: relative; }

.vm-progress-circle {
  width: 100px; height: 100px; position: relative; margin: 0 auto;
}
.vm-progress-circle svg { transform: rotate(-90deg); }

.vm-progress-circle .bg {
  stroke: #222; stroke-width: 6; fill: none;
}
.vm-progress-circle .bar {
  stroke: #00e676; /* Neon Grün */
  stroke-width: 6; fill: none; stroke-linecap: round;
  stroke-dasharray: 283; /* Umfang */
  stroke-dashoffset: 283; /* Start leer */
  transition: stroke-dashoffset 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* DIE FETTE ZAHL */
.vm-progress-value {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Space Mono', monospace; /* Technischer Font */
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 0 0 15px rgba(0, 230, 118, 0.5); /* Grüner Glow */
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  padding-top: 4px;
}

.vm-progress-label {
  margin-top: 15px; font-size: 13px; color: #888; font-weight: 600; letter-spacing: 0.5px;
}

/* --- SERVICES GRID (CLEAN) --- */
.vm-case-services-title { text-align: left; margin-bottom: 40px; }
.vm-case-services-title h2 { font-size: 32px; margin: 0 0 10px 0; }
.vm-case-services-title p { color: #888; margin: 0; }

.vm-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vm-service-card {
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
  padding: 30px 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex; flex-direction: column;
}
.vm-service-card:hover {
  border-color: #333; transform: translateY(-5px); background: #0f0f0f;
}
.vm-icon {
  font-size: 24px; margin-bottom: 20px; filter: grayscale(1); transition: 0.3s;
}
.vm-service-card:hover .vm-icon { filter: grayscale(0); }
.vm-service-card h3 { font-size: 16px; font-weight: 700; margin: 0 0 10px 0; color: #fff; }
.vm-service-card p { font-size: 13px; line-height: 1.6; color: #777; margin: 0; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .vm-case-hero { grid-template-columns: 1fr; gap: 40px; }
  .vm-service-grid { grid-template-columns: 1fr 1fr; }
  .vm-progress-wrapper { flex-wrap: wrap; gap: 30px; justify-content: center; }
}
@media (max-width: 600px) {
  .vm-service-grid { grid-template-columns: 1fr; }
  .vm-case-meta { flex-direction: column; gap: 20px; }
  .vm-case-hero-text h1 { font-size: 36px; }
  .vm-case-section { padding: 60px 20px; }
}/* End custom CSS */