.elementor-20266 .elementor-element.elementor-element-33c50e1e{--display:flex;}.elementor-20266 .elementor-element.elementor-element-be18a7d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5ab8a223 *//* =========================================================
   EHS STRATEGIC TRANSFORMATION
   FINAL CUSTOM CSS 2026/2027

   Elementor HTML-Modul
   Advanced → Custom CSS

   WICHTIG:
   Dieser Code verwendet ".elementor-20266 .elementor-element.elementor-element-5ab8a223".
========================================================= */


/* =========================================================
   01. BASIS
========================================================= */

.ehs-strat-course-2026,
.ehs-strat-course-2026 * {
  box-sizing: border-box;
}

.ehs-strat-course-2026 {
  --ehs-navy: #1F2C40;
  --ehs-navy-2: #152133;
  --ehs-petrol: #6D9095;
  --ehs-gold: #C29429;
  --ehs-grey: #ECF0F2;
  --ehs-soft: #F7F9FA;
  --ehs-white: #ffffff;
  --ehs-text: #253244;
  --ehs-muted: #66717E;

  --ehs-line: rgba(31, 44, 64, .13);
  --ehs-line-dark: rgba(255, 255, 255, .17);

  --ehs-shadow-soft:
    0 16px 42px rgba(31, 44, 64, .09);

  --ehs-shadow-card:
    0 16px 38px rgba(31, 44, 64, .08);

  --ehs-shadow-large:
    0 26px 70px rgba(31, 44, 64, .12);

  --ehs-radius-xl: 34px;
  --ehs-radius-lg: 28px;
  --ehs-radius-md: 20px;

  width: 100%;
  margin: 0;
  padding: 0;

  overflow-x: clip;

  background: var(--ehs-white);
  color: var(--ehs-text);

  font-family: inherit;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.ehs-strat-course-2026 a {
  color: inherit;
  text-decoration: none;
}


.ehs-strat-course-2026 img,
.ehs-strat-course-2026 svg {
  display: block;
  max-width: 100%;
}


.ehs-strat-course-2026 ul,
.ehs-strat-course-2026 ol {
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}


.ehs-strat-course-2026 li::marker {
  content: "" !important;
}


.ehs-strat-course-2026 [id] {
  scroll-margin-top: 110px;
}



/* =========================================================
   02. CONTAINER UND SECTIONS
========================================================= */

.ehs-strat-course-2026 .ehs-course-container {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}


.ehs-strat-course-2026 .ehs-course-section {
  padding: 104px 0;
}


/* Weiss */

.ehs-strat-course-2026 .ehs-course-intro,
.ehs-strat-course-2026 .ehs-course-competence,
.ehs-strat-course-2026 .ehs-course-certificate,
.ehs-strat-course-2026 .ehs-course-questions,
.ehs-strat-course-2026 .ehs-course-faculty,
.ehs-strat-course-2026 .ehs-course-faq {
  background: var(--ehs-white);
}


/* Soft */

.ehs-strat-course-2026 .ehs-course-audience,
.ehs-strat-course-2026 .ehs-course-tools,
.ehs-strat-course-2026 .ehs-course-learning,
.ehs-strat-course-2026 .ehs-course-service {
  background: var(--ehs-soft);
}


/* Curriculum */

.ehs-strat-course-2026 .ehs-course-curriculum {
  background: var(--ehs-grey);
}


/* Dunkle Sections */

.ehs-strat-course-2026 .ehs-course-problems,
.ehs-strat-course-2026 .ehs-course-transfer,
.ehs-strat-course-2026 .ehs-course-final {
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(255, 255, 255, .13),
      transparent 34%
    ),
    radial-gradient(
      circle at 10% 0%,
      rgba(109, 144, 149, .22),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      var(--ehs-navy-2),
      var(--ehs-navy)
    );
}



/* =========================================================
   03. TYPOGRAFIE
========================================================= */

.ehs-strat-course-2026 h1,
.ehs-strat-course-2026 h2,
.ehs-strat-course-2026 h3,
.ehs-strat-course-2026 h4,
.ehs-strat-course-2026 p {
  margin-top: 0;
}


.ehs-strat-course-2026 h1 {
  max-width: 850px;
  margin: 0 0 24px;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.07;
  letter-spacing: -.035em;
  font-weight: 650;

  hyphens: none;
  -webkit-hyphens: none;
}


.ehs-strat-course-2026 h2 {
  max-width: 760px;
  margin: 0 0 22px;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.16;
  letter-spacing: -.025em;
  font-weight: 650;

  hyphens: none;
  -webkit-hyphens: none;
}


.ehs-strat-course-2026 h3 {
  margin: 0 0 12px;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.015em;
  font-weight: 750;
}


.ehs-strat-course-2026 h4 {
  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);
}


.ehs-strat-course-2026 p {
  margin-bottom: 0;

  color: var(--ehs-muted);
  -webkit-text-fill-color: var(--ehs-muted);

  font-size: 16px;
  line-height: 1.72;
}


.ehs-strat-course-2026 .ehs-course-lead {
  color: #536070;
  -webkit-text-fill-color: #536070;

  font-size: 18px;
  line-height: 1.72;
}



/* Eyebrow */

.ehs-strat-course-2026 .ehs-course-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin: 0 0 18px;

  color: var(--ehs-gold);
  -webkit-text-fill-color: var(--ehs-gold);

  font-size: 12px;
  font-weight: 800;

  letter-spacing: .12em;
  text-transform: uppercase;
}


.ehs-strat-course-2026 .ehs-course-eyebrow::before {
  content: "";

  width: 30px;
  height: 2px;

  border-radius: 99px;

  background: currentColor;
}



/* =========================================================
   04. DUNKLE FLÄCHEN
========================================================= */

.ehs-strat-course-2026 .ehs-invert h1,
.ehs-strat-course-2026 .ehs-invert h2,
.ehs-strat-course-2026 .ehs-invert h3,
.ehs-strat-course-2026 .ehs-invert h4,
.ehs-strat-course-2026 .ehs-invert p,
.ehs-strat-course-2026 .ehs-invert li,
.ehs-strat-course-2026 .ehs-invert span,
.ehs-strat-course-2026 .ehs-invert strong,
.ehs-strat-course-2026 .ehs-invert .ehs-course-lead,
.ehs-strat-course-2026 .ehs-invert .ehs-course-eyebrow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}


