.elementor-4314 .elementor-element.elementor-element-5d97566{--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-4314 .elementor-element.elementor-element-2d54d76{--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-ea03a81 *//* ===============================================
   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-c2933ed *//* ===============================================
   IMPRESSUM
=============================================== */

.impressum-section{
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 20px;
}

.impressum-section h2{
  font-size: 2.0rem;
  font-weight: 700;
  color: #0d2a4c;
  margin-bottom: 40px;
}

/* TABELLE */
.impressum-table-wrapper{
  overflow-x: auto;
  margin-bottom: 50px;
}

.impressum-table{
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  overflow: hidden;
}

.impressum-table th,
.impressum-table td{
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  text-align: left;
  vertical-align: top;
}

.impressum-table th{
  width: 35%;
  background: #f7f8fa;
  font-weight: 600;
  color: #0d2a4c;
}

.impressum-table td{
  color: #333;
}

.impressum-table a{
  color: #0d2a4c;
  font-weight: 600;
  text-decoration: none;
}

.impressum-table a:hover{
  color: #cf0707;
}

/* TEXTE */
.impressum-text p{
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  margin-bottom: 22px;
}

.impressum-text strong{
  color: #0d2a4c;
}

.impressum-source{
  font-size: 0.9rem;
  color: #666;
}

/* MOBILE */
@media (max-width: 700px){
  .impressum-table th{
    width: 45%;
  }
}/* End custom CSS */