.elementor-975 .elementor-element.elementor-element-68e4745b{--display:flex;}.elementor-975 .elementor-element.elementor-element-41b2677f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-975 .elementor-element.elementor-element-3f84d9f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-975 .elementor-element.elementor-element-618c10ce{--display:flex;}body.elementor-page-975:not(.elementor-motion-effects-element-type-background), body.elementor-page-975 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}body.elementor-page-975{margin:0px 0px 0px 0px;}/* Start custom CSS for global, class: .elementor-global-1273 *//* 📴 Deaktivierter Blog-Link */
.disabled-link {
  color: #9e9e9e; /* grauer Farbton */
  pointer-events: none; /* deaktiviert Klick */
  cursor: not-allowed;
  opacity: 0.6;
}/* End custom CSS */
/* Start custom CSS *//* Hero-Bereich Wrapper */
.hero-reindl {
  background: linear-gradient(to bottom, #e3f2fd, #ffffff);
  padding: 80px 20px;
  text-align: center;
  border-bottom: 3px solid #b3e5fc;
}

/* Innenabstand + Max-Layout */
.hero-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* Headline */
.hero-reindl h1 {
  font-size: 3rem;
  color: #01579b;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

/* Subline */
.hero-sub {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}

/* Call-to-Action Button */
.cta-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #0288d1;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 30px;
  transition: background 0.3s ease, transform 0.2s ease;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Hover-Effekt für Button */
.cta-button:hover {
  background-color: #01579b;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* 📱 Mobile Optimierung */
@media (max-width: 768px) {
  .hero-reindl {
    padding: 60px 15px;
  }

  .hero-reindl h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .cta-button {
    font-size: 1rem;
    padding: 12px 24px;
    width: 90%;
    max-width: 300px;
  }

  /* Desktop-Logo ausblenden, Mobile-Logo einblenden */
  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
    max-height: 80px;
    margin: 0 auto 20px auto;
  }
}

/* 💻 Standard-Desktop-Ansicht */
.desktop-logo {
  display: block;
  max-height: 150px;
  margin: 0 auto 30px auto;
}

.mobile-logo {
  display: none;
}
.leistungen-preise {
  padding: 80px 20px;
  background-color: #f0f8ff;
  text-align: center;
}

.leistungen-preise h2 {
  font-size: 2.5rem;
  color: #01579b;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.leistung-box {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.leistung-box:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.leistung-box h3 {
  font-size: 1.3rem;
  color: #0288d1;
  margin-bottom: 10px;
}

.leistung-box p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}

.preis {
  display: inline-block;
  font-weight: bold;
  color: #01579b;
  font-size: 1.1rem;
  background-color: #e1f5fe;
  padding: 5px 12px;
  border-radius: 12px;
}

/* 📱 Mobilfreundliches Layout */
@media (max-width: 768px) {
  .leistungen-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .leistungen-preise h2 {
    font-size: 2rem;
  }

  .leistung-box {
    padding: 25px 15px;
  }
}
.reindl-header {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 999;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #01579b;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  position: relative;
  transition: color 0.3s ease;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  color: #0288d1;
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0288d1;
  left: 0;
  bottom: -5px;
}

/* Burger-Menü für Mobilgeräte */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background: #01579b;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .nav-container {
    justify-content: space-between;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 8px;
  }

  .nav-toggle:checked + nav .nav-menu {
    display: flex;
  }

  .nav-toggle-label {
    display: flex;
  }
}
.reindl-footer {
  background-color: #f5faff;
  padding: 30px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #01579b;
  border-top: 2px solid #b3e5fc;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-left p {
  margin: 5px 0;
}

.footer-right a {
  display: inline-block;
  margin-left: 15px;
  color: #01579b;
  text-decoration: none;
  font-weight: 500;
}

.footer-right a:hover {
  color: #0288d1;
}

/* 📱 Mobiloptimierung */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-right a {
    display: block;
    margin: 5px 0;
  }
}
.reindl-header {
  background: #ffffff;
  padding: 12px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.nav-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #01579b;
  text-decoration: none;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #01579b;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  position: relative;
  transition: color 0.3s ease;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  color: #0288d1;
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0288d1;
  left: 0;
  bottom: -5px;
}