.ehs-strat-course-2026 .ehs-invert p,
.ehs-strat-course-2026 .ehs-invert li,
.ehs-strat-course-2026 .ehs-invert .ehs-course-lead {
  opacity: .84;
}



/* =========================================================
   05. HERO
========================================================= */

.ehs-strat-course-2026 .ehs-course-hero {
  position: relative;
  isolation: isolate;

  min-height: 760px;

  padding: 112px 0 82px;

  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(255, 255, 255, .15),
      transparent 34%
    ),
    radial-gradient(
      circle at 12% 16%,
      rgba(109, 144, 149, .34),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      var(--ehs-navy-2),
      var(--ehs-navy)
    );

  overflow: hidden;
}


.ehs-strat-course-2026 .ehs-course-hero::before {
  content: "";

  position: absolute;

  right: -180px;
  bottom: -260px;

  width: 620px;
  height: 620px;

  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;

  background:
    radial-gradient(
      circle,
      rgba(194, 148, 41, .19),
      transparent 62%
    );

  z-index: -1;
}


.ehs-strat-course-2026 .ehs-course-hero::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, .03) 1px,
      transparent 1px
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .025) 1px,
      transparent 1px
    );

  background-size: 72px 72px;

  opacity: .34;

  pointer-events: none;

  z-index: -1;
}


.ehs-strat-course-2026 .ehs-course-hero-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.02fr)
    minmax(350px, .72fr);

  gap: 72px;

  align-items: center;
}


.ehs-strat-course-2026 .ehs-course-subline {
  max-width: 720px;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  opacity: .87;

  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.66;
}


.ehs-strat-course-2026 .ehs-course-claim {
  max-width: 720px;

  margin-top: 28px;

  padding: 20px 22px 20px 24px;

  border-left: 3px solid var(--ehs-gold);

  border-radius: 0 20px 20px 0;

  background: rgba(255, 255, 255, .08);

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 17px;
  line-height: 1.58;
  font-weight: 650;

  box-shadow:
    0 18px 42px rgba(0, 0, 0, .13);
}



/* =========================================================
   06. BUTTONS
========================================================= */

.ehs-strat-course-2026 .ehs-course-btnrow,
.ehs-strat-course-2026 .ehs-course-final-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 14px;

  align-items: center;

  margin-top: 34px;
  margin-bottom: 0;
}


.ehs-strat-course-2026 .ehs-course-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 15px 24px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;

  text-align: center;
  text-decoration: none;

  transition:
    transform .24s ease,
    box-shadow .24s ease,
    background .24s ease,
    border-color .24s ease;
}


.ehs-strat-course-2026 .ehs-course-btn-primary {
  background: var(--ehs-gold);

  color: var(--ehs-navy) !important;
  -webkit-text-fill-color: var(--ehs-navy) !important;

  box-shadow:
    0 16px 36px rgba(194, 148, 41, .28);
}


.ehs-strat-course-2026 .ehs-course-btn-secondary {
  background: #ffffff;

  color: var(--ehs-navy) !important;
  -webkit-text-fill-color: var(--ehs-navy) !important;

  box-shadow:
    0 16px 38px rgba(0, 0, 0, .16);
}


.ehs-strat-course-2026 .ehs-course-btn-outline {
  background: transparent;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  border-color: rgba(255, 255, 255, .38);
}


.ehs-strat-course-2026 .ehs-course-btn-dark {
  background: var(--ehs-navy);

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  box-shadow:
    0 18px 42px rgba(31, 44, 64, .20);
}


.ehs-strat-course-2026 .ehs-course-link {
  display: inline-flex;

  align-items: center;
  gap: 9px;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 14px;
  font-weight: 800;
}


.ehs-strat-course-2026 .ehs-course-link::after {
  content: "›";

  color: var(--ehs-gold);

  font-size: 24px;
  line-height: 1;

  transform: translateY(-1px);
}



/* =========================================================
   07. HERO PILLS
========================================================= */

.ehs-strat-course-2026 .ehs-course-proofline {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 34px;
}


.ehs-strat-course-2026 .ehs-course-proofline + .ehs-course-proofline {
  margin-top: 12px;
}


.ehs-strat-course-2026 .ehs-course-proofline span {
  display: inline-flex;

  align-items: center;

  min-height: 36px;

  padding: 8px 13px;

  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;

  background: rgba(255, 255, 255, .08);

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 13px;
  font-weight: 800;

  opacity: .93;
}


.ehs-strat-course-2026
.ehs-course-proofline[aria-label="Dozierende"] span {
  border-color: #6D9095 !important;

  background: #6D9095 !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  box-shadow:
    0 10px 24px rgba(109, 144, 149, .24);
}



/* =========================================================
   08. FAKTENCARD
========================================================= */

.ehs-strat-course-2026 .ehs-course-facts-card {
  position: relative;

  padding: 32px;

  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--ehs-radius-xl);

  background: rgba(255, 255, 255, .12);

  box-shadow:
    0 34px 90px rgba(0, 0, 0, .24);

  backdrop-filter: blur(18px);

  overflow: hidden;

  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}


.ehs-strat-course-2026 .ehs-course-facts-card::before {
  content: "";

  position: absolute;

  inset: 18px;

  border-radius: 26px;

  background: #ffffff;

  z-index: -1;
}


.ehs-strat-course-2026 .ehs-course-facts-card::after {
  content: "";

  position: absolute;

  top: 0;
  right: 0;

  width: 170px;
  height: 170px;

  border-radius: 0 34px 0 999px;

  background:
    linear-gradient(
      135deg,
      rgba(194, 148, 41, .24),
      rgba(109, 144, 149, .16)
    );

  z-index: -1;
}


.ehs-strat-course-2026 .ehs-course-facts-label {
  display: inline-flex;

  margin-bottom: 12px;

  padding: 8px 12px;

  border-radius: 999px;

  background: rgba(109, 144, 149, .14);

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 12px;
  font-weight: 900;

  letter-spacing: .08em;
  text-transform: uppercase;
}


.ehs-strat-course-2026 .ehs-course-facts-date {
  margin-bottom: 22px;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 26px;
  line-height: 1.16;
  letter-spacing: -.015em;
  font-weight: 620;
}


.ehs-strat-course-2026 .ehs-course-facts-list {
  display: grid;

  gap: 0;

  margin: 0;
  padding: 0;
}


.ehs-strat-course-2026 .ehs-course-facts-list div {
  display: grid;

  grid-template-columns: 118px minmax(0, 1fr);

  gap: 16px;

  padding: 14px 0;

  border-top: 1px solid var(--ehs-line);
}


