.elementor-3382 .elementor-element.elementor-element-44b7fb8{--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;}.elementor-3382 .elementor-element.elementor-element-792546d{--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;}.elementor-3382 .elementor-element.elementor-element-792546d:not(.elementor-motion-effects-element-type-background), .elementor-3382 .elementor-element.elementor-element-792546d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://wolken-bau.at/wp-content/uploads/2025/11/ChatGPT-Image-24.-Nov.-2025-19_39_00.png");}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6528482 *//* ===============================================
   HERO
   =============================================== */

.leistungen-hero-main {
  background: url("https://wolken-bau.at/wp-content/uploads/2025/11/1.jpg") center/cover no-repeat;
  padding: 140px 20px;
  text-align: center;
  position: relative;
}

.leistungen-hero-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13,42,76,0.65);
}

.lhm-content {
  position: relative;
  z-index: 10;
  color: #fff;
}

.lhm-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}

.lhm-content p {
  margin-top: 12px;
  font-size: 1.2rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8051e87 *//* --- LEISTUNGEN PREMIUM --- */
.leistungen-section {
  position: relative;
  background: url("https://wolken-bau.at/wp-content/uploads/2025/11/ChatGPT-Image-24.-Nov.-2025-19_39_00.png")
              center/cover no-repeat;
  z-index: 1;
}

/* Soft Overlay */
.leistungen-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 248, 250, 0.90);
  backdrop-filter: blur(2px);
  z-index: -1;
}

.leistungen-section {
  background-color: #ffffff;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  color: #0d2a4c;
}

.leistungen-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid */
.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 35px;
}

/* Card */
.leistung-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border: 1px solid #e5e8ec;
}

.leistung-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Image */
.card-image {
  position: relative;
}

.card-image a {
  display: block;
}

.card-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* Premium Farbbalken */
.card-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #cf0707;
}

/* Content */
.leistung-content {
  padding: 28px 28px 35px;
}

.leistung-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0d2a4c;
}

.leistung-content p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.97rem;
}

/* Button */
.primary-link {
  font-weight: 700;
  color: #cf0707;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  position: relative;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.primary-link::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cf0707;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: background-color 0.3s ease;
}

.primary-link:hover {
  color: #0d2a4c;
}

.primary-link:hover::after {
  background-color: #0d2a4c;
}

/* Responsive */
@media (max-width: 768px) {
  .leistung-content {
    text-align: center;
  }
}/* End custom CSS */