/*
Theme Name: Salient Child
Description: Child Theme für den EHC Osterode
Template: salient
Version: 2.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/*
 * EHC OSTERODE – ZENTRALES STYLESHEET
 * Alle Gestaltungsregeln liegen in dieser Datei.
 * functions.php lädt die Datei ausschließlich mit einer Dateiversion.
 */

/* KADER UND PORTFOLIO */

.ehc-roster-portfolio, .ehc-roster-portfolio .portfolio-items {
  background: rgb(6, 19, 34) !important;
}

.ehc-roster-portfolio {
  max-width: 1360px;
  padding-bottom: 30px;
  width: 76% !important;
  margin: 0px auto !important;
}

.ehc-roster-portfolio .work-item {
  overflow: hidden;
  border: 1px solid rgba(151, 181, 202, 0.16);
}

.ehc-roster-portfolio .work-info-bg {
  background: linear-gradient(rgba(3, 12, 22, 0.08) 20%, rgba(3, 12, 22, 0.88) 100%) !important;
}

.ehc-roster-portfolio .work-info .vert-center p {
  display: none !important;
}

.ehc-roster-portfolio .work-info h3 {
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(18px, 1.25vw, 25px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.045em !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.ehc-roster-portfolio + #pagination {
  width: 100% !important;
  margin: 0px !important;
  padding: 8px 12% 72px !important;
  background: rgb(6, 19, 34) !important;
  border: 0px !important;
}

.ehc-roster-portfolio + #pagination .next a {
  transform: skew(-8deg);
  display: inline-block !important;
  padding: 14px 26px !important;
  background: rgb(216, 59, 53) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 0px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.ehc-roster-portfolio + #pagination .next a::before {
  content: "Weitere Spieler";
  font-size: 13px;
}

/* RESPONSIVE */

@media (max-width: 999px) {

  .ehc-roster-portfolio {
    width: calc(100% - 40px) !important;
  }

  .ehc-roster-portfolio + #pagination {
    padding: 8px 20px 56px !important;
  }

}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap, .wpb_text_column:has(#mannschaft) + .portfolio-wrap .portfolio-items {
  background: rgb(6, 19, 34) !important;
}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap {
  max-width: 1360px;
  padding-bottom: 30px;
  width: 76% !important;
  margin: 0px auto !important;
}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap .work-item {
  overflow: hidden;
  border: 1px solid rgba(151, 181, 202, 0.16);
}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap .work-info-bg {
  background: linear-gradient(rgba(3, 12, 22, 0.08) 20%, rgba(3, 12, 22, 0.88) 100%) !important;
}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap .work-info .vert-center p {
  display: none !important;
}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap .work-info h3 {
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(18px, 1.25vw, 25px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.045em !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap + #pagination {
  width: 100% !important;
  margin: 0px !important;
  padding: 8px 12% 72px !important;
  background: rgb(6, 19, 34) !important;
  border: 0px !important;
}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap + #pagination .next a {
  transform: skew(-8deg);
  display: inline-block !important;
  padding: 14px 26px !important;
  background: rgb(216, 59, 53) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 0px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.wpb_text_column:has(#mannschaft) + .portfolio-wrap + #pagination .next a::before {
  content: "Weitere Spieler";
  font-size: 13px;
}

/* RESPONSIVE */

@media (max-width: 999px) {

  .wpb_text_column:has(#mannschaft) + .portfolio-wrap {
    width: calc(100% - 40px) !important;
  }

  .wpb_text_column:has(#mannschaft) + .portfolio-wrap + #pagination {
    padding: 8px 20px 56px !important;
  }

}

/* STARTSEITE */

.ehc-home-match-row, .ehc-home-club-row, .ehc-home-roster-row, .ehc-home-cta-row {
  margin: 0px !important;
}

.ehc-home-match-row .wpb_text_column, .ehc-home-club-row .wpb_text_column, .ehc-home-roster-row .wpb_text_column, .ehc-home-cta-row .wpb_text_column {
  margin-bottom: 0px !important;
}

.ehc-home-match {
  position: relative;
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.25fr auto 1fr 1.25fr;
  align-items: center;
  gap: clamp(20px, 2.5vw, 46px);
  max-width: 1480px;
  min-height: 245px;
  margin: 0px auto;
  padding: 42px clamp(28px, 4vw, 70px);
  background: radial-gradient(circle at 50% 0, rgba(158,191,206,.12), transparent 48%),
    linear-gradient(115deg, var(--ehc-navy-950), var(--ehc-navy-900));
  color: var(--ehc-white);
}

.ehc-home-match::before {
  position: absolute;
  inset: 0px;
  border-top: 1px solid rgba(229, 43, 47, 0.55);
  border-bottom: 1px solid var(--ehc-line-dark);
  pointer-events: none;
  content: "";
}

.ehc-home-match__label span, .ehc-section-kicker {
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
  color: var(--ehc-red);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 19px;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.ehc-player-card .ehc-player-info {
  position: relative;
  padding: 22px 24px 25px;
  border-top: 1px solid var(--ehc-line-dark);
}

.ehc-player-card .ehc-number {
  position: absolute;
  right: 18px;
  bottom: 8px;
  color: rgba(158, 191, 206, 0.18);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 76px;
  line-height: 1;
}

.ehc-player-card h3, .ehc-player-card h4 {
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: 28px;
  color: var(--ehc-white) !important;
}

.ehc-player-card p {
  position: relative;
  z-index: 1;
  margin: 4px 0px 0px;
  color: var(--ehc-ice-200);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ehc-stat {
  position: relative;
  text-align: center;
}

.ehc-stat + .ehc-stat {
  border-left: 1px solid var(--ehc-line-light);
}

.ehc-stat strong, .ehc-stat .nectar-milestone .number {
  display: block;
  color: var(--ehc-ink);
  line-height: 1;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: clamp(3rem, 5vw, 5.5rem) !important;
  font-weight: 400 !important;
}

.ehc-stat span, .ehc-stat .subject {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ehc-ink) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.ehc-news-grid .nectar-post-grid-item-bg-wrap, .ehc-news-grid .nectar-post-grid-item-bg {
  border-radius: 0px !important;
}

.ehc-news-grid .nectar-post-grid-item .content {
  padding: 28px !important;
}

.ehc-news-grid .nectar-post-grid-item .post-heading {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: clamp(2rem, 2.6vw, 3rem) !important;
  line-height: 1 !important;
}

.ehc-table, .ehc-table table {
  width: 100%;
  border-collapse: collapse;
}

.ehc-table th {
  padding: 15px 18px;
  border-bottom: 2px solid var(--ehc-red);
  color: var(--ehc-ice-200);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-align: left;
  text-transform: uppercase;
}

.ehc-table td {
  padding: 18px;
  border-bottom: 1px solid var(--ehc-line-dark);
  color: var(--ehc-white);
}

.ehc-table tr:hover td {
  background: rgba(158, 191, 206, 0.06);
}

body input[type="text"], body input[type="email"], body input[type="tel"], body input[type="url"], body input[type="number"], body input[type="date"], body textarea, body select {
  min-height: 52px;
  padding: 13px 16px !important;
  border: 1px solid rgba(158, 191, 206, 0.38) !important;
  border-radius: 0px !important;
  background: rgba(3, 16, 29, 0.58) !important;
  box-shadow: none !important;
  color: var(--ehc-white) !important;
}

body textarea {
  min-height: 150px;
}

body input:focus, body textarea:focus, body select:focus {
  outline: none;
  border-color: var(--ehc-red) !important;
}

.ehc-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(45px, 6vw, 90px);
  border-top: 1px solid rgba(229, 43, 47, 0.65);
  background: linear-gradient(90deg, rgba(3,16,29,.98), rgba(6,26,45,.78)),
    var(--ehc-navy-900);
  color: var(--ehc-white);
}

.ehc-cta::before {
  position: absolute;
  top: 0px;
  left: -25px;
  width: 50px;
  height: 100%;
  background: var(--ehc-red);
  transform: skewX(-20deg);
  content: "";
}

/* FOOTER */

#footer-outer {
  border-top: 1px solid rgba(229, 43, 47, 0.55);
  color: var(--ehc-ice-200);
  background: var(--ehc-navy-950) !important;
}

#footer-outer h4, #footer-outer h5, #footer-outer .widget h4 {
  color: var(--ehc-white) !important;
}

#footer-outer a {
  color: var(--ehc-ice-200) !important;
}

#footer-outer a:hover {
  color: var(--ehc-red) !important;
}

#copyright {
  background: rgb(2, 10, 18) !important;
  color: var(--ehc-muted) !important;
}

.ehc-text-white, .ehc-text-white * {
  color: var(--ehc-white) !important;
}

.ehc-text-dark, .ehc-text-dark * {
  color: var(--ehc-ink) !important;
}

.ehc-text-red {
  color: var(--ehc-red) !important;
}

.ehc-bg-navy {
  background-color: var(--ehc-navy-900) !important;
}

.ehc-bg-ice {
  background-color: var(--ehc-ice-100) !important;
}

.ehc-no-radius, .ehc-no-radius * {
  border-radius: 0px !important;
}

/* RESPONSIVE */

@media (max-width: 999px) {

  /* HEADER UND NAVIGATION */

  #header-outer #top nav > ul > li > a {
    font-size: 17px !important;
  }

  /* HERO UND NECTAR SLIDER */

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content > h2.ns-heading-el {
    font-size: 18px !important;
  }

  .nectar-slider-wrap .swiper-slide .content > p {
    max-width: 760px;
    font-size: clamp(3.7rem, 8vw, 5.5rem) !important;
  }

  .wpb_row.ehc-hero {
    min-height: 720px;
  }

  .ehc-match-card {
    gap: 24px;
    padding: 35px 24px;
  }

}

/* RESPONSIVE */

@media (max-width: 690px) {

  body {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(3.6rem, 17vw, 5.6rem);
  }

  h2 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content > h2.ns-heading-el {
    margin-bottom: 28px !important;
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
  }

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content > h2.ns-heading-el::after {
    bottom: -14px;
    width: 48px;
  }

  .nectar-slider-wrap .swiper-slide .content > p {
    max-width: 100%;
    font-size: clamp(3rem, 13vw, 4.35rem) !important;
    line-height: 0.95 !important;
  }

  .wpb_row.ehc-hero {
    min-height: 650px;
  }

  .nectar-slider-wrap .swiper-slide .content .buttons {
    align-items: stretch;
    gap: 12px;
  }

  .nectar-slider-wrap .swiper-slide .content .buttons .button, .nectar-slider-wrap .swiper-slide .content .buttons .button a.primary-color {
    width: 100%;
  }

  .nectar-slider-wrap .swiper-slide .content .buttons .button a.primary-color {
    min-width: 0px;
    min-height: 50px;
    padding: 14px 25px !important;
    font-size: 19px !important;
  }

  .ehc-hero::after {
    background: linear-gradient(90deg, rgba(3, 16, 29, 0.92), rgba(3, 16, 29, 0.48)), linear-gradient(0deg, rgba(3, 16, 29, 0.95), transparent 60%);
  }

  .ehc-match-card {
    grid-template-columns: 1fr;
  }

  .ehc-match-card .ehc-vs {
    font-size: 2.4rem;
  }

  .ehc-stat + .ehc-stat {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--ehc-line-light);
    border-left: 0px;
  }

  body .nectar-button, body input[type="submit"], body button[type="submit"], body .wp-block-button__link, .ehc-button {
    width: 100%;
    text-align: center;
  }

}

.ehc-home-roster-row, .ehc-home-roster-row .portfolio-wrap, .ehc-home-roster-row .portfolio-items {
  background: rgb(6, 19, 34) !important;
}

.ehc-home-roster-row .portfolio-wrap {
  max-width: 1360px;
  padding-bottom: 30px;
  width: 76% !important;
  margin: 0px auto !important;
}

.ehc-home-roster-row .work-item {
  overflow: hidden;
  border: 1px solid rgba(151, 181, 202, 0.16);
}

.ehc-home-roster-row .work-info-bg {
  background: linear-gradient(rgba(3, 12, 22, 0.08) 20%, rgba(3, 12, 22, 0.88) 100%) !important;
}

.ehc-home-roster-row .work-info .vert-center p {
  display: none !important;
}

.ehc-home-roster-row .work-info h3 {
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(18px, 1.25vw, 25px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.045em !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.ehc-home-roster-row #pagination {
  width: 100% !important;
  margin: 0px !important;
  padding: 8px 12% 72px !important;
  background: rgb(6, 19, 34) !important;
  border: 0px !important;
}

.ehc-home-roster-row #pagination .next a {
  transform: skew(-8deg);
  display: inline-block !important;
  padding: 14px 26px !important;
  background: rgb(216, 59, 53) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 0px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.ehc-home-roster-row #pagination .next a::before {
  content: "Weitere Spieler";
  font-size: 13px;
}

.ehc-roster-hint {
  color: rgba(235, 243, 248, 0.72);
  font-size: 15px;
  letter-spacing: 0.03em;
}

/* RESPONSIVE */

@media (max-width: 999px) {

  .ehc-home-roster-row .portfolio-wrap {
    width: calc(100% - 40px) !important;
  }

  .ehc-home-roster-row #pagination {
    padding: 8px 20px 56px !important;
  }

  .ehc-roster-hint {
    display: block;
    margin-top: 12px;
  }

}

.ehc-section-kicker {
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
  color: var(--ehc-red);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 19px;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.ehc-home-match__label span::after, .ehc-section-kicker::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 48px;
  height: 3px;
  background: var(--ehc-red);
  content: "";
}

.ehc-home-match__team, .ehc-home-match__date, .ehc-home-match__venue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  text-align: center;
}

.ehc-home-match__team, .ehc-home-match__date, .ehc-home-match__venue {
  border-left: 1px solid rgba(229, 43, 47, 0.65);
}

.ehc-team-mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  place-items: center;
  border: 2px solid var(--ehc-ice-300);
  color: var(--ehc-white);
  clip-path: polygon(50% 0px, 95% 24%, 84% 82%, 50% 100%, 16% 82%, 5% 24%);
  background: var(--ehc-navy-800);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 27px;
}