.ehs-strat-course-2026 .ehs-course-facts-list dt {
  color: var(--ehs-muted);
  -webkit-text-fill-color: var(--ehs-muted);

  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}


.ehs-strat-course-2026 .ehs-course-facts-list dd {
  margin: 0;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}



/* =========================================================
   09. ANKERMENÜ
========================================================= */

.ehs-strat-course-2026 .ehs-course-anchorbar {
  position: relative;

  z-index: 10;

  margin-top: 0;

  padding: 26px 0 34px;

  background: #ffffff;
}


.ehs-strat-course-2026 .ehs-course-anchorbox {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;

  gap: 10px;

  width: 100%;

  padding: 14px 18px;

  border: 1px solid var(--ehs-line);
  border-radius: 999px;

  background: #ffffff;

  box-shadow: var(--ehs-shadow-soft);
}


.ehs-strat-course-2026 .ehs-course-anchorbox a {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 38px;

  padding: 9px 14px;

  border-radius: 999px;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 13px;
  font-weight: 850;

  text-align: center;

  transition:
    transform .22s ease,
    background .22s ease;
}


.ehs-strat-course-2026
.ehs-course-anchorbar + .ehs-course-section {
  padding-top: 82px;
}



/* =========================================================
   10. TITELRASTER
========================================================= */

.ehs-strat-course-2026 .ehs-course-titlegrid {
  display: grid;

  grid-template-columns:
    minmax(0, .95fr)
    minmax(320px, .78fr);

  gap: 76px;

  align-items: start;

  margin-bottom: 62px;
}


.ehs-strat-course-2026
.ehs-course-titlegrid .ehs-course-lead {
  max-width: 460px;

  padding-top: 4px;
}



/* =========================================================
   11. HAUPTGRIDS
========================================================= */

.ehs-strat-course-2026 .ehs-course-outcome-grid,
.ehs-strat-course-2026 .ehs-course-audience-grid,
.ehs-strat-course-2026 .ehs-course-problem-grid,
.ehs-strat-course-2026 .ehs-course-certificate-grid,
.ehs-strat-course-2026 .ehs-course-learning-grid,
.ehs-strat-course-2026 .ehs-course-question-grid,
.ehs-strat-course-2026 .ehs-course-service-grid,
.ehs-strat-course-2026 .ehs-course-tool-grid,
.ehs-strat-course-2026 .ehs-course-faculty-grid,
.ehs-strat-course-2026 .ehs-course-transfer-steps {
  display: grid;

  gap: 24px;
}


.ehs-strat-course-2026 .ehs-course-outcome-grid,
.ehs-strat-course-2026 .ehs-course-certificate-grid,
.ehs-strat-course-2026 .ehs-course-learning-grid,
.ehs-strat-course-2026 .ehs-course-tool-grid {
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
}


.ehs-strat-course-2026 .ehs-course-audience-grid,
.ehs-strat-course-2026 .ehs-course-problem-grid,
.ehs-strat-course-2026 .ehs-course-question-grid,
.ehs-strat-course-2026 .ehs-course-service-grid,
.ehs-strat-course-2026 .ehs-course-faculty-grid {
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
}



/* =========================================================
   12. STANDARDKARTEN
========================================================= */

.ehs-strat-course-2026 .ehs-course-outcome-card,
.ehs-strat-course-2026 .ehs-course-audience-card,
.ehs-strat-course-2026 .ehs-course-certificate-card,
.ehs-strat-course-2026 .ehs-course-learning-card,
.ehs-strat-course-2026 .ehs-course-question-card,
.ehs-strat-course-2026 .ehs-course-service-card {
  position: relative;

  display: grid;

  grid-template-rows:
    auto
    auto
    1fr
    auto;

  min-height: 260px;

  padding: 28px;

  border: 1px solid var(--ehs-line);
  border-radius: var(--ehs-radius-lg);

  background: #ffffff;

  box-shadow: var(--ehs-shadow-card);

  overflow: hidden;

  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}


.ehs-strat-course-2026 .ehs-course-outcome-card span,
.ehs-strat-course-2026 .ehs-course-learning-card span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  margin-bottom: 22px;

  border-radius: 15px;

  background: rgba(194, 148, 41, .16);

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 13px;
  font-weight: 900;
}



/* =========================================================
   13. FITBOX UND KOMPETENZEN
========================================================= */

.ehs-strat-course-2026 .ehs-course-fitbox {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 24px;

  margin-top: 38px;
}


.ehs-strat-course-2026 .ehs-course-fitbox > div,
.ehs-strat-course-2026 .ehs-course-competence-list {
  padding: 28px 30px;

  border: 1px solid var(--ehs-line);
  border-radius: 30px;

  background: #ffffff;

  box-shadow: var(--ehs-shadow-card);
}


.ehs-strat-course-2026 .ehs-course-competence-list {
  max-width: 920px;

  margin: 0;
}


.ehs-strat-course-2026 .ehs-course-fitbox ul,
.ehs-strat-course-2026 .ehs-course-competence-list {
  display: grid;

  gap: 10px;
}


.ehs-strat-course-2026 .ehs-course-fitbox li,
.ehs-strat-course-2026 .ehs-course-competence-list li {
  position: relative;

  padding-left: 24px;

  color: var(--ehs-muted);
  -webkit-text-fill-color: var(--ehs-muted);

  font-size: 15px;
  line-height: 1.58;
}


.ehs-strat-course-2026 .ehs-course-fitbox li::before,
.ehs-strat-course-2026 .ehs-course-competence-list li::before {
  content: "";

  position: absolute;

  left: 0;
  top: .45em;

  width: 10px;
  height: 10px;

  border-radius: 999px;

  background: var(--ehs-gold);

  box-shadow:
    0 0 0 5px rgba(194, 148, 41, .14);
}



/* =========================================================
   14. PROBLEMKARTEN
========================================================= */

.ehs-strat-course-2026 .ehs-course-problem-card {
  position: relative;

  isolation: isolate;

  min-height: 220px;

  padding: 28px;

  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 26px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, .095),
      rgba(255, 255, 255, .045)
    );

  box-shadow:
    0 18px 42px rgba(0, 0, 0, .14);

  overflow: hidden;

  transition:
    transform .28s ease,
    border-color .28s ease,
    background .28s ease,
    box-shadow .28s ease;
}


.ehs-strat-course-2026 .ehs-course-problem-card h3,
.ehs-strat-course-2026 .ehs-course-problem-card p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}