/* Burger Menü */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  cursor: pointer;
}

.nav-toggle-label span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #01579b;
  border-radius: 2px;
}

/* 📱 Mobile Ansicht */
.reindl-header {
  background: #ffffff;
  padding: 12px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #01579b;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  position: relative;
  transition: color 0.3s ease;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  color: #0288d1;
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0288d1;
  left: 0;
  bottom: -5px;
}

/* Hamburger Menü */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 26px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 1001;
}

.nav-toggle-label span {
  display: block;
  height: 3px;
  background-color: #01579b;
  border-radius: 2px;
}

/* 📱 Mobile Styles */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    z-index: 999;
  }

  .nav-toggle:checked ~ nav .nav-menu {
    display: flex;
  }

  .nav-toggle-label {
    display: flex;
  }

  .nav-container {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-menu li {
    text-align: center;
    padding: 10px 0;
  }
}
.kontakt-bereich {
  background-color: #f5faff;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.kontakt-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #01579b;
}

.kontakt-container h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.kontakt-container p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.kontakt-infos p {
  margin: 10px 0;
}

.kontakt-infos a {
  color: #0288d1;
  text-decoration: none;
  font-weight: 500;
}

.kontakt-infos a:hover {
  text-decoration: underline;
}

.kontakt-formular {
  margin-top: 30px;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .kontakt-container {
    padding: 0 10px;
  }

  .kontakt-container h2 {
    font-size: 1.6rem;
  }
}
<section id="kontakt" class="kontakt-bereich">
  <div class="kontakt-container">

    <form class="kontakt-formular" action="#" method="POST">
      <div class="form-row">
        <input type="text" name="name" placeholder="Dein Name *" required />
        <input type="email" name="email" placeholder="Deine E-Mail *" required />
      </div>

      <textarea name="nachricht" rows="5" placeholder="Deine Nachricht *" required></textarea>

      <button type="submit">Nachricht senden</button>
    </form>

    <div class="direktkontakt">
      <p><strong>Oder direkt:</strong></p>
      <p><a href="tel:+491627551251">📞 0162 7551251</a> &nbsp; | &nbsp; <a href="mailto:kontakt@haushaltsservice-reindl.de">✉️ kontakt@haushaltsservice-reindl.de</a></p>
    </div>

  </div>
</section>
.kontakt-bereich {
  background-color: #f5faff;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.kontakt-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #01579b;
}

.kontakt-formular {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: left;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-row input {
  flex: 1;
}

.kontakt-formular input,
.kontakt-formular textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #b3e5fc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.kontakt-formular textarea {
  resize: vertical;
}

.kontakt-formular button {
  background-color: #0288d1;
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.kontakt-formular button:hover {
  background-color: #01579b;
}

.direktkontakt {
  margin-top: 20px;
  font-size: 0.95rem;
  color: #01579b;
}

.direktkontakt a {
  color: #0288d1;
  font-weight: 500;
  text-decoration: none;
}

.direktkontakt a:hover {
  text-decoration: underline;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .kontakt-formular {
    padding: 20px;
  }
}
.ueber-uns-bereich {
  background-color: #ffffff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  color: #01579b;
}

.ueber-uns-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.ueber-uns-container h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.ueber-uns-container .intro {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.7;
}

.ueber-uns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.ueber-uns-box {
  background: #f5faff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  text-align: left;
}

.ueber-uns-box h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #0288d1;
}

.ueber-uns-box p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
}

.ueber-uns-abschluss {
  font-size: 1.2rem;
  font-weight: 500;
  color: #01579b;
}

/* 📱 Mobilfreundlich */
@media (max-width: 768px) {
  .ueber-uns-container h1 {
    font-size: 2.2rem;
  }

  .ueber-uns-container .intro {
    font-size: 1.1rem;
  }

  .ueber-uns-box h3 {
    font-size: 1.3rem;
  }

  .ueber-uns-box p {
    font-size: 1rem;
  }

  .ueber-uns-abschluss {
    font-size: 1.1rem;
  }
}/* End custom CSS */