/* ============================================================
   Seite: Penetrationstests (Page-ID 153)
   /leistungen/it-sicherheit-und-backup/penetrationstests/
   Werte 1:1 aus Original 153.css + universal.css (Oxygen-IDs im
   Kommentar). Gemeinsame Bausteine (lp-*) in leistung-shared.css.
   Prefix: pen-
   ============================================================ */

/* Original sitewide: .ct-span { display:inline-block } */
.pen-cspan {
  display: inline-block;
}

/* U+2028-Zeilenseparatoren im Original deterministisch nachbilden */
.pen-blockbr {
  display: block;
}

/* ------------------------------------------------------------
   Hero: Blob-Ringe pulsieren (universal.css #state-1..3)
   ------------------------------------------------------------ */
.pen-hero .lp-intro-blob #state-1,
.pen-hero .lp-intro-blob #state-2,
.pen-hero .lp-intro-blob #state-3 {
  opacity: 0;
  transition: opacity .1s;
}

@keyframes pen-fade-in-out {
  0%, 100% { opacity: 0; }
  50% { opacity: .3; }
}

.pen-hero .lp-intro-blob #state-1 {
  animation: pen-fade-in-out 3s .5s infinite;
}

.pen-hero .lp-intro-blob #state-2 {
  animation: pen-fade-in-out 3s 1s infinite;
}

.pen-hero .lp-intro-blob #state-3 {
  animation: pen-fade-in-out 3s 1.5s infinite;
}

/* ------------------------------------------------------------
   #mehr-Intro-Block (Abweichungen zum lp---center-Baustein)
   ------------------------------------------------------------ */

/* #text_block-10696-61: Headline max. 1100px */
.pen-mehr .lp-intro-block-headline {
  max-width: 1100px;
}

/* #text_block-10701-61: Copy max. 1295px (lp: 1300px) */
.pen-mehr .lp-intro-block-copy {
  max-width: 1295px;
}

@media (max-width: 767px) {
  /* #mehr @767: padding-top 46px (lp: 25px) */
  .pen-mehr {
    padding-top: 46px;
  }
}

/* ------------------------------------------------------------
   Sektionen: Inner-Wrap zentrieren (wie .ct-section-inner-wrap)
   ------------------------------------------------------------ */
.pen-panel .section-inner,
.pen-grid .section-inner,
.pen-warum .section-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------
   Überlapp-Panel "Vollumfängliche Security Testing Services"
   (section-1797-12 + Spalten aus Template 166)
   ------------------------------------------------------------ */
.pen-panel .section-inner {
  padding: 459px 20px 87px;
}

/* #new_columns-1798-12 */
.pen-panel-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  z-index: 9;
  margin-top: -350px;
  margin-bottom: -350px;
}

/* #div_block-10868-166 / -10869-166 */
.pen-panel-col {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* #image-10871-166 (+ .border-radius-global .drop_shadow) */
.pen-panel-col img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}

/* #headline-10870-166 */
.pen-panel-headline {
  margin: 0 0 29px;
  font-size: 37px;
  color: #ffffff;
  max-width: 664px;
}

.pen-panel-headline span {
  color: #223a4f;
}

/* #text_block-10883-166 */
.pen-panel-copy {
  color: #ffffff;
  font-size: 22px;
  max-width: 700px;
}

@media (max-width: 1399px) {
  .pen-panel .section-inner {
    padding-bottom: 0;
  }

  .pen-panel-columns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pen-panel-columns > .pen-panel-col {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .pen-panel-col {
    padding-left: 0;
    padding-right: 0;
  }

  /* #headline-10870-166 @767 */
  .pen-panel-headline {
    font-size: 31px;
    text-align: center;
  }

  .pen-panel-copy {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
   Icon-Raster (section-10885-166, 2 Reihen à 3 Karten)
   ------------------------------------------------------------ */
.pen-grid {
  position: relative;
  z-index: 3;
}

.pen-grid .section-inner {
  padding: 85px 50px;
}

/* #div_block-10907-166 / -10914-166 */
.pen-grid-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: left;
  gap: 50px;
  margin-bottom: 60px;
}

.pen-grid-row--2 {
  margin-bottom: 50px;
}

/* Karten (ct-div-block, KEINE new_columns-Kinder -> ohne Padding) */
.pen-grid-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
}

/* Padding-Rechts je Karte wie im Original */
.pen-grid-row--1 .pen-grid-item:nth-child(1) { padding-right: 60px; }
.pen-grid-row--1 .pen-grid-item:nth-child(2) { padding-right: 56px; }
.pen-grid-row--1 .pen-grid-item:nth-child(3) { width: 33.34%; padding-right: 65px; }
.pen-grid-row--2 .pen-grid-item:nth-child(1) { padding-right: 51px; }
.pen-grid-row--2 .pen-grid-item:nth-child(2) { padding-right: 62px; }
.pen-grid-row--2 .pen-grid-item:nth-child(3) { width: 33.34%; padding-right: 40px; }

/* Icons: .primary-icon + .small (universal.css, .small gewinnt) */
.pen-grid .primary-icon {
  width: 150px;
  height: 150px;
}

.pen-grid .small {
  width: 85px;
  height: 85px;
  margin-bottom: 30px;
}

/* #headline-1089x/1091x/1092x-166 (h3.headline-m) */
.pen-grid-item h3 {
  margin: 0 0 10px;
  font-size: 26px;
  color: #223a4f;
  line-height: 1;
  font-weight: normal;
}

/* #text_block-1089x…-166 */
.pen-grid-text {
  font-weight: 300;
  color: #ffffff;
  font-size: 22px;
}

@media (max-width: 767px) {
  .pen-grid .section-inner {
    padding: 85px 20px 0;
  }

  .pen-grid-row {
    flex-direction: column;
  }

  .pen-grid-item,
  .pen-grid-row--1 .pen-grid-item:nth-child(n),
  .pen-grid-row--2 .pen-grid-item:nth-child(n) {
    width: 100%;
    align-items: center;
    text-align: left;
    padding-right: 0;
    margin-bottom: 25px;
  }

  /* letzte Karte (Netzwerk-Sicherheitstests) ohne Abstand */
  .pen-grid-row--2 .pen-grid-item:nth-child(3) {
    margin-bottom: 0;
  }

  .pen-grid-item h3 {
    text-align: center;
  }

  .pen-grid-text {
    font-size: 20px;
    text-align: center;
  }
}

/* ------------------------------------------------------------
   "Warum sind Security Tests wichtig?" + "Unser Ansatz"
   (section-10933-166)
   ------------------------------------------------------------ */
.pen-warum {
  position: relative;
}

.pen-warum .section-inner {
  padding: 150px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* #new_columns-10934-166 */
.pen-warum-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  z-index: 15;
  position: relative;
}

/* #div_block-10937-166 */
.pen-warum-text-col {
  width: 50%;
  padding: 20px 0 20px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1920px) {
  .pen-warum-text-col {
    padding-left: 0;
  }
}

/* #div_block-10938-166 (.white-text) */
.pen-warum-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-right: 144px;
  color: #ffffff;
}