.ehs-strat-course-2026 .ehs-course-problem-card p {
  opacity: .82;
}



/* =========================================================
   15. TERMINÜBERSICHT
========================================================= */

.ehs-strat-course-2026 .ehs-strat-schedule-overview {
  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  gap: 14px;

  margin-top: 4px;
  margin-bottom: 54px;
}


.ehs-strat-course-2026
.ehs-strat-schedule-overview > div {
  position: relative;

  min-height: 112px;

  padding: 20px 18px;

  border: 1px solid var(--ehs-line);
  border-radius: 20px;

  background: #ffffff;

  box-shadow:
    0 12px 30px rgba(31, 44, 64, .055);

  overflow: hidden;
}


.ehs-strat-course-2026
.ehs-strat-schedule-overview > div::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--ehs-petrol),
      var(--ehs-gold)
    );
}


.ehs-strat-course-2026
.ehs-strat-schedule-overview span {
  display: block;

  margin-bottom: 7px;

  color: var(--ehs-petrol);
  -webkit-text-fill-color: var(--ehs-petrol);

  font-size: 11px;
  line-height: 1.35;
  font-weight: 900;

  letter-spacing: .075em;
  text-transform: uppercase;
}


.ehs-strat-course-2026
.ehs-strat-schedule-overview strong {
  display: block;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 15px;
  line-height: 1.45;
  font-weight: 750;

  hyphens: none;
  -webkit-hyphens: none;
}



/* =========================================================
   16. DETAILLIERTE MODULE
========================================================= */

.ehs-strat-course-2026 .ehs-strat-module {
  position: relative;

  margin-top: 34px;

  border: 1px solid rgba(31, 44, 64, .12);
  border-radius: 30px;

  background: #ffffff;

  box-shadow:
    0 18px 46px rgba(31, 44, 64, .085);

  overflow: hidden;
}


.ehs-strat-course-2026
.ehs-strat-module + .ehs-strat-module {
  margin-top: 34px;
}



/* Kopf */

.ehs-strat-course-2026 .ehs-strat-module-header {
  position: relative;

  padding: 34px 36px 32px;

  background:
    radial-gradient(
      circle at 92% 0%,
      rgba(109, 144, 149, .24),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      var(--ehs-navy-2),
      var(--ehs-navy)
    );
}


.ehs-strat-course-2026 .ehs-strat-module-meta {
  display: flex;

  align-items: center;
  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 22px;
}


.ehs-strat-course-2026 .ehs-strat-module-number {
  display: inline-flex;

  align-items: center;

  width: max-content;

  padding: 8px 13px;

  border-radius: 999px;

  background: var(--ehs-gold);

  color: var(--ehs-navy) !important;
  -webkit-text-fill-color: var(--ehs-navy) !important;

  font-size: 12px;
  line-height: 1;
  font-weight: 900;

  letter-spacing: .07em;
  text-transform: uppercase;
}


.ehs-strat-course-2026 .ehs-strat-module-days {
  display: inline-flex;

  align-items: center;

  min-height: 30px;

  padding: 6px 10px;

  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;

  background: rgba(255, 255, 255, .075);

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 12px;
  font-weight: 750;

  opacity: .84;
}



/* Headline */

.ehs-strat-course-2026 .ehs-strat-module-headline {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    250px;

  gap: 44px;

  align-items: end;
}


.ehs-strat-course-2026 .ehs-strat-module-headline h3 {
  max-width: 760px;

  margin: 0 0 12px;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: clamp(26px, 2.7vw, 37px);
  line-height: 1.13;
  letter-spacing: -.025em;
  font-weight: 650;

  hyphens: none;
  -webkit-hyphens: none;
}


.ehs-strat-course-2026 .ehs-strat-module-headline p {
  max-width: 760px;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  opacity: .76;

  font-size: 16px;
  line-height: 1.64;
}



/* Terminbox */

.ehs-strat-course-2026 .ehs-strat-module-date {
  padding: 17px 18px;

  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 17px;

  background: rgba(255, 255, 255, .075);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07);
}


.ehs-strat-course-2026 .ehs-strat-module-date span {
  display: block;

  margin-bottom: 6px;

  color: rgba(255, 255, 255, .60) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .60) !important;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: .09em;
  text-transform: uppercase;
}


.ehs-strat-course-2026 .ehs-strat-module-date strong {
  display: block;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 15px;
  line-height: 1.4;
  font-weight: 750;

  hyphens: none;
  -webkit-hyphens: none;
}



/* Modulbody */

.ehs-strat-course-2026 .ehs-strat-module-body {
  padding: 38px 36px 40px;
}


.ehs-strat-course-2026 .ehs-strat-module-intro {
  max-width: 900px;

  margin-bottom: 32px;
}


.ehs-strat-course-2026 .ehs-strat-module-label {
  display: block;

  margin-bottom: 4px;

  color: var(--ehs-petrol);
  -webkit-text-fill-color: var(--ehs-petrol);

  font-size: 11px;
  font-weight: 900;

  letter-spacing: .08em;
  text-transform: uppercase;
}


.ehs-strat-course-2026 .ehs-strat-module-intro strong {
  display: block;

  margin-bottom: 14px;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 750;
}


.ehs-strat-course-2026 .ehs-strat-module-intro p {
  max-width: 880px;

  color: var(--ehs-muted);
  -webkit-text-fill-color: var(--ehs-muted);

  font-size: 16px;
  line-height: 1.7;
}



/* =========================================================
   17. KURSTAGE
========================================================= */

.ehs-strat-course-2026 .ehs-strat-days-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 22px;

  align-items: stretch;
}


.ehs-strat-course-2026 .ehs-strat-days-grid-single {
  grid-template-columns: minmax(0, 1fr);
}


.ehs-strat-course-2026 .ehs-strat-day-card {
  display: flex;
  flex-direction: column;

  height: 100%;

  padding: 26px;

  border: 1px solid var(--ehs-line);
  border-radius: 22px;

  background: var(--ehs-soft);
}


.ehs-strat-course-2026 .ehs-strat-day-head {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 18px;

  padding-bottom: 16px;
  margin-bottom: 16px;

  border-bottom: 1px solid var(--ehs-line);
}


.ehs-strat-course-2026 .ehs-strat-day-head span {
  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}


.ehs-strat-course-2026 .ehs-strat-day-head strong {
  color: var(--ehs-petrol);
  -webkit-text-fill-color: var(--ehs-petrol);

  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;

  white-space: nowrap;
}


