.elementor-2267 .elementor-element.elementor-element-a4ce1e8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2267 .elementor-element.elementor-element-d534c90 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-d534c90 *//* ===============================
   ER Leistungen Page
   =============================== */

.er-services-page {
  --er-dark: #111111;
  --er-text: #333333;
  --er-muted: #666666;
  --er-light: #f6f6f6;
  --er-border: #e5e5e5;
  --er-white: #ffffff;

  color: var(--er-dark);
  font-family: inherit;
  overflow: hidden;
}

.er-services-page * {
  box-sizing: border-box;
}

.er-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* HERO */

.er-services-hero {
  background:
    linear-gradient(135deg, rgba(17,17,17,0.92), rgba(17,17,17,0.72)),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  color: #ffffff;

}

.er-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.er-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: inherit;
  opacity: 0.85;
}

.er-hero-content h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  margin: 0 0 22px;
  font-weight: 800;
  color: #ffffff;
}

.er-hero-content p {
  font-size: 19px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255,255,255,0.9);
}

.er-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.er-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.er-btn-dark {
  background: #ffffff;
  color: #111111 !important;
}

.er-btn-dark:hover {
  transform: translateY(-2px);
  background: #f1f1f1;
}

.er-btn-light {
  background: #111111;
  color: #ffffff !important;
}

.er-btn-light:hover {
  transform: translateY(-2px);
  background: #000000;
}

.er-btn-outline-white {
  border: 1px solid rgba(255,255,255,0.7);
  color: #ffffff !important;
  background: transparent;
}

.er-btn-outline-white:hover {
  background: #ffffff;
  color: #111111 !important;
}

.er-hero-box {
  display: grid;
  gap: 16px;
}

.er-hero-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(8px);
  padding: 24px;
  border-radius: 22px;
}

.er-hero-card span {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.75);
}

.er-hero-card strong {
  display: block;
  font-size: 21px;
  color: #ffffff;
}

/* GENERAL SECTIONS */

.er-section {
  padding: 90px 0;
}

.er-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.er-section-heading h2,
.er-two-column h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 800;
  color: #111111;
}

.er-section-heading p,
.er-two-column p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
  color: #444444;
}

/* SERVICES */

.er-services-list {
  background: #ffffff;
}

.er-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.er-service-card {
  background: #ffffff;
  border: 1px solid var(--er-border);
  border-radius: 24px;
  padding: 30px;
  min-height: 300px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.er-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.1);
}

.er-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 22px;
}

.er-service-card h3 {
  font-size: 24px;
  margin: 0 0 14px;
  color: #111111;
  font-weight: 800;
}

.er-service-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

/* CONSULTING */

.er-consulting {
  background: #f7f7f7;
}

.er-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.er-check-list {
  display: grid;
  gap: 14px;
}

.er-check-list div {
  background: #ffffff;
  border: 1px solid var(--er-border);
  border-radius: 18px;
  padding: 18px 20px;
  font-weight: 700;
  color: #111111;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

/* PROCESS */

.er-process {
  background: #ffffff;
}

.er-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.er-process-card {
  border-radius: 22px;
  padding: 28px;
  background: #f7f7f7;
  border: 1px solid var(--er-border);
}

.er-process-card span {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 18px;
}

.er-process-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px;
  color: #111111;
}

.er-process-card p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #444444;
  margin: 0;
}

/* WHY US */

.er-why {
  background: #f7f7f7;
}

.er-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.er-why-grid div {
  background: #ffffff;
  border: 1px solid var(--er-border);
  border-radius: 18px;
  padding: 20px;
  font-weight: 800;
  color: #111111;
}

/* FINAL CTA */

.er-final-cta {
  padding: 90px 0;
  background: #111111;
  color: #ffffff;
  text-align: center;
}

.er-final-cta h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
  margin: 0 0 18px;
  color: #ffffff;
  font-weight: 800;
}

.er-final-cta p {
  max-width: 720px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  line-height: 1.7;
}

.er-center-buttons {
  justify-content: center;
}

/* TABLET */

@media (max-width: 1024px) {
  .er-hero-grid,
  .er-two-column {
    grid-template-columns: 1fr;
  }

  .er-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .er-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .er-services-hero {
    padding: 78px 0;
  }

  .er-hero-content h1 {
    font-size: 42px;
  }

  .er-hero-content p {
    font-size: 16px;
  }

  .er-section {
    padding: 64px 0;
  }

  .er-section-heading {
    text-align: left;
    margin-bottom: 30px;
  }

  .er-section-heading h2,
  .er-two-column h2 {
    font-size: 31px;
  }

  .er-services-grid,
  .er-process-grid,
  .er-why-grid {
    grid-template-columns: 1fr;
  }

  .er-service-card {
    min-height: auto;
    padding: 24px;
  }

  .er-hero-buttons {
    flex-direction: column;
  }

  .er-btn {
    width: 100%;
  }

  .er-final-cta {
    padding: 68px 0;
  }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
  .er-container {
    width: 90%;
  }

  .er-hero-content h1 {
    font-size: 36px;
  }

  .er-service-card h3 {
    font-size: 22px;
  }

  .er-hero-card {
    padding: 20px;
  }
}/* End custom CSS */