/* #headline-10939-166 (.M-Strong) */
.pen-warum-headline {
  margin: 0 0 16px;
  font-size: 37px;
  line-height: 1.2;
  font-weight: 400;
  color: #223a4f;
}

.pen-warum-headline span {
  color: #fdfeff;
}

/* #text_block-10943-166 (.Heading-Pre) */
.pen-warum-pre {
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 45px;
  font-size: 22px;
}

@media (max-width: 1399px) {
  .pen-warum-pre {
    font-size: 18px;
  }
}

/* #_rich_text-10954-166 (.bm-own-list) */
.pen-warum-list ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.pen-warum-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 22px;
}

.pen-warum-list ul li:before {
  position: absolute;
  width: 20px;
  height: 8px;
  background: var(--primary-1000);
  border-radius: var(--border-radius-minimal);
  left: -20px;
  top: 10px;
  content: "";
}

/* #div_block-10935-166 */
.pen-warum-img-col {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1920px) {
  .pen-warum-img-col {
    padding-right: 30px;
  }
}

/* #image-10936-166 */
.pen-warum-img-col img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  max-width: 750px;
  z-index: 4;
  position: relative;
}

@media (max-width: 1399px) {
  .pen-warum-img-col {
    text-align: center;
    align-items: flex-start;
    padding-right: 15px;
  }

  .pen-warum-img-col img {
    width: 90%;
  }
}

/* #new_columns-10955-166: "Unser Ansatz" */
.pen-ansatz {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 171px;
  position: relative;
  z-index: 4;
}

/* #div_block-10956-166 */
.pen-ansatz-col {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: center;
}

/* #code_block-10958-166 (+ .primary-icon: 150px) */
.pen-ansatz-icon {
  margin-bottom: 30px;
}

.pen-ansatz .primary-icon {
  width: 150px;
  height: 150px;
}

/* #headline-10959-166 */
.pen-ansatz-headline {
  margin: 0 0 20px;
  font-size: 37px;
  color: #223a4f;
}

.pen-ansatz-headline span {
  color: #fdfeff;
}

/* #text_block-10963-166 */
.pen-ansatz-copy {
  font-size: 22px;
  font-weight: 300;
  color: #fdfeff;
  text-align: center;
  max-width: 1295px;
}

@media (max-width: 767px) {
  .pen-warum .section-inner {
    padding: 15px 20px 25px;
  }

  .pen-warum-columns {
    flex-direction: column-reverse;
  }

  .pen-warum-columns > .pen-warum-text-col,
  .pen-warum-columns > .pen-warum-img-col {
    width: 100% !important;
  }

  .pen-warum-text-col {
    align-items: center;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .pen-warum-inner {
    padding-right: 0;
    text-align: left;
    align-items: center;
  }

  .pen-warum-headline {
    font-size: 31px;
    text-align: center;
  }

  .pen-warum-pre {
    font-size: 20px;
    text-align: center;
  }

  .pen-warum-list {
    font-size: 20px;
  }

  .pen-warum-list ul li {
    font-size: 20px;
  }

  .pen-warum-img-col {
    padding-left: 0;
    padding-right: 0;
  }

  .pen-warum-img-col img {
    width: 100%;
  }

  .pen-ansatz {
    margin-top: 71px;
  }

  .pen-ansatz-col {
    padding-left: 0;
    padding-right: 0;
  }

  /* #code_block-10958-166 @767: mb 0, aber universal .primary-icon
     @767 gibt dem SVG selbst 30px Abstand */
  .pen-ansatz-icon {
    margin-bottom: 0;
  }

  .pen-ansatz .primary-icon {
    margin-bottom: 30px;
  }

  .pen-ansatz-headline {
    font-size: 31px;
  }

  .pen-ansatz-copy {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
   CTA (section-11005-153): lp-cta + Abweichungen
   ------------------------------------------------------------ */

/* #headline-11009-153: ragt rechts über die Spalte
   (Farbe wie Original/lp: #111 Basis, Span grün) */
.pen-cta-headline {
  margin-right: -91px;
}

@media (max-width: 1399px) {
  .pen-cta-headline {
    margin-right: 0;
  }
}

/* #text_block-11013-153 @479: 20px (lp: 18px) */
@media (max-width: 479px) {
  .pen-cta .lp-cta-copy {
    font-size: 20px;
  }
}