.ehs-strat-course-2026 .ehs-strat-day-card ul {
  display: grid;

  gap: 0;
}


.ehs-strat-course-2026 .ehs-strat-day-card li {
  position: relative;

  padding: 9px 0 9px 24px;

  color: var(--ehs-muted);
  -webkit-text-fill-color: var(--ehs-muted);

  font-size: 15px;
  line-height: 1.57;
}


.ehs-strat-course-2026 .ehs-strat-day-card li::before {
  content: "";

  position: absolute;

  left: 2px;
  top: 17px;

  width: 8px;
  height: 8px;

  border-radius: 999px;

  background: var(--ehs-gold);

  box-shadow:
    0 0 0 4px rgba(194, 148, 41, .12);
}



/* =========================================================
   18. MODUL-RETROSPEKTIVEN
========================================================= */

.ehs-strat-course-2026 .ehs-strat-retro {
  margin-top: 20px;

  padding: 16px 18px;

  border: 1px solid rgba(109, 144, 149, .22);
  border-radius: 16px;

  background: #ffffff;

  box-shadow:
    0 8px 22px rgba(31, 44, 64, .045);
}


.ehs-strat-course-2026 .ehs-strat-retro span {
  display: block;

  margin-bottom: 5px;

  color: var(--ehs-petrol);
  -webkit-text-fill-color: var(--ehs-petrol);

  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}


.ehs-strat-course-2026 .ehs-strat-retro p {
  color: var(--ehs-muted);
  -webkit-text-fill-color: var(--ehs-muted);

  font-size: 14px;
  line-height: 1.55;
}


.ehs-strat-course-2026 .ehs-strat-project {
  margin-top: 10px;

  border-color: rgba(194, 148, 41, .28);

  background: rgba(194, 148, 41, .055);
}



/* =========================================================
   19. PRÜFUNGSBLOCK
========================================================= */

.ehs-strat-course-2026 .ehs-strat-exam {
  position: relative;

  margin-top: 52px;

  padding: 40px;

  border-radius: 30px;

  background:
    radial-gradient(
      circle at 90% 0%,
      rgba(109, 144, 149, .26),
      transparent 38%
    ),
    radial-gradient(
      circle at 10% 100%,
      rgba(194, 148, 41, .15),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      var(--ehs-navy-2),
      var(--ehs-navy)
    );

  box-shadow:
    0 26px 68px rgba(31, 44, 64, .20);

  overflow: hidden;
}


.ehs-strat-course-2026 .ehs-strat-exam-head {
  display: flex;

  justify-content: space-between;
  align-items: flex-start;

  gap: 34px;

  margin-bottom: 30px;
}


.ehs-strat-course-2026 .ehs-strat-exam-head h3 {
  max-width: 720px;

  margin: 4px 0 0;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: clamp(27px, 2.8vw, 37px);
  line-height: 1.16;
  letter-spacing: -.025em;
  font-weight: 650;

  hyphens: none;
  -webkit-hyphens: none;
}


.ehs-strat-course-2026 .ehs-strat-exam-meta {
  display: flex;
  flex-direction: column;

  gap: 10px;

  min-width: 230px;
}


.ehs-strat-course-2026 .ehs-strat-exam-badge {
  align-self: flex-end;

  padding: 9px 14px;

  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;

  background: var(--ehs-gold);

  color: var(--ehs-navy) !important;
  -webkit-text-fill-color: var(--ehs-navy) !important;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;
}


.ehs-strat-course-2026 .ehs-strat-exam-date {
  padding: 15px 16px;

  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 15px;

  background: rgba(255, 255, 255, .075);
}


.ehs-strat-course-2026 .ehs-strat-exam-date span {
  display: block;

  margin-bottom: 5px;

  color: rgba(255, 255, 255, .58) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .58) !important;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: .08em;
  text-transform: uppercase;
}


.ehs-strat-course-2026 .ehs-strat-exam-date strong {
  display: block;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 15px;
  line-height: 1.4;
  font-weight: 750;
}


.ehs-strat-course-2026 .ehs-strat-exam-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 18px;
}


.ehs-strat-course-2026 .ehs-strat-exam-grid > div {
  min-height: 210px;

  padding: 24px;

  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;

  background: rgba(255, 255, 255, .075);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04);
}


.ehs-strat-course-2026 .ehs-strat-exam-grid span {
  display: block;

  margin-bottom: 9px;

  color: var(--ehs-gold) !important;
  -webkit-text-fill-color: var(--ehs-gold) !important;

  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;

  letter-spacing: .08em;
  text-transform: uppercase;
}


.ehs-strat-course-2026 .ehs-strat-exam-grid h4 {
  margin: 0 0 10px;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 18px;
  line-height: 1.35;
  font-weight: 750;
}


.ehs-strat-course-2026 .ehs-strat-exam-grid p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  opacity: .72;

  font-size: 14px;
  line-height: 1.64;
}



/* =========================================================
   20. METHODEN UND TOOLS
========================================================= */

.ehs-strat-course-2026 .ehs-course-tool-card {
  display: flex;

  align-items: center;

  min-height: 74px;

  padding: 18px 20px;

  border: 1px solid var(--ehs-line);
  border-radius: 18px;

  background: #ffffff;

  box-shadow:
    0 12px 30px rgba(31, 44, 64, .06);

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;

  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}



/* =========================================================
   21. TRANSFER
========================================================= */

.ehs-strat-course-2026 .ehs-course-transfer-grid {
  display: grid;

  grid-template-columns:
    minmax(0, .86fr)
    minmax(0, 1.14fr);

  gap: 56px;

  align-items: center;
}


.ehs-strat-course-2026 .ehs-course-transfer-steps {
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
}


.ehs-strat-course-2026
.ehs-course-transfer-steps article {
  display: grid;

  grid-template-columns:
    42px
    minmax(0, 1fr);

  gap: 14px;

  align-items: start;

  min-height: 168px;

  padding: 18px;

  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 20px;

  background: rgba(255, 255, 255, .08);

  box-shadow:
    0 16px 38px rgba(0, 0, 0, .13);
}


.ehs-strat-course-2026
.ehs-course-transfer-steps article > span {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 42px !important;
  height: 42px !important;

  min-width: 42px !important;
  min-height: 42px !important;

  border-radius: 14px !important;

  background: #ffffff !important;

  color: var(--ehs-navy) !important;
  -webkit-text-fill-color: var(--ehs-navy) !important;

  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}


