/* Stabile Mitte – Promo Popup
   Datenschutzkonform: keine externen CDNs, keine Tracker, keine Cookies.
   Farben & Schriften an stabile-mitte.de angelehnt. */

.sm-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(34, 34, 34, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  padding: 20px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sm-popup-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.sm-popup {
  background: #ffffff;
  border-radius: 10px;
  max-width: 760px;
  width: 100%;
  max-height: 97vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: translateY(20px) scale(0.98);
  transition: transform 0.35s ease;
}

.sm-popup-overlay.is-visible .sm-popup {
  transform: translateY(0) scale(1);
}

.sm-popup__media {
  background: #f7fbfe;
  overflow: hidden;
  min-height: 260px;
}

.sm-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sm-popup__body {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #444444;
}
.list-group-item {

  padding: .3rem 0rem;

}

.sm-popup__headline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #222222;
  margin: 0 0 8px 0;
}

.sm-popup__subline {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-weight: 800;
  font-size: 19px;
  color: #e73670;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0 0 14px 0;
}

.sm-popup__text {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 22px 0;
  color: #555555;
}
.pink{color: #E73670;}
.sm-popup__cta {
  display: inline-block;
  background: #E73670;
  color: #ffffff !important;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 26px;
  border-radius: 50px;
  transition: background 0.25s ease, transform 0.25s ease;
  align-self: flex-start;
  border: none;
  cursor: pointer;
}

.sm-popup__cta:hover {
  background: #F71E65;
  transform: translateY(-1px);
  color: #ffffff !important;
}

.sm-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 2;
}

.sm-popup__close:hover {
  background: #3498db;
  color: #ffffff;
  transform: rotate(90deg);
}

@media (max-width: 640px) {
  .sm-popup {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .sm-popup__media {
    min-height: 180px;
    max-height: 320px;
  }
  .sm-popup__body {
    padding: 26px 8px 28px 10px;
  }
  .sm-popup__headline {
    font-size: 22px;
  }
    .sm-popup__text {

  margin: 0 0 0px 0;

}
    .mobraus{display: none;}
}
