.elementor-682 .elementor-element.elementor-element-ad2d1ac{--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;--justify-content:center;}.elementor-682 .elementor-element.elementor-element-e283b0e.elementor-element{--flex-grow:1;--flex-shrink:0;}@media(min-width:768px){.elementor-682 .elementor-element.elementor-element-ad2d1ac{--content-width:1270px;}}/* Start custom CSS for html, class: .elementor-element-e283b0e *//* =========================
   SYLLA SERVICE PAGES - NEUES CSS
   ========================= */

.sylla-service-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #0f172a;
  background: #ffffff;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

.sylla-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* =========================
   TYPOGRAFIE
   ========================= */

.sylla-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: #f97316;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sylla-eyebrow-light {
  color: rgba(255, 255, 255, 0.9) !important;
}

.sylla-content-section h2 {
  margin: 0 0 22px;
  font-size: 40px;
  line-height: 1.14;
  font-weight: 800;
  text-align: center;
  color: #0f172a;
}

.sylla-text-center {
  max-width: 920px;
  margin: 0 auto 18px;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  color: #475569;
}

/* =========================
   DUNKLE SEKTIONEN
   WICHTIG: ALLE TEXTE HELL
   ========================= */

.sylla-dark-section {
  background: linear-gradient(90deg, #081a3a 0%, #0b2454 100%);
  padding: 90px 0;
  width: 100%;
  margin: 0;
}

.sylla-dark-section,
.sylla-dark-section h1,
.sylla-dark-section h2,
.sylla-dark-section h3,
.sylla-dark-section h4,
.sylla-dark-section p,
.sylla-dark-section li,
.sylla-dark-section span,
.sylla-dark-section a {
  color: #ffffff;
}

.sylla-dark-section p,
.sylla-dark-section li {
  color: rgba(255, 255, 255, 0.95) !important;
}

.sylla-dark-section .sylla-text-center,
.sylla-dark-section .sylla-dark-text,
.sylla-dark-section .sylla-hero-text {
  color: rgba(255, 255, 255, 0.95) !important;
}

.sylla-white-heading {
  color: #ffffff !important;
  text-align: center;
}

.sylla-dark-text {
  max-width: 920px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

/* =========================
   HERO
   ========================= */

.sylla-service-hero {
  text-align: center;
}

.sylla-service-hero h1 {
  max-width: 980px;
  margin: 0 auto 22px;
  color: #ffffff !important;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
}

.sylla-hero-text {
  max-width: 860px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 18px;
  line-height: 1.8;
}

.sylla-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* =========================
   BUTTONS
   ========================= */

.sylla-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.sylla-btn-primary {
  background: #f97316;
  color: #ffffff !important;
  border: 1px solid #f97316;
}

.sylla-btn-primary:hover {
  background: #ea580c;
  border-color: #ea580c;
  color: #ffffff !important;
}

.sylla-btn-secondary-light {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.sylla-btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

/* =========================
   PILLS / BADGES
   ========================= */

.sylla-pill-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.sylla-pill {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* =========================
   NORMALE SEKTIONEN
   ========================= */

.sylla-content-section {
  padding: 85px 0;
}

.sylla-light-section {
  background: #f8fafc;
}

/* =========================
   GRIDS
   ========================= */

.sylla-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}

.sylla-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.sylla-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 34px;
}

/* =========================
   DETAIL CARDS
   ========================= */

.sylla-detail-card {
  background: #ffffff;
  border: 1px solid #eef2f7;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.05);
  border-radius: 18px;
  padding: 28px 26px;
}

.sylla-card-icon {
  width: 54px;
  height: 54px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: #fff7ed;
  color: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.sylla-detail-card h3 {
  margin: 0 0 16px;
  font-size: 24px;
  color: #0f172a;
}

.sylla-detail-card ul {
  margin: 0;
  padding-left: 18px;
}

.sylla-detail-card li {
  margin-bottom: 10px;
  color: #475569;
  line-height: 1.6;
}

/* =========================
   DUNKLE INFO BOXEN
   ========================= */

.sylla-dark-box {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
}

.sylla-dark-box h3 {
  margin: 8px 0 10px;
  color: #ffffff !important;
  font-size: 22px;
}

.sylla-dark-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px;
  line-height: 1.7;
}

/* =========================
   KLEINE ICONS
   ========================= */

.sylla-small-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff7ed;
  color: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

/* =========================
   INFO CARDS
   ========================= */

.sylla-info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.sylla-info-card h3 {
  margin: 10px 0 10px;
  font-size: 20px;
  color: #0f172a;
}

.sylla-info-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

/* =========================
   SIMPLE CARDS
   ========================= */

.sylla-simple-card {
  background: #ffffff;
  padding: 22px 16px;
  border-radius: 14px;
  text-align: center;
  font-weight: 700;
  color: #0f172a;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

/* =========================
   USP CARDS
   ========================= */

.sylla-usp-card {
  background: #ffffff;
  border: 1px solid #eef2f7;
  padding: 28px 22px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.sylla-usp-card h3 {
  margin: 10px 0 10px;
  font-size: 21px;
  color: #0f172a;
}

.sylla-usp-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

/* =========================
   CTA
   ========================= */

.sylla-service-cta {
  text-align: center;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .sylla-grid-2,
  .sylla-grid-3,
  .sylla-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .sylla-service-hero h1 {
    font-size: 42px;
  }

  .sylla-content-section h2,
  .sylla-white-heading {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .sylla-dark-section,
  .sylla-content-section {
    padding: 70px 0;
  }

  .sylla-grid-2,
  .sylla-grid-3,
  .sylla-grid-4 {
    grid-template-columns: 1fr;
  }

  .sylla-service-hero h1 {
    font-size: 32px;
  }

  .sylla-hero-text,
  .sylla-dark-text,
  .sylla-text-center {
    font-size: 16px;
  }

  .sylla-content-section h2,
  .sylla-white-heading {
    font-size: 28px;
  }

  .sylla-detail-card h3 {
    font-size: 21px;
  }
}/* End custom CSS */