.ehs-strat-course-2026
.ehs-course-transfer-steps h3,
.ehs-strat-course-2026
.ehs-course-transfer-steps p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}



/* =========================================================
   22. DOZIERENDE
========================================================= */

.ehs-strat-course-2026 .ehs-course-faculty-card {
  display: grid;

  grid-template-rows:
    250px
    58px
    124px
    auto;

  height: 100%;

  padding: 22px;

  border: 1px solid var(--ehs-line);
  border-radius: 28px;

  background: #ffffff;

  box-shadow: var(--ehs-shadow-card);

  overflow: hidden;

  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}


.ehs-strat-course-2026 .ehs-course-faculty-photo {
  width: 100%;
  height: 250px;

  margin: 0;

  border-radius: 22px;

  overflow: hidden;

  background: var(--ehs-grey);

  box-shadow:
    0 14px 32px rgba(31, 44, 64, .10);
}


.ehs-strat-course-2026 .ehs-course-faculty-photo img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center top;

  transform: scale(1.01);

  transition:
    transform .38s ease;
}


.ehs-strat-course-2026 .ehs-course-faculty-card h3 {
  align-self: start;

  margin: 0;
  padding-top: 16px;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 18px;
  line-height: 1.2;
  font-weight: 750;
}


.ehs-strat-course-2026 .ehs-course-faculty-card p {
  align-self: start;

  margin: 0;

  color: var(--ehs-muted);
  -webkit-text-fill-color: var(--ehs-muted);

  font-size: 13.5px;
  line-height: 1.58;
}



/* =========================================================
   23. FAQ
========================================================= */

.ehs-strat-course-2026 .ehs-course-faq-list {
  display: grid;

  gap: 14px;

  max-width: 980px;
}


.ehs-strat-course-2026 .ehs-course-faq-item {
  border: 1px solid var(--ehs-line);
  border-radius: 22px;

  background: #ffffff;

  box-shadow:
    0 10px 28px rgba(31, 44, 64, .055);

  overflow: hidden;
}


.ehs-strat-course-2026 .ehs-course-faq-item summary {
  position: relative;

  display: flex;

  align-items: center;

  min-height: 72px;

  padding: 20px 58px 20px 24px;

  cursor: pointer;

  color: var(--ehs-navy);
  -webkit-text-fill-color: var(--ehs-navy);

  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;

  list-style: none;
}


.ehs-strat-course-2026
.ehs-course-faq-item summary::-webkit-details-marker {
  display: none;
}


.ehs-strat-course-2026
.ehs-course-faq-item summary::after {
  content: "+";

  position: absolute;

  right: 24px;
  top: 50%;

  transform: translateY(-50%);

  color: var(--ehs-gold);

  font-size: 26px;
  line-height: 1;
  font-weight: 500;
}


.ehs-strat-course-2026
.ehs-course-faq-item[open] summary::after {
  content: "−";
}


.ehs-strat-course-2026 .ehs-course-faq-item > div {
  padding: 0 24px 24px;
}


.ehs-strat-course-2026 .ehs-course-faq-item p {
  max-width: 850px;
}



/* =========================================================
   24. FINAL CTA
========================================================= */

.ehs-strat-course-2026 .ehs-course-final {
  padding: 90px 0;
}


.ehs-strat-course-2026 .ehs-course-final-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(320px, .70fr);

  gap: 64px;

  align-items: center;
}


.ehs-strat-course-2026 .ehs-course-final h2 {
  max-width: 720px;
}


.ehs-strat-course-2026 .ehs-course-final p {
  max-width: 700px;

  font-size: 17px;
  line-height: 1.68;
}


.ehs-strat-course-2026 .ehs-course-final-actions {
  justify-content: flex-end;
}



/* =========================================================
   25. DESKTOP HOVER
========================================================= */

@media (hover: hover) and (pointer: fine) {

  .ehs-strat-course-2026 .ehs-course-btn:hover {
    transform: translateY(-2px);
  }


  .ehs-strat-course-2026 .ehs-course-btn-primary:hover {
    box-shadow:
      0 20px 46px rgba(194, 148, 41, .36);
  }


  .ehs-strat-course-2026 .ehs-course-btn-secondary:hover {
    box-shadow:
      0 20px 46px rgba(0, 0, 0, .21);
  }


  .ehs-strat-course-2026 .ehs-course-btn-outline:hover {
    background: rgba(255, 255, 255, .10);

    border-color: rgba(255, 255, 255, .62);
  }


  .ehs-strat-course-2026 .ehs-course-anchorbox a:hover {
    transform: translateY(-1px);

    background: var(--ehs-soft);
  }


  .ehs-strat-course-2026 .ehs-course-outcome-card:hover,
  .ehs-strat-course-2026 .ehs-course-audience-card:hover,
  .ehs-strat-course-2026 .ehs-course-certificate-card:hover,
  .ehs-strat-course-2026 .ehs-course-learning-card:hover,
  .ehs-strat-course-2026 .ehs-course-question-card:hover,
  .ehs-strat-course-2026 .ehs-course-service-card:hover {
    transform: translateY(-5px);

    border-color: rgba(194, 148, 41, .30);

    box-shadow:
      0 24px 58px rgba(31, 44, 64, .12);
  }


  .ehs-strat-course-2026 .ehs-course-problem-card:hover {
    transform: translateY(-5px);

    border-color: rgba(194, 148, 41, .38);

    background:
      linear-gradient(
        145deg,
        rgba(255, 255, 255, .13),
        rgba(255, 255, 255, .065)
      );
  }


  .ehs-strat-course-2026 .ehs-course-tool-card:hover {
    transform: translateY(-4px);

    border-color: rgba(194, 148, 41, .34);

    box-shadow:
      0 18px 42px rgba(31, 44, 64, .10);
  }


  .ehs-strat-course-2026 .ehs-course-faculty-card:hover {
    transform: translateY(-7px);

    border-color: rgba(194, 148, 41, .38);

    box-shadow:
      0 30px 76px rgba(31, 44, 64, .15);
  }


  .ehs-strat-course-2026
  .ehs-course-faculty-card:hover
  .ehs-course-faculty-photo img {
    transform: scale(1.06);
  }


  .ehs-strat-course-2026 .ehs-course-facts-card:hover {
    transform: translateY(-6px);

    border-color: rgba(255, 255, 255, .38);

    box-shadow:
      0 42px 100px rgba(0, 0, 0, .30);
  }


  .ehs-strat-course-2026
  .ehs-strat-schedule-overview > div:hover {
    transform: translateY(-3px);

    border-color: rgba(194, 148, 41, .32);

    box-shadow:
      0 18px 42px rgba(31, 44, 64, .09);
  }

}



