/* ============================================================
   Seite: E-Mail Archivierung (Page-ID 159)
   /leistungen/it-sicherheit-und-backup/e-mail-archivierung/

   Nutzt das GEMEINSAME SKELETT (sk-) aus
   assets/css/pages/informationssicherheit.css (wird im Template
   als Abhängigkeit geladen). Hier nur 159-Spezifisches (ema-).
   Werte 1:1 aus Original 159.css + universal.css.
   ============================================================ */

/* ------------------------------------------------------------
   Erste Body-Sektion (section-10882-63)
   ------------------------------------------------------------ */

/* #new_columns-10990-63 ("Rechtliche Konformität"): Desktop
   ausgeblendet, erscheint NUR mobil (Original-Verhalten!) */
.ema-recht {
  margin-top: 162px;
  margin-bottom: 156px;
  display: none;
}

/* #new_columns-10883-63 ("Vorbereitung und Planung") */
.ema-vorbereitung {
  margin-bottom: 169px;
}

@media (max-width: 767px) {
  .ema-recht {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 91px;
  }

  /* #div_block-10993-63 @767 (nur 159) */
  .ema-recht .sk-col--text-l {
    text-align: left;
    align-items: center;
  }
}

/* ------------------------------------------------------------
   Sektion "Vollständiger Schutz vor Datenverlusten"
   (section-11103-155, zentrierte Icon-Reihe + Blob)
   ------------------------------------------------------------ */
.ema-schutz {
  position: relative;
}

.ema-schutz .section-inner {
  padding: 0 50px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* #new_columns-11121-155 */
.ema-iconrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  position: relative;
  z-index: 15;
}

/* #div_block-11122-155 (159-Variante: 100 %, Spalte, zentriert) */
.ema-iconrow-main {
  width: 100%;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
  align-items: center;
  position: relative;
  z-index: 3;
}

/* #div_block-11124-155 */
.ema-icontext {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: center;
}

/* #text_block-11125-155 (159: 37px, max. 650px) */
.ema-schutz-headline {
  line-height: 1.2;
  color: #223a4f;
  margin-bottom: 20px;
  max-width: 650px;
  font-size: 37px;
}

/* nur der Original-ct-span (#span-11243-159) ist weiß — die inneren
   letter-spacing-Spans erben die Basisfarbe */
.ema-schutz-headline .sk-cspan {
  color: #fdfeff;
}

/* #text_block-11128-155 (159: max. 1295px, ohne cocco-narrow) */
.ema-schutz-copy {
  margin-bottom: 15px;
  color: #fdfeff;
  font-weight: 300;
  font-size: 22px;
  max-width: 1295px;
}

@media (max-width: 767px) {
  .ema-schutz .section-inner {
    padding: 15px 20px 5px;
  }

  .ema-iconrow-main {
    gap: 0;
    padding-right: 0;
  }

  .ema-schutz-headline {
    font-size: 31px;
  }

  .ema-schutz-copy {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
   Karten-Raster (section-11252-159, 2x2 Grid)
   ------------------------------------------------------------ */
.ema-cards .section-inner {
  padding: 85px 50px;
}

/* #div_block-11257-159 */
.ema-cards-grid {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  width: 100%;
  text-align: left;
  display: grid;
  gap: 40px;
  position: relative;
  z-index: 11;
}

/* #div_block-11258/11314/11275/11285-159 */
.ema-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* #image-11261/11315/11276/11286-159 (+ radius, drop_shadow) */
.ema-card img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 50px;
  border-radius: 15px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}

/* #text_block-11262/11316/11277/11287-159 */
.ema-card-headline {
  line-height: 1.2;
  color: #223a4f;
  margin-bottom: 20px;
  max-width: 650px;
  font-size: 31px;
}

.ema-card-headline span {
  color: #fdfeff;
}

/* #text_block-11262-159: max. 450px */
.ema-card-headline--narrow {
  max-width: 450px;
}

/* #text_block-11273/11323/11284/11294-159 */
.ema-card-copy {
  font-weight: 300;
  color: #fdfeff;
  font-size: 20px;
}

@media (max-width: 767px) {
  .ema-cards .section-inner {
    padding: 85px 20px 45px;
  }

  .ema-cards-grid {
    display: flex;
    flex-direction: column;
  }

  .ema-card {
    margin-bottom: 45px;
  }

  .ema-card:last-child {
    margin-bottom: 0;
  }

  .ema-card img {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------
   CTA (section-11194-155): 159-Abweichung Copy @767: 18px
   ------------------------------------------------------------ */
@media (max-width: 767px) {
  .ema-cta .lp-cta-copy {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .ema-cta .lp-cta-copy {
    font-size: 20px;
  }
}