.ehc-home-match__team:not(.ehc-home-match__team--opponent) .ehc-team-mark {
  width: 104px;
  height: 104px;
  margin-bottom: 6px;
  border: 0;
  color: transparent;
  clip-path: none;
  background-color: transparent;
  background-image: url("/wp-content/uploads/2026/07/logo-harzer-jaeger.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

.ehc-home-match strong {
  color: var(--ehc-white);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.ehc-home-match small, .ehc-home-match__date span {
  margin-top: 7px;
  color: var(--ehc-ice-200);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ehc-home-match__date > small {
  margin: 0px 0px 8px;
  color: var(--ehc-red);
}

.ehc-home-match__date > strong {
  font-size: clamp(30px, 3vw, 48px);
}

.ehc-home-match__versus {
  color: var(--ehc-red);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 30px;
}

.ehc-venue-icon {
  margin-bottom: 9px;
  color: var(--ehc-ice-200);
  font-size: 38px;
  line-height: 1;
}

.ehc-home-club {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(500px, 1.1fr);
  min-height: 680px;
  background: var(--ehc-ice-100);
  color: var(--ehc-ink);
}

.ehc-home-club__visual {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background: linear-gradient(0deg, rgba(3,16,29,.90), rgba(3,16,29,.16)),
    radial-gradient(circle at 65% 20%, rgba(158,191,206,.50), transparent 28%),
    repeating-linear-gradient(115deg, transparent 0 22px, rgba(255,255,255,.035) 22px 23px),
    var(--ehc-navy-800);
  clip-path: polygon(0px 0px, 100% 0px, calc(100% - 105px) 100%, 0px 100%);
}

.ehc-home-club__visual::before, .ehc-home-club__visual::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.ehc-home-club__visual::before {
  right: 40px;
  bottom: -90px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(200, 220, 229, 0.18);
  border-radius: 50%;
  box-shadow: rgba(200, 220, 229, 0.035) 0px 0px 0px 45px, rgba(200, 220, 229, 0.024) 0px 0px 0px 90px;
}

.ehc-home-club__visual::after {
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 32%;
  opacity: 0.42;
  background: linear-gradient(145deg, transparent 43%, var(--ehc-ice-300) 44% 49%, transparent 50%) 0 100%/180px 150px repeat-x;
}

.ehc-home-club__visual-copy {
  position: absolute;
  z-index: 2;
  right: 120px;
  bottom: 85px;
  left: clamp(35px, 5vw, 85px);
}

.ehc-home-club__visual-copy span {
  color: var(--ehc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ehc-home-club__visual-copy strong {
  display: block;
  margin-top: 12px;
  color: var(--ehc-white);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.ehc-home-club__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body #ajax-content-wrap .ehc-home-club__content h2 {
  max-width: 760px;
  margin: 28px 0px 24px;
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  color: var(--ehc-ink) !important;
}

.ehc-home-club__content > p {
  max-width: 760px;
  margin-bottom: 42px;
  color: rgb(49, 68, 85);
  font-size: 16px;
  line-height: 1.85;
}

.ehc-home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 36px;
}

.ehc-home-stat {
  padding: 0px clamp(18px, 3vw, 38px);
  text-align: center;
}

.ehc-home-stat:first-child {
  padding-left: 0px;
}

.ehc-home-stat + .ehc-home-stat {
  border-left: 1px solid var(--ehc-line-light);
}

.ehc-home-stat strong {
  display: block;
  color: var(--ehc-ink);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
}

.ehc-home-stat span {
  display: block;
  margin-top: 7px;
  color: var(--ehc-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ehc-home-stat small {
  display: block;
  margin-top: 10px;
  color: rgb(94, 113, 128);
  font-size: 10px;
  line-height: 1.45;
}

.ehc-inline-link {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--ehc-ink) !important;
}

.ehc-inline-link span {
  margin-left: 8px;
  color: var(--ehc-red);
  font-size: 18px;
}

.ehc-home-roster {
  padding: clamp(75px, 8vw, 125px) max(5vw, calc((100vw - var(--ehc-max-width)) / 2));
  background: radial-gradient(circle at 50% 0, rgba(158,191,206,.10), transparent 35%),
    var(--ehc-navy-950);
  color: var(--ehc-white);
}

.ehc-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

body #ajax-content-wrap .ehc-section-heading h2 {
  margin: 28px 0px 0px;
  font-size: clamp(3.4rem, 5vw, 5.7rem);
  color: var(--ehc-white) !important;
}

.ehc-outline-link {
  padding: 15px 30px;
  border: 1px solid var(--ehc-ice-200);
  clip-path: polygon(10px 0px, 100% 0px, calc(100% - 10px) 100%, 0px 100%);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--ehc-white) !important;
}

.ehc-outline-link:hover {
  border-color: var(--ehc-red);
  background: var(--ehc-red);
}

.ehc-roster-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ehc-roster-card {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid var(--ehc-line-dark);
  background: radial-gradient(circle at 50% 32%, rgba(158,191,206,.17), transparent 28%),
    linear-gradient(180deg, var(--ehc-navy-800), var(--ehc-navy-950));
  clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 20px 100%, 0px calc(100% - 20px));
}

.ehc-roster-card::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 4px;
  background: var(--ehc-red);
  content: "";
}

.ehc-roster-number {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  color: var(--ehc-white);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 56px;
  line-height: 1;
}

.ehc-roster-silhouette {
  display: grid;
  position: absolute;
  top: 60px;
  right: 50%;
  width: 190px;
  height: 245px;
  transform: translateX(50%);
  place-items: center;
  border-radius: 50% 50% 22% 22%;
  background: radial-gradient(circle at 50% 22%, var(--ehc-ice-300) 0 18%, transparent 19%),
    linear-gradient(135deg, transparent 25%, rgba(158,191,206,.46) 26% 74%, transparent 75%);
  color: rgba(247, 250, 252, 0.72);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 40px;
}

.ehc-roster-copy {
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 25px 26px 28px;
  border-top: 1px solid var(--ehc-line-dark);
  background: rgba(3, 16, 29, 0.88);
}

body #ajax-content-wrap .ehc-roster-copy h3 {
  margin: 0px;
  font-size: 29px;
  color: var(--ehc-white) !important;
}

.ehc-roster-copy p {
  margin: 4px 0px 0px;
  color: var(--ehc-ice-200);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ehc-home-cta {
  display: grid;
  position: relative;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  overflow: hidden;
  min-height: 370px;
  padding: clamp(65px, 7vw, 105px) max(5vw, calc((100vw - var(--ehc-max-width)) / 2));
  border-top: 1px solid rgba(229, 43, 47, 0.6);
  background: linear-gradient(90deg, rgba(3,16,29,.98), rgba(6,26,45,.80)),
    repeating-linear-gradient(120deg, transparent 0 30px, rgba(255,255,255,.02) 30px 31px),
    var(--ehc-navy-900);
  color: var(--ehc-white);
}

.ehc-home-cta::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -45px;
  width: 70px;
  background: var(--ehc-red);
  transform: skewX(-18deg);
  content: "";
}

body #ajax-content-wrap .ehc-home-cta h2 {
  margin: 28px 0px 16px;
  font-size: clamp(3rem, 5vw, 5.2rem);
  color: var(--ehc-white) !important;
}

.ehc-home-cta__content > p {
  max-width: 720px;
  color: var(--ehc-ice-200);
}

.ehc-home-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-top: 28px;
}

.ehc-home-benefits span {
  position: relative;
  padding-left: 18px;
  color: var(--ehc-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ehc-home-benefits span::before {
  position: absolute;
  top: 0.55em;
  left: 0px;
  width: 7px;
  height: 7px;
  background: var(--ehc-red);
  transform: rotate(45deg);
  content: "";
}

.ehc-home-cta__button {
  display: grid;
  position: relative;
  min-height: 115px;
  padding: 27px 70px 25px 44px;
  align-content: center;
  background: var(--ehc-red);
  clip-path: polygon(18px 0px, 100% 0px, calc(100% - 18px) 100%, 0px 100%);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 31px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--ehc-white) !important;
}

.ehc-home-cta__button small {
  margin-top: 8px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ehc-home-cta__button b {
  position: absolute;
  top: 50%;
  right: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 31px;
  transform: translateY(-50%);
}

.ehc-home-cta__button:hover {
  background: var(--ehc-red-dark);
}

/* RESPONSIVE */

@media (max-width: 999px) {

  .ehc-home-match {
    grid-template-columns: repeat(3, 1fr);
  }

  .ehc-home-match__label, .ehc-home-match__venue {
    grid-column: span 3;
  }

  .ehc-home-match__label {
    text-align: center;
  }

  .ehc-home-match__label span::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ehc-home-match__venue {
    border-left: 0px;
    border-top: 1px solid var(--ehc-line-dark);
  }

  .ehc-home-club {
    grid-template-columns: 1fr;
  }

  .ehc-home-club__visual {
    min-height: 440px;
    clip-path: none;
  }

  .ehc-roster-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ehc-home-cta {
    grid-template-columns: 1fr;
  }

  .ehc-home-cta__button {
    max-width: 430px;
  }

}

/* RESPONSIVE */

@media (max-width: 690px) {

  .ehc-home-match {
    grid-template-columns: 1fr;
    padding: 42px 24px;
  }

  .ehc-home-match__label, .ehc-home-match__venue {
    grid-column: auto;
  }

  .ehc-home-match__team, .ehc-home-match__date, .ehc-home-match__venue {
    padding: 26px 0px;
    border-top: 1px solid var(--ehc-line-dark);
    border-left: 0px;
  }

  .ehc-home-match__versus {
    text-align: center;
  }

  .ehc-home-club__visual {
    min-height: 360px;
  }

  .ehc-home-club__visual-copy {
    right: 40px;
    bottom: 55px;
  }

  .ehc-home-stats {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ehc-home-stat, .ehc-home-stat:first-child {
    padding: 0px;
  }

  .ehc-home-stat + .ehc-home-stat {
    padding-top: 28px;
    border-top: 1px solid var(--ehc-line-light);
    border-left: 0px;
  }

  .ehc-section-heading {
    display: block;
  }

  .ehc-section-heading .ehc-outline-link {
    display: inline-block;
    margin-top: 25px;
  }

  .ehc-roster-grid {
    grid-template-columns: 1fr;
  }

  .ehc-roster-card {
    min-height: 400px;
  }

  .ehc-home-cta {
    padding-right: 28px;
    padding-left: 46px;
  }

  .ehc-home-cta__button {
    width: 100%;
    min-height: 105px;
    font-size: 27px;
  }

}

.ehc-home-match-row {
  background: var(--ehc-navy-950) !important;
}

.ehc-home-match {
  max-width: none;
}

/* DESIGN-TOKENS UND SCHRIFTEN */

:root {
  --ehc-navy-950: #03101d;
  --ehc-navy-900: #061a2d;
  --ehc-navy-800: #0a263d;
  --ehc-navy-700: #12364f;
  --ehc-ice-300: #9ebfce;
  --ehc-ice-200: #c8dce5;
  --ehc-ice-100: #e8f1f5;
  --ehc-white: #f7fafc;
  --ehc-red: #e52b2f;
  --ehc-red-dark: #bd1d22;
  --ehc-ink: #091827;
  --ehc-muted: #758594;
  --ehc-line-dark: rgba(200, 220, 229, .20);
  --ehc-line-light: rgba(9, 24, 39, .16);
  --ehc-shadow: 0 22px 55px rgba(0, 8, 18, .24);
  --ehc-cut: 22px;
  --ehc-cut-small: 10px;
  --ehc-max-width: 1360px;
}

html {
  scroll-behavior: smooth;
}

body, body[data-form-submit="regular"] {
  background: var(--ehc-navy-950);
  color: var(--ehc-white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body p, body li, body input, body textarea, body select {
  font-family: Montserrat, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .nectar-highlighted-text, .nectar-rotating-words-title, .nectar-split-heading, .wpb_wrapper > .nectar-responsive-text {
  color: inherit;
  line-height: 0.98;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-weight: 400 !important;
}

body #ajax-content-wrap h1, body #ajax-content-wrap h2, body #ajax-content-wrap h3, body #ajax-content-wrap h4, body #ajax-content-wrap h5, body #ajax-content-wrap h6 {
  color: var(--ehc-white) !important;
}

body #ajax-content-wrap .ehc-section--light h1, body #ajax-content-wrap .ehc-section--light h2, body #ajax-content-wrap .ehc-section--light h3, body #ajax-content-wrap .ehc-section--light h4, body #ajax-content-wrap .ehc-section--light h5, body #ajax-content-wrap .ehc-section--light h6, body #ajax-content-wrap .ehc-section--ice h1, body #ajax-content-wrap .ehc-section--ice h2, body #ajax-content-wrap .ehc-section--ice h3, body #ajax-content-wrap .ehc-section--ice h4, body #ajax-content-wrap .ehc-section--ice h5, body #ajax-content-wrap .ehc-section--ice h6 {
  color: var(--ehc-ink) !important;
}

h1 {
  font-size: clamp(4rem, 8vw, 8.75rem);
}

h2 {
  font-size: clamp(3rem, 5.2vw, 5.75rem);
}

h3 {
  font-size: clamp(2.15rem, 3.3vw, 3.75rem);
}

h4 {
  font-size: clamp(1.7rem, 2.2vw, 2.5rem);
}

h5 {
  font-size: clamp(1.35rem, 1.7vw, 1.9rem);
}

h6 {
  font-size: 1.2rem;
}

a {
  color: var(--ehc-ice-200);
  text-decoration-color: var(--ehc-red);
  text-underline-offset: 0.18em;
  transition: color 0.2s, opacity 0.2s;
}

a:hover {
  color: var(--ehc-white);
}

::selection {
  background: var(--ehc-red);
  color: var(--ehc-white);
}

#header-outer, #header-outer[data-transparent-header="true"].transparent {
  border-bottom: 0;
  backdrop-filter: blur(14px);
  background: rgba(3, 16, 29, 0.96) !important;
  box-shadow: none !important;
}

#header-secondary-outer {
  background: var(--ehc-navy-950) !important;
  border-bottom: 1px solid rgba(229, 43, 47, 0.65) !important;
}

#header-outer #top nav > ul > li > a, #header-secondary-outer nav > ul > li > a {
  text-transform: uppercase;
  color: var(--ehc-white) !important;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0.065em !important;
}

#header-outer #top nav > ul > li > a::after {
  background: var(--ehc-red) !important;
}

#header-outer #top nav > ul > li.current-menu-item > a, #header-outer #top nav > ul > li > a:hover {
  color: var(--ehc-ice-200) !important;
}

#header-outer .sf-menu > li ul {
  border: 1px solid var(--ehc-line-dark);
  background: var(--ehc-navy-900) !important;
  box-shadow: var(--ehc-shadow) !important;
}

#header-outer .sf-menu > li ul a {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ehc-white) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.container, body .container-wrap .container, #footer-outer .container {
  max-width: var(--ehc-max-width);
}

.main-content > .row, .wpb_row.ehc-section {
  position: relative;
}

.ehc-section, .ehc-section--dark, .ehc-section--light {
  padding-top: clamp(70px, 8vw, 130px);
  padding-bottom: clamp(70px, 8vw, 130px);
}

.ehc-section--dark {
  background-color: var(--ehc-navy-900);
  color: var(--ehc-white);
}

.ehc-section--light {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 241, 245, 0.94)), repeating-linear-gradient(45deg, rgba(9, 24, 39, 0.02) 0px, rgba(9, 24, 39, 0.02) 1px, transparent 1px, transparent 6px);
  color: var(--ehc-ink);
}

.ehc-section--ice {
  background: var(--ehc-ice-100);
  color: var(--ehc-ink);
}

.ehc-kicker, .wpb_text_column.ehc-kicker p {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ehc-red) !important;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
}

.ehc-kicker::after, .ehc-title-line::after {
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 14px;
  background: var(--ehc-red);
  content: "";
}

.wpb_row.ehc-hero {
  min-height: min(880px, 88vh);
  color: var(--ehc-white);
  background-color: var(--ehc-navy-950);
}

.ehc-hero::after {
  position: absolute;
  inset: 0px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 16, 29, 0.94) 0%, rgba(3, 16, 29, 0.72) 42%, rgba(3, 16, 29, 0.08) 73%), linear-gradient(0deg, rgba(3, 16, 29, 0.8), transparent 45%);
  content: "";
}

.ehc-hero > .row-bg-wrap, .ehc-hero > .row_col_wrap_12 {
  position: relative;
}

.ehc-hero > .row_col_wrap_12 {
  z-index: 2;
}

.ehc-hero h1 {
  max-width: 900px;
  text-shadow: rgba(0, 0, 0, 0.35) 0px 4px 30px;
  color: var(--ehc-white) !important;
}