/* =========================================================
   26. TABLET
========================================================= */

@media (max-width: 1080px) {

  .ehs-strat-course-2026 .ehs-course-hero-grid,
  .ehs-strat-course-2026 .ehs-course-titlegrid,
  .ehs-strat-course-2026 .ehs-course-transfer-grid,
  .ehs-strat-course-2026 .ehs-course-final-grid {
    grid-template-columns: 1fr;
  }


  .ehs-strat-course-2026 .ehs-course-titlegrid {
    gap: 22px;
  }


  .ehs-strat-course-2026
  .ehs-course-titlegrid .ehs-course-lead {
    max-width: 760px;

    padding-top: 0;
  }


  .ehs-strat-course-2026 .ehs-course-outcome-grid,
  .ehs-strat-course-2026 .ehs-course-certificate-grid,
  .ehs-strat-course-2026 .ehs-course-learning-grid,
  .ehs-strat-course-2026 .ehs-course-audience-grid,
  .ehs-strat-course-2026 .ehs-course-problem-grid,
  .ehs-strat-course-2026 .ehs-course-question-grid,
  .ehs-strat-course-2026 .ehs-course-service-grid,
  .ehs-strat-course-2026 .ehs-course-faculty-grid,
  .ehs-strat-course-2026 .ehs-course-tool-grid,
  .ehs-strat-course-2026 .ehs-course-transfer-steps,
  .ehs-strat-course-2026 .ehs-course-fitbox {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .ehs-strat-course-2026 .ehs-strat-schedule-overview {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }


  .ehs-strat-course-2026 .ehs-strat-exam-grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }


  .ehs-strat-course-2026 .ehs-course-final-actions {
    justify-content: flex-start;
  }

}



/* =========================================================
   27. TABLET KLEIN
========================================================= */

