.elementor-648 .elementor-element.elementor-element-8ce500a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5ea64e4 */.senioren-page {
  font-family: 'Montserrat', sans-serif;
  color: #1b2f75;
  background: #ffffff;
}

.senioren-page * {
  box-sizing: border-box;
}

.sp-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.sp-container-small {
  max-width: 920px;
}

.sp-section {
  padding: 110px 0;
}

.sp-section-soft {
  background: #f7fafc;
}

.sp-section-accent {
  background: linear-gradient(135deg, #1b2f75 0%, #09b4d8 100%);
  padding: 90px 0;
}

.sp-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #09b4d8;
}

.sp-label-light {
  color: #ffffff;
}

.senioren-page h1,
.senioren-page h2,
.senioren-page h3 {
  margin: 0 0 22px;
  line-height: 1.2;
  color: #1b2f75;
}

.senioren-page h1 {
  font-size: 56px;
  max-width: 720px;
}

.senioren-page h2 {
  font-size: 40px;
}

.senioren-page h3 {
  font-size: 24px;
}

.senioren-page p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.9;
  color: #44609a;
}

/* hero */
.sp-hero {
  padding: 90px 0 110px;
  background: #ffffff;
}

.sp-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.sp-hero-content p {
  max-width: 620px;
}

.sp-hero-image img,
.sp-split-image img,
.sp-feature-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

.sp-hero-image img {
  min-height: 520px;
  box-shadow: 0 18px 45px rgba(27, 47, 117, 0.08);
}

/* buttons */
.sp-button-row,
.sp-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.sp-btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.sp-btn-primary {
  background: #09b4d8;
  color: #ffffff;
}

.sp-btn-primary:hover {
  background: #089dbc;
  color: #ffffff;
}

.sp-btn-secondary {
  background: #1b2f75;
  color: #ffffff;
}

.sp-btn-secondary:hover {
  background: #14265f;
  color: #ffffff;
}

.sp-btn-outline {
  background: transparent;
  color: #1b2f75;
  border: 2px solid #09b4d8;
}

.sp-btn-outline:hover {
  background: #09b4d8;
  color: #ffffff;
}

.sp-btn-light {
  background: #ffffff;
  color: #1b2f75;
}

.sp-btn-light:hover {
  background: #eaf8fc;
  color: #1b2f75;
}

/* intro */
.sp-intro {
  text-align: left;
}

/* split */
.sp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sp-split-image img {
  min-height: 480px;
}

.sp-points {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
}

.sp-point {
  position: relative;
  padding: 16px 18px 16px 48px;
  background: #ffffff;
  border: 1px solid #e4ecf4;
  border-radius: 16px;
  color: #35508f;
  font-size: 17px;
  line-height: 1.6;
}

.sp-point:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #09b4d8;
  position: absolute;
  left: 20px;
  top: 22px;
}

/* feature grid */
.sp-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.sp-feature-image img {
  min-height: 520px;
  box-shadow: 0 18px 45px rgba(27, 47, 117, 0.06);
}

/* accent */
.sp-accent-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  padding: 42px;
}

.sp-accent-left h2,
.sp-accent-left p {
  color: #ffffff;
}

.sp-accent-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* contact */
.sp-contact-box {
  background: #ffffff;
  border: 1px solid #e5ebf3;
  border-radius: 28px;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(27, 47, 117, 0.06);
}

.sp-contact-text {
  max-width: 720px;
}

.sp-contact-text p {
  margin-bottom: 0;
}

.sp-contact-extra {
  margin-top: 16px;
}

/* responsive */
@media (max-width: 1100px) {
  .sp-hero-grid,
  .sp-split,
  .sp-feature-grid,
  .sp-accent-box {
    grid-template-columns: 1fr;
  }

  .sp-contact-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .sp-hero-image img,
  .sp-split-image img,
  .sp-feature-image img {
    min-height: auto;
  }

  .sp-accent-right {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .sp-section {
    padding: 80px 0;
  }

  .sp-container {
    padding: 0 20px;
  }

  .senioren-page h1 {
    font-size: 36px;
  }

  .senioren-page h2 {
    font-size: 30px;
  }

  .senioren-page h3 {
    font-size: 22px;
  }

  .senioren-page p,
  .sp-point {
    font-size: 16px;
  }

  .sp-contact-box,
  .sp-accent-box {
    padding: 24px;
  }

  .sp-btn {
    width: 100%;
    text-align: center;
  }

  .sp-button-row,
  .sp-contact-actions {
    flex-direction: column;
    width: 100%;
  }
}.sp-split-centered {
  display: flex;
  justify-content: center;
}

.sp-split-centered .sp-split-content {
  max-width: 760px;
  width: 100%;
  text-align: center;
}

.sp-split-centered .sp-points {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.sp-split-centered .sp-point {
  text-align: center;
}/* End custom CSS */