.ehc-hero p {
  max-width: 700px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content > h2.ns-heading-el {
  position: relative;
  max-width: 820px;
  margin: 0px 0px 34px !important;
  color: var(--ehc-red) !important;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.12em !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
}

body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content > h2.ns-heading-el::after {
  position: absolute;
  bottom: -17px;
  left: 0px;
  width: 58px;
  height: 3px;
  background: var(--ehc-red);
  content: "";
}

.nectar-slider-wrap .swiper-slide .content > p {
  max-width: 900px;
  text-shadow: rgba(0, 0, 0, 0.32) 0px 4px 28px;
  margin: 0px !important;
  color: var(--ehc-white) !important;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: clamp(4.5rem, 6vw, 7.15rem) !important;
  font-weight: 400 !important;
  line-height: 0.93 !important;
  letter-spacing: 0.018em !important;
  text-transform: uppercase !important;
}

.nectar-slider-wrap .swiper-slide .content .buttons {
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  display: flex !important;
  margin-top: 28px !important;
}

.nectar-slider-wrap .swiper-slide .content .buttons .button {
  margin: 0px !important;
}

.nectar-slider-wrap .swiper-slide .content .buttons .button a.primary-color {
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 54px;
  clip-path: polygon(12px 0px, 100% 0px, calc(100% - 12px) 100%, 0px 100%);
  text-align: center;
  text-transform: uppercase;
  display: inline-flex !important;
  padding: 16px 34px !important;
  border: 1px solid var(--ehc-red) !important;
  border-radius: 0px !important;
  background: var(--ehc-red) !important;
  box-shadow: none !important;
  color: var(--ehc-white) !important;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.045em !important;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s !important;
}

.nectar-slider-wrap .swiper-slide .content .buttons .button:first-child a.primary-color:hover {
  transform: translateY(-2px);
  border-color: var(--ehc-red-dark) !important;
  background: var(--ehc-red-dark) !important;
}

.nectar-slider-wrap .swiper-slide .content .buttons .button:nth-child(2) a.primary-color {
  border-color: var(--ehc-ice-200) !important;
  background: rgba(3, 16, 29, 0.28) !important;
  color: var(--ehc-white) !important;
}

.nectar-slider-wrap .swiper-slide .content .buttons .button:nth-child(2) a.primary-color:hover {
  transform: translateY(-2px);
  border-color: var(--ehc-red) !important;
  background: var(--ehc-red) !important;
  color: var(--ehc-white) !important;
}

body .nectar-button, body input[type="submit"], body button[type="submit"], body .wp-block-button__link, .ehc-button {
  min-height: 52px;
  clip-path: polygon(var(--ehc-cut-small) 0, 100% 0, calc(100% - var(--ehc-cut-small)) 100%, 0 100%);
  text-transform: uppercase;
  padding: 17px 34px !important;
  border: 1px solid var(--ehc-red) !important;
  border-radius: 0px !important;
  background: var(--ehc-red) !important;
  box-shadow: none !important;
  color: var(--ehc-white) !important;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.055em !important;
  transition: background 0.2s, color 0.2s, transform 0.2s !important;
}

body .nectar-button:hover, body input[type="submit"]:hover, body button[type="submit"]:hover, body .wp-block-button__link:hover, .ehc-button:hover {
  transform: translateY(-2px);
  background: var(--ehc-red-dark) !important;
  color: var(--ehc-white) !important;
}

.nectar-button.ehc-button--outline, .ehc-button--outline .nectar-button, .ehc-button--outline {
  border-color: var(--ehc-ice-200) !important;
  background: rgba(3, 16, 29, 0.25) !important;
}

.nectar-button.ehc-button--outline:hover, .ehc-button--outline .nectar-button:hover, .ehc-button--outline:hover {
  border-color: var(--ehc-red) !important;
  background: var(--ehc-red) !important;
}

.ehc-card, .ehc-player-card, .ehc-match-card, .ehc-news-card, .nectar-fancy-box.ehc-card, .nectar-post-grid.ehc-news-grid .nectar-post-grid-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ehc-line-dark);
  background: var(--ehc-navy-900);
  box-shadow: var(--ehc-shadow);
  color: var(--ehc-white);
  clip-path: polygon(0 0, calc(100% - var(--ehc-cut)) 0, 100% var(--ehc-cut), 100% 100%, var(--ehc-cut) 100%, 0 calc(100% - var(--ehc-cut)));
  border-radius: 0px !important;
}

.ehc-card::before, .ehc-player-card::before, .ehc-match-card::before, .ehc-news-card::before {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 76px;
  height: 4px;
  background: var(--ehc-red);
  content: "";
}

.ehc-card {
  padding: clamp(28px, 3vw, 48px);
}

.ehc-card--light {
  border-color: var(--ehc-line-light);
  background: var(--ehc-white);
  color: var(--ehc-ink);
}

.ehc-card h3, .ehc-card h4 {
  color: inherit !important;
}

.ehc-match-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(35px, 5vw, 70px);
  background: radial-gradient(circle at 50% 0, rgba(158,191,206,.13), transparent 44%),
    var(--ehc-navy-900);
}

.ehc-match-card .ehc-team {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.ehc-match-card .ehc-team img {
  width: auto;
  max-width: 150px;
  height: 120px;
  object-fit: contain;
}

.ehc-match-card .ehc-vs, .ehc-score {
  color: var(--ehc-red);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
}

.ehc-match-meta {
  color: var(--ehc-ice-200);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ehc-player-card {
  background: linear-gradient(180deg, var(--ehc-navy-800), var(--ehc-navy-950));
}

.ehc-player-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 0.35s, filter 0.35s;
}

.ehc-player-card:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.06);
}

/* UNTERSEITEN */

.ehc-subpage-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #061322 var(--ehc-hero) center/cover no-repeat;
  color: rgb(255, 255, 255);
}

.ehc-subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(90deg, rgba(3, 11, 20, 0.96) 0%, rgba(3, 11, 20, 0.76) 47%, rgba(3, 11, 20, 0.22) 100%);
}

.ehc-subpage-hero::after {
  content: "";
  position: absolute;
  left: -45px;
  bottom: 0px;
  width: 135px;
  height: 230px;
  background: rgb(216, 59, 53);
  transform: skew(-14deg);
}

.ehc-subpage-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100% - 48px);
  margin: 0px auto;
  padding: 150px 0px 86px;
}

.ehc-kicker {
  display: block;
  margin-bottom: 18px;
  color: rgb(229, 74, 67);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ehc-kicker::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 13px;
  background: rgb(229, 74, 67);
}

.ehc-subpage-hero h1 {
  max-width: 920px;
  margin: 0px !important;
  color: rgb(255, 255, 255) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(54px, 7.2vw, 108px) !important;
  font-weight: 800 !important;
  line-height: 0.88 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

.ehc-subpage-hero p {
  max-width: 720px;
  margin: 27px 0px 0px;
  color: rgb(216, 227, 235);
  font-size: 18px;
  line-height: 1.65;
}

.ehc-page-section {
  padding: 92px 0px;
  background: rgb(243, 246, 248);
  color: rgb(7, 24, 39);
}

.ehc-page-section--dark {
  background: rgb(6, 19, 34);
  color: rgb(234, 241, 245);
}

.ehc-page-section--texture {
  background: url("https://ehc.wudix.de/wp-content/uploads/2026/07/dunkle-eistextur.png") center center / cover fixed rgb(7, 20, 33);
  color: rgb(234, 241, 245);
}

.ehc-page-inner {
  width: min(1180px, 100% - 48px);
  margin: 0px auto;
}

.ehc-section-title {
  max-width: 820px;
  margin: 0px 0px 45px !important;
  color: inherit !important;
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(38px, 5vw, 68px) !important;
  font-weight: 800 !important;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
}

.ehc-lead {
  max-width: 820px;
  font-size: 20px;
  line-height: 1.7;
}

.ehc-split {
  display: grid;
  grid-template-columns: minmax(0px, 1.08fr) minmax(320px, 0.92fr);
  gap: 70px;
  align-items: center;
}

.ehc-split__image {
  position: relative;
  min-height: 520px;
  background: center center / cover no-repeat rgb(12, 34, 54);
  box-shadow: rgb(216, 59, 53) 24px 24px 0px;
}

.ehc-split__image::after {
  content: "HJ";
  position: absolute;
  right: 24px;
  bottom: 5px;
  color: rgba(255, 255, 255, 0.1);
  font-family: var(--ehc-font-display);
  font-size: 100px;
  font-weight: 900;
}

/* Startseiten-Kader: vier zufällige Profile plus Abschlusskachel. */
.ehc-random-roster-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 88px;
}

.ehc-random-player-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(151, 181, 202, 0.22);
  background: var(--ehc-navy-800);
}

.ehc-random-player-card > a {
  position: absolute;
  inset: 0;
  display: block;
  color: var(--ehc-white) !important;
  text-decoration: none !important;
}

.ehc-random-player-card:not(.ehc-random-player-card--cta) img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  transition: transform 0.45s ease;
}

.ehc-random-player-card:not(.ehc-random-player-card--cta):hover img {
  transform: scale(1.035);
}

.ehc-random-player-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 12, 22, 0.02) 35%, rgba(3, 12, 22, 0.94) 100%);
}

.ehc-random-player-card__copy {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.ehc-random-player-card__copy span,
.ehc-random-player-card--cta span {
  display: block;
  margin-bottom: 9px;
  color: var(--ehc-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ehc-random-player-card__copy h3,
.ehc-random-player-card--cta h3 {
  margin: 0 !important;
  color: var(--ehc-white) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(20px, 1.35vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase !important;
}

.ehc-random-player-card--cta {
  border-color: rgba(229, 43, 47, 0.6);
  background: linear-gradient(145deg, var(--ehc-navy-700) 0%, var(--ehc-navy-950) 62%, var(--ehc-red) 180%);
}

.ehc-random-player-card--cta > a {
  display: block;
  padding: 26px !important;
}

.ehc-random-player-card--cta .ehc-roster-cta-copy {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 84px;
  left: 26px;
  display: block;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.ehc-random-player-card--cta b {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 26px;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0;
  background: var(--ehc-red);
  color: var(--ehc-white);
  font-size: 22px;
  font-weight: 400;
  transform: skew(-7deg);
}

/* Kader-CTA: echtes Vereinslogo statt des alten HJ-Schriftzeichens. */
.ehc-random-player-card--cta::before {
  display: none !important;
  content: none !important;
}

.ehc-random-player-card--cta > a {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

.ehc-random-player-card--cta .ehc-roster-cta-logo {
  position: absolute !important;
  z-index: 1;
  inset: 18px 18px auto auto !important;
  width: clamp(78px, 7vw, 112px) !important;
  height: auto !important;
  max-width: none !important;
  max-height: 112px !important;
  object-fit: contain !important;
  object-position: top right !important;
  opacity: 0.92;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
  pointer-events: none;
  transition: none !important;
  transform: none !important;
}

.ehc-random-player-card--cta:hover .ehc-roster-cta-logo {
  transform: none !important;
}

.ehc-random-player-card--cta .ehc-roster-cta-copy,
.ehc-random-player-card--cta .ehc-roster-cta-copy > span,
.ehc-random-player-card--cta .ehc-roster-cta-copy > h3,
.ehc-random-player-card--cta > a > b {
  z-index: 2;
}

@media only screen and (max-width: 690px) {
  .ehc-random-roster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: calc(100% - 28px);
    padding-bottom: 56px;
  }

  .ehc-random-player-card__copy {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .ehc-random-player-card--cta > a {
    padding: 18px !important;
  }

  .ehc-random-player-card--cta .ehc-roster-cta-copy {
    position: absolute;
    right: 18px;
    bottom: 72px;
    left: 18px;
  }

  .ehc-random-player-card--cta b {
    bottom: 18px;
    left: 18px;
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .ehc-random-player-card__copy h3,
  .ehc-random-player-card--cta h3 {
    font-size: 18px !important;
  }

  .ehc-random-player-card--cta .ehc-roster-cta-logo {
    inset: 12px 12px auto auto !important;
    width: 64px !important;
    max-height: 64px !important;
  }
}

@media only screen and (min-width: 691px) and (max-width: 1199px) {
  .ehc-random-roster-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ehc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.ehc-info-card {
  position: relative;
  min-height: 240px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(109, 139, 160, 0.22);
  background: rgb(255, 255, 255);
  color: rgb(19, 40, 58);
  box-shadow: rgba(3, 19, 33, 0.08) 0px 18px 48px;
}

.ehc-page-section--dark .ehc-info-card, .ehc-page-section--texture .ehc-info-card {
  background: rgba(13, 36, 55, 0.88);
  border-color: rgba(145, 177, 199, 0.2);
  color: rgb(245, 248, 250);
  box-shadow: none;
}

.ehc-info-card::before {
  content: attr(data-number);
  position: absolute;
  right: 18px;
  top: 8px;
  color: rgba(7, 24, 39, 0.05);
  font-family: var(--ehc-font-display);
  font-size: 86px;
  font-weight: 900;
}

.ehc-page-section--dark .ehc-info-card::before, .ehc-page-section--texture .ehc-info-card::before {
  color: rgba(255, 255, 255, 0.055);
}

.ehc-info-card h3 {
  position: relative;
  margin: 0px 0px 15px !important;
  color: rgb(11, 29, 45) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.ehc-info-card p, .ehc-info-card li {
  color: rgb(51, 71, 88);
  font-size: 15px;
  line-height: 1.65;
}

.ehc-page-section--dark .ehc-info-card h3, .ehc-page-section--texture .ehc-info-card h3 {
  color: rgb(245, 248, 250) !important;
}

.ehc-page-section--dark .ehc-info-card p,
.ehc-page-section--dark .ehc-info-card li,
.ehc-page-section--texture .ehc-info-card p,
.ehc-page-section--texture .ehc-info-card li {
  color: rgb(200, 212, 221);
}

.ehc-info-card ul {
  margin: 0px;
  padding-left: 18px;
}

.ehc-red-line {
  width: 46px;
  height: 3px;
  margin: 0px 0px 22px;
  background: rgb(216, 59, 53);
}

.ehc-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ehc-button {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0px 25px;
  border: 2px solid rgb(216, 59, 53);
  background: rgb(216, 59, 53);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: skew(-7deg);
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.ehc-button span {
  display: inline-block;
  transform: skew(7deg);
}

.ehc-button--ghost {
  background: transparent;
}

.ehc-highlight {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0px, 1fr);
  gap: 40px;
  align-items: center;
  margin-top: 44px;
  padding: 32px;
  border-left: 5px solid rgb(216, 59, 53);
  background: rgb(13, 36, 55);
  color: rgb(255, 255, 255);
}

.ehc-highlight strong {
  display: block;
  max-width: 100%;
  color: rgb(216, 59, 53);
  font-family: var(--ehc-font-display);
  font-size: clamp(38px, 3.2vw, 50px);
  line-height: 1;
  overflow-wrap: normal;
  white-space: normal;
  text-transform: uppercase;
}

.ehc-highlight p {
  min-width: 0;
  margin: 0px;
  font-size: 17px;
  line-height: 1.65;
}

.ehc-timeline {
  position: relative;
  max-width: 980px;
  margin: 45px auto 0px;
}

.ehc-timeline::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 143px;
  width: 2px;
  background: linear-gradient(rgb(216, 59, 53), rgb(123, 155, 176));
}

.ehc-timeline__item {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 55px;
  position: relative;
  padding: 0px 0px 34px;
}

.ehc-timeline__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 136px;
  width: 16px;
  height: 16px;
  border: 4px solid rgb(6, 19, 34);
  background: rgb(216, 59, 53);
  transform: rotate(45deg);
}

.ehc-timeline__year {
  padding-top: 2px;
  color: rgb(216, 59, 53);
  font-family: var(--ehc-font-display);
  font-size: 25px;
  font-weight: 900;
  text-align: right;
}

.ehc-timeline__content {
  padding: 24px 28px;
  border: 1px solid rgba(142, 175, 198, 0.2);
  background: rgb(13, 36, 55);
}

.ehc-timeline__content h3 {
  margin: 0px 0px 10px !important;
  color: rgb(255, 255, 255) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.ehc-timeline__content p {
  margin: 0px;
  color: rgb(219, 230, 237);
  line-height: 1.65;
}

.ehc-roster-coach {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  min-height: 360px;
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid rgba(145, 177, 199, 0.22);
  background: linear-gradient(135deg, rgba(13, 36, 55, 0.96), rgba(5, 18, 31, 0.98));
}

.ehc-roster-coach__visual {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
}

.ehc-roster-coach__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(3, 13, 23, 0.88) 100%);
}

.ehc-roster-coach__visual img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transition: transform 0.4s;
}

.ehc-roster-coach__visual:hover img {
  transform: scale(1.035);
}

.ehc-roster-coach__visual > span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: var(--ehc-white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ehc-roster-coach__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 52px clamp(36px, 5vw, 76px);
}

.ehc-roster-coach__copy h3 {
  margin: 8px 0 18px !important;
  color: var(--ehc-white) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(42px, 4.3vw, 64px) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  line-height: 0.92 !important;
  text-transform: uppercase;
}

.ehc-roster-coach__copy p {
  max-width: 560px;
  margin: 0 0 28px;
  color: var(--ehc-ice-200);
  font-size: 16px;
  line-height: 1.65;
}

.ehc-roster-position-groups {
  display: grid;
  gap: 86px;
  margin-top: 58px;
}

.ehc-roster-position-group__header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(145, 177, 199, 0.22);
}

.ehc-roster-position-group__number {
  color: rgba(229, 74, 67, 0.9);
  font-family: var(--ehc-font-display) !important;
  font-size: 54px;
  font-weight: 800;
  line-height: 0.82;
}

.ehc-roster-position-group__header > div {
  padding-left: 22px;
  border-left: 3px solid var(--ehc-red);
}

.ehc-roster-position-group__header .ehc-kicker {
  margin-bottom: 5px;
  padding: 0;
  font-size: 10px;
}

.ehc-roster-position-group__header .ehc-kicker::after {
  display: none;
}

.ehc-roster-position-group__header h3 {
  margin: 0 !important;
  color: var(--ehc-white) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(34px, 3.2vw, 48px) !important;
  font-weight: 800 !important;
  letter-spacing: 0.025em;
  line-height: 0.9 !important;
  text-transform: uppercase;
}

.ehc-roster-position-group__count {
  padding: 8px 13px;
  border: 1px solid rgba(145, 177, 199, 0.26);
  color: var(--ehc-ice-200);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ehc-roster-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 16px;
}

.ehc-roster-page-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(145, 177, 199, 0.2);
  background: rgb(13, 36, 55);
}

.ehc-roster-page-card a {
  position: absolute;
  inset: 0px;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.ehc-roster-page-card img {
  inset: 0px;
  transition: transform 0.4s;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.ehc-roster-page-card:hover img {
  transform: scale(1.035);
}

/* Oliver Ihring: Porträtmaßstab an die übrigen Kaderbilder angleichen. */
.ehc-roster-page-card a[href*="portfolio=oliver-ihring"] img {
  transform: translateY(-10px) scale(1.28);
  transform-origin: center top;
}

.ehc-roster-page-card:hover a[href*="portfolio=oliver-ihring"] img {
  transform: translateY(-10px) scale(1.32);
}

.ehc-roster-page-card__shade {
  position: absolute;
  inset: 0px;
  background: linear-gradient(transparent 40%, rgba(2, 10, 18, 0.95) 100%);
}

.ehc-roster-page-card__copy {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.ehc-roster-page-card__copy span {
  color: rgb(229, 74, 67);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ehc-roster-page-card__copy h3 {
  margin: 8px 0px 0px !important;
  color: rgb(255, 255, 255) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.ehc-roster-page-grid--board {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.ehc-roster-page-grid--board .ehc-roster-page-card {
  aspect-ratio: 3 / 4;
}

.ehc-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 12px;
}

.ehc-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 18px 22px;
  border: 1px solid rgba(119, 151, 173, 0.24);
  background: rgb(255, 255, 255);
  font-weight: 750;
  color: rgb(7, 24, 39) !important;
  text-decoration: none !important;
}

.ehc-link-card::after {
  content: "↗";
  color: rgb(216, 59, 53);
  font-size: 20px;
}

.ehc-link-card:hover {
  border-color: rgb(216, 59, 53);
  transform: translateY(-2px);
}

.ehc-birthday-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0px, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.ehc-birthday-card {
  padding: 26px 20px;
  border-top: 4px solid rgb(216, 59, 53);
  background: rgb(13, 36, 55);
  color: rgb(255, 255, 255);
}

.ehc-birthday-card strong {
  display: block;
  color: rgb(216, 59, 53);
  font-size: 28px;
}

.ehc-birthday-card span {
  font-weight: 800;
  text-transform: uppercase;
}

.ehc-address-card {
  padding: 35px;
  border-left: 5px solid rgb(216, 59, 53);
  background: rgb(13, 36, 55);
  color: rgb(255, 255, 255);
  font-size: 17px;
  line-height: 1.75;
}

.ehc-address-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--ehc-font-display);
  font-size: 28px;
  text-transform: uppercase;
}

.ehc-legal {
  max-width: 900px;
}

.ehc-legal h2 {
  margin-top: 48px !important;
  color: inherit !important;
  font-family: var(--ehc-font-display) !important;
  text-transform: uppercase !important;
}

.ehc-legal table {
  width: 100%;
  border-collapse: collapse;
}

.ehc-legal td {
  padding: 13px;
  border-bottom: 1px solid rgba(128, 155, 174, 0.22);
  vertical-align: top;
}

/* RESPONSIVE */

@media (max-width: 1000px) {

  .ehc-split {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ehc-roster-coach {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  }

  .ehc-roster-position-groups {
    gap: 68px;
  }

  .ehc-card-grid, .ehc-roster-page-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .ehc-link-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .ehc-birthday-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }

}

/* RESPONSIVE */

@media (max-width: 690px) {

  .ehc-subpage-hero {
    min-height: 450px;
  }

  .ehc-subpage-hero__inner, .ehc-page-inner {
    width: calc(100% - 30px);
  }

  .ehc-subpage-hero__inner {
    padding: 120px 0px 58px;
  }

  .ehc-subpage-hero h1 {
    font-size: 48px !important;
  }

  .ehc-page-section {
    padding: 62px 0px;
  }

  .ehc-roster-coach {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .ehc-roster-coach__visual {
    min-height: 420px;
  }

  .ehc-roster-coach__copy {
    padding: 38px 26px 44px;
  }

  .ehc-roster-position-groups {
    gap: 54px;
    margin-top: 44px;
  }

  .ehc-roster-position-group__header {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .ehc-roster-position-group__number {
    font-size: 40px;
  }

  .ehc-roster-position-group__header > div {
    padding-left: 14px;
  }

  .ehc-roster-position-group__count {
    display: none;
  }

  .ehc-card-grid, .ehc-roster-page-grid, .ehc-roster-page-grid--board, .ehc-link-grid, .ehc-birthday-grid {
    grid-template-columns: 1fr;
  }

  .ehc-split__image {
    min-height: 390px;
    box-shadow: rgb(216, 59, 53) 12px 12px 0px;
  }

  .ehc-highlight {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 24px;
  }

  .ehc-highlight strong {
    font-size: 38px;
  }

  .ehc-timeline::before {
    left: 12px;
  }

  .ehc-timeline__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 42px;
  }

  .ehc-timeline__item::before {
    left: 5px;
  }

  .ehc-timeline__year {
    text-align: left;
  }

}

@media (min-width: 691px) and (max-width: 1000px) {
  .ehc-highlight {
    grid-template-columns: minmax(185px, 0.4fr) minmax(0px, 1fr);
    gap: 28px;
  }

  .ehc-highlight strong {
    font-size: 40px;
  }
}

/* === EHC DATENSCHUTZ & FOOTER-RECHTSLINKS === */
#copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

#copyright .col.span_5,
#copyright .col.span_7 {
  float: none;
  width: auto;
  margin: 0;
}

#copyright .col.span_7 {
  margin-left: auto;
}

.ehc-footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.ehc-footer-legal a {
  position: relative;
  color: rgb(185, 204, 218) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ehc-footer-legal a + a::before {
  position: absolute;
  top: 50%;
  left: -13px;
  width: 2px;
  height: 2px;
  background: rgb(216, 59, 53);
  content: "";
  transform: translateY(-50%);
}

.ehc-footer-legal a:hover,
.ehc-footer-legal a:focus,
body.page-id-163 .ehc-footer-legal a[href*="page_id=163"],
body.page-id-392 .ehc-footer-legal a[href*="page_id=392"] {
  color: rgb(238, 72, 64) !important;
}

.ehc-privacy-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  min-height: 390px;
  margin-left: -50vw;
  display: flex;
  align-items: flex-end;
  padding: 190px 0 72px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 14, 25, .97), rgba(2, 22, 38, .82) 58%, rgba(2, 22, 38, .52)),
    url("/wp-content/uploads/2026/07/footer-harz-forest.webp") center 68% / cover;
}

body.page-id-392 .container-wrap,
body.page-id-392 .container.main-content {
  padding-top: 0 !important;
}

body.page-id-392 .container.main-content > .row,
body.page-id-392 .container.main-content > .row > .wpb_row:first-child {
  margin-top: 0 !important;
}

.ehc-privacy-hero::after {
  position: absolute;
  right: -70px;
  bottom: -120px;
  width: 280px;
  height: 320px;
  border-left: 10px solid rgba(216, 59, 53, .88);
  content: "";
  transform: skewX(-18deg);
}

.ehc-privacy-hero .ehc-page-inner {
  position: relative;
  z-index: 1;
}

.ehc-privacy-hero h1 {
  margin: 9px 0 10px !important;
  color: rgb(248, 251, 253) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(58px, 8vw, 102px) !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
  line-height: .9 !important;
  text-transform: uppercase;
}

.ehc-privacy-hero p {
  max-width: 650px;
  margin: 0;
  color: rgb(197, 215, 227);
  font-size: 17px;
  line-height: 1.55;
}

.ehc-privacy-page {
  padding: clamp(70px, 9vw, 118px) 0;
  color: rgb(42, 61, 76);
}

.ehc-privacy-layout {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
}

.ehc-privacy-meta {
  position: sticky;
  top: 150px;
  padding: 28px 26px 30px;
  border-top: 4px solid rgb(216, 59, 53);
  background: rgb(7, 25, 41);
  box-shadow: rgba(3, 17, 28, .16) 0 20px 45px;
}

.ehc-privacy-meta span {
  display: block;
  margin-bottom: 5px;
  color: rgb(220, 64, 58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ehc-privacy-meta strong {
  display: block;
  color: rgb(248, 251, 253);
  font-family: var(--ehc-font-display);
  font-size: 29px;
  line-height: 1;
  text-transform: uppercase;
}

.ehc-privacy-meta p {
  margin: 17px 0 0;
  color: rgb(174, 196, 211);
  font-size: 13px;
  line-height: 1.55;
}

.ehc-privacy-lead {
  margin: 0 0 52px !important;
  padding-left: 25px;
  border-left: 4px solid rgb(216, 59, 53);
  color: rgb(11, 35, 53);
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 600;
  line-height: 1.45;
}

.ehc-privacy-content section {
  padding: 38px 0;
  border-top: 1px solid rgb(205, 218, 227);
}

.ehc-privacy-content section:first-of-type {
  border-top: 0;
}

.ehc-privacy-content h2 {
  margin: 0 0 22px !important;
  color: rgb(7, 27, 44) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: clamp(29px, 3.2vw, 41px) !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
  line-height: 1.05 !important;
  text-transform: uppercase;
}

body.page-id-392 #ajax-content-wrap .ehc-privacy-content h2 {
  color: rgb(7, 27, 44) !important;
  text-shadow: none !important;
}

.ehc-privacy-content p,
.ehc-privacy-content li {
  color: rgb(53, 72, 88);
  font-size: 16px;
  line-height: 1.78;
}

.ehc-privacy-content p {
  margin: 0 0 18px;
}

.ehc-privacy-content ul {
  margin: 0 0 20px 22px;
}

.ehc-privacy-content a {
  color: rgb(171, 42, 38) !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(216, 59, 53, .35);
  text-underline-offset: 3px;
}

.ehc-privacy-content a:hover {
  color: rgb(7, 31, 49) !important;
  text-decoration-color: rgb(7, 31, 49);
}

@media (max-width: 820px) {
  .ehc-privacy-layout {
    grid-template-columns: 1fr;
  }

  .ehc-privacy-meta {
    position: static;
    max-width: 330px;
  }
}

@media (max-width: 690px) {
  #copyright .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  #copyright .col.span_7 {
    margin-left: 0;
  }

  .ehc-footer-legal {
    justify-content: flex-start;
  }

  .ehc-privacy-hero {
    min-height: 330px;
    padding: 150px 0 55px;
  }

  .ehc-privacy-page {
    padding: 58px 0;
  }

  .ehc-privacy-content section {
    padding: 31px 0;
  }
}
/* === EHC DATENSCHUTZ & FOOTER-RECHTSLINKS END === */

/* === EHC PLATZHALTERBILDER === */
.ehc-profile-image--placeholder {
  position: relative;
}

.ehc-placeholder-badge {
  position: absolute;
  top: 18px;
  right: -7px;
  z-index: 6;
  display: inline-flex;
  min-height: 29px;
  padding: 0 15px 0 18px;
  align-items: center;
  color: rgb(247, 250, 252) !important;
  background: rgba(13, 36, 55, .92);
  border-left: 3px solid rgb(216, 59, 53);
  box-shadow: rgba(0, 0, 0, .24) 0 6px 16px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  transform: skew(-7deg);
}

.ehc-placeholder-badge::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 7px;
  height: 7px;
  background: rgb(4, 17, 29);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.ehc-roster-coach__visual > .ehc-placeholder-badge {
  top: 18px;
  right: -7px;
  bottom: auto;
  left: auto;
  min-height: 29px;
  padding: 0 15px 0 18px;
  color: rgb(247, 250, 252) !important;
  font-size: 9px;
  letter-spacing: .15em;
}

.ehc-profile-image--placeholder > img {
  filter: saturate(.72) contrast(.96);
}

body.single-portfolio.ehc-has-placeholder-profile-image .post-area::before {
  position: absolute;
  top: 22px;
  right: -8px;
  z-index: 4;
  display: flex;
  min-height: 34px;
  padding: 0 19px 0 22px;
  align-items: center;
  color: rgb(247, 250, 252);
  background: rgba(13, 36, 55, .94);
  border-left: 4px solid rgb(216, 59, 53);
  box-shadow: rgba(0, 0, 0, .3) 0 8px 20px;
  content: "Bild folgt";
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  transform: skew(-7deg);
}

body.single-portfolio.ehc-has-placeholder-profile-image .post-area > img.wp-post-image {
  filter: saturate(.72) contrast(.96);
}

@media (max-width: 690px) {
  .ehc-placeholder-badge {
    top: 13px;
    min-height: 27px;
    padding-right: 12px;
    padding-left: 14px;
    font-size: 8px;
  }
}
/* === EHC PLATZHALTERBILDER END === */

#header-outer, #header-outer[data-header-resize="1"]:not(.small-nav), body #header-outer.transparent {
  background: rgb(6, 19, 34) !important;
  border-bottom: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 10px 32px !important;
}

#header-outer #top nav > ul > li > a {
  color: rgb(247, 250, 252) !important;
  font-family: var(--ehc-font-body, "Montserrat", sans-serif) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

#header-outer #top nav > ul > li > a .menu-title-text {
  position: relative;
}

#header-outer #top nav > ul > li:not(.menu-item-322) > a .menu-title-text::after {
  position: absolute;
  right: 0px;
  bottom: -9px;
  left: 0px;
  height: 2px;
  content: "";
  background: rgb(216, 59, 53);
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.22s;
}

#header-outer #top nav > ul > li:not(.menu-item-322):hover > a .menu-title-text::after, #header-outer #top nav > ul > li.current-menu-item:not(.menu-item-322) > a .menu-title-text::after, #header-outer #top nav > ul > li.current-menu-ancestor:not(.menu-item-322) > a .menu-title-text::after {
  transform: scaleX(1);
}

#header-outer #top nav > ul > li:hover > a, #header-outer #top nav > ul > li.current-menu-item > a, #header-outer #top nav > ul > li.current-menu-ancestor > a {
  color: rgb(255, 255, 255) !important;
}

#header-outer #top nav > ul > li.menu-item-322 > a {
  box-shadow: rgba(216, 59, 53, 0.25) 0px 7px 20px;
  transform: skew(-7deg);
  height: 42px !important;
  margin-left: 12px !important;
  padding: 0px 22px !important;
  color: rgb(255, 255, 255) !important;
  background: rgb(216, 59, 53) !important;
  transition: background-color 0.22s, box-shadow 0.22s !important;
}

#header-outer #top nav > ul > li.menu-item-322 > a .menu-title-text {
  display: inline-block;
  transform: skew(7deg);
}

#header-outer #top nav > ul > li.menu-item-322:hover > a, #header-outer #top nav > ul > li.menu-item-322.current-menu-item > a {
  box-shadow: rgba(216, 59, 53, 0.38) 0px 9px 24px;
  background: rgb(229, 74, 67) !important;
}

#header-outer #top nav > ul > li > ul.sub-menu, #header-outer #top nav > ul > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 250px !important;
  padding: 10px !important;
  background: rgb(7, 24, 39) !important;
  border-width: 3px 1px 1px !important;
  border-style: solid !important;
  border-color: rgb(216, 59, 53) rgba(151, 181, 202, 0.2) rgba(151, 181, 202, 0.2) !important;
  border-image: none !important;
  border-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.42) 0px 20px 48px !important;
}

#header-outer #top nav > ul > li > ul.sub-menu > li {
  background: transparent !important;
  border-bottom: 1px solid rgba(151, 181, 202, 0.12) !important;
}

#header-outer #top nav > ul > li > ul.sub-menu > li:last-child {
  border-bottom: 0px !important;
}

#header-outer #top nav > ul > li > ul.sub-menu > li > a {
  display: flex !important;
  align-items: center !important;
  min-height: 46px !important;
  padding: 11px 14px !important;
  color: rgb(234, 241, 245) !important;
  background: transparent !important;
  font-family: var(--ehc-font-body, "Montserrat", sans-serif) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  transition: padding-left 0.2s, background-color 0.2s !important;
}

#header-outer #top nav > ul > li > ul.sub-menu > li > a::before {
  width: 6px;
  height: 6px;
  margin-right: 12px;
  content: "";
  background: rgb(216, 59, 53);
  transform: rotate(45deg);
  flex: 0 0 6px;
}

#header-outer #top nav > ul > li > ul.sub-menu > li:hover > a, #header-outer #top nav > ul > li > ul.sub-menu > li.current-menu-item > a, #header-outer #top nav > ul > li > ul.sub-menu > li.current-menu-ancestor > a {
  padding-left: 19px !important;
  color: rgb(255, 255, 255) !important;
  background: rgb(13, 36, 55) !important;
}

#slide-out-widget-area, #slide-out-widget-area-bg {
  background-color: rgb(6, 19, 34) !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li > a {
  color: rgb(247, 250, 252) !important;
  font-family: var(--ehc-font-body, "Montserrat", sans-serif) !important;
  font-weight: 750 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li li > a {
  color: rgb(184, 202, 214) !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li.current-menu-item > a, #slide-out-widget-area .inner .off-canvas-menu-container li > a:hover {
  color: rgb(229, 74, 67) !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 999px) {

  #header-outer #top .slide-out-widget-area-toggle a {
    color: rgb(247, 250, 252) !important;
  }

}

.ehc-page-section:not(.ehc-page-section--dark) .ehc-section-title {
  color: rgb(7, 24, 39) !important;
  text-shadow: none !important;
}

.ehc-page-section.ehc-page-section--dark .ehc-section-title {
  color: rgb(247, 250, 252) !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 690px) {

  .ehc-page-section .ehc-section-title {
    font-size: clamp(34px, 11vw, 52px) !important;
    line-height: 0.98 !important;
  }

}

#header-outer #top nav > ul > li.current-menu-item:not(.menu-item-322) > a .menu-title-text::after, #header-outer #top nav > ul > li.current-menu-ancestor:not(.menu-item-322) > a .menu-title-text::after {
  display: none !important;
  content: none !important;
}

:root {
  --ehc-font-display: "Montserrat",Arial,sans-serif;
  --ehc-font-body: "Montserrat",Arial,sans-serif;
}

body #ajax-content-wrap .ehc-page-section:not(.ehc-page-section--dark) .ehc-section-title {
  color: rgb(7, 24, 39) !important;
  text-shadow: none !important;
}

body #ajax-content-wrap .ehc-page-section.ehc-page-section--dark .ehc-section-title {
  color: rgb(247, 250, 252) !important;
}

#header-outer #top nav > ul > li.current-menu-item > a .menu-title-text::after, #header-outer #top nav > ul > li.current-menu-ancestor > a .menu-title-text::after {
  display: none !important;
  content: none !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 690px) {

  body #ajax-content-wrap .ehc-page-section .ehc-section-title {
    font-size: clamp(34px, 11vw, 52px) !important;
    line-height: 0.98 !important;
  }

}
/* ==========================================================
   MENÜ – FLEXIBLE VERTIKALE AUSRICHTUNG
   ========================================================== */

#header-outer #top nav > ul,
#header-outer #top nav > ul > li {
  align-items: center !important;
}

#header-outer #top nav > ul > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  min-height: 42px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
}

#header-outer #top nav > ul > li > a .menu-title-text {
  position: static !important;
  top: auto !important;
  display: block !important;
  line-height: 1 !important;
  transform: none !important;
}

#header-outer #top nav > ul > li:not(.menu-item-322) > a .menu-title-text {
  position: static !important;
  top: auto !important;
  transform: none !important;
}

#header-outer #top nav > ul > li.menu-item-322 > a .menu-title-text {
  transform: skew(7deg) !important;
}

/* ==========================================================
   NECTAR SLIDER – SAUBERE POLYGONKONTUR AM SEKUNDÄRBUTTON
   ========================================================== */

.nectar-slider-wrap .swiper-slide .content .buttons .button:nth-child(2) a.primary-color {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0 !important;
  background: #c8dce5 !important;
}

.nectar-slider-wrap .swiper-slide .content .buttons .button:nth-child(2) a.primary-color::before {
  position: absolute;
  inset: 1px;
  z-index: -1;
  display: block !important;
  content: "" !important;
  background: rgba(3, 16, 29, 0.82);
  clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
}

.nectar-slider-wrap .swiper-slide .content .buttons .button:nth-child(2) a.primary-color:hover::before {
  background: #e52b2f;
}

/* ==========================================================
   FINALE EHC-BILDER UND SYMBOLSYSTEM
   ========================================================== */

/* Unterseiten-Header: finale, textfreie WebP-Motive */
.page-id-157 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/hero-verein-current-jersey.webp") !important;
}

.page-id-158 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/history-current-jersey.webp") !important;
}

.page-id-159 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/hero-verein-current-jersey.webp") !important;
}

.page-id-160 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/03-training-eisstadion.webp") !important;
}

.page-id-164 .ehc-subpage-hero,
.page-id-165 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/mannschaft-2025-hero-centered-v5.webp") !important;
}
/*
.page-id-165 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/team-on-ice-current-jersey.webp") !important;
}
*/
.page-id-166 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/team-huddle-current-jersey.webp") !important;
}

/* Bildhälfte „Ein Team aus der Region“ */
.ehc-home-club__visual {
  background-image:
    linear-gradient(0deg, rgba(3, 16, 29, .84), rgba(3, 16, 29, .08)),
    url("/wp-content/uploads/2026/07/team-on-ice-current-jersey.webp") !important;
  background-position: center !important;
  background-size: cover !important;
}

.ehc-home-club__visual::before,
.ehc-home-club__visual::after {
  opacity: .22;
}

/* Harz-Wald für die große Mitgliedschaftsfläche */
.ehc-home-cta {
  background-image:
    linear-gradient(90deg, rgba(3, 16, 29, .96), rgba(6, 26, 45, .66)),
    url("/wp-content/uploads/2026/07/footer-harz-forest.webp") !important;
  background-position: center !important;
  background-size: cover !important;
}

/* Einheitliche Bildsymbole */
.ehc-home-stat::before,
.ehc-home-benefits span::before,
.ehc-venue-icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
}

.ehc-home-stat::before {
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
}

.ehc-home-stat:nth-child(1)::before {
  background-image: url("/wp-content/uploads/2026/07/icon-trophy-red.png");
}

.ehc-home-stat:nth-child(2)::before {
  background-image: url("/wp-content/uploads/2026/07/icon-users-red.png");
}

.ehc-home-stat:nth-child(3)::before {
  background-image: url("/wp-content/uploads/2026/07/icon-puck-red.png");
}

.ehc-venue-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  color: transparent !important;
  font-size: 0 !important;
  background-image: url("/wp-content/uploads/2026/07/icon-eisstadion-braunlage-white.png");
}

.ehc-home-benefits {
  align-items: flex-start;
  gap: 18px 32px;
}

.ehc-home-benefits br {
  display: none;
}

.ehc-home-benefits span {
  width: min(150px, 22vw);
  padding: 46px 0 0;
  line-height: 1.4;
  text-align: center;
}

.ehc-home-benefits span::before {
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  background-color: transparent;
  transform: translateX(-50%);
}

.ehc-home-benefits span:nth-of-type(1)::before {
  background-image: url("/wp-content/uploads/2026/07/icon-community-white.png");
}

.ehc-home-benefits span:nth-of-type(2)::before {
  background-image: url("/wp-content/uploads/2026/07/icon-skate-white.png");
}

.ehc-home-benefits span:nth-of-type(3)::before {
  background-image: url("/wp-content/uploads/2026/07/icon-heart-white.png");
}

.ehc-home-benefits span:nth-of-type(4)::before {
  background-image: url("/wp-content/uploads/2026/07/icon-calendar-white.png");
}

@media only screen and (max-width: 690px) {
  .ehc-home-benefits span {
    width: calc(50% - 16px);
  }

  .ehc-home-stat::before {
    margin-top: 10px;
  }
}

/* ==========================================================
   PORTFOLIO-DETAILSEITEN – SPIELER, TRAINER UND VORSTAND
   ========================================================== */

body.single-portfolio {
  background: #061321;
  color: #d9e3eb;
}

body.single-portfolio .container-wrap {
  background:
    radial-gradient(circle at 80% 12%, rgba(104, 153, 181, 0.13), transparent 34%),
    linear-gradient(135deg, #071725 0%, #05101c 100%);
}

body.single-portfolio .row.project-title {
  position: relative;
  margin: 0;
  padding: 72px 0 44px;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(6, 19, 33, 0.96), rgba(9, 31, 49, 0.9)),
    url("/wp-content/uploads/2026/07/team-on-ice-current-jersey.webp") center 42% / cover;
  border-bottom: 1px solid rgba(126, 164, 187, 0.23);
}

body.single-portfolio .row.project-title::before {
  position: absolute;
  top: 0;
  left: -45px;
  width: 135px;
  height: 100%;
  content: "";
  background: #d5332d;
  transform: skewX(-16deg);
}

body.single-portfolio .row.project-title .container {
  position: relative;
  z-index: 1;
}

body.single-portfolio .row.project-title .section-title {
  padding: 0 !important;
  text-align: left;
}

body.single-portfolio .row.project-title h1 {
  max-width: 1050px;
  margin: 0 !important;
  color: #f5f8fa !important;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif !important;
  font-size: clamp(45px, 5.2vw, 80px) !important;
  font-weight: 900 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
  text-transform: uppercase;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.38);
}

body.single-portfolio .container.main-content {
  max-width: 1180px;
  padding-top: 72px;
  padding-bottom: 84px;
}

body.single-portfolio .container.main-content > .row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 44px;
  align-items: stretch;
}

body.single-portfolio .post-area.col.span_9,
body.single-portfolio #sidebar.col.span_3 {
  width: 100%;
  margin: 0;
}

body.single-portfolio .post-area {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #0a1b2d;
  border: 1px solid rgba(132, 171, 194, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

body.single-portfolio .post-area::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30%;
  pointer-events: none;
  content: "";
  background: linear-gradient(to top, rgba(5, 16, 28, 0.5), transparent);
}

body.single-portfolio .post-area > img.wp-post-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 660px;
  margin: 0 !important;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
}

body.single-portfolio .comments-section {
  display: none !important;
}

body.single-portfolio #sidebar {
  min-width: 0;
  padding: 52px 46px;
  background:
    linear-gradient(145deg, rgba(14, 39, 60, 0.98), rgba(7, 24, 40, 0.98));
  border: 1px solid rgba(132, 171, 194, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

body.single-portfolio #sidebar-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

body.single-portfolio #project-meta {
  display: none;
}

body.single-portfolio .ehc-profile-detail {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

body.single-portfolio .ehc-profile-detail__eyebrow {
  position: relative;
  margin-bottom: 48px;
  color: #ef4038;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.single-portfolio .ehc-profile-detail__eyebrow::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 42px;
  height: 3px;
  content: "";
  background: #ef4038;
}

body.single-portfolio .ehc-portfolio-profile {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

body.single-portfolio .ehc-profile-number {
  margin-bottom: 12px;
  color: #ef4038;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(64px, 7vw, 100px);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.06em;
}

body.single-portfolio .ehc-portfolio-profile strong {
  display: block;
  margin: 0 0 23px;
  color: #f5f8fa;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

body.single-portfolio .ehc-portfolio-profile p {
  margin: 0;
  color: #aebdca;
  font-size: 16px;
  line-height: 1.65;
}

body.single-portfolio .ehc-portfolio-profile p:empty {
  display: none;
}

body.single-portfolio .ehc-profile-detail__back {
  display: inline-flex;
  min-height: 48px;
  margin-top: auto;
  padding: 0 22px;
  align-items: center;
  gap: 9px;
  color: #f5f8fa !important;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(219, 231, 239, 0.52);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.single-portfolio .ehc-profile-detail__back:hover {
  color: #fff !important;
  background: #d5332d;
  border-color: #d5332d;
  transform: translateY(-2px);
}

body.single-portfolio .bottom_controls {
  display: none !important;
}

body.single-portfolio #footer-outer {
  border-top: 1px solid rgba(213, 51, 45, 0.65);
}

@media only screen and (max-width: 999px) {
  body.single-portfolio .row.project-title {
    padding: 56px 0 36px;
  }

  body.single-portfolio .container.main-content {
    padding-top: 46px;
    padding-bottom: 58px;
  }

  body.single-portfolio .container.main-content > .row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  body.single-portfolio .post-area > img.wp-post-image {
    min-height: 0;
  }

  body.single-portfolio #sidebar {
    padding: 42px 34px;
  }

  body.single-portfolio .ehc-profile-detail__back {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 690px) {
  body.single-portfolio .row.project-title {
    padding: 44px 0 30px;
  }

  body.single-portfolio .row.project-title::before {
    left: -65px;
  }

  body.single-portfolio .container.main-content {
    width: calc(100% - 32px);
    padding-top: 30px;
    padding-bottom: 44px;
  }

  body.single-portfolio #sidebar {
    padding: 34px 25px;
  }

  body.single-portfolio .ehc-profile-detail__eyebrow {
    margin-bottom: 40px;
  }
}

/* ==========================================================
   HEADERLOGO – PROPORTIONEN WIE IM FINALEN ENTWURF
   ========================================================== */

@media only screen and (min-width: 1000px) {
  #header-outer #top #logo {
    z-index: 110;
    display: block !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #header-outer:not(.small-nav) #top,
  #header-outer:not(.small-nav) #top > .container,
  #header-outer:not(.small-nav) #top > .container > .row {
    min-height: 96px !important;
  }

  #header-outer:not(.small-nav) #top #logo {
    position: absolute !important;
    top: 6px !important;
    width: 132px !important;
    height: 132px !important;
  }

  #header-outer.small-nav #top #logo {
    position: absolute !important;
    top: 0 !important;
    width: 64px !important;
    height: 64px !important;
  }

  #header-outer #top #logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
  }
}

@media only screen and (max-width: 999px) {
  #header-outer #top #logo {
    width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #header-outer #top #logo img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
  }
}

/* ==========================================================
   MANNSCHAFTSSEITE – KARTENKONTRAST UND CTA-RASTER
   ========================================================== */

body #ajax-content-wrap .ehc-page-section:not(.ehc-page-section--dark):not(.ehc-page-section--texture) .ehc-info-card h3 {
  color: rgb(11, 29, 45) !important;
  text-shadow: none !important;
}

.ehc-highlight {
  grid-template-columns: minmax(330px, 0.42fr) minmax(0px, 1fr);
  gap: 36px;
}

.ehc-highlight > p:empty {
  display: none;
}

.ehc-highlight > p:not(:empty) {
  min-width: 0;
}

@media (min-width: 691px) and (max-width: 1000px) {
  .ehc-highlight {
    grid-template-columns: minmax(275px, 0.42fr) minmax(0px, 1fr);
    gap: 28px;
  }

  .ehc-highlight strong {
    font-size: 40px;
  }
}

@media (max-width: 690px) {
  .ehc-highlight {
    grid-template-columns: minmax(0px, 1fr);
    gap: 18px;
  }
}

/* ==========================================================
   KONTAKTSEITE – DIREKTE KONTAKTWEGE OHNE FORMULAR
   ========================================================== */

.ehc-contact-hero::after {
  background:
    linear-gradient(90deg, rgba(3, 16, 29, .98) 0%, rgba(3, 16, 29, .78) 48%, rgba(3, 16, 29, .32) 100%),
    linear-gradient(0deg, rgba(3, 16, 29, .75), transparent 55%);
}

.ehc-contact-lead {
  max-width: 820px;
}

.ehc-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.ehc-contact-card {
  position: relative;
  display: flex;
  min-height: 330px;
  padding: 34px 32px 30px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(109, 139, 160, .24);
  background: rgb(255, 255, 255);
  box-shadow: rgba(3, 19, 33, .09) 0 18px 48px;
}

.ehc-contact-card::after {
  position: absolute;
  right: -22px;
  bottom: -62px;
  width: 92px;
  height: 170px;
  content: "";
  background: rgba(216, 59, 53, .08);
  transform: rotate(18deg);
}

.ehc-contact-card__icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  align-items: center;
  justify-content: center;
  color: rgb(216, 59, 53);
  border: 2px solid rgb(216, 59, 53);
  font-family: var(--ehc-font-display);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  transform: skew(-6deg);
}

.ehc-contact-card__label {
  color: rgb(216, 59, 53);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ehc-contact-card h3 {
  margin: 8px 0 15px !important;
  color: rgb(7, 24, 39) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: 29px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

body #ajax-content-wrap .ehc-contact-page .ehc-contact-card h3 {
  color: rgb(7, 24, 39) !important;
  text-shadow: none !important;
}

body.page-id-389 #ajax-content-wrap .ehc-contact-card h3 {
  color: rgb(7, 24, 39) !important;
  text-shadow: none !important;
}

.ehc-contact-card p {
  margin: 0 0 25px;
  color: rgb(51, 71, 88);
  font-size: 15px;
  line-height: 1.7;
}

.ehc-contact-card > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: rgb(7, 24, 39) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none !important;
}

body #ajax-content-wrap .ehc-contact-page .ehc-contact-card > a {
  color: rgb(7, 24, 39) !important;
}

body.page-id-389 #ajax-content-wrap .ehc-contact-card a {
  color: rgb(7, 24, 39) !important;
}

.ehc-contact-card > a span {
  color: rgb(216, 59, 53);
  font-size: 18px;
  transition: transform .2s ease;
}

.ehc-contact-card > a:hover span {
  transform: translateX(4px);
}

.ehc-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ehc-button--dark {
  border-color: rgb(13, 36, 55);
  background: rgb(13, 36, 55);
}

body #ajax-content-wrap .ehc-contact-page .ehc-button.ehc-button--dark {
  border-color: rgb(13, 36, 55) !important;
  background: rgb(13, 36, 55) !important;
}

body.page-id-389 #ajax-content-wrap .ehc-button.ehc-button--dark {
  border-color: rgb(13, 36, 55) !important;
  background: rgb(13, 36, 55) !important;
}

.ehc-contact-people {
  position: relative;
  background:
    radial-gradient(circle at 80% 20%, rgba(109, 155, 184, .16), transparent 32%),
    linear-gradient(135deg, rgb(6, 19, 34), rgb(10, 34, 53));
}

.ehc-contact-person-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 1px;
  margin-top: 44px;
  background: rgba(151, 181, 202, .2);
  border: 1px solid rgba(151, 181, 202, .2);
}

.ehc-contact-person {
  position: relative;
  min-height: 245px;
  padding: 38px 32px 32px;
  overflow: hidden;
  background: rgba(6, 23, 38, .96);
}

.ehc-contact-person > span {
  position: absolute;
  top: 11px;
  right: 20px;
  color: rgba(200, 220, 233, .08);
  font-family: var(--ehc-font-display);
  font-size: 82px;
  font-weight: 900;
  line-height: 1;
}

.ehc-contact-person p {
  position: relative;
  margin: 0 0 14px;
  color: rgb(216, 59, 53);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ehc-contact-person h3 {
  position: relative;
  margin: 0 0 38px !important;
  color: rgb(247, 250, 252) !important;
  font-family: var(--ehc-font-display) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.ehc-contact-person a {
  position: relative;
  color: rgb(200, 220, 233) !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
}

.ehc-contact-person a:hover {
  color: rgb(216, 59, 53) !important;
}

.ehc-contact-visit__layout {
  display: grid;
  grid-template-columns: minmax(0px, .95fr) minmax(420px, 1.05fr);
  gap: clamp(50px, 7vw, 95px);
  align-items: center;
}

.ehc-contact-venue {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0px, 1fr);
  gap: 24px;
  margin-top: 34px;
  padding: 24px 26px;
  align-items: center;
  border-left: 4px solid rgb(216, 59, 53);
  background: rgb(237, 243, 247);
}

.ehc-contact-venue strong {
  color: rgb(7, 24, 39);
  font-family: var(--ehc-font-display);
  font-size: 23px;
  line-height: 1.05;
  text-transform: uppercase;
}

.ehc-contact-venue span {
  color: rgb(51, 71, 88);
  line-height: 1.55;
}

.ehc-contact-visit__visual {
  min-height: 520px;
  border: 1px solid rgba(109, 139, 160, .25);
  background:
    linear-gradient(0deg, rgba(3, 16, 29, .66), rgba(3, 16, 29, .03) 55%),
    url("/wp-content/uploads/2026/07/03-training-eisstadion.webp") center / cover;
  box-shadow: rgb(216, 59, 53) 16px 16px 0;
}

@media (max-width: 1000px) {
  .ehc-contact-grid,
  .ehc-contact-person-grid {
    grid-template-columns: 1fr;
  }

  .ehc-contact-card {
    min-height: 280px;
  }

  .ehc-contact-visit__layout {
    grid-template-columns: 1fr;
  }

  .ehc-contact-visit__visual {
    min-height: 430px;
  }
}

@media (max-width: 690px) {
  body.page-id-389 .ehc-contact-people .ehc-section-title {
    font-size: 37px !important;
    line-height: 1 !important;
    overflow-wrap: anywhere;
  }

  .ehc-contact-card,
  .ehc-contact-person {
    min-height: 0;
    padding: 30px 25px;
  }

  .ehc-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ehc-contact-venue {
    grid-template-columns: 1fr;
  }

  .ehc-contact-visit__visual {
    min-height: 340px;
    box-shadow: rgb(216, 59, 53) 10px 10px 0;
  }
}

/* ==========================================================
   GLOBALE SEKTION – WERDE TEIL DES EHC OSTERODE
   Salient: Global Sections > After Page Content
   ========================================================== */

.nectar-global-section.before-footer,
.nectar-global-section.before-footer > .container.normal-container,
.nectar-global-section.before-footer .wpb_row,
.nectar-global-section.before-footer .row_col_wrap_12,
.nectar-global-section.before-footer .wpb_column,
.nectar-global-section.before-footer .vc_column-inner,
.nectar-global-section.before-footer .wpb_wrapper,
.nectar-global-section.before-footer .wpb_text_column {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nectar-global-section.before-footer {
  position: relative;
  z-index: 2;
  background: var(--ehc-navy-950);
}

.nectar-global-section.before-footer .wpb_row {
  left: 0 !important;
}

.ehc-global-join {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  padding: clamp(60px, 6vw, 92px) max(5vw, calc((100vw - var(--ehc-max-width)) / 2));
  border-top: 1px solid rgba(229, 43, 47, .58);
  background-image:
    linear-gradient(90deg, rgba(3, 16, 29, .98), rgba(6, 26, 45, .73)),
    url("/wp-content/uploads/2026/07/footer-harz-forest.webp");
  background-position: center;
  background-size: cover;
  color: var(--ehc-white);
  isolation: isolate;
}

.ehc-global-join::before,
.ehc-global-join::after {
  position: absolute;
  z-index: -1;
  display: block;
  background: linear-gradient(180deg, #f03a3e, var(--ehc-red-dark));
  content: "";
  transform: skewX(-18deg);
}

.ehc-global-join::before {
  top: -5%;
  bottom: -5%;
  left: -42px;
  width: 68px;
}

.ehc-global-join::after {
  right: -52px;
  bottom: -66px;
  width: 100px;
  height: 190px;
}

.ehc-global-join__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: clamp(42px, 7vw, 120px);
  max-width: var(--ehc-max-width);
  margin: 0 auto;
  align-items: center;
}

.ehc-global-join__content {
  min-width: 0;
}

.ehc-global-join .ehc-section-kicker {
  display: inline-block;
  margin: 0 0 23px;
}

body #ajax-content-wrap .ehc-global-join h2 {
  max-width: 900px;
  margin: 0 0 16px;
  color: var(--ehc-white) !important;
  font-size: clamp(3rem, 4.6vw, 5.2rem);
  line-height: .96;
}

.ehc-global-join__content > p {
  max-width: 760px;
  margin: 0;
  color: var(--ehc-ice-200);
  font-size: 15px;
  line-height: 1.7;
}

.ehc-global-join__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ehc-global-join__benefits li {
  display: grid;
  width: min(155px, 21vw);
  min-height: 82px;
  margin: 0 !important;
  padding: 0 22px !important;
  place-items: start center;
  border-left: 1px solid rgba(200, 220, 229, .35);
  color: var(--ehc-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.ehc-global-join__benefits li:first-child {
  padding-left: 0 !important;
  border-left: 0;
}

.ehc-global-join__benefits img {
  display: block;
  width: 38px !important;
  height: 38px !important;
  margin: 0 auto 10px !important;
  object-fit: contain;
}

.ehc-global-join__benefits span {
  display: block;
}

.ehc-global-join__inner > p {
  margin: 0 !important;
}

.ehc-global-join__button {
  display: flex;
  position: relative;
  min-height: 116px;
  padding: 26px 74px 24px 46px;
  align-items: center;
  justify-content: space-between;
  background: var(--ehc-red);
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  color: var(--ehc-white) !important;
  text-decoration: none !important;
  transition: background-color .2s ease, transform .2s ease;
}

.ehc-global-join__button span,
.ehc-global-join__button strong,
.ehc-global-join__button small {
  display: block;
}

.ehc-global-join__button strong {
  font-family: var(--ehc-font-display);
  font-size: clamp(27px, 2.2vw, 34px);
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.ehc-global-join__button small {
  margin-top: 8px;
  font-family: var(--ehc-font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ehc-global-join__button b {
  position: absolute;
  top: 50%;
  right: 31px;
  font-family: var(--ehc-font-body);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.ehc-global-join__button:hover,
.ehc-global-join__button:focus-visible {
  background: var(--ehc-red-dark);
  color: var(--ehc-white) !important;
  transform: translateY(-3px);
}

@media (max-width: 999px) {
  .ehc-global-join__inner {
    grid-template-columns: 1fr;
  }

  .ehc-global-join__button {
    max-width: 440px;
  }
}

@media (max-width: 690px) {
  .ehc-global-join {
    min-height: 0;
    padding: 54px 28px 58px 46px;
  }

  body #ajax-content-wrap .ehc-global-join h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .ehc-global-join__benefits {
    gap: 22px 0;
  }

  .ehc-global-join__benefits li {
    width: 50%;
    padding: 0 12px !important;
  }

  .ehc-global-join__benefits li:nth-child(3) {
    border-left: 0;
  }

  .ehc-global-join__button {
    width: 100%;
    min-height: 108px;
    padding: 24px 62px 22px 34px;
  }
}

/* === EHC MOBILE QA 26.07.2026 === */
@media only screen and (max-width: 690px) {
  /*
   * Nectar Slider: Die Regeln stehen bewusst am Dateiende, damit Salients
   * nachgeladene Responsive-Werte für Schriftgröße und Abstände überstimmt
   * werden.
   */
  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content {
    width: 100% !important;
    max-width: none !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
    box-sizing: border-box !important;
  }

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content > h2.ns-heading-el {
    width: auto !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content > p,
  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content > p > span {
    width: auto !important;
    max-width: 100% !important;
    font-size: clamp(42px, 12.5vw, 50px) !important;
    letter-spacing: .01em !important;
    line-height: .94 !important;
  }

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content .buttons {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 25px !important;
    box-sizing: border-box !important;
  }

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content .buttons .button,
  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content .buttons .button a.primary-color {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .image-bg,
  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .slide-bg,
  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .image-bg-wrap .image-bg {
    background-position: right center !important;
  }

  /* Lange Überschriften bleiben auch auf schmalen Geräten vollständig lesbar. */
  body #ajax-content-wrap .ehc-page-section h1,
  body #ajax-content-wrap .ehc-page-section h2,
  body #ajax-content-wrap .ehc-section-title,
  body.single-portfolio .row.project-title h1 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  body.single-portfolio .row.project-title h1 {
    font-size: clamp(34px, 11vw, 44px) !important;
    line-height: 1 !important;
  }

  /* Geschichte: Zeitstrahl bleibt innerhalb des mobilen Inhaltsrasters. */
  .ehc-timeline,
  .ehc-timeline__item,
  .ehc-timeline__year,
  .ehc-timeline__content {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .ehc-timeline__content {
    padding: 22px 20px;
  }

  /* Datenschutz: lange Begriffe dürfen das CSS-Grid nicht verbreitern. */
  .ehc-privacy-layout,
  .ehc-privacy-content,
  .ehc-privacy-content section,
  .ehc-privacy-lead {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .ehc-privacy-content section,
  .ehc-privacy-lead {
    width: 100%;
  }

  .ehc-privacy-content,
  .ehc-privacy-content p,
  .ehc-privacy-content li,
  .ehc-privacy-content a,
  .ehc-privacy-lead {
    overflow-wrap: anywhere;
  }

  .ehc-privacy-lead {
    padding-left: 19px;
  }

  .ehc-privacy-hero h1 {
    font-size: clamp(42px, 11.8vw, 47px) !important;
    line-height: .94 !important;
    white-space: normal !important;
  }

  /* Globaler Mitmachen-Bereich: symmetrische Seitenabstände. */
  .ehc-global-join {
    padding-right: 28px;
    padding-left: 28px;
  }

  /* Unterste Footerzeile auf Smartphones vollständig zentrieren. */
  #copyright .container {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    gap: 13px;
    text-align: center;
  }

  #copyright .col.span_5,
  #copyright .col.span_7 {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }

  #copyright .col.span_5 p {
    margin: 0 !important;
    text-align: center;
  }

  .ehc-footer-legal {
    justify-content: center !important;
  }
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content {
    padding-right: 42px !important;
    padding-left: 42px !important;
    box-sizing: border-box !important;
  }

  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .image-bg,
  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .slide-bg,
  body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .image-bg-wrap .image-bg {
    background-position: right center !important;
  }
}
/* === EHC MOBILE QA 26.07.2026 END === */

/* ==========================================================
   WARTBARE WPBAKERY-INHALTE
   Klassen liegen an Zeilen, Spalten und einzelnen Inhaltselementen.
   Dadurch können Texte, Bilder, Buttons und Karten im Backend separat
   bearbeitet werden, ohne die Layout-Struktur im Texteditor anzufassen.
   ========================================================== */

.ehc-maintainable-hero {
  align-items: stretch !important;
}

.ehc-maintainable-hero > .row_col_wrap_12 {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: inherit;
  align-items: flex-end;
}

.ehc-maintainable-hero .ehc-subpage-hero__inner {
  align-self: flex-end;
  margin-right: auto !important;
  margin-left: auto !important;
}

.ehc-maintainable-hero .ehc-subpage-hero__inner > .vc_column-inner {
  padding: 0 !important;
}

.ehc-maintainable-hero .wpb_text_column,
.ehc-maintainable-page .wpb_text_column {
  margin-bottom: 0;
}

.ehc-maintainable-page .row_col_wrap_12_inner::before,
.ehc-maintainable-page .row_col_wrap_12_inner::after,
.ehc-maintainable-home-match .row_col_wrap_12_inner::before,
.ehc-maintainable-home-match .row_col_wrap_12_inner::after,
.ehc-maintainable-home-club > .row_col_wrap_12::before,
.ehc-maintainable-home-club > .row_col_wrap_12::after,
.ehc-maintainable-home-roster .row_col_wrap_12_inner::before,
.ehc-maintainable-home-roster .row_col_wrap_12_inner::after {
  display: none !important;
  content: none !important;
}

.ehc-maintainable-hero .ehc-kicker {
  margin-bottom: 18px;
}

.ehc-maintainable-hero .ehc-kicker p,
.ehc-maintainable-page .ehc-kicker p {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.ehc-maintainable-hero .ehc-edit-title h1 {
  margin: 0 !important;
}

.ehc-maintainable-hero .ehc-edit-intro p {
  margin: 27px 0 0;
}

.ehc-maintainable-page {
  padding: 92px 0 !important;
}

.ehc-maintainable-page > .row_col_wrap_12 {
  width: 100%;
}

.ehc-maintainable-page .ehc-page-inner {
  float: none;
  margin-right: auto !important;
  margin-left: auto !important;
}

.ehc-maintainable-page .ehc-page-inner > .vc_column-inner {
  padding: 0 !important;
}

.ehc-maintainable-page .ehc-section-title {
  margin-bottom: 26px !important;
}

.ehc-maintainable-page .ehc-lead {
  margin-bottom: 0;
}

.ehc-maintainable-page .ehc-edit-text {
  margin-top: 22px;
}

.ehc-maintainable-split {
  display: block !important;
  margin: 0 !important;
  gap: 0 !important;
  grid-template-columns: none !important;
}

.ehc-maintainable-split > .row_col_wrap_12_inner {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 70px;
  align-items: center;
}

.ehc-maintainable-split > .row_col_wrap_12_inner > .wpb_column {
  width: auto !important;
  margin: 0 !important;
}

.ehc-maintainable-split .ehc-split-copy > .vc_column-inner,
.ehc-maintainable-split .ehc-split-media > .vc_column-inner {
  padding: 0 !important;
}

.ehc-maintainable-split .ehc-split__image {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #0c2236;
  box-shadow: #d83b35 24px 24px 0;
}

.ehc-maintainable-split .ehc-split-media {
  position: relative;
  min-height: 520px;
  padding: 0 !important;
  overflow: hidden;
  background: #0c2236;
  box-shadow: #d83b35 24px 24px 0;
}

.ehc-maintainable-split .ehc-split-media > .vc_column-inner,
.ehc-maintainable-split .ehc-split-media > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.ehc-maintainable-split .ehc-split-media > .vc_column-inner {
  position: absolute;
  inset: 0;
  width: 100%;
}

.ehc-maintainable-split .ehc-split__image .vc_figure,
.ehc-maintainable-split .ehc-split__image .vc_single_image-wrapper,
.ehc-maintainable-split .ehc-split-media .img-with-animation-wrap,
.ehc-maintainable-split .ehc-split-media .img-with-aniamtion-wrap,
.ehc-maintainable-split .ehc-split-media .inner,
.ehc-maintainable-split .ehc-split-media .hover-wrap,
.ehc-maintainable-split .ehc-split-media .hover-wrap-inner {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: inherit;
}

.ehc-maintainable-split .ehc-split__image img,
.ehc-maintainable-split .ehc-split-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.ehc-maintainable-split .ehc-split__image::after,
.ehc-maintainable-split .ehc-split-media::after {
  content: "HJ";
  position: absolute;
  right: 24px;
  bottom: 5px;
  z-index: 2;
  color: rgba(255, 255, 255, .1);
  font-family: var(--ehc-font-display);
  font-size: 100px;
  font-weight: 900;
  pointer-events: none;
}

.ehc-wpb-button-row {
  display: block !important;
  margin: 34px 0 0 !important;
}

.ehc-wpb-button-row > .row_col_wrap_12_inner {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  flex-wrap: wrap;
  gap: 14px;
}

.ehc-wpb-button-row > .row_col_wrap_12_inner > .wpb_column {
  width: auto !important;
  margin: 0 !important;
}

.ehc-wpb-button-row .vc_column-inner {
  padding: 0 !important;
}

.ehc-button-element {
  margin: 0 !important;
}

.ehc-button-element .vc_btn3 {
  display: inline-flex;
  min-height: 54px;
  padding: 0 25px !important;
  align-items: center;
  border: 2px solid #d83b35 !important;
  border-radius: 0 !important;
  background: #d83b35 !important;
  color: #fff !important;
  font-family: var(--ehc-font-body);
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em;
  line-height: 1.2 !important;
  text-transform: uppercase;
  transform: skew(-7deg);
}

.ehc-button-element .vc_btn3::after {
  display: none !important;
}

.ehc-button-element--ghost .vc_btn3,
.ehc-button-element--dark .vc_btn3 {
  background: transparent !important;
}

.ehc-button-element--dark .vc_btn3 {
  border-color: #071f31 !important;
  color: #071f31 !important;
}

.ehc-button-element .vc_btn3:hover,
.ehc-button-element .vc_btn3:focus {
  background: #b92722 !important;
  border-color: #b92722 !important;
  color: #fff !important;
}

.ehc-wpb-card-grid {
  display: block !important;
  margin: 46px 0 0 !important;
}

.ehc-wpb-card-grid > .row_col_wrap_12_inner {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ehc-wpb-card-grid > .row_col_wrap_12_inner > .ehc-info-card {
  width: auto !important;
  margin: 0 !important;
}

.ehc-wpb-card-grid .ehc-info-card > .vc_column-inner {
  padding: 0 !important;
}

.ehc-wpb-card-grid .ehc-info-card .ehc-edit-card {
  position: relative;
  z-index: 1;
}

.ehc-info-card--01::before {
  content: "01";
}

.ehc-info-card--02::before {
  content: "02";
}

.ehc-info-card--03::before {
  content: "03";
}

.ehc-wpb-highlight {
  display: block !important;
  margin: 44px 0 0 !important;
  padding: 32px !important;
  border-left: 5px solid #d83b35;
  background: #0d2437;
  color: #fff;
}

.ehc-wpb-highlight > .row_col_wrap_12_inner {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: minmax(320px, .36fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.ehc-wpb-highlight > .row_col_wrap_12_inner > .wpb_column {
  width: auto !important;
  margin: 0 !important;
}

.ehc-wpb-highlight .vc_column-inner {
  padding: 0 !important;
}

.ehc-wpb-highlight p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.65;
}

.ehc-wpb-highlight .ehc-highlight-title strong {
  display: block;
  color: #d83b35;
  font-family: var(--ehc-font-display);
  font-size: clamp(38px, 3.2vw, 50px);
  line-height: 1;
  text-transform: uppercase;
}

.ehc-edit-dynamic-grid {
  margin-top: 45px;
}

.ehc-wpb-birthday-grid,
.ehc-wpb-link-grid,
.ehc-wpb-contact-grid,
.ehc-wpb-contact-person-grid,
.ehc-wpb-privacy-layout {
  display: block !important;
  margin: 34px 0 0 !important;
}

.ehc-wpb-birthday-grid > .row_col_wrap_12_inner,
.ehc-wpb-link-grid > .row_col_wrap_12_inner,
.ehc-wpb-contact-grid > .row_col_wrap_12_inner,
.ehc-wpb-contact-person-grid > .row_col_wrap_12_inner {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ehc-wpb-birthday-grid--second > .row_col_wrap_12_inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ehc-wpb-birthday-grid > .row_col_wrap_12_inner > .wpb_column,
.ehc-wpb-link-grid > .row_col_wrap_12_inner > .wpb_column,
.ehc-wpb-contact-grid > .row_col_wrap_12_inner > .wpb_column,
.ehc-wpb-contact-person-grid > .row_col_wrap_12_inner > .wpb_column {
  width: auto !important;
  margin: 0 !important;
}

.ehc-wpb-birthday-grid .vc_column-inner,
.ehc-wpb-link-grid .vc_column-inner,
.ehc-wpb-contact-grid .vc_column-inner,
.ehc-wpb-contact-person-grid .vc_column-inner {
  padding: 0 !important;
}

.ehc-wpb-birthday-grid .ehc-birthday-card p {
  display: flex;
  min-height: 100%;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 10px;
}

.ehc-wpb-birthday-grid .ehc-birthday-card span {
  text-align: right;
}

.ehc-wpb-link-grid {
  margin-top: 18px !important;
}

.ehc-wpb-link-grid .ehc-link-card {
  display: block;
  min-height: 0;
  padding: 0;
}

.ehc-wpb-link-grid .ehc-link-card > .vc_column-inner {
  height: 100%;
}

.ehc-wpb-link-grid .ehc-edit-link,
.ehc-wpb-link-grid .ehc-edit-link > .wpb_wrapper,
.ehc-wpb-link-grid .ehc-edit-link p {
  height: 100%;
  margin: 0;
}

.ehc-wpb-link-grid .ehc-edit-link a {
  position: relative;
  display: flex;
  min-height: 100px;
  height: 100%;
  padding: 25px 58px 25px 25px;
  align-items: center;
  border: 1px solid rgba(109, 139, 160, .22);
  background: #fff;
  color: #102a3e !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ehc-wpb-link-grid .ehc-edit-link a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  color: #d83b35;
  content: "↗";
  transform: translateY(-50%);
}

.ehc-wpb-link-grid .ehc-edit-link a:hover {
  color: #fff !important;
  background: #d83b35;
  border-color: #d83b35;
}

.ehc-edit-subheading {
  margin-top: 42px;
}

.ehc-edit-subheading h3 {
  margin-bottom: 0 !important;
}

.ehc-edit-note {
  margin-top: 35px;
  font-size: 13px;
  opacity: .72;
}

.ehc-wpb-timeline-item {
  position: relative;
  display: block !important;
  /*max-width: 980px;*/
  margin: 0 auto !important;
  padding-bottom: 34px;
}

.ehc-wpb-timeline-item > .row_col_wrap_12_inner {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 55px;
}

.ehc-wpb-timeline-item > .row_col_wrap_12_inner > .wpb_column {
  width: auto !important;
  margin: 0 !important;
}

.ehc-wpb-timeline-item .vc_column-inner {
  padding: 0 !important;
}

.ehc-wpb-timeline-item::before {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 143px;
  width: 2px;
  background: linear-gradient(#d83b35, #7b9bb0);
  content: "";
}

.ehc-wpb-timeline-item::after {
  position: absolute;
  top: 10px;
  left: 136px;
  width: 16px;
  height: 16px;
  border: 4px solid #061322;
  background: #d83b35;
  content: "";
  transform: rotate(45deg);
}

.ehc-wpb-timeline-item .ehc-timeline__year p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.ehc-wpb-timeline-item .ehc-timeline__content {
  min-width: 0;
}

.ehc-wpb-timeline-item .ehc-timeline__content h3 {
  margin-bottom: 10px !important;
}

.ehc-wpb-timeline-item .ehc-timeline__content p {
  margin: 0;
}

.ehc-wpb-privacy-layout {
  margin: 0 !important;
}

.ehc-wpb-privacy-layout > .row_col_wrap_12_inner {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
}

.ehc-wpb-privacy-layout > .row_col_wrap_12_inner > .wpb_column {
  width: auto !important;
  margin: 0 !important;
}

.ehc-wpb-privacy-layout .vc_column-inner {
  padding: 0 !important;
}

.ehc-maintainable-privacy {
  padding: clamp(70px, 9vw, 118px) 0 !important;
  background: #f4f8fb;
}

.ehc-wpb-privacy-layout .ehc-privacy-meta p {
  margin: 17px 0 0;
}

.ehc-wpb-privacy-layout .ehc-privacy-meta p:first-child {
  margin-top: 0;
}

.ehc-wpb-privacy-layout .ehc-privacy-meta span,
.ehc-wpb-privacy-layout .ehc-privacy-meta strong {
  display: block;
}

.ehc-wpb-privacy-layout .ehc-privacy-lead p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.ehc-wpb-contact-grid,
.ehc-wpb-contact-person-grid {
  margin-top: 46px !important;
}

.ehc-wpb-contact-grid .ehc-contact-card,
.ehc-wpb-contact-person-grid .ehc-contact-person {
  min-width: 0;
}

.ehc-wpb-contact-grid .ehc-contact-card p,
.ehc-wpb-contact-person-grid .ehc-contact-person p {
  margin-bottom: 17px;
}

.ehc-wpb-contact-grid .ehc-contact-card .ehc-edit-contact-card a {
  color: #e44039 !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none !important;
}

.ehc-wpb-contact-person-grid .ehc-contact-person .ehc-edit-contact-person > .wpb_wrapper > p:first-child {
  margin-bottom: 18px;
}

.ehc-maintainable-home-match {
  display: block !important;
  max-width: none;
  padding: 0;
}

.ehc-maintainable-home-match > .row_col_wrap_12 {
  width: 100%;
}

.ehc-maintainable-home-match .ehc-home-match__inner {
  float: none;
  width: min(1480px, 100% - 48px);
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 42px clamp(28px, 4vw, 70px);
}

.ehc-maintainable-home-match .ehc-home-match__inner > .vc_column-inner {
  padding: 0 !important;
}

.ehc-maintainable-home-match .ehc-home-match__label {
  margin-bottom: 22px;
}

.ehc-maintainable-home-match .ehc-home-match__label p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 17px;
  color: var(--ehc-red);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 19px;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.ehc-maintainable-home-match .ehc-home-match__label p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: var(--ehc-red);
  content: "";
}

.ehc-wpb-match-grid {
  display: block !important;
  margin: 0 !important;
}

.ehc-wpb-match-grid > .row_col_wrap_12_inner {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: 1fr 1.25fr auto 1fr 1.25fr;
  gap: clamp(20px, 2.5vw, 46px);
  align-items: center;
}

.ehc-wpb-match-grid > .row_col_wrap_12_inner > .wpb_column {
  width: auto !important;
  margin: 0 !important;
}

.ehc-wpb-match-grid .vc_column-inner {
  padding: 0 !important;
}

.ehc-wpb-match-grid .ehc-edit-match,
.ehc-wpb-match-grid .ehc-edit-match > .wpb_wrapper {
  height: 100%;
  margin: 0;
}

.ehc-wpb-match-grid .ehc-edit-match p {
  display: flex;
  height: 100%;
  min-height: 130px;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ehc-maintainable-home-club {
  display: block !important;
}

.ehc-maintainable-home-club > .row_col_wrap_12 {
  display: grid !important;
  width: 100% !important;
  min-height: inherit;
  grid-template-columns: minmax(340px, .9fr) minmax(500px, 1.1fr);
  align-items: stretch;
}

.ehc-maintainable-home-club > .row_col_wrap_12 > .wpb_column {
  width: auto !important;
  min-width: 0;
}

.ehc-maintainable-home-club .ehc-home-club__visual > .vc_column-inner,
.ehc-maintainable-home-club .ehc-home-club__visual > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  padding: 0 !important;
}

.ehc-maintainable-home-club .ehc-home-club__visual .img-with-aniamtion-wrap,
.ehc-maintainable-home-club .ehc-home-club__visual .inner,
.ehc-maintainable-home-club .ehc-home-club__visual .hover-wrap,
.ehc-maintainable-home-club .ehc-home-club__visual .hover-wrap-inner {
  width: 100%;
  height: 100% !important;
}

.ehc-maintainable-home-club .ehc-home-club__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.ehc-maintainable-home-club .ehc-home-club__visual-copy {
  margin: 0;
}

.ehc-maintainable-home-club .ehc-home-club__visual-copy p {
  margin: 0;
  color: var(--ehc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ehc-maintainable-home-club .ehc-home-club__visual-copy strong {
  color: var(--ehc-white);
}

.ehc-maintainable-home-club .ehc-home-club__content .wpb_text_column {
  margin-bottom: 0;
}

.ehc-maintainable-home-club .ehc-edit-home-text {
  max-width: 760px;
  margin-bottom: 42px !important;
  color: #314455;
  font-size: 16px;
  line-height: 1.85;
}

.ehc-maintainable-home-club .ehc-edit-home-text p,
.ehc-maintainable-home-club .ehc-edit-inline-link p {
  margin: 0;
}

.ehc-maintainable-home-club .ehc-home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ehc-maintainable-home-roster {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: -50vw !important;
}

.ehc-maintainable-home-roster > .row_col_wrap_12 {
  width: 100%;
}

.ehc-maintainable-home-roster .ehc-home-roster__inner > .vc_column-inner {
  padding: 0 !important;
}

.ehc-wpb-roster-heading {
  display: block !important;
  margin: 0 0 42px !important;
}

.ehc-wpb-roster-heading > .row_col_wrap_12_inner {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  gap: 30px;
  align-items: end;
}

.ehc-wpb-roster-heading > .row_col_wrap_12_inner > .wpb_column {
  width: auto !important;
  margin: 0 !important;
}

.ehc-wpb-roster-heading .vc_column-inner {
  padding: 0 !important;
}

.ehc-wpb-roster-heading .wpb_text_column {
  margin-bottom: 0;
}

.ehc-wpb-roster-heading .ehc-section-kicker p,
.ehc-wpb-roster-heading .ehc-roster-hint p {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.ehc-wpb-roster-heading .ehc-roster-hint {
  text-align: right;
}

.ehc-edit-random-roster {
  margin-bottom: 0 !important;
}

body.page-id-161 .ehc-subpage-hero,
body.page-id-163 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/cta-harz-wald-hintergrund-1.png");
}

body.page-id-162 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/team-on-ice-current-jersey.webp");
}

body.page-id-389 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/footer-harz-forest.webp");
}

body.page-id-392 .ehc-subpage-hero {
  --ehc-hero: url("/wp-content/uploads/2026/07/footer-harz-forest.webp");
}

@media (max-width: 1000px) {
  .ehc-maintainable-split > .row_col_wrap_12_inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ehc-wpb-card-grid > .row_col_wrap_12_inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ehc-wpb-privacy-layout > .row_col_wrap_12_inner {
    grid-template-columns: 1fr;
  }

  .ehc-wpb-match-grid > .row_col_wrap_12_inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ehc-wpb-match-grid .ehc-home-match__venue {
    grid-column: span 3;
  }

  .ehc-maintainable-home-club > .row_col_wrap_12 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 690px) {
  .ehc-maintainable-hero .ehc-subpage-hero__inner,
  .ehc-maintainable-page .ehc-page-inner {
    width: calc(100% - 40px) !important;
  }

  .ehc-maintainable-hero .ehc-subpage-hero__inner {
    padding-top: 120px !important;
    padding-bottom: 58px !important;
  }

  body.page-id-392 .ehc-maintainable-hero .ehc-edit-title h1 {
    font-size: 42px !important;
  }

  .ehc-maintainable-page .ehc-section-title {
    hyphens: none !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .ehc-maintainable-page {
    padding: 62px 0 !important;
  }

  .ehc-maintainable-split .ehc-split__image {
    min-height: 390px;
    box-shadow: #d83b35 12px 12px 0;
  }

  .ehc-maintainable-split .ehc-split-media {
    min-height: 390px;
    box-shadow: #d83b35 12px 12px 0;
  }

  .ehc-wpb-card-grid > .row_col_wrap_12_inner,
  .ehc-wpb-highlight > .row_col_wrap_12_inner,
  .ehc-wpb-birthday-grid > .row_col_wrap_12_inner,
  .ehc-wpb-link-grid > .row_col_wrap_12_inner,
  .ehc-wpb-contact-grid > .row_col_wrap_12_inner,
  .ehc-wpb-contact-person-grid > .row_col_wrap_12_inner {
    grid-template-columns: 1fr;
  }

  .ehc-wpb-highlight {
    gap: 20px;
    padding: 26px 24px !important;
  }

  .ehc-wpb-highlight .ehc-highlight-title strong {
    font-size: 38px;
  }

  .ehc-wpb-timeline-item {
    padding-left: 42px;
  }

  .ehc-wpb-timeline-item > .row_col_wrap_12_inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ehc-wpb-timeline-item::before {
    left: 12px;
  }

  .ehc-wpb-timeline-item::after {
    left: 5px;
  }

  .ehc-wpb-timeline-item .ehc-timeline__year {
    text-align: left;
  }

  .ehc-maintainable-privacy {
    padding: 58px 0 !important;
  }

  .ehc-maintainable-home-match .ehc-home-match__inner {
    width: calc(100% - 28px);
    padding: 42px 24px;
  }

  .ehc-wpb-match-grid > .row_col_wrap_12_inner,
  .ehc-wpb-roster-heading > .row_col_wrap_12_inner {
    grid-template-columns: 1fr;
  }

  .ehc-wpb-match-grid .ehc-home-match__venue {
    grid-column: auto;
  }

  .ehc-maintainable-home-club .ehc-home-stats {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ehc-wpb-roster-heading .ehc-roster-hint {
    margin-top: 24px;
    text-align: left;
  }
}

/* === WARTBARE WPBAKERY-INHALTE END === */

.dark-filter {
  filter: brightness(0.4);
}

.ehc-subpage-hero {
  padding-bottom: 30px !important;
}

.ehc-info-card,
.ehc-timeline__content,
.ehc-edit-contact-card,
.ehc-edit-contact-person {
  padding: 25px !important;
}

body #ajax-content-wrap .ehc-page-section:not(.ehc-page-section--dark) h3 {
  color: rgb(7, 24, 39) !important;
}

.ehc-contact-card__icon {
  margin-right: 20px;
}

/* === EHC PORTFOLIO GRID CLEARFIX FIX ===
 * Salients Row-Clearfix darf im Profil-Grid keine eigenen Rasterzellen belegen.
 */
body.single-portfolio .container.main-content > .row::before,
body.single-portfolio .container.main-content > .row::after {
  display: none !important;
  content: none !important;
}

/* === EHC IMPRESSUM TABLES ===
 * Ausschließlich die Datentabellen auf der Impressumsseite.
 */
body.page-id-163 .ehc-legal table {
  width: 100%;
  margin: 24px 0 46px !important;
  border: 1px solid rgba(132, 171, 194, 0.28) !important;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #0b1e30 !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

body.page-id-163 .ehc-legal table td {
  padding: 17px 20px !important;
  color: #dce7ee !important;
  background: transparent !important;
  border: 0 !important;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.5;
}

body.page-id-163 .ehc-legal table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(132, 171, 194, 0.18) !important;
}

body.page-id-163 .ehc-legal table td + td {
  border-left: 1px solid rgba(132, 171, 194, 0.14) !important;
}

body.page-id-163 .ehc-legal table td:first-child {
  width: 33.333%;
  color: #f7fafc !important;
  background: rgba(213, 51, 45, 0.16) !important;
  border-left: 4px solid #d5332d !important;
  font-family: var(--ehc-font-display);
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

body.page-id-163 .ehc-legal table tr:nth-child(even) td:not(:first-child) {
  background: rgba(255, 255, 255, 0.025) !important;
}

body.page-id-163 .ehc-legal table a {
  color: #8ec4df !important;
  text-decoration-color: rgba(142, 196, 223, 0.45);
}

@media only screen and (max-width: 690px) {
  body.page-id-163 .ehc-legal table,
  body.page-id-163 .ehc-legal table tbody,
  body.page-id-163 .ehc-legal table tr,
  body.page-id-163 .ehc-legal table td {
    display: block;
    width: 100% !important;
  }

  body.page-id-163 .ehc-legal table {
    border: 0 !important;
    border-radius: 0;
    overflow: visible;
    background: transparent !important;
    box-shadow: none;
  }

  body.page-id-163 .ehc-legal table tr {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(132, 171, 194, 0.26);
    border-radius: 6px;
    background: #0b1e30;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  }

  body.page-id-163 .ehc-legal table td {
    padding: 14px 16px !important;
    border-left: 0 !important;
  }

  body.page-id-163 .ehc-legal table td:first-child {
    border-bottom: 1px solid rgba(213, 51, 45, 0.35) !important;
    border-left: 4px solid #d5332d !important;
  }

  body.page-id-163 .ehc-legal table td + td {
    border-top: 1px solid rgba(132, 171, 194, 0.14) !important;
  }
}

/* Salients globale Zebrazeilen auf den Impressumstabellen neutralisieren. */
body.page-id-163 .ehc-legal table tr {
  background: transparent !important;
}

@media only screen and (max-width: 690px) {
  body.page-id-163 .ehc-legal table tr {
    background: #0b1e30 !important;
  }

  .ehc-global-join .ehc-section-kicker {
    display: inline-block;
    margin: 0 0 23px;
    text-shadow: 1px 1px 2px #091827;
  }

}

/* === EHC MAREK PROFILE BUTTON SIDES ===
 * Ergänzt die beiden durch clip-path abgeschnittenen Schrägkanten.
 */
body.page-id-165 .ehc-roster-coach .ehc-outline-link {
  position: relative;
}

body.page-id-165 .ehc-roster-coach .ehc-outline-link::before,
body.page-id-165 .ehc-roster-coach .ehc-outline-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  content: "";
  background: var(--ehc-ice-200);
  pointer-events: none;
  transition: background-color 0.2s ease;
}

body.page-id-165 .ehc-roster-coach .ehc-outline-link::before {
  left: 0;
  transform: skewX(-11.31deg);
  transform-origin: left bottom;
}

body.page-id-165 .ehc-roster-coach .ehc-outline-link::after {
  right: 0;
  transform: skewX(-11.31deg);
  transform-origin: right top;
}

body.page-id-165 .ehc-roster-coach .ehc-outline-link:hover::before,
body.page-id-165 .ehc-roster-coach .ehc-outline-link:hover::after {
  background: var(--ehc-red);
}


/* === EHC HOMEPAGE VORSTAND ICON ===
 * Das Steuerrad steht für Führung, Richtung und Vereinsverantwortung.
 */
body.home .ehc-home-stats .ehc-home-stat:nth-child(3)::before {
  background-image: url("/wp-content/uploads/2026/07/icon-steuerrad-red-transparent.png") !important;
}


/* === EHC MOBILE VEREIN KENNENLERNEN ===
 * Zentriert ausschließlich den Startseiten-Link im Smartphone-Breakpoint.
 */
@media only screen and (max-width: 690px) {
  body.home .ehc-maintainable-home-club .ehc-edit-inline-link,
  body.home .ehc-maintainable-home-club .ehc-edit-inline-link p {
    width: 100%;
    text-align: center !important;
  }
}


/* === EHC HOMEPAGE NEWS (26.07.2026) === */
.ehc-home-news {
  position: relative;
  isolation: isolate;
  overflow: visible;
/*  background: linear-gradient(135deg, #071a2d 0%, #03111f 58%, #081b2e 100%) !important;
  box-shadow: 0 0 0 100vmax #03111f;
  clip-path: inset(0 -100vmax);*/
}

.ehc-home-news::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background:
    radial-gradient(circle at 82% 18%, rgba(106, 157, 187, 0.13), transparent 34%),
    linear-gradient(135deg, #071a2d 0%, #03111f 58%, #081b2e 100%);
  border-top: 1px solid rgba(148, 184, 207, 0.18);
  border-bottom: 1px solid rgba(148, 184, 207, 0.15);
}

.ehc-home-news > .row-bg-wrap,
.ehc-home-news > .row_col_wrap_12 {
  position: relative;
  z-index: 1;
}

.ehc-home-news__inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.ehc-home-news__heading {
  margin-bottom: 35px;
  align-items: flex-end;
}

.ehc-home-news .ehc-section-kicker,
.ehc-home-news .ehc-section-kicker p {
  margin-bottom: 8px;
  color: #e43a32 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ehc-home-news .ehc-section-kicker::after {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 12px;
  background: #e43a32;
  content: "";
}

.ehc-home-news h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(38px, 4.1vw, 62px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.ehc-home-news__link-column .wpb_wrapper {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

body #ajax-content-wrap #news h2 {
  color: var(--ehc-navy-700) !important;
}

.meta-category {
  display: none !important;
}

.post-header h3 {
  line-height: 0.5;
}

.post-content p,
body #ajax-content-wrap .post-content h1,
body #ajax-content-wrap .post-content h2,
body #ajax-content-wrap .post-content h3 {
  color: var(--ehc-navy-700) !important;
}

.single-below-header .meta-author,
.meta-comment-count,
.blog-title .news,
.blog-title .allgemein,
.meta-author,
#author-bio {
  display: none !important;
}

.single #page-header-bg #single-below-header > span {
    border-color: rgba(255, 255, 255, 0) !important;
}

.ehc-home-news .ehc-edit-news-link,
.ehc-home-news .ehc-edit-news-link p {
  margin: 0;
}

.ehc-news-all-btn {
  display: inline-flex;
  min-height: 48px;
  padding: 0 27px;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ehc-news-all-btn:hover {
  border-color: #e43a32;
  background: #e43a32;
  color: #fff !important;
}

.ehc-news-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 125px;
}

.ehc-home-news .post-area.masonry {
  margin-bottom: 0;
}

.ehc-home-news .posts-container {
  margin-right: -12px;
  margin-left: -12px;
}

.ehc-home-news .masonry-blog-item {
  padding: 12px !important;
}

.ehc-home-news .masonry-blog-item .post-content,
.ehc-home-news .masonry-blog-item .content-inner,
.ehc-home-news .masonry-blog-item .article-content-wrap {
  background: #0a1c2e !important;
}

.ehc-home-news .masonry-blog-item .inner-wrap {
  overflow: hidden;
  border: 1px solid rgba(142, 177, 199, 0.19);
  border-radius: 0 !important;
  background: #0a1c2e !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ehc-home-news .masonry-blog-item .inner-wrap:hover {
  border-color: rgba(228, 58, 50, 0.75);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35) !important;
  transform: translateY(-5px);
}

.ehc-home-news .post-featured-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.ehc-home-news .post-featured-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ehc-home-news .inner-wrap:hover .post-featured-img img {
  transform: scale(1.035);
}

.ehc-home-news .masonry-blog-item .article-content-wrap {
  padding: 25px 27px 24px !important;
}

.ehc-home-news .masonry-blog-item .meta-category {
  position: absolute !important;
  z-index: 3;
  top: 18px !important;
  left: 18px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.ehc-home-news .masonry-blog-item .meta-category a {
  margin-right: 5px;
  padding: 7px 10px;
  border-radius: 0;
  background: #e43a32 !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.ehc-home-news .masonry-blog-item .meta-category a.allgemein {
  display: none;
}

.ehc-home-news .masonry-blog-item h3.title {
  margin: 0 0 16px !important;
}

.ehc-home-news .masonry-blog-item h3.title a {
  color: #fff !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 800;
  line-height: 1.03 !important;
  letter-spacing: 0.012em;
  text-transform: uppercase;
}

.ehc-home-news .masonry-blog-item .excerpt {
  color: #bfd0dc !important;
  font-size: 15px;
  line-height: 1.65;
}

.ehc-home-news .masonry-blog-item .grav-wrap {
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid rgba(145, 180, 202, 0.16);
}

.ehc-home-news .masonry-blog-item .grav-wrap img,
.ehc-home-news .masonry-blog-item .grav-wrap .text > a {
  display: none !important;
}

.ehc-home-news .masonry-blog-item .grav-wrap .text {
  margin-left: 0 !important;
}

.ehc-home-news .masonry-blog-item .grav-wrap .text span {
  color: #e43a32 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 999px) {
  .ehc-home-news {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .ehc-home-news__heading {
    margin-bottom: 25px;
  }

  .ehc-home-news__link-column .wpb_wrapper {
    justify-content: flex-start;
  }

  .ehc-home-news .ehc-edit-news-link {
    margin-top: 22px;
  }
}

@media (max-width: 690px) {
  .ehc-home-news {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .ehc-home-news h2 {
    font-size: clamp(35px, 12vw, 48px) !important;
  }

  .ehc-news-all-btn {
    min-height: 46px;
    padding: 0 22px;
  }

  .ehc-home-news .posts-container {
    margin-right: 0;
    margin-left: 0;
  }

  .ehc-home-news .masonry-blog-item {
    padding: 10px 0 !important;
  }

  .ehc-home-news .masonry-blog-item h3.title a {
    font-size: 27px !important;
  }
}

.ehc-news-all-btn {
  display: none;
}
/* === /EHC HOMEPAGE NEWS === */

/* AUTOMATISCHE GEBURTSTAGE */
.ehc-live-birthdays {
  margin-top: 12px;
}

.ehc-live-birthdays .ehc-birthday-intro {
  margin-bottom: 28px;
}

.ehc-live-birthday-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ehc-live-birthday-grid .ehc-birthday-card {
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
}

.ehc-live-birthday-grid .ehc-edit-birthday {
  height: 100%;
}

.ehc-live-birthday-grid .ehc-edit-birthday p {
  min-height: 72px;
  height: 100%;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
}

.ehc-live-birthday-grid .ehc-edit-birthday strong {
  flex: 0 0 auto;
}

.ehc-live-birthday-grid .ehc-edit-birthday span {
  min-width: 0;
}

.ehc-birthday-empty {
  padding: 20px 22px;
  margin: 0;
  background: rgb(13, 36, 55);
  border-left: 3px solid rgb(216, 59, 53);
}

@media (max-width: 999px) {
  .ehc-live-birthday-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 690px) {
  .ehc-live-birthday-grid {
    grid-template-columns: 1fr;
  }
}

/* KONTAKTDATEN VORSTAND */
.ehc-roster-page-grid--board {
  align-items: start;
}

.ehc-roster-page-grid--board .ehc-roster-page-card {
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
}

.ehc-roster-page-grid--board .ehc-roster-page-card > a:first-child {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  flex: 0 0 auto;
}

.ehc-roster-page-grid--board .ehc-board-contact {
  position: relative;
  z-index: 2;
  display: grid;
  background: rgb(8, 27, 43);
  border-top: 2px solid rgb(216, 59, 53);
}

.ehc-roster-page-grid--board .ehc-roster-page-card .ehc-board-contact__item {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(145, 177, 199, 0.16);
  color: rgb(239, 246, 250) !important;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none !important;
}

.ehc-roster-page-grid--board .ehc-roster-page-card .ehc-board-contact__item:hover {
  background: rgba(216, 59, 53, 0.12);
}

.ehc-board-contact__label {
  color: rgb(229, 74, 67);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ehc-board-contact__item span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ehc-profile-detail .ehc-board-contact--profile {
  display: grid;
  gap: 10px;
  max-width: 640px;
  margin: 26px 0 8px;
}

.ehc-profile-detail .ehc-board-contact--profile .ehc-board-contact__item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(145, 177, 199, 0.2);
  border-left: 3px solid rgb(216, 59, 53);
  background: rgb(8, 27, 43);
  color: rgb(239, 246, 250) !important;
  line-height: 1.35;
  text-decoration: none !important;
}

.ehc-profile-detail .ehc-board-contact--profile .ehc-board-contact__item:hover {
  background: rgb(13, 36, 55);
  border-color: rgba(229, 74, 67, 0.7);
}

@media (max-width: 690px) {
  .ehc-profile-detail .ehc-board-contact--profile .ehc-board-contact__item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.ehc-roster-page-grid--board .ehc-board-contact--card {
  min-height: 80px;
}