@media (max-width: 900px) {

  .ehs-strat-course-2026 .ehs-strat-module-headline {
    grid-template-columns: 1fr;

    gap: 24px;
  }


  .ehs-strat-course-2026 .ehs-strat-module-date {
    max-width: 390px;
  }


  .ehs-strat-course-2026 .ehs-strat-days-grid {
    grid-template-columns: 1fr;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-head {
    flex-direction: column;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-meta {
    width: 100%;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-badge {
    align-self: flex-start;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-date {
    max-width: 390px;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-grid {
    grid-template-columns: 1fr;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-grid > div {
    min-height: 0;
  }

}



/* =========================================================
   28. SMARTPHONE
========================================================= */

@media (max-width: 760px) {

  .ehs-strat-course-2026 {
    hyphens: auto;
    -webkit-hyphens: auto;

    overflow-wrap: break-word;
  }


  .ehs-strat-course-2026 .ehs-course-container {
    width: min(100% - 28px, 1180px);
  }


  .ehs-strat-course-2026 .ehs-course-section {
    padding: 74px 0;
  }


  .ehs-strat-course-2026 .ehs-course-hero {
    min-height: auto;

    padding: 76px 0 54px;
  }


  .ehs-strat-course-2026 h1 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.1;
    letter-spacing: -.03em;

    hyphens: none;
    -webkit-hyphens: none;
  }


  .ehs-strat-course-2026 h2 {
    font-size: clamp(25px, 7vw, 32px);
    line-height: 1.18;
    letter-spacing: -.02em;

    hyphens: none;
    -webkit-hyphens: none;
  }


  .ehs-strat-course-2026 h3 {
    font-size: 19px;
  }


  .ehs-strat-course-2026 .ehs-course-btnrow,
  .ehs-strat-course-2026 .ehs-course-final-actions {
    width: 100%;

    margin-top: 30px;
  }


  .ehs-strat-course-2026 .ehs-course-btn {
    width: 100%;
  }


  .ehs-strat-course-2026 .ehs-course-facts-card {
    padding: 24px;
  }


  .ehs-strat-course-2026 .ehs-course-facts-card::before {
    inset: 12px;
  }


  .ehs-strat-course-2026 .ehs-course-facts-date {
    font-size: 24px;
  }


  .ehs-strat-course-2026 .ehs-course-facts-list div {
    grid-template-columns: 1fr;

    gap: 4px;
  }


  .ehs-strat-course-2026 .ehs-course-anchorbar {
    padding: 18px 0 28px;
  }


  .ehs-strat-course-2026 .ehs-course-anchorbox {
    padding: 12px;

    border-radius: 24px;
  }


  .ehs-strat-course-2026 .ehs-course-anchorbox a {
    flex: 1 1 calc(50% - 10px);

    text-align: center;
  }


  .ehs-strat-course-2026 .ehs-course-outcome-grid,
  .ehs-strat-course-2026 .ehs-course-audience-grid,
  .ehs-strat-course-2026 .ehs-course-problem-grid,
  .ehs-strat-course-2026 .ehs-course-certificate-grid,
  .ehs-strat-course-2026 .ehs-course-learning-grid,
  .ehs-strat-course-2026 .ehs-course-question-grid,
  .ehs-strat-course-2026 .ehs-course-service-grid,
  .ehs-strat-course-2026 .ehs-course-faculty-grid,
  .ehs-strat-course-2026 .ehs-course-tool-grid,
  .ehs-strat-course-2026 .ehs-course-transfer-steps,
  .ehs-strat-course-2026 .ehs-course-fitbox,
  .ehs-strat-course-2026 .ehs-strat-schedule-overview {
    grid-template-columns: 1fr;
  }


  .ehs-strat-course-2026 .ehs-course-outcome-card,
  .ehs-strat-course-2026 .ehs-course-audience-card,
  .ehs-strat-course-2026 .ehs-course-certificate-card,
  .ehs-strat-course-2026 .ehs-course-learning-card,
  .ehs-strat-course-2026 .ehs-course-question-card,
  .ehs-strat-course-2026 .ehs-course-service-card,
  .ehs-strat-course-2026 .ehs-course-problem-card {
    min-height: 0;

    padding: 24px;
  }


  .ehs-strat-course-2026 .ehs-course-faculty-card {
    grid-template-rows:
      auto
      auto
      auto
      auto;

    padding: 20px;
  }


  .ehs-strat-course-2026 .ehs-course-faculty-photo {
    height: 280px;
  }


  .ehs-strat-course-2026 .ehs-strat-schedule-overview {
    margin-bottom: 38px;
  }


  .ehs-strat-course-2026
  .ehs-strat-schedule-overview > div {
    min-height: 0;

    padding: 18px 18px 19px;
  }


  .ehs-strat-course-2026 .ehs-strat-module {
    border-radius: 22px;
  }


  .ehs-strat-course-2026 .ehs-strat-module-header {
    padding: 27px 22px 26px;
  }


  .ehs-strat-course-2026 .ehs-strat-module-body {
    padding: 27px 22px 30px;
  }


  .ehs-strat-course-2026 .ehs-strat-module-headline h3 {
    font-size: 26px;

    hyphens: none;
    -webkit-hyphens: none;
  }


  .ehs-strat-course-2026 .ehs-strat-module-date {
    max-width: none;
  }


  .ehs-strat-course-2026 .ehs-strat-day-card {
    padding: 21px 19px;
  }


  .ehs-strat-course-2026 .ehs-strat-day-head {
    flex-direction: column;

    align-items: flex-start;

    gap: 5px;
  }


  .ehs-strat-course-2026 .ehs-strat-exam {
    padding: 28px 22px;

    border-radius: 22px;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-head h3 {
    font-size: 27px;

    hyphens: none;
    -webkit-hyphens: none;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-meta {
    min-width: 0;
  }


  .ehs-strat-course-2026 .ehs-strat-exam-date {
    max-width: none;
  }


  .ehs-strat-course-2026 .ehs-course-transfer-steps article {
    min-height: 0;
  }


  .ehs-strat-course-2026 .ehs-course-final {
    padding: 74px 0;
  }

}



/* =========================================================
   29. SEHR KLEINE SMARTPHONES
========================================================= */

@media (max-width: 480px) {

  .ehs-strat-course-2026 .ehs-course-container {
    width: calc(100% - 24px);
  }


  .ehs-strat-course-2026 .ehs-course-anchorbox a {
    flex: 1 1 100%;
  }


  .ehs-strat-course-2026 .ehs-strat-module-meta {
    align-items: flex-start;
  }


  .ehs-strat-course-2026 .ehs-strat-module-number,
  .ehs-strat-course-2026 .ehs-strat-module-days {
    width: max-content;
    max-width: 100%;
  }


  .ehs-strat-course-2026 .ehs-strat-day-card li {
    font-size: 14.5px;
  }

}



/* =========================================================
   30. SILBENTRENNUNG FINAL
========================================================= */

/* Desktop: Überschriften nie trennen */

.ehs-strat-course-2026 h1,
.ehs-strat-course-2026 h2,
.ehs-strat-course-2026
.ehs-strat-module-headline h3,
.ehs-strat-course-2026
.ehs-strat-exam-head h3,
.ehs-strat-course-2026
.ehs-strat-schedule-overview strong,
.ehs-strat-course-2026
.ehs-strat-module-date strong {
  hyphens: none !important;
  -webkit-hyphens: none !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
}


/* Mobile: Fliesstext darf sauber getrennt werden */

@media (max-width: 760px) {

  .ehs-strat-course-2026 p,
  .ehs-strat-course-2026 li {
    hyphens: auto;
    -webkit-hyphens: auto;

    overflow-wrap: break-word;
  }


  .ehs-strat-course-2026 h1,
  .ehs-strat-course-2026 h2,
  .ehs-strat-course-2026 h3,
  .ehs-strat-course-2026 h4,
  .ehs-strat-course-2026
  .ehs-strat-module-date strong,
  .ehs-strat-course-2026
  .ehs-strat-schedule-overview strong {
    hyphens: none !important;
    -webkit-hyphens: none !important;

    word-break: normal !important;
  }

}
/* =========================================================
   SERVICE CTA BUTTONS
   Gleiche Breite und gleiche Höhe
========================================================= */

.ehs-strat-course-2026 .ehs-course-service-card {
  display: flex;
  flex-direction: column;
}

.ehs-strat-course-2026 .ehs-course-service-card p {
  flex-grow: 1;
}

.ehs-strat-course-2026 .ehs-course-service-card .ehs-course-btn {
  width: 100%;
  min-height: 58px;
  margin-top: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 15px 20px;

  text-align: center;
  white-space: normal;
}

/* =========================================================
   31. FINALER ROBUSTHEITS-PATCH
   Für globales Elementor Custom CSS / WordPress Zusatz-CSS
========================================================= */

.ehs-strat-course-2026 {
  display: block;
  width: 100%;
}

.ehs-strat-course-2026 .ehs-course-hero,
.ehs-strat-course-2026 .ehs-course-section,
.ehs-strat-course-2026 .ehs-course-final,
.ehs-strat-course-2026 .ehs-course-anchorbar {
  width: 100%;
}

.ehs-strat-course-2026 .ehs-course-service-grid {
  align-items: stretch;
}

.ehs-strat-course-2026 .ehs-course-service-card {
  height: 100%;
}

.ehs-strat-course-2026 .ehs-course-service-card h3 {
  min-height: 32px;
}

.ehs-strat-course-2026 .ehs-course-service-card p {
  flex-grow: 1;
}

.ehs-strat-course-2026 .ehs-course-service-card .ehs-course-btn {
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-align: center;
  white-space: normal;
}

@media (max-width: 760px) {
  .ehs-strat-course-2026 .ehs-course-service-card h3 {
    min-height: 0;
  }
}

/* =========================================================
   EHS KURSSTANDARD 2026 – RESPONSIVE FULL-WIDTH ALIGNMENT
   Design-only override for the review draft.
========================================================= */
.ehs-strat-course-2026 {
  --ehs-navy: #1B304A;
  --ehs-navy-2: #17283F;
  --ehs-gold: #CF9A1C;
  --ehs-grey: #E9EEF2;
  --ehs-soft: #F6F1E8;

  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ehs-strat-course-2026 .ehs-course-container {
  width: calc(100% - clamp(40px, 5vw, 112px));
  max-width: none;
}

.ehs-strat-course-2026 .ehs-course-titlegrid,
.ehs-strat-course-2026 .ehs-course-section-head,
.ehs-strat-course-2026 .ehs-strat-module-intro {
  max-width: none;
}

@media (max-width: 760px) {
  .ehs-strat-course-2026 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ehs-strat-course-2026 .ehs-course-container {
    width: calc(100% - 28px);
  }
}/* End custom CSS */