.elementor-3348 .elementor-element.elementor-element-b16e95d{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-521e289 *//* ===============================================
   HERO
   =============================================== */

.leistungen-hero {
  background: url("https://bakl.at/wp-content/uploads/2025/11/16.jpg") center/cover no-repeat;
  padding: 140px 20px;
  text-align: center;
  position: relative;
  color: #fff;
}

.leistungen-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13,42,76,0.65);
}

.leistungen-hero-content {
  position: relative;
  z-index: 2;
}

.leistungen-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color:#fff;
}

.leistungen-hero p {
  font-size: 1.2rem;
  margin-top: 12px;
}


/* ===============================================
   LAYOUT
   =============================================== */

.leistungs-layout {
  max-width: 1300px;
  margin: 0 auto;
  padding: 90px 20px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 60px;
  align-items: flex-start; /* WICHTIG damit Sidebar nicht bis unten zieht */
}


/* ===============================================
   SIDEBAR
   =============================================== */

.leistungen-sidebar-card {
  position: sticky;
  top: 120px;
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 25px;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.06);
  height: auto;
}

.leistungen-sidebar-card nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* NAV LINK – ohne Icons, mit elegantem Chevron */
.leistungen-sidebar-card nav ul li a {
  position: relative;
  display: block;
  padding: 12px 16px 12px 34px; /* Platz links fürs Chevron */
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  color: #0d2a4c;
  background: #f7f8fa;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all .25s ease;
}

/* Chevron (ohne Linie) */
.leistungen-sidebar-card nav ul li a::before {
  content: "›";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgba(13,42,76,0.45);
  transition: .25s ease;
}

.leistungen-sidebar-card nav ul li a:hover {
  background: #ffffff;
  border-color: #cf0707;
  color: #cf0707;
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(207, 7, 7, .18);
}

.leistungen-sidebar-card nav ul li a:hover::before {
  color: #cf0707;
}

.leistungen-sidebar-card nav ul li a.active {
  background: #cf0707;
  color: #ffffff !important;
  border-color: #cf0707;
  box-shadow: 0 4px 16px rgba(207, 7, 7, .25);
}

.leistungen-sidebar-card nav ul li a.active::before {
  color: #ffffff;
}


/* ===============================================
   CONTENT
   =============================================== */

.leistungs-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0d2a4c;
  margin-bottom: 20px;
}

.leistungs-content p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
  margin-bottom: 20px;
}


/* ===============================================
   FEATURES (3 Boxen)
   =============================================== */

.planung-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 60px 0;
}

.planung-feature-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  text-align: left;
}

.planung-feature-card i {
  font-size: 1.8rem;
  color: #cf0707;
  margin-bottom: 14px;
}

.planung-feature-card h3 {
  color: #0d2a4c;
  margin-bottom: 10px;
  font-size: 1.25rem;
}


/* ===============================================
   PROZESS IN 2 SPALTEN
   =============================================== */

.planung-prozess-box {
  background: #0d2a4c;
  padding: 40px;
  border-radius: 16px;
  color: #ffffff;
  margin-bottom: 80px;
}

.planung-prozess-box h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #fff;
}

.prozess-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr; /* 👈 nur eine Spalte */
  gap: 14px;                  /* gleichmäßiger Abstand */
}

.prozess-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
}

.prozess-grid li i {
  color: #cf0707;
  font-size: 1.2rem;
}


/* ===============================================
   SIMPLE PLANUNGSGALERIE
   =============================================== */

.planung-simple-gallery {
  padding: 0;
}

.psg-header {
  text-align: left;
  max-width: 700px;
  margin-bottom: 40px;
}

.psg-header h2 {
  font-size: 2.2rem;
  color: #0d2a4c;
  margin: 10px 0 18px;
  font-weight: 700;
}

.psg-header p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
}


/* GRID */
.psg-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.psg-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 260px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
}

.psg-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Overlay */
.psg-overlay {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(
      to top,
      rgba(13,42,76,0.85),
      rgba(13,42,76,0.25),
      rgba(13,42,76,0)
  );
  color: #fff;
  transition: all .35s ease;
}

.psg-overlay h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.psg-overlay span {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Hover */
.psg-card:hover img {
  transform: scale(1.1);
}

.psg-card:hover .psg-overlay {
  bottom: 0;
}


/* ===============================================
   MOBILE
   =============================================== */

@media (max-width: 900px) {

  /* Sidebar ausblenden */
  .leistungen-sidebar-card {
    display: none;
  }

  /* Layout auf 1 Spalte */
  .leistungs-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Features 1-spaltig */
  .planung-features {
    grid-template-columns: 1fr;
  }

  /* Prozess 1-spaltig */
  .prozess-grid {
    grid-template-columns: 1fr;
  }

  /* Galerie 2 Spalten */
  .psg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {

  .psg-grid {
    grid-template-columns: 1fr;
  }

  .psg-card {
    height: 230px;
  }
}/* End custom CSS */