@font-face {
  font-family: "Hohster Supreme";
  src: url("/files/base/layout/_fonts/supreme/font/Supreme-Variable.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
}

@font-face {
  font-family: "DM Sans";
  src: url("/files/base/layout/_fonts/dm-sans/font/DMSans-Hohster.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 1000;
}

:root {
  --hohster-navy: #071b4d;
  --hohster-navy-2: #102c68;
  --hohster-green: #107d3d;
  --hohster-orange: #E06A18;
  --hohster-text: #182034;
  --hohster-muted: #647083;
  --hohster-line: #dbe2ec;
  --hohster-soft: #f5f8fb;
  --hohster-white: #ffffff;
  --hohster-shadow: 0 24px 70px rgba(7, 27, 77, 0.12);
  --hohster-radius: 8px;
  --animation-system-duration: 2.35s;
  --animation-system-stagger: 0.24s;
  --animation-system-timing: cubic-bezier(0.2, 0.76, 0.16, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--hohster-white);
}

body:has(.hohster) {
  overflow-x: hidden;
}

body.has-mobile-nav {
  overflow: hidden;
}

body:has(.hohster) .darkmode-toggle-holder,
body:has(.hohster) .body-scroll-top {
  display: none;
}

body:has(.hohster) #container,
body:has(.hohster) #container > .row,
body:has(.hohster) #main,
body:has(.hohster) .main-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.hohster) #wrapper,
body:has(.hohster) #container {
  overflow: clip;
}

.hohster {
  color: var(--hohster-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}

.hohster *,
.hohster *::before,
.hohster *::after {
  box-sizing: border-box;
}

.hohster a {
  color: inherit;
}

.hohster .invisible,
.hohster-contact__form .invisible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hohster-container {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.hohster h1,
.hohster h2,
.hohster h3 {
  margin: 0;
  color: var(--hohster-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.hohster p {
  margin: 0;
}

.hohster-richtext {
  color: var(--hohster-muted);
  font-size: clamp(1rem, 0.8vw + 0.82rem, 1.12rem);
  line-height: 1.8;
}

.hohster-richtext p + p {
  margin-top: 1rem;
}

.hohster-label {
  margin: 0 0 18px;
  color: var(--hohster-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hohster-section-head__headline .ce--topline,
.hohster-legal__headline .ce--topline {
  display: block;
  color: var(--hohster-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hohster-section-head__headline h1,
.hohster-section-head__headline h2,
.hohster-legal__headline h1 {
  margin: 0;
}

.hohster-accent-line {
  width: 168px;
  height: 4px;
  margin: 24px 0 26px;
  background: linear-gradient(90deg, var(--hohster-navy) 0 38%, var(--hohster-orange) 38% 62%, var(--hohster-green) 62% 100%);
  border-radius: 999px;
}

.hohster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hohster-actions .btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--hohster-navy);
  border-radius: 6px;
  padding: 0 24px;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hohster-actions .btn::after {
  content: "";
  width: 14px;
  height: 12px;
  background: currentColor;
  clip-path: polygon(0 46%, 72% 46%, 46% 20%, 60% 8%, 100% 50%, 60% 92%, 46% 80%, 72% 54%, 0 54%);
}

.hohster-actions .btn:hover,
.hohster-actions .btn:focus-visible {
  transform: translateY(-1px);
}

.hohster-actions .btn-primary {
  background: var(--hohster-navy);
  color: var(--hohster-white);
}

.hohster-actions .btn-primary:hover,
.hohster-actions .btn-primary:focus-visible {
  background: var(--hohster-navy-2);
}

.hohster-actions .btn-secondary,
.hohster-actions .btn-outline-primary {
  background: var(--hohster-white);
  color: var(--hohster-navy);
}

.hohster-actions .btn-secondary:hover,
.hohster-actions .btn-outline-primary:hover,
.hohster-actions .btn-secondary:focus-visible,
.hohster-actions .btn-outline-primary:focus-visible {
  border-color: var(--hohster-green);
  color: var(--hohster-green);
}

.hohster-icon {
  width: 34px;
  height: 34px;
}

.hohster-icon--heat,
.hohster-icon--solar {
  color: var(--hohster-orange);
}

.hohster-icon--leaf,
.hohster-icon--smart,
.hohster-icon--system {
  color: var(--hohster-green);
}

.hohster-icon--water {
  color: var(--hohster-navy);
}

.hohster-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: clamp(16px, 2.4vw, 34px);
  align-items: center;
  padding: 22px clamp(24px, 4vw, 72px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(219, 226, 236, 0);
  backdrop-filter: blur(18px);
  transition: padding 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.hohster-header.is-scrolled {
  padding-block: 14px;
  border-bottom-color: rgba(219, 226, 236, 0.85);
  box-shadow: 0 12px 36px rgba(7, 27, 77, 0.08);
}

.hohster-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--hohster-navy);
  text-decoration: none;
}

.hohster-brand__mark {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--hohster-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.hohster-brand__mark::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 3px solid var(--hohster-orange);
  border-right-color: transparent;
  border-bottom-color: var(--hohster-green);
  border-radius: 50%;
  transform: rotate(-16deg);
}

.hohster-brand__mark span {
  position: relative;
  z-index: 1;
}

.hohster-brand__text {
  display: grid;
  gap: 3px;
  white-space: nowrap;
}

.hohster-brand__text strong {
  display: block;
  font-size: clamp(1rem, 0.8vw + 0.8rem, 1.45rem);
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.hohster-brand__text small {
  display: block;
  color: var(--hohster-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.36em;
  line-height: 1;
  text-transform: uppercase;
}

.hohster-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 34px);
}

.hohster-nav a,
.hohster-header__cta {
  color: var(--hohster-navy);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
}

.hohster-nav a:hover,
.hohster-nav a:focus-visible {
  color: var(--hohster-green);
}

.hohster-header__cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 24px;
  background: var(--hohster-navy);
  color: var(--hohster-white) !important;
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
}

.hohster-header__cta span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: inherit;
}

.hohster-header__cta:hover,
.hohster-header__cta:focus-visible {
  background: var(--hohster-navy-2);
  color: var(--hohster-white) !important;
}

.hohster-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--hohster-line);
  border-radius: 6px;
  background: var(--hohster-white);
  color: var(--hohster-navy);
  cursor: pointer;
  text-decoration: none;
}

.hohster-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--hohster-navy);
}

.hohster-mobile-nav {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 90;
  display: flex;
  width: min(360px, calc(100vw - 38px));
  flex-direction: column;
  gap: 10px;
  padding: 86px 22px 28px;
  background: var(--hohster-white);
  border-left: 1px solid var(--hohster-line);
  box-shadow: -28px 0 70px rgba(7, 27, 77, 0.16);
  transform: translateX(105%);
  transition: transform 260ms var(--animation-system-timing);
}

.hohster-mobile-nav.is-open {
  transform: translateX(0);
}

.hohster-mobile-nav__head {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--hohster-navy);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hohster-mobile-nav__close {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--hohster-line);
  border-radius: 6px;
  background: var(--hohster-white);
  color: var(--hohster-navy);
  cursor: pointer;
}

.hohster-mobile-nav__close::before,
.hohster-mobile-nav__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hohster-mobile-nav__close::before {
  transform: rotate(45deg);
}

.hohster-mobile-nav__close::after {
  transform: rotate(-45deg);
}

.hohster-mobile-nav__links {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hohster-mobile-nav__links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hohster-mobile-nav a {
  display: flex;
  min-height: 52px;
  align-items: center;
  border-bottom: 1px solid var(--hohster-line);
  padding: 14px 0;
  border-radius: 6px;
  color: var(--hohster-navy);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.hohster-mobile-nav a:hover,
.hohster-mobile-nav a:focus-visible {
  background: var(--hohster-soft);
}

.hohster-mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  background: rgba(7, 27, 77, 0.28);
  border: 0;
  cursor: pointer;
}

.has-mobile-nav .hohster-mobile-nav-backdrop {
  display: block;
}

.mm-ocd .hohster-mobile-nav {
  --mm-spn-bg: var(--hohster-white);
  --mm-spn-color: var(--hohster-navy);
  --mm-spn-border-color: rgba(7, 27, 77, 0.12);
  --mm-spn-item-height: 56px;
  --mm-spn-line-height: 22px;
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: var(--hohster-white);
  box-shadow: none;
  transform: none;
  transition: none;
}

.mm-ocd .hohster-mobile-nav__head {
  display: none;
}

.mm-ocd .hohster-mobile-nav__links {
  display: block;
}

.mm-ocd .hohster-mobile-nav a {
  display: block;
  min-height: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.hohster-hero {
  padding-top: 98px;
  background: var(--hohster-white);
  overflow-x: clip;
}

.hohster-hero__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.25fr);
  align-items: stretch;
  min-width: 0;
  min-height: min(780px, calc(100vh - 98px));
}

.hohster-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(68px, 8vw, 124px) clamp(28px, 7vw, 112px);
}

.hohster-hero h1 {
  max-width: 720px;
  font-size: clamp(3.4rem, 5.9vw, 6.5rem);
  line-height: 0.98;
}

.hohster-hero__eyebrow {
  margin-bottom: 20px;
}

.hohster-hero h1::after {
  content: ".";
  color: var(--hohster-orange);
}

.hohster-hero__intro {
  max-width: 610px;
  color: var(--hohster-text);
  font-size: clamp(1.08rem, 1.1vw + 0.85rem, 1.36rem);
  line-height: 1.75;
}

.hohster-hero__intro p {
  margin: 0;
}

.hohster-hero__actions {
  margin-top: 34px;
}

.hohster-scroll-cue {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--hohster-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.hohster-scroll-cue::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.hohster-scroll-cue:hover,
.hohster-scroll-cue:focus-visible {
  color: var(--hohster-green);
}

.hohster-hero__media {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
}

.hohster-hero__media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 38%;
  background: linear-gradient(90deg, var(--hohster-white) 0%, rgba(255, 255, 255, 0.78) 35%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hohster-hero__image,
.hohster-hero__media picture,
.hohster-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.hohster-hero__media img {
  object-fit: cover;
  object-position: center;
}

.hohster-hero__teasers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  border-top: 1px solid var(--hohster-line);
  border-bottom: 1px solid var(--hohster-line);
  background: rgba(255, 255, 255, 0.96);
}

.hohster-hero-teaser {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  min-height: 110px;
  padding: 22px clamp(18px, 2.4vw, 34px);
  border-right: 1px solid var(--hohster-line);
}

.hohster-hero-teaser:last-child {
  border-right: 0;
}

.hohster-hero-teaser h2 {
  margin: 0 0 6px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.1vw + 0.84rem, 1.8rem);
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hohster-hero-teaser p {
  color: var(--hohster-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.hohster-service-card:nth-child(2),
.hohster-company-card:nth-child(2),
.hohster-project-card:nth-child(2),
.hohster-career-card:nth-child(2),
.hohster-proof-grid article:nth-child(2),
.hohster-hero-teaser:nth-child(2) {
  --animation-delay: var(--animation-system-stagger);
}

.hohster-service-card:nth-child(3),
.hohster-project-card:nth-child(3),
.hohster-career-card:nth-child(3),
.hohster-proof-grid article:nth-child(3),
.hohster-hero-teaser:nth-child(3) {
  --animation-delay: calc(var(--animation-system-stagger) * 2);
}

.hohster-service-card:nth-child(4),
.hohster-project-card:nth-child(4),
.hohster-proof-grid article:nth-child(4),
.hohster-hero-teaser:nth-child(4) {
  --animation-delay: calc(var(--animation-system-stagger) * 3);
}

.hohster-service-card:nth-child(5),
.hohster-project-card:nth-child(5),
.hohster-hero-teaser:nth-child(5) {
  --animation-delay: calc(var(--animation-system-stagger) * 4);
}

.hohster-project-card:nth-child(6) {
  --animation-delay: calc(var(--animation-system-stagger) * 5);
}

.hohster-section {
  padding: clamp(82px, 9vw, 132px) 0;
}

.hohster-intro {
  background: var(--hohster-white);
}

.hohster-intro__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 110px);
}

.hohster-intro h2,
.hohster-section-head h2,
.hohster-contact h2 {
  max-width: 760px;
  font-size: clamp(2.4rem, 3.6vw, 4.5rem);
  line-height: 1.05;
}

.hohster-intro h2::after,
.hohster-section-head h2::after,
.hohster-contact h2::after {
  content: ".";
  color: var(--hohster-orange);
}

.hohster-intro blockquote {
  margin: 30px 0 0;
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--hohster-orange);
  color: var(--hohster-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.6vw, 2rem);
  line-height: 1.35;
}

.hohster-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: var(--hohster-line);
  border: 1px solid var(--hohster-line);
}

.hohster-proof-grid article {
  min-height: 190px;
  padding: 28px;
  background: var(--hohster-white);
}

.hohster-proof-grid h3 {
  margin-bottom: 12px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 850;
}

.hohster-proof-grid p {
  color: var(--hohster-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.hohster-services {
  background: linear-gradient(180deg, var(--hohster-soft) 0%, var(--hohster-white) 100%);
}

.hohster-section-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 70px);
}

.hohster-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.hohster-service-card,
.hohster-company-card,
.hohster-project-card,
.hohster-career-card,
.hohster-contact__form {
  border: 1px solid var(--hohster-line);
  border-radius: var(--hohster-radius);
  background: var(--hohster-white);
  box-shadow: 0 18px 48px rgba(7, 27, 77, 0.07);
}

.hohster-service-card {
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 30px 26px;
}

.hohster-service-card__icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--hohster-line);
  border-radius: 50%;
  background: var(--hohster-white);
}

.hohster-service-card h3 {
  margin-bottom: 16px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hohster-service-card p {
  color: var(--hohster-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.hohster-service-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 24px 0 0;
  list-style: none;
}

.hohster-service-card li {
  position: relative;
  padding-left: 18px;
  color: var(--hohster-text);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hohster-service-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hohster-green);
}

.hohster-companies {
  padding-top: 28px;
  background: var(--hohster-white);
}

.hohster-companies__grid,
.hohster-career__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: start;
}

.hohster-section-head--sticky {
  position: sticky;
  top: 116px;
  display: block;
  margin-bottom: 0;
}

.hohster-section-head--sticky .hohster-richtext {
  margin-top: 24px;
}

.hohster-company-list,
.hohster-career-list {
  display: grid;
  gap: 22px;
}

.hohster-company-card,
.hohster-career-card {
  padding: clamp(28px, 4vw, 48px);
}

.hohster-company-card h3,
.hohster-career-card h3 {
  margin-bottom: 8px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.hohster-company-card__claim,
.hohster-career-card__type,
.hohster-project-card__scope {
  margin-bottom: 20px;
  color: var(--hohster-green);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hohster-career-card__headline .ce--topline {
  color: var(--hohster-green);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hohster-project-card__headline .ce--topline {
  display: block;
  color: var(--hohster-green);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hohster-project-card__headline h3 {
  margin: 0;
}

.hohster-company-card p:not(.hohster-company-card__claim),
.hohster-career-card p:not(.hohster-career-card__type),
.hohster-project-card p:not(.hohster-project-card__scope) {
  max-width: 62ch;
  color: var(--hohster-muted);
  line-height: 1.75;
}

.hohster-company-card a,
.hohster-career-card a,
.hohster-project-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--hohster-navy);
  font-weight: 850;
  text-decoration: none;
}

.hohster-company-card a::after,
.hohster-career-card a::after,
.hohster-project-card a::after {
  content: "";
  width: 14px;
  height: 12px;
  background: currentColor;
  clip-path: polygon(0 46%, 72% 46%, 46% 20%, 60% 8%, 100% 50%, 60% 92%, 46% 80%, 72% 54%, 0 54%);
}

.hohster-projects {
  background: linear-gradient(180deg, var(--hohster-white) 0%, var(--hohster-soft) 100%);
}

.hohster-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hohster-project-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}

.hohster-project-card h3 {
  margin-bottom: 14px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.28rem, 1.3vw, 1.75rem);
  font-weight: 850;
  line-height: 1.12;
}

.hohster-project-card a {
  margin-top: auto;
  padding-top: 24px;
}

.hohster-career {
  background: var(--hohster-white);
}

.hohster-career-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hohster-career-tags li {
  border: 1px solid var(--hohster-line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--hohster-navy);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
}

.hohster-contact {
  padding-bottom: 0;
  background: linear-gradient(180deg, var(--hohster-soft) 0%, var(--hohster-white) 70%);
}

.hohster-contact__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 0.74fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: start;
}

.hohster-contact .hohster-richtext {
  margin-top: 26px;
}

.hohster-contact-details {
  display: grid;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--hohster-line);
}

.hohster-contact-details div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hohster-line);
}

.hohster-contact-details strong {
  color: var(--hohster-navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hohster-contact-details span {
  color: var(--hohster-muted);
  line-height: 1.65;
}

.hohster-contact__form {
  padding: clamp(26px, 4vw, 42px);
}

.hohster-contact__form .formbody,
.hohster-contact__form .widget {
  display: grid;
  gap: 8px;
}

.hohster-contact__form .formbody {
  gap: 18px;
}

.hohster-contact__form label {
  color: var(--hohster-navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hohster-contact__form input,
.hohster-contact__form select,
.hohster-contact__form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--hohster-line);
  border-radius: 6px;
  background: var(--hohster-white);
  color: var(--hohster-text);
  font: inherit;
  font-size: 0.98rem;
  padding: 12px 14px;
}

.hohster-contact__form textarea {
  min-height: 132px;
  resize: vertical;
}

.hohster-contact__form input:focus,
.hohster-contact__form select:focus,
.hohster-contact__form textarea:focus {
  border-color: var(--hohster-green);
  outline: 3px solid rgba(16, 125, 61, 0.12);
}

.hohster-contact__form .submit,
.hohster-contact__form button[type="submit"] {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hohster-navy);
  border-radius: 6px;
  background: var(--hohster-navy);
  color: var(--hohster-white);
  cursor: pointer;
  font-weight: 850;
  padding: 0 24px;
}

.hohster-contact__form .submit:hover,
.hohster-contact__form button[type="submit"]:hover {
  background: var(--hohster-navy-2);
}

.hohster-contact__form .widget-checkbox {
  display: block;
}

.hohster-contact__form .widget-checkbox fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.hohster-contact__form .widget-checkbox label {
  display: inline;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.hohster-contact__form .widget-checkbox input {
  width: auto;
  min-height: 0;
  margin-right: 8px;
}

.hohster-contact__form-note {
  margin-top: 18px;
  color: var(--hohster-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.hohster-footer {
  margin-top: clamp(80px, 9vw, 130px);
  padding: 38px 0;
  border-top: 1px solid var(--hohster-line);
  background: var(--hohster-white);
}

.hohster-footer .hohster-container {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.6fr);
  gap: clamp(28px, 5vw, 72px);
  color: var(--hohster-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hohster-footer__brand {
  max-width: 560px;
}

.hohster-footer p {
  margin: 0;
}

.hohster-footer p + p,
.hohster-footer__note {
  margin-top: 18px;
}

.hohster-footer strong {
  color: var(--hohster-navy);
}

.hohster-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.hohster-footer__nav h2 {
  margin: 0 0 12px;
  color: var(--hohster-navy);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hohster-footer__nav ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hohster-footer a {
  color: var(--hohster-navy);
  font-weight: 750;
  text-decoration: none;
}

/* Hohster design lift: stronger premium energy system rhythm. */
body:has(.hohster) {
  background:
    linear-gradient(90deg, rgba(7, 27, 77, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 27, 77, 0.025) 1px, transparent 1px),
    var(--hohster-white);
  background-size: 72px 72px;
}

.hohster {
  --hohster-ink: #061532;
  --hohster-deep: #07152f;
  --hohster-blue: #1764c8;
  --hohster-rail: rgba(7, 27, 77, 0.16);
  --hohster-glow: 0 32px 92px rgba(7, 27, 77, 0.22);
}

.hohster-header {
  background: rgba(6, 18, 42, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.hohster-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
}

.hohster-header:not(.is-scrolled) .hohster-brand,
.hohster-header:not(.is-scrolled) .hohster-nav a,
.hohster-header:not(.is-scrolled) .hohster-menu-toggle {
  color: var(--hohster-white);
}

.hohster-header:not(.is-scrolled) .hohster-brand__mark {
  color: var(--hohster-white);
}

.hohster-header:not(.is-scrolled) .hohster-brand__text small {
  color: rgba(255, 255, 255, 0.68);
}

.hohster-header:not(.is-scrolled) .hohster-menu-toggle {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.hohster-header:not(.is-scrolled) .hohster-menu-toggle span {
  background: var(--hohster-white);
}

.hohster-header__cta,
.hohster-actions .btn-primary,
.hohster-contact__form .submit,
.hohster-contact__form button[type="submit"] {
  background: var(--hohster-orange);
  border-color: var(--hohster-orange);
  color: var(--hohster-white) !important;
}

.hohster-header__cta:hover,
.hohster-header__cta:focus-visible,
.hohster-actions .btn-primary:hover,
.hohster-actions .btn-primary:focus-visible,
.hohster-contact__form .submit:hover,
.hohster-contact__form button[type="submit"]:hover {
  background: #d95410;
  border-color: #d95410;
}

.hohster-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 82%, rgba(16, 125, 61, 0.28), transparent 28%),
    radial-gradient(circle at 0 28%, rgba(242, 106, 33, 0.28), transparent 24%),
    linear-gradient(110deg, #061226 0%, #071b4d 48%, #0b1f3a 100%);
  color: var(--hohster-white);
}

.hohster-hero::before {
  content: "";
  position: absolute;
  inset: 94px auto 0 0;
  z-index: -1;
  width: min(28vw, 420px);
  opacity: 0.7;
  background:
    repeating-radial-gradient(ellipse at left center, transparent 0 16px, rgba(242, 106, 33, 0.24) 17px 18px, transparent 19px 36px),
    repeating-radial-gradient(ellipse at left center, transparent 0 24px, rgba(16, 125, 61, 0.22) 25px 26px, transparent 27px 48px);
  mask-image: linear-gradient(90deg, #000 0%, transparent 78%);
}

.hohster-hero__grid {
  position: relative;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.38fr);
  min-height: min(820px, calc(100vh - 98px));
}

.hohster-hero__copy {
  position: relative;
  z-index: 2;
  color: var(--hohster-white);
}

.hohster-hero h1,
.hohster-hero h2,
.hohster-hero h3 {
  color: var(--hohster-white);
}

.hohster-hero h1 {
  max-width: 760px;
  text-shadow: 0 16px 58px rgba(0, 0, 0, 0.26);
}

.hohster-hero h1::after {
  color: var(--hohster-orange);
}

.hohster-hero__eyebrow {
  color: var(--hohster-orange);
}

.hohster-hero__intro {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
}

.hohster-hero__media {
  min-height: min(820px, calc(100vh - 98px));
  overflow: hidden;
}

.hohster-hero__media::before {
  inset: 0;
  width: auto;
  background:
    linear-gradient(90deg, var(--hohster-deep) 0%, rgba(7, 21, 47, 0.86) 10%, rgba(7, 21, 47, 0.18) 42%, rgba(7, 21, 47, 0.06) 100%),
    linear-gradient(180deg, rgba(7, 21, 47, 0.18) 0%, rgba(7, 21, 47, 0.35) 100%);
}

.hohster-hero__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(7, 21, 47, 0.78));
  pointer-events: none;
}

.hohster-hero__media img {
  filter: saturate(1.08) contrast(1.06) brightness(0.78);
  object-position: center;
}

.hohster-actions .btn {
  min-height: 54px;
  border-radius: 0;
  padding-inline: 28px;
}

.hohster-hero .hohster-actions .btn-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: var(--hohster-white);
}

.hohster-scroll-cue {
  color: rgba(255, 255, 255, 0.64);
}

.hohster-hero__teasers {
  position: relative;
  z-index: 3;
  width: min(100% - 96px, 1040px);
  margin: -128px clamp(28px, 5vw, 86px) 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 13, 30, 0.72);
  box-shadow: var(--hohster-glow);
  backdrop-filter: blur(18px);
}

.hohster-hero-teaser {
  min-height: 112px;
  border-right-color: rgba(255, 255, 255, 0.12);
}

.hohster-hero-teaser h2 {
  color: var(--hohster-white);
}

.hohster-hero-teaser p {
  color: rgba(255, 255, 255, 0.68);
}

.hohster-section {
  position: relative;
  overflow: clip;
}

.hohster-section-head {
  align-items: center;
}

.hohster-section-head h2,
.hohster-intro h2,
.hohster-contact h2 {
  letter-spacing: -0.01em;
}

.hohster-services {
  background:
    linear-gradient(90deg, rgba(7, 27, 77, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 27, 77, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
  background-size: 84px 84px, 84px 84px, auto;
}

.hohster-services__grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 44px 0 18px;
}

.hohster-services__grid::before {
  content: "";
  position: absolute;
  top: 94px;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hohster-blue), var(--hohster-orange), var(--hohster-green), var(--hohster-navy));
  box-shadow: 0 10px 30px rgba(7, 27, 77, 0.18);
}

.hohster-service-card {
  position: relative;
  min-height: 0;
  padding: 0 clamp(22px, 3vw, 38px) 26px;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.hohster-service-card::before {
  counter-increment: service;
  content: "0" counter(service);
  display: block;
  margin-bottom: 18px;
  color: var(--hohster-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
}

.hohster-services__grid {
  counter-reset: service;
}

.hohster-service-card:nth-child(2)::before,
.hohster-service-card:nth-child(2) .hohster-icon {
  color: var(--hohster-orange);
}

.hohster-service-card:nth-child(3)::before,
.hohster-service-card:nth-child(3) .hohster-icon {
  color: var(--hohster-green);
}

.hohster-service-card:nth-child(4)::before,
.hohster-service-card:nth-child(4) .hohster-icon {
  color: var(--hohster-navy);
}

.hohster-service-card__icon {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
  border: 3px solid currentColor;
  background: var(--hohster-white);
  box-shadow: 0 20px 44px rgba(7, 27, 77, 0.12);
}

.hohster-service-card__icon .hohster-icon {
  width: 42px;
  height: 42px;
}

.hohster-service-card h3 {
  color: var(--hohster-navy);
  font-size: 0.95rem;
}

.hohster-service-card ul {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 27, 77, 0.1);
}

.hohster-intro#warum-hohster {
  background:
    linear-gradient(90deg, rgba(242, 106, 33, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 88% 22%, rgba(16, 125, 61, 0.18), transparent 34%),
    var(--hohster-deep);
  background-size: 90px 90px, 90px 90px, auto, auto;
  color: var(--hohster-white);
}

.hohster-intro#warum-hohster h2,
.hohster-intro#warum-hohster h3 {
  color: var(--hohster-white);
}

.hohster-intro#warum-hohster .hohster-richtext,
.hohster-intro#warum-hohster .hohster-proof-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.hohster-intro#warum-hohster blockquote {
  border-left-color: var(--hohster-orange);
  color: var(--hohster-white);
}

.hohster-intro#warum-hohster .hohster-proof-grid {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.hohster-intro#warum-hohster .hohster-proof-grid article {
  background: rgba(255, 255, 255, 0.035);
}

.hohster-proof-grid article {
  position: relative;
}

.hohster-proof-grid article::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border: 2px solid var(--hohster-green);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 46%, currentColor 46% 54%, transparent 54%),
    linear-gradient(0deg, transparent 46%, currentColor 46% 54%, transparent 54%);
  color: var(--hohster-green);
  opacity: 0.9;
}

.hohster-proof-grid article:nth-child(2)::before {
  border-radius: 8px;
  border-color: var(--hohster-blue);
  color: var(--hohster-blue);
  transform: rotate(45deg);
}

.hohster-proof-grid article:nth-child(3)::before {
  border-radius: 4px;
  border-color: var(--hohster-green);
  color: transparent;
  background: linear-gradient(135deg, transparent 0 48%, var(--hohster-green) 49% 51%, transparent 52% 100%);
}

.hohster-proof-grid article:nth-child(4)::before {
  border-color: #8bbcff;
  color: #8bbcff;
  background: radial-gradient(circle at 50% 38%, transparent 0 6px, currentColor 7px 8px, transparent 9px), linear-gradient(90deg, transparent 47%, currentColor 48% 52%, transparent 53%);
}

.hohster-companies {
  padding-top: 28px;
  background: var(--hohster-white);
}

.hohster-company-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hohster-company-card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 54px);
  border-color: rgba(7, 27, 77, 0.1);
}

.hohster-company-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42%;
  background:
    linear-gradient(180deg, rgba(7, 21, 47, 0.18), rgba(7, 21, 47, 0.86)),
    url("../../files/theme/hohster/img/hero/hohster-premium-home-energy.png") center / cover;
}

.hohster-company-card > * {
  position: relative;
  z-index: 1;
}

.hohster-company-card h3 {
  margin-top: 50%;
  font-size: clamp(1.5rem, 2.2vw, 2.55rem);
}

.hohster-projects {
  background: linear-gradient(180deg, var(--hohster-deep) 0%, #0a1d3d 46%, var(--hohster-white) 46%, var(--hohster-white) 100%);
}

.hohster-projects .hohster-section-head h2,
.hohster-projects .hohster-label {
  color: var(--hohster-white);
}

.hohster-projects .hohster-richtext {
  color: rgba(255, 255, 255, 0.74);
}

.hohster-project-grid {
  gap: 20px;
}

.hohster-project-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 77, 0.1);
  box-shadow: 0 24px 70px rgba(7, 27, 77, 0.12);
}

.hohster-project-card:first-child {
  grid-column: span 2;
  color: var(--hohster-white);
  background:
    linear-gradient(105deg, rgba(7, 21, 47, 0.92) 0%, rgba(7, 21, 47, 0.72) 44%, rgba(7, 21, 47, 0.18) 100%),
    url("../../files/theme/hohster/img/hero/hohster-premium-home-energy.png") center / cover;
}

.hohster-project-card:first-child h3,
.hohster-project-card:first-child .hohster-project-card__scope,
.hohster-project-card:first-child p,
.hohster-project-card:first-child a {
  color: var(--hohster-white);
}

.hohster-project-card h3 {
  max-width: 12ch;
}

.hohster-career {
  background:
    linear-gradient(90deg, var(--hohster-white) 0 50%, #edf5f0 50% 100%);
}

.hohster-career-list {
  position: relative;
}

.hohster-career-card {
  box-shadow: 0 18px 48px rgba(7, 27, 77, 0.08);
}

.hohster-career-card:nth-child(3) {
  border-color: rgba(242, 106, 33, 0.34);
  background: #fffaf6;
}

.hohster-contact {
  background:
    linear-gradient(105deg, rgba(7, 21, 47, 0.92) 0%, rgba(7, 21, 47, 0.7) 48%, rgba(7, 21, 47, 0.08) 100%),
    url("../../files/theme/hohster/img/hero/hohster-premium-home-energy.png") center / cover;
}

.hohster-contact h2,
.hohster-contact .hohster-label,
.hohster-contact-details strong {
  color: var(--hohster-white);
}

.hohster-contact .hohster-richtext,
.hohster-contact-details span {
  color: rgba(255, 255, 255, 0.76);
}

.hohster-contact-details {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.hohster-contact-details div {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.hohster-contact__form {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--hohster-glow);
}

.hohster-footer {
  margin-top: 0;
  border-top: 0;
  background:
    linear-gradient(90deg, rgba(242, 106, 33, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 125, 61, 0.12) 1px, transparent 1px),
    var(--hohster-deep);
  background-size: 80px 80px;
}

.hohster-footer .hohster-container,
.hohster-footer a {
  color: rgba(255, 255, 255, 0.74);
}

.hohster-footer strong,
.hohster-footer__nav h2 {
  color: var(--hohster-white);
}

.hohster-legal {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(245, 248, 251, 0.92) 0%, rgba(255, 255, 255, 0.96) 42%),
    var(--hohster-white);
}

.hohster-legal__main {
  padding: 154px 0 92px;
}

.hohster-legal__panel {
  width: min(100% - 48px, 980px);
}

.hohster-legal h1 {
  max-width: 820px;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
}

.hohster-legal__text {
  max-width: 820px;
}

.hohster-legal__text h2,
.hohster-legal__text h3 {
  margin: 2rem 0 0.8rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
}

.hohster-legal__text p + p,
.hohster-legal__text ul + p,
.hohster-legal__text p + ul {
  margin-top: 1rem;
}

.hohster-legal__text ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}

.hohster-legal__actions {
  margin-top: 32px;
}

@media (max-width: 1180px) {
  .hohster-header {
    grid-template-columns: auto 1fr auto;
  }

  .hohster-nav {
    display: none;
  }

  .hohster-menu-toggle {
    display: block;
  }

  .hohster-hero__teasers,
  .hohster-services__grid,
  .hohster-proof-grid,
  .hohster-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hohster-hero__teasers {
    width: calc(100% - 48px);
    margin: -72px auto 0;
  }

  .hohster-services__grid::before {
    display: none;
  }

  .hohster-service-card {
    padding-top: 28px;
    border: 1px solid rgba(7, 27, 77, 0.08);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 44px rgba(7, 27, 77, 0.08);
  }

  .hohster-hero-teaser {
    border-bottom: 1px solid var(--hohster-line);
  }
}

@media (max-width: 900px) {
  .hohster-container {
    width: min(100% - 36px, 1320px);
  }

  .hohster-header__cta {
    display: none;
  }

  .hohster-brand__text strong {
    max-width: 170px;
    white-space: normal;
  }

  .hohster-hero {
    padding-top: 82px;
  }

  .hohster-hero__grid,
  .hohster-intro__grid,
  .hohster-section-head,
  .hohster-companies__grid,
  .hohster-career__grid,
  .hohster-contact__grid {
    grid-template-columns: 1fr;
  }

  .hohster-hero__copy {
    min-height: 58vh;
    padding: 58px 24px 34px;
  }

  .hohster-hero__media {
    min-height: 360px;
  }

  .hohster-hero__media::before {
    inset: 0 0 auto;
    width: auto;
    height: 30%;
    background: linear-gradient(180deg, var(--hohster-white) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .hohster-section {
    padding: 76px 0;
  }

  .hohster-section-head--sticky {
    position: static;
  }

  .hohster-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hohster-company-list,
  .hohster-career-list {
    grid-template-columns: 1fr;
  }

  .hohster-company-card {
    min-height: 410px;
  }

  .hohster-project-card:first-child {
    grid-column: span 2;
  }

  .hohster-career {
    background: var(--hohster-white);
  }

  .hohster-contact {
    background:
      linear-gradient(180deg, rgba(7, 21, 47, 0.94) 0%, rgba(7, 21, 47, 0.8) 100%),
      url("../../files/theme/hohster/img/hero/hohster-premium-home-energy.png") center / cover;
  }
}

@media (max-width: 640px) {
  .hohster-header {
    padding: 12px 18px;
  }

  .hohster-brand {
    gap: 9px;
  }

  .hohster-brand__mark {
    width: 46px;
    height: 46px;
    font-size: 0.94rem;
  }

  .hohster-brand__text strong {
    max-width: 142px;
    font-size: 0.82rem;
    line-height: 1.12;
  }

  .hohster-brand__text small {
    font-size: 0.62rem;
    letter-spacing: 0.24em;
  }

  .hohster-hero h1 {
    max-width: 6.9em;
    font-size: clamp(2.75rem, 12.4vw, 3.55rem);
    line-height: 1.02;
  }

  .hohster-hero__copy {
    min-height: 0;
    padding: 54px 20px 42px;
  }

  .hohster-hero__intro {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hohster-hero__actions {
    width: 100%;
  }

  .hohster-actions {
    align-items: stretch;
    width: 100%;
  }

  .hohster-actions .btn {
    width: 100%;
    max-width: 100%;
    padding-inline: 18px;
  }

  .hohster-hero__teasers,
  .hohster-services__grid,
  .hohster-proof-grid,
  .hohster-project-grid {
    grid-template-columns: 1fr;
  }

  .hohster-hero__teasers {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
  }

  .hohster-hero-teaser {
    min-height: 0;
    border-right: 0;
  }

  .hohster-project-card:first-child {
    grid-column: auto;
  }

  .hohster-company-card {
    min-height: 360px;
  }

  .hohster-company-card h3 {
    margin-top: 52%;
  }

  .hohster-contact-details div,
  .hohster-footer .hohster-container {
    grid-template-columns: 1fr;
  }

  .hohster-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hohster-legal__main {
    padding: 118px 0 70px;
  }

  .hohster-legal__panel {
    width: min(100% - 36px, 980px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hohster [data-animation],
  .animations-ready .hohster [data-animation] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    animation: none !important;
  }

  .hohster-mobile-nav {
    transition: none;
  }
}

/* Visual correction: calmer premium direction after design review. */
.hohster-header {
  background: rgba(5, 15, 35, 0.72);
}

.hohster-hero {
  min-height: 100vh;
  background:
    linear-gradient(112deg, #07152f 0%, #071b4d 38%, #0d2743 100%);
}

.hohster-hero::before {
  width: min(22vw, 330px);
  opacity: 0.34;
}

.hohster-hero__grid {
  position: relative;
  display: block;
  min-height: calc(100vh - 98px);
}

.hohster-hero__copy {
  position: relative;
  z-index: 3;
  width: min(46vw, 620px);
  min-height: calc(100vh - 98px);
  padding: clamp(72px, 9vw, 138px) clamp(28px, 7vw, 112px) 180px;
}

.hohster-hero h1 {
  max-width: 8.2ch;
  font-size: clamp(4.4rem, 7vw, 7.7rem);
  line-height: 0.92;
}

.hohster-hero__intro {
  max-width: 500px;
  font-size: clamp(1.08rem, 0.9vw + 0.92rem, 1.28rem);
}

.hohster-hero__media {
  position: absolute;
  inset: 0 0 0 34%;
  z-index: 1;
  min-height: auto;
  height: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.hohster-hero__media .image_container {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hohster-hero__media::before {
  background:
    linear-gradient(90deg, #07152f 0%, rgba(7, 21, 47, 0.92) 13%, rgba(7, 21, 47, 0.35) 48%, rgba(7, 21, 47, 0.02) 100%),
    linear-gradient(180deg, rgba(7, 21, 47, 0.08) 0%, rgba(7, 21, 47, 0.34) 100%);
}

.hohster-hero__media::after {
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(7, 21, 47, 0.58));
}

.hohster-hero__media img {
  position: absolute;
  inset: 0;
  filter: saturate(1.03) contrast(1.04) brightness(0.9);
  object-fit: cover;
}

.hohster-hero__teasers {
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  bottom: 34px;
  z-index: 4;
  width: min(68vw, 960px);
  margin: 0;
  background: rgba(4, 13, 30, 0.78);
}

.hohster-hero-teaser {
  min-height: 96px;
  padding-block: 18px;
}

.hohster-section {
  padding-block: clamp(92px, 9vw, 142px);
}

.hohster-services {
  background:
    linear-gradient(90deg, rgba(7, 27, 77, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 27, 77, 0.025) 1px, transparent 1px),
    #f8fbfd;
  background-size: 84px 84px;
}

.hohster-services__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
}

.hohster-services__grid::before {
  display: none;
}

.hohster-service-card {
  min-height: 430px;
  padding: 28px 24px 26px;
  border: 1px solid rgba(7, 27, 77, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 56px rgba(7, 27, 77, 0.08);
  text-align: left;
}

.hohster-service-card::before {
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 3.2vw, 3.8rem);
}

.hohster-service-card__icon {
  width: 76px;
  height: 76px;
  margin: 0 0 28px;
  border-width: 2px;
  box-shadow: none;
}

.hohster-service-card h3 {
  font-size: 1rem;
}

.hohster-service-card p {
  text-align: left;
}

.hohster-service-card ul {
  margin-top: auto;
}

.hohster-intro#warum-hohster {
  background:
    radial-gradient(circle at 88% 22%, rgba(16, 125, 61, 0.16), transparent 32%),
    linear-gradient(135deg, #07152f 0%, #08203c 100%);
}

.hohster-intro#warum-hohster .hohster-proof-grid {
  gap: 0;
  border-color: rgba(255, 255, 255, 0.14);
  background: transparent;
}

.hohster-intro#warum-hohster .hohster-proof-grid article {
  background: rgba(255, 255, 255, 0.055);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hohster-intro#warum-hohster .hohster-proof-grid article:last-child {
  border-right: 0;
}

.hohster-proof-grid article::before {
  opacity: 0.72;
}

.hohster-projects {
  background: linear-gradient(180deg, #07152f 0%, #07152f 42%, #ffffff 42%, #ffffff 100%);
}

.hohster-company-card::before {
  height: 36%;
}

.hohster-company-card h3 {
  margin-top: 42%;
}

@media (max-width: 1180px) {
  .hohster-hero__copy {
    width: min(54vw, 620px);
  }

  .hohster-hero__media {
    left: 42%;
  }

  .hohster-hero__teasers,
  .hohster-services__grid,
  .hohster-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hohster-hero__teasers {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100% - 48px, 960px);
    margin: -94px auto 0;
  }

  .hohster-service-card {
    min-height: 380px;
  }
}

@media (max-width: 900px) {
  .hohster-hero__grid {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hohster-hero__copy {
    width: 100%;
    min-height: auto;
    padding: 64px 24px 34px;
  }

  .hohster-hero__media {
    position: relative;
    inset: auto;
    min-height: 360px;
    border-left: 0;
  }

  .hohster-hero__media::before {
    background: linear-gradient(180deg, rgba(7, 21, 47, 0.22) 0%, rgba(7, 21, 47, 0.58) 100%);
  }

  .hohster-hero__teasers {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .hohster-hero h1 {
    font-size: clamp(3.15rem, 14vw, 4.3rem);
  }

  .hohster-services__grid,
  .hohster-proof-grid,
  .hohster-project-grid {
    grid-template-columns: 1fr;
  }

  .hohster-service-card {
    min-height: 0;
  }

  .hohster-intro#warum-hohster .hohster-proof-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

/* Hero correction: match the soft bright screendesign, no hard split edge. */
.hohster-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(219, 226, 236, 0.76);
  box-shadow: 0 10px 34px rgba(7, 27, 77, 0.06);
}

.hohster-header:not(.is-scrolled) .hohster-brand,
.hohster-header:not(.is-scrolled) .hohster-brand__mark,
.hohster-header:not(.is-scrolled) .hohster-nav a,
.hohster-header:not(.is-scrolled) .hohster-menu-toggle {
  color: var(--hohster-navy);
}

.hohster-header:not(.is-scrolled) .hohster-brand__text small {
  color: var(--hohster-muted);
}

.hohster-header:not(.is-scrolled) .hohster-menu-toggle {
  border-color: var(--hohster-line);
  background: var(--hohster-white);
}

.hohster-header:not(.is-scrolled) .hohster-menu-toggle span {
  background: var(--hohster-navy);
}

.hohster-hero {
  background: var(--hohster-white);
  color: var(--hohster-text);
}

.hohster-hero::before {
  inset: 98px auto 0 0;
  width: min(20vw, 300px);
  opacity: 0.18;
  background:
    repeating-radial-gradient(ellipse at left center, transparent 0 18px, rgba(242, 106, 33, 0.22) 19px 20px, transparent 21px 40px),
    repeating-radial-gradient(ellipse at left center, transparent 0 28px, rgba(16, 125, 61, 0.18) 29px 30px, transparent 31px 56px);
}

.hohster-hero__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.32fr);
  min-height: min(820px, calc(100vh - 98px));
}

.hohster-hero__copy {
  width: auto;
  min-height: min(820px, calc(100vh - 98px));
  padding: clamp(78px, 8.4vw, 132px) clamp(28px, 7vw, 112px);
  color: var(--hohster-text);
}

.hohster-hero h1,
.hohster-hero h2,
.hohster-hero h3 {
  color: var(--hohster-navy);
}

.hohster-hero h1 {
  max-width: 720px;
  font-size: clamp(3.8rem, 6.1vw, 7rem);
  line-height: 0.96;
  text-shadow: none;
}

.hohster-hero__intro {
  color: var(--hohster-text);
}

.hohster-hero__media {
  position: relative;
  inset: auto;
  min-height: min(820px, calc(100vh - 98px));
  border-left: 0;
}

.hohster-hero__media .image_container {
  position: absolute;
  inset: 0;
}

.hohster-hero__media::before {
  background:
    linear-gradient(90deg, var(--hohster-white) 0%, rgba(255, 255, 255, 0.92) 14%, rgba(255, 255, 255, 0.42) 38%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 48%, rgba(7, 27, 77, 0.04) 100%);
}

.hohster-hero__media::after {
  display: none;
}

.hohster-hero__media img {
  position: absolute;
  inset: 0;
  filter: saturate(1.04) contrast(1.02) brightness(1);
  object-fit: cover;
}

.hohster-hero .hohster-actions .btn-secondary {
  border-color: var(--hohster-navy);
  background: var(--hohster-white);
  color: var(--hohster-navy);
}

.hohster-scroll-cue {
  color: var(--hohster-muted);
}

.hohster-hero__teasers {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  margin: 0;
  border-color: var(--hohster-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.hohster-hero-teaser {
  border-right-color: var(--hohster-line);
}

.hohster-hero-teaser h2 {
  color: var(--hohster-navy);
}

.hohster-hero-teaser p {
  color: var(--hohster-muted);
}

@media (max-width: 900px) {
  .hohster-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hohster-hero__copy {
    min-height: auto;
    padding: 58px 24px 34px;
  }

  .hohster-hero__media {
    min-height: 360px;
  }

  .hohster-hero__media::before {
    background: linear-gradient(180deg, var(--hohster-white) 0%, rgba(255, 255, 255, 0.1) 36%, rgba(255, 255, 255, 0) 100%);
  }
}

/* Hero fidelity correction: dark full-bleed screendesign without a hard image box. */
html,
body {
  margin: 0;
}

.hohster-header {
  background: rgba(3, 17, 43, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.09);
  box-shadow: none;
}

.hohster-header:not(.is-scrolled) .hohster-brand,
.hohster-header:not(.is-scrolled) .hohster-brand__mark,
.hohster-header:not(.is-scrolled) .hohster-nav a,
.hohster-header:not(.is-scrolled) .hohster-menu-toggle {
  color: var(--hohster-white);
}

.hohster-header:not(.is-scrolled) .hohster-brand__text small {
  color: rgba(255, 255, 255, 0.72);
}

.hohster-header:not(.is-scrolled) .hohster-menu-toggle {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.hohster-header:not(.is-scrolled) .hohster-menu-toggle span {
  background: var(--hohster-white);
}

.hohster-header:not(.is-scrolled) .hohster-header__cta {
  min-width: 136px;
  border: 2px solid var(--hohster-orange);
  border-color: var(--hohster-orange);
  background: rgba(3, 17, 43, 0.18);
  color: var(--hohster-white);
  box-shadow: none;
}

.hohster-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(219, 226, 236, 0.82);
  box-shadow: 0 14px 38px rgba(7, 27, 77, 0.09);
}

.hohster-header.is-scrolled .hohster-brand,
.hohster-header.is-scrolled .hohster-brand__mark,
.hohster-header.is-scrolled .hohster-nav a,
.hohster-header.is-scrolled .hohster-menu-toggle {
  color: var(--hohster-navy);
}

.hohster-header.is-scrolled .hohster-brand__text small {
  color: var(--hohster-muted);
}

.hohster-hero {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 98px;
  overflow: hidden;
  isolation: isolate;
  background: #041633;
  color: var(--hohster-white);
}

.hohster-hero::before {
  inset: 98px auto 0 0;
  z-index: 1;
  width: min(23vw, 340px);
  opacity: 0.42;
  background:
    repeating-radial-gradient(ellipse at left center, transparent 0 19px, rgba(242, 106, 33, 0.42) 20px 21px, transparent 22px 42px),
    repeating-radial-gradient(ellipse at left center, transparent 0 31px, rgba(16, 125, 61, 0.34) 32px 33px, transparent 34px 62px);
}

.hohster-hero__grid {
  position: relative;
  z-index: 3;
  grid-template-columns: minmax(620px, 0.88fr) minmax(0, 1fr);
  min-height: min(780px, calc(100vh - 98px));
}

.hohster-hero__copy {
  position: relative;
  z-index: 3;
  width: min(690px, 100%);
  min-height: min(780px, calc(100vh - 98px));
  justify-content: flex-start;
  padding: clamp(58px, 6.4vw, 92px) clamp(28px, 4.3vw, 64px) clamp(118px, 10vw, 168px) clamp(36px, 7.2vw, 112px);
  color: var(--hohster-white);
}

.hohster-hero h1,
.hohster-hero h2,
.hohster-hero h3 {
  color: var(--hohster-white);
}

.hohster-hero h1 {
  max-width: 760px;
  font-size: clamp(4rem, 6.8vw, 7.3rem);
  font-weight: 700;
  line-height: 0.94;
  color: #f8fbff;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.58);
}

.hohster-hero__eyebrow {
  color: var(--hohster-orange);
}

.hohster-hero__intro {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 500;
}

.hohster-hero .hohster-accent-line::before {
  background: var(--hohster-orange);
}

.hohster-hero .hohster-accent-line::after {
  background: var(--hohster-green);
}

.hohster-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
}

.hohster-hero__media .image_container,
.hohster-hero__image,
.hohster-hero__media picture,
.hohster-hero__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hohster-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: auto;
  background:
    linear-gradient(90deg, rgba(3, 17, 43, 0.98) 0%, rgba(3, 17, 43, 0.92) 24%, rgba(3, 17, 43, 0.58) 49%, rgba(3, 17, 43, 0.18) 74%, rgba(3, 17, 43, 0.36) 100%),
    linear-gradient(180deg, rgba(3, 17, 43, 0.74) 0%, rgba(3, 17, 43, 0.12) 42%, rgba(3, 17, 43, 0.86) 100%);
  pointer-events: none;
}

.hohster-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  background:
    radial-gradient(circle at 70% 42%, rgba(242, 106, 33, 0.17), transparent 30%),
    radial-gradient(circle at 82% 82%, rgba(16, 125, 61, 0.18), transparent 36%);
  pointer-events: none;
}

.hohster-hero__media img {
  object-fit: cover;
  object-position: center right;
  filter: saturate(0.92) contrast(1.08) brightness(0.72);
}

.hohster-hero .hohster-actions .btn-secondary {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(3, 17, 43, 0.26);
  color: var(--hohster-white);
}

.hohster-hero .hohster-actions .btn-secondary:hover,
.hohster-hero .hohster-actions .btn-secondary:focus-visible {
  border-color: var(--hohster-white);
  color: var(--hohster-white);
}

.hohster-scroll-cue {
  color: rgba(255, 255, 255, 0.72);
}

.hohster-scroll-cue:hover,
.hohster-scroll-cue:focus-visible {
  color: var(--hohster-white);
}

.hohster-hero__teasers {
  position: absolute;
  right: clamp(24px, 5vw, 78px);
  bottom: clamp(26px, 4vw, 54px);
  z-index: 4;
  width: min(860px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 17, 43, 0.78);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.hohster-hero-teaser {
  min-height: 96px;
  border-right-color: rgba(255, 255, 255, 0.16);
}

.hohster-hero-teaser h2 {
  color: #f8fbff;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
}

.hohster-hero-teaser p {
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 1180px) {
  .hohster-hero__grid {
    grid-template-columns: 1fr;
  }

  .hohster-hero__copy {
    max-width: 760px;
    min-height: min(760px, calc(100vh - 98px));
  }

  .hohster-hero__media::before {
    background:
      linear-gradient(90deg, rgba(3, 17, 43, 0.98) 0%, rgba(3, 17, 43, 0.84) 52%, rgba(3, 17, 43, 0.34) 100%),
      linear-gradient(180deg, rgba(3, 17, 43, 0.76) 0%, rgba(3, 17, 43, 0.22) 44%, rgba(3, 17, 43, 0.9) 100%);
  }

  .hohster-hero__teasers {
    left: 24px;
    right: 24px;
    width: auto;
  }
}

@media (max-width: 900px) {
  .hohster-hero {
    min-height: 1120px;
    padding-top: 84px;
  }

  .hohster-hero__copy {
    min-height: 790px;
    padding: 70px 24px 360px;
  }

  .hohster-hero h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .hohster-hero__media::before {
    background:
      linear-gradient(180deg, rgba(3, 17, 43, 0.94) 0%, rgba(3, 17, 43, 0.68) 42%, rgba(3, 17, 43, 0.94) 100%),
      linear-gradient(90deg, rgba(3, 17, 43, 0.96) 0%, rgba(3, 17, 43, 0.45) 100%);
  }

  .hohster-hero__media img {
    object-position: 62% center;
  }

  .hohster-hero__teasers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    bottom: 24px;
    left: 16px;
    right: 16px;
  }

  .hohster-hero-teaser {
    min-height: 82px;
    padding: 16px;
  }
}

/* Screendesign fidelity pass: restore the bright approved concept and remove dark interim UI. */
body:has(.hohster) {
  background: var(--hohster-white);
}

.hohster-container {
  width: min(100% - 112px, 1320px);
}

.hohster-header {
  min-height: 92px;
  padding: 22px clamp(36px, 5.2vw, 94px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.hohster-header.is-scrolled {
  min-height: 74px;
  padding-block: 12px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 226, 236, 0.72);
  box-shadow: 0 10px 30px rgba(7, 27, 77, 0.06);
}

.hohster-brand {
  width: clamp(260px, 28vw, 410px);
}

.hohster-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.hohster-brand__mark,
.hohster-brand__text {
  display: none;
}

.hohster-header:not(.is-scrolled) .hohster-brand,
.hohster-header:not(.is-scrolled) .hohster-brand__mark,
.hohster-header:not(.is-scrolled) .hohster-nav a,
.hohster-header:not(.is-scrolled) .hohster-menu-toggle,
.hohster-header.is-scrolled .hohster-nav a {
  color: var(--hohster-navy);
}

.hohster-nav {
  gap: clamp(30px, 4.2vw, 68px);
}

.hohster-nav a {
  color: var(--hohster-navy);
  font-size: 0.98rem;
  font-weight: 800;
}

.hohster-header__cta,
.hohster-header:not(.is-scrolled) .hohster-header__cta {
  min-width: 142px;
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: var(--hohster-navy);
  color: var(--hohster-white) !important;
  box-shadow: none;
}

.hohster-header__cta::after {
  content: "";
  width: 14px;
  height: 12px;
  margin-left: 14px;
  background: currentColor;
  clip-path: polygon(0 46%, 72% 46%, 46% 20%, 60% 8%, 100% 50%, 60% 92%, 46% 80%, 72% 54%, 0 54%);
}

.hohster-hero {
  min-height: 0;
  padding-top: 92px;
  overflow: visible;
  background: var(--hohster-white);
  color: var(--hohster-navy);
}

.hohster-hero::before {
  display: none;
}

.hohster-hero__grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.44fr) minmax(0, 0.56fr);
  min-height: 404px;
  align-items: stretch;
}

.hohster-hero__copy {
  width: min(660px, 100%);
  min-height: 404px;
  padding: clamp(72px, 8vw, 92px) 40px 58px clamp(64px, 7vw, 108px);
  color: var(--hohster-text);
}

.hohster-hero__eyebrow,
.hohster-scroll-cue {
  display: none;
}

.hohster-hero h1,
.hohster-hero h2,
.hohster-hero h3 {
  color: var(--hohster-navy);
}

.hohster-hero h1 {
  max-width: 660px;
  color: var(--hohster-navy);
  font-size: clamp(3.25rem, 3.75vw, 4.15rem);
  font-weight: 500;
  line-height: 1.05;
  white-space: nowrap;
  text-shadow: none;
}

.hohster-hero h1::after {
  color: var(--hohster-orange);
}

.hohster-hero .hohster-accent-line {
  width: 188px;
  height: 4px;
  margin: 20px 0 22px;
  background: linear-gradient(90deg, var(--hohster-navy) 0 34%, var(--hohster-orange) 34% 63%, var(--hohster-green) 63% 100%);
}

.hohster-hero__intro {
  max-width: 500px;
  color: var(--hohster-text);
  font-size: clamp(1.04rem, 0.55vw + 0.95rem, 1.22rem);
  font-weight: 450;
  line-height: 1.58;
}

.hohster-hero__actions {
  margin-top: 30px;
}

.hohster-hero .hohster-actions .btn {
  min-width: 182px;
  min-height: 46px;
  border-radius: 6px;
  padding-inline: 22px;
  font-size: 0.92rem;
}

.hohster-hero .hohster-actions .btn-primary {
  border-color: var(--hohster-navy);
  background: var(--hohster-navy);
  color: var(--hohster-white);
}

.hohster-hero .hohster-actions .btn-secondary {
  border-color: var(--hohster-navy);
  background: var(--hohster-white);
  color: var(--hohster-navy);
}

.hohster-hero__media {
  position: relative;
  inset: auto;
  z-index: 1;
  min-height: 404px;
  overflow: hidden;
}

.hohster-hero__media .image_container,
.hohster-hero__image,
.hohster-hero__media picture,
.hohster-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hohster-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: auto;
  background:
    linear-gradient(90deg, var(--hohster-white) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.56) 24%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0.14) 100%);
  pointer-events: none;
}

.hohster-hero__media::after {
  display: none;
}

.hohster-hero__media img {
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.04) contrast(1.02) brightness(1.04);
}

.hohster-hero__teasers {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(219, 226, 236, 0.92);
  border-bottom: 1px solid rgba(219, 226, 236, 0.92);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 32px rgba(7, 27, 77, 0.04);
  backdrop-filter: none;
}

.hohster-hero-teaser {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  min-height: 98px;
  align-items: center;
  padding: 16px clamp(16px, 2.2vw, 28px);
  border-right: 1px solid rgba(219, 226, 236, 0.92);
}

.hohster-hero-teaser:last-child {
  border-right: 0;
}

.hohster-hero-teaser .hohster-icon {
  width: 42px;
  height: 42px;
}

.hohster-hero-teaser h2 {
  margin: 0 0 7px;
  color: var(--hohster-navy);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.68rem, 0.18vw + 0.64rem, 0.82rem);
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-shadow: none;
  text-transform: uppercase;
}

.hohster-hero-teaser p {
  display: block;
  color: var(--hohster-text);
  font-size: clamp(0.72rem, 0.18vw + 0.68rem, 0.84rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.hohster-section {
  padding-block: clamp(74px, 7.2vw, 104px);
}

.hohster-section-head {
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(34px, 5.5vw, 76px);
  align-items: end;
  margin-bottom: clamp(34px, 4.6vw, 56px);
}

.hohster-section-head h2,
.hohster-intro h2,
.hohster-contact h2 {
  max-width: 640px;
  font-size: clamp(2.35rem, 3.1vw, 3.7rem);
  line-height: 1.08;
}

.hohster-services {
  padding-block: 40px 16px;
  background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.hohster-services .hohster-container {
  display: grid;
  grid-template-columns: minmax(260px, 0.27fr) minmax(0, 0.73fr);
  gap: clamp(36px, 5.4vw, 76px);
  align-items: start;
}

.hohster-services .hohster-section-head {
  display: block;
  margin: 0;
}

.hohster-services .hohster-section-head h2 {
  max-width: 430px;
  font-size: clamp(2rem, 2.15vw, 2.45rem);
  line-height: 1.08;
}

.hohster-services .hohster-richtext {
  max-width: 310px;
  margin-top: 16px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hohster-services__cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  border: 1px solid var(--hohster-navy);
  border-radius: 5px;
  padding: 0 20px;
  color: var(--hohster-navy);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.hohster-services__cta::after {
  content: "";
  width: 13px;
  height: 11px;
  background: currentColor;
  clip-path: polygon(0 46%, 72% 46%, 46% 20%, 60% 8%, 100% 50%, 60% 92%, 46% 80%, 72% 54%, 0 54%);
}

.hohster-services__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.hohster-service-card {
  position: relative;
  min-height: 194px;
  aspect-ratio: 1.02 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--service-image) center / cover no-repeat;
  box-shadow: 0 18px 42px rgba(7, 27, 77, 0.14);
}

.hohster-service-card:nth-child(1) { --service-image: url("../../files/theme/hohster/img/services/service-waerme.png"); }
.hohster-service-card:nth-child(2) { --service-image: url("../../files/theme/hohster/img/services/service-sanitaer.png"); }
.hohster-service-card:nth-child(3) { --service-image: url("../../files/theme/hohster/img/services/service-photovoltaik.png"); }
.hohster-service-card:nth-child(4) { --service-image: url("../../files/theme/hohster/img/services/service-energie.png"); }
.hohster-service-card:nth-child(5) { --service-image: url("../../files/theme/hohster/img/services/service-smart-home.png"); }

.hohster-service-card::before {
  display: none !important;
  content: none !important;
}

.hohster-service-card__icon,
.hohster-service-card h3,
.hohster-service-card p,
.hohster-service-card ul {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hohster.hohster-companies {
  padding-top: 28px;
}

.hohster-companies {
  background: var(--hohster-white);
}

.hohster-companies__grid {
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(40px, 6vw, 86px);
  align-items: start;
}

.hohster-section-head--sticky {
  position: static;
  top: auto;
}

.hohster-company-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.hohster-company-card {
  min-height: 0;
  padding: 138px 42px 36px;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 77, 0.14);
  border-radius: 8px;
  background: var(--hohster-white);
  box-shadow: 0 18px 46px rgba(7, 27, 77, 0.07);
}

.hohster-company-card::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 36px;
  left: 36px;
  height: 72px;
  background: var(--company-logo) left center / contain no-repeat;
}

.hohster-company-card:nth-child(1) { --company-logo: url("../../files/theme/hohster/img/companies/logo-hohnen-card.png"); }
.hohster-company-card:nth-child(2) { --company-logo: url("../../files/theme/hohster/img/companies/logo-schuster-farbig.svg"); }

.hohster-company-card h3 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.hohster-company-card__claim {
  display: none;
}

.hohster-company-card p:not(.hohster-company-card__claim) {
  max-width: none;
  color: var(--hohster-text);
  font-size: 0.98rem;
  line-height: 1.65;
}

.hohster-company-card a {
  margin-top: 24px;
  color: var(--hohster-navy);
}

.hohster-career {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.hohster-career__grid {
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(38px, 6vw, 82px);
}

.hohster-career-card {
  min-height: 0;
  padding: 30px 34px;
  border: 1px solid rgba(7, 27, 77, 0.12);
  background: var(--hohster-white);
  box-shadow: 0 14px 36px rgba(7, 27, 77, 0.06);
}

.hohster-career-card:nth-child(3) {
  border-color: rgba(16, 125, 61, 0.22);
  background: var(--hohster-white);
}

.hohster-career-card h3 {
  font-size: clamp(1.35rem, 1.55vw, 1.9rem);
  letter-spacing: 0;
  line-height: 1.16;
  text-transform: none;
}

.hohster-contact {
  padding-bottom: 0;
  background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.hohster-contact h2,
.hohster-contact .hohster-label,
.hohster-contact-details strong {
  color: var(--hohster-navy);
}

.hohster-contact .hohster-richtext,
.hohster-contact-details span {
  color: var(--hohster-muted);
}

.hohster-contact__grid {
  grid-template-columns: minmax(280px, 0.45fr) minmax(360px, 0.55fr);
  gap: clamp(40px, 6vw, 86px);
  align-items: start;
  margin-bottom: clamp(66px, 7vw, 96px);
}

.hohster-contact-details {
  border-top-color: var(--hohster-line);
}

.hohster-contact-details div {
  border-bottom-color: var(--hohster-line);
}

.hohster-contact__form {
  padding: 34px;
  border: 1px solid rgba(7, 27, 77, 0.12);
  background: var(--hohster-white);
  box-shadow: 0 18px 46px rgba(7, 27, 77, 0.08);
}

.hohster-footer {
  margin-top: 0;
  padding: 42px 0;
  border-top: 0;
  background: var(--hohster-navy);
  background-image: none;
}

.hohster-footer .hohster-container,
.hohster-footer a {
  color: rgba(255, 255, 255, 0.76);
}

.hohster-footer strong,
.hohster-footer__nav h2 {
  color: var(--hohster-white);
}

.hohster-footer .hohster-container {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
}

.hohster-footer__nav {
  grid-template-columns: repeat(4, minmax(118px, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.hohster-contact .hohster-footer__nav h2,
.hohster-footer__nav h2 {
  max-width: none;
  margin: 0 0 12px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem !important;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .hohster-container {
    width: min(100% - 48px, 1120px);
  }

  .hohster-header {
    grid-template-columns: auto 1fr auto;
  }

  .hohster-brand {
    width: clamp(220px, 34vw, 320px);
  }

  .hohster-hero__grid {
    grid-template-columns: minmax(360px, 0.48fr) minmax(0, 0.52fr);
  }

  .hohster-hero__copy {
    width: auto;
    max-width: none;
    padding-left: clamp(32px, 5vw, 64px);
  }

  .hohster-hero__teasers,
  .hohster-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hohster-company-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hohster-header {
    min-height: 76px;
    padding: 14px 20px;
  }

  .hohster-brand {
    width: min(250px, 68vw);
  }

  .hohster-hero {
    min-height: 0;
    padding-top: 76px;
  }

  .hohster-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hohster-hero__copy {
    min-height: 0;
    padding: 44px 24px 34px;
  }

  .hohster-hero h1 {
    font-size: clamp(3rem, 14vw, 4.35rem);
    white-space: normal;
  }

  .hohster-hero__media {
    min-height: 330px;
  }

  .hohster-hero__media::before {
    background: linear-gradient(180deg, var(--hohster-white) 0%, rgba(255, 255, 255, 0) 34%);
  }

  .hohster-hero__teasers {
    grid-template-columns: 1fr;
    width: auto;
  }

  .hohster-hero-teaser {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(219, 226, 236, 0.92);
  }

  .hohster-hero-teaser:last-child {
    border-bottom: 0;
  }

  .hohster-section-head,
  .hohster-intro__grid,
  .hohster-companies__grid,
  .hohster-career__grid,
  .hohster-contact__grid {
    grid-template-columns: 1fr;
  }

  .hohster-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hohster-services .hohster-container {
    grid-template-columns: 1fr;
  }

  .hohster-service-card {
    min-height: 176px;
  }

  .hohster-company-card {
    padding-inline: 28px;
  }
}

@media (max-width: 900px) {
  .hohster-header {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 16px;
    align-items: center;
  }

  .hohster-header .hohster-nav,
  .hohster-header .hohster-header__cta {
    display: none !important;
  }

  .hohster-brand {
    width: min(252px, calc(100vw - 104px));
    max-width: min(252px, calc(100vw - 104px));
    justify-self: start;
  }

  .hohster-menu-toggle {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: end;
    gap: 4px;
    border: 1px solid rgba(7, 27, 77, 0.2);
    background: var(--hohster-white);
    box-shadow: 0 8px 24px rgba(7, 27, 77, 0.08);
    color: var(--hohster-navy);
  }

  .hohster-header:not(.is-scrolled) .hohster-menu-toggle,
  .hohster-header.is-scrolled .hohster-menu-toggle {
    border-color: var(--hohster-navy);
    background: var(--hohster-navy);
    color: var(--hohster-white);
  }

  .hohster-menu-toggle span {
    width: 20px;
    height: 2px;
    margin: 0;
    background: currentColor !important;
  }

  .hohster-hero__teasers {
    left: auto;
    right: auto;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

/* Hohster premium polish pass: more depth and rhythm without changing the approved layout. */
:root {
  --hohster-shadow-soft: 0 16px 42px rgba(7, 27, 77, 0.07);
  --hohster-shadow-medium: 0 24px 58px rgba(7, 27, 77, 0.11);
  --hohster-shadow-strong: 0 30px 76px rgba(7, 27, 77, 0.16);
}

.hohster-header {
  box-shadow: 0 10px 34px rgba(7, 27, 77, 0.045);
}

.hohster-header.is-scrolled {
  box-shadow: 0 14px 38px rgba(7, 27, 77, 0.08);
}

.hohster-brand img {
  filter: none;
}

.hohster-hero h1 {
  max-width: 700px;
  font-size: clamp(3.45rem, 4.35vw, 4.55rem);
}

.hohster-hero__intro {
  max-width: 540px;
  font-size: clamp(1.08rem, 0.65vw + 0.98rem, 1.28rem);
}

.hohster-hero__copy {
  position: relative;
  z-index: 4;
}

.hohster-hero__media {
  width: calc(100% + 34px);
  margin-left: -34px;
}

.hohster-hero__media::before {
  background:
    linear-gradient(90deg, var(--hohster-white) 0%, var(--hohster-white) 4%, rgba(255, 255, 255, 0.88) 13%, rgba(255, 255, 255, 0.36) 29%, rgba(255, 255, 255, 0) 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0.12) 100%);
}

.hohster-hero__media img {
  filter: saturate(1.08) contrast(1.06) brightness(1.02);
  transform: scale(1.012);
  transform-origin: center right;
}

.hohster-hero__teasers {
  box-shadow: 0 18px 44px rgba(7, 27, 77, 0.075);
}

.hohster-hero-teaser {
  transition: background-color 220ms var(--animation-system-timing), transform 220ms var(--animation-system-timing);
}

.hohster-hero-teaser:hover {
  background: rgba(246, 249, 252, 0.9);
  transform: translateY(-2px);
}

.hohster-hero-teaser .hohster-icon {
  filter: drop-shadow(0 8px 14px rgba(7, 27, 77, 0.08));
}

.hohster-services {
  position: relative;
  background:
    linear-gradient(180deg, #f6f9fc 0%, #ffffff 68%, #ffffff 100%);
}

.hohster-services .hohster-section-head h2,
.hohster-companies .hohster-section-head h2 {
  letter-spacing: 0;
}

.hohster-services__cta,
.hohster-hero .hohster-actions .btn,
.hohster-company-card a,
.hohster-project-card a,
.hohster-career-card a {
  transition: transform 220ms var(--animation-system-timing), box-shadow 220ms var(--animation-system-timing), background-color 220ms var(--animation-system-timing), color 220ms var(--animation-system-timing);
}

.hohster-services__cta:hover,
.hohster-hero .hohster-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--hohster-shadow-soft);
}

.hohster-services__grid {
  align-items: stretch;
  filter: drop-shadow(0 22px 28px rgba(7, 27, 77, 0.06));
}

.hohster-service-card {
  border-radius: 10px;
  box-shadow: var(--hohster-shadow-medium);
  transition: transform 260ms var(--animation-system-timing), box-shadow 260ms var(--animation-system-timing), filter 260ms var(--animation-system-timing);
}

.hohster-service-card:hover {
  filter: saturate(1.08) contrast(1.04);
  transform: translateY(-5px);
  box-shadow: var(--hohster-shadow-strong);
}

.hohster.hohster-companies {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding-bottom: clamp(54px, 5vw, 76px);
}

.hohster-company-card {
  border-color: rgba(7, 27, 77, 0.1);
  box-shadow: 0 24px 64px rgba(7, 27, 77, 0.09);
  transition: transform 260ms var(--animation-system-timing), box-shadow 260ms var(--animation-system-timing);
}

.hohster-company-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hohster-navy), var(--hohster-orange), var(--hohster-green));
}

.hohster-company-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hohster-shadow-strong);
}

.hohster-intro {
  background:
    linear-gradient(180deg, #fbfdff 0%, #ffffff 18%, #ffffff 100%);
}

.hohster.hohster-intro {
  padding-top: clamp(62px, 6vw, 82px);
}

.hohster-intro blockquote {
  box-shadow: inset 4px 0 0 var(--hohster-orange);
}

.hohster-proof-grid {
  border: 0;
  background: rgba(219, 226, 236, 0.9);
  box-shadow: var(--hohster-shadow-soft);
}

.hohster-proof-grid article {
  border: 0;
  background: rgba(255, 255, 255, 0.92);
}

.hohster-proof-grid article:hover {
  background: #ffffff;
}

.hohster-projects {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hohster-project-card {
  transition: transform 260ms var(--animation-system-timing), box-shadow 260ms var(--animation-system-timing), border-color 260ms var(--animation-system-timing);
}

.hohster-project-card:hover {
  border-color: rgba(16, 125, 61, 0.22);
  transform: translateY(-5px);
  box-shadow: var(--hohster-shadow-medium);
}

.hohster-project-card--featured:hover {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.hohster-career-card {
  position: relative;
  overflow: hidden;
  transition: transform 260ms var(--animation-system-timing), box-shadow 260ms var(--animation-system-timing), border-color 260ms var(--animation-system-timing);
}

.hohster-career-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--hohster-green), var(--hohster-orange));
  opacity: 0;
  transition: opacity 260ms var(--animation-system-timing);
}

.hohster-career-card:hover {
  border-color: rgba(7, 27, 77, 0.18);
  transform: translateY(-4px);
  box-shadow: var(--hohster-shadow-medium);
}

.hohster-career-card:hover::before {
  opacity: 1;
}

.hohster-contact__form {
  box-shadow: 0 26px 72px rgba(7, 27, 77, 0.1);
}

.hohster-contact__form input:focus,
.hohster-contact__form textarea:focus,
.hohster-contact__form select:focus {
  border-color: rgba(7, 27, 77, 0.46);
  box-shadow: 0 0 0 4px rgba(7, 27, 77, 0.08);
  outline: 0;
}

@media (max-width: 1180px) {
  .hohster-hero h1 {
    font-size: clamp(3.2rem, 5vw, 4.1rem);
  }
}

@media (max-width: 900px) {
  .hohster-header {
    box-shadow: 0 10px 28px rgba(7, 27, 77, 0.05);
  }

  .hohster-hero h1 {
    font-size: clamp(3rem, 13vw, 4.1rem);
  }

  .hohster-hero__media img {
    transform: none;
  }

  .hohster-hero__media {
    width: 100%;
    margin-left: 0;
  }

  .hohster-hero-teaser:hover,
  .hohster-service-card:hover,
  .hohster-company-card:hover,
  .hohster-project-card:hover,
  .hohster-career-card:hover {
    transform: none;
  }

  .hohster.hohster-companies,
  .hohster.hohster-intro {
    padding-block: 54px;
  }
}

/* Hohster animation tuning: the base player owns visibility and playback state. */
:root {
  --animation-system-duration: 1.75s;
  --animation-system-stagger: 0.16s;
  --animation-system-timing: cubic-bezier(0.2, 0.76, 0.16, 1);
}

.hohster [data-animation] {
  --animation-duration: var(--animation-system-duration);
}

.hohster-hero [data-animation] {
  --animation-duration: 1.65s;
}

.hohster-hero__media[data-animation] {
  --animation-duration: 1.95s;
}

.hohster-hero-teaser[data-animation] {
  --animation-duration: 1.55s;
}

.hohster-section-head[data-animation],
.hohster-service-card[data-animation],
.hohster-company-card[data-animation],
.hohster-proof-grid article[data-animation],
.hohster-project-card[data-animation],
.hohster-career-card[data-animation],
.hohster-contact__form[data-animation],
.hohster-contact__info[data-animation] {
  --animation-duration: 1.85s;
}

.hohster-hero__eyebrow[data-animation] {
  --animation-delay: 0.06s;
}

.hohster-hero h1[data-animation] {
  --animation-delay: 0.18s;
}

.hohster-hero .hohster-accent-line[data-animation] {
  --animation-delay: 0.34s;
}

.hohster-hero__intro[data-animation] {
  --animation-delay: 0.48s;
}

.hohster-hero__actions-stage[data-animation] {
  --animation-delay: 0.64s;
}

.hohster-scroll-cue[data-animation] {
  --animation-delay: 0.78s;
}

.hohster-hero__media[data-animation] {
  --animation-delay: 0.26s;
}

.hohster-proof-grid article:nth-child(2),
.hohster-company-card:nth-child(2),
.hohster-career-card:nth-child(2) {
  --animation-delay: calc(var(--animation-system-stagger) * 1.25);
}

.hohster-proof-grid article:nth-child(3),
.hohster-career-card:nth-child(3) {
  --animation-delay: calc(var(--animation-system-stagger) * 2.5);
}

.hohster-proof-grid article:nth-child(4) {
  --animation-delay: calc(var(--animation-system-stagger) * 3.75);
}

@media (prefers-reduced-motion: reduce) {
  .hohster [data-animation],
  .animations-ready .hohster [data-animation] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    will-change: auto;
  }
}

@media (max-width: 900px) {
  :root {
    --animation-system-duration: 1.45s;
    --animation-system-stagger: 0.12s;
  }

  .hohster-hero [data-animation] {
    --animation-duration: 1.35s;
  }

  .hohster-hero__media[data-animation] {
    --animation-duration: 1.6s;
  }
}

/* Final button contrast guard: keep hero secondary CTA readable in every state. */
.hohster-hero .hohster-actions .btn-secondary,
.hohster-hero .hohster-actions .btn-secondary:visited {
  border-color: var(--hohster-navy);
  background: var(--hohster-white);
  color: var(--hohster-navy);
  opacity: 1;
}

.hohster-hero .hohster-actions .btn-secondary:hover,
.hohster-hero .hohster-actions .btn-secondary:focus-visible {
  border-color: var(--hohster-navy);
  background: var(--hohster-navy);
  color: var(--hohster-white);
}

/* Final HeadlineHelper theme guard: color and type only; spacing stays with the helper defaults. */
.hohster .hohster-section-head__headline.ce--headline.hl-h2 .ce--topline,
.hohster .hohster-legal__headline.ce--headline.hl-h1 .ce--topline {
  display: block;
  color: var(--hohster-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hohster .hohster-project-card__headline.ce--headline.hl-h3 .ce--topline {
  display: block;
  color: var(--hohster-green);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hohster.hohster-projects .hohster-section-head__headline.ce--headline.hl-h2 .ce--topline,
.hohster.hohster-projects .hohster-section-head__headline.ce--headline.hl-h2 h2,
.hohster .hohster-project-card:first-child .hohster-project-card__headline.ce--headline.hl-h3 .ce--topline,
.hohster .hohster-project-card:first-child .hohster-project-card__headline.ce--headline.hl-h3 h3 {
  color: var(--hohster-white);
}

/* Scope generic base theme spacing and list defaults away from the Hohster onepager. */
#wrapper #main .mod_article .article-content > .hohster {
  margin-bottom: 0 !important;
}

.hohster ul > li::before {
  content: none !important;
  display: none !important;
  background: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.hohster .hohster-career-tags > li,
.hohster .hohster-footer__nav ul > li,
.hohster .hohster-mobile-nav__links > li {
  position: static !important;
  padding-left: 0 !important;
}

.hohster .hohster-career-tags > li {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 12px !important;
}

.hohster .hohster-service-card ul > li {
  position: relative;
  padding-left: 18px;
}

.hohster .hohster-service-card ul > li::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hohster-green) !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.hohster-header {
  z-index: 1200;
}

.hohster-nav a.active,
.hohster-nav li.active > a {
  color: var(--hohster-green) !important;
}

.hohster .hohster-footer__nav {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hohster .hohster-footer__nav section,
.hohster .hohster-footer__nav ul,
.hohster .hohster-footer__nav li {
  min-width: 0;
}

.hohster .hohster-footer__nav ul {
  list-style: none;
  padding-left: 0;
}

.hohster .hohster-footer__nav a {
  display: inline;
  overflow-wrap: anywhere;
  word-break: normal;
}

.hohster .hohster-footer__nav li::before {
  content: none !important;
  display: none !important;
}

/* Final layout polish after base theme integration. */
.hohster .hohster-proof-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: clamp(20px, 2.4vw, 32px);
}

.hohster .hohster-proof-grid article {
  min-width: 0;
  padding: clamp(26px, 3vw, 38px);
}

.hohster-header,
.hohster-header.is-scrolled {
  min-height: 82px;
  padding-block: 14px;
}

.hohster-header {
  z-index: 2147483000;
  transform: translateZ(0);
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  will-change: background-color, box-shadow;
}

.hohster-footer a,
.hohster-footer__nav a {
  color: var(--hohster-orange);
}

.hohster-footer__nav a {
  font-size: 0.7rem !important;
  line-height: 1.45;
}

.hohster-footer a:hover,
.hohster-footer a:focus-visible,
.hohster-footer__nav a:hover,
.hohster-footer__nav a:focus-visible {
  color: var(--hohster-white);
}

:root {
  --animation-system-duration: 1.35s;
  --animation-system-stagger: 0.1s;
}

.hohster-hero [data-animation] {
  --animation-duration: 1.25s;
}

.hohster-section-head[data-animation],
.hohster-service-card[data-animation],
.hohster-company-card[data-animation],
.hohster-proof-grid article[data-animation],
.hohster-project-card[data-animation],
.hohster-career-card[data-animation],
.hohster-contact__form[data-animation],
.hohster-contact__info[data-animation] {
  --animation-duration: 1.35s;
}

.hohster-hero h1[data-animation] {
  --animation-delay: 0.1s;
}

.hohster-hero .hohster-accent-line[data-animation] {
  --animation-delay: 0.18s;
}

.hohster-hero__intro[data-animation] {
  --animation-delay: 0.26s;
}

.hohster-hero__actions-stage[data-animation],
.hohster-hero__media[data-animation] {
  --animation-delay: 0.34s;
}

.hohster-scroll-cue[data-animation] {
  --animation-delay: 0.42s;
}

@media (max-width: 900px) {
  .hohster .hohster-proof-grid {
    grid-template-columns: 1fr;
  }
}

/* Visual correction: compact header, balanced proof cards, calmer project/footer sections. */
.hohster-header,
.hohster-header.is-scrolled {
  min-height: 72px;
  padding: 10px clamp(26px, 4vw, 64px);
}

.hohster-header .hohster-brand {
  width: clamp(220px, 24vw, 320px);
  margin-top: 0;
}

.hohster-header .hohster-nav {
  gap: clamp(18px, 2.6vw, 36px);
}

.hohster-header .hohster-nav a {
  font-size: 0.82rem;
  line-height: 1.08;
  white-space: nowrap;
}

.hohster-header .hohster-header__cta,
.hohster-header:not(.is-scrolled) .hohster-header__cta {
  min-width: 118px;
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.82rem;
}

.hohster .hohster-intro__grid {
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 1.56fr);
}

.hohster .hohster-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hohster .hohster-proof-grid article {
  min-height: 220px;
  padding: clamp(24px, 2.6vw, 34px);
}

.hohster .hohster-proof-grid p {
  max-width: 38ch;
}

.hohster.hohster-projects {
  background: linear-gradient(180deg, #f7f9fc 0%, var(--hohster-white) 100%) !important;
}

.hohster.hohster-projects .hohster-section-head__headline.ce--headline.hl-h2 .ce--topline {
  color: var(--hohster-green);
}

.hohster.hohster-projects .hohster-section-head__headline.ce--headline.hl-h2 h2 {
  color: var(--hohster-navy);
}

.hohster.hohster-projects .hohster-richtext {
  color: var(--hohster-muted);
}

.hohster .hohster-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.hohster .hohster-project-card,
.hohster .hohster-project-card:first-child {
  grid-column: auto;
  min-height: 330px;
}

.hohster .hohster-project-card:first-child {
  background:
    linear-gradient(105deg, rgba(7, 21, 47, 0.88) 0%, rgba(7, 21, 47, 0.62) 52%, rgba(7, 21, 47, 0.18) 100%),
    url("../../files/theme/hohster/img/hero/hohster-premium-home-energy.png") center / cover;
}

.hohster .hohster-career-card__headline.ce--headline.hl-h3 .ce--topline {
  color: var(--hohster-green);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hohster .hohster-footer__nav a {
  font-size: 0.65rem !important;
  font-weight: 700;
  color: var(--hohster-orange);
}

@media (max-width: 1180px) {
  .hohster .hohster-intro__grid,
  .hohster .hohster-project-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hohster-header,
  .hohster-header.is-scrolled {
    min-height: 68px;
    padding: 10px 18px;
  }

  .hohster-header .hohster-brand {
    width: min(220px, 68vw);
  }

  .hohster .hohster-proof-grid {
    grid-template-columns: 1fr;
  }
}

/* Final Hohster QA overrides: keep the rendered section grids clean and stop
   older base-theme card rules from reintroducing grey matrix backgrounds. */
.hohster[id] {
  scroll-margin-top: 104px;
}

.hohster .hohster-container {
  width: min(100% - 80px, 1400px);
}

.hohster .hohster-intro__grid {
  grid-template-columns: minmax(420px, 0.7fr) minmax(0, 1.3fr);
  column-gap: clamp(86px, 7.5vw, 128px);
  row-gap: clamp(34px, 4vw, 56px);
}

.hohster .hohster-proof-grid,
.hohster-intro#warum-hohster .hohster-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 30px);
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hohster .hohster-proof-grid article,
.hohster-intro#warum-hohster .hohster-proof-grid article {
  min-width: 0;
  min-height: 0;
  padding: clamp(26px, 2.7vw, 36px);
  border: 1px solid rgba(7, 27, 77, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(7, 27, 77, 0.06);
}

.hohster .hohster-proof-grid article::before,
.hohster-intro#warum-hohster .hohster-proof-grid article::before {
  margin-bottom: 18px;
}

.hohster .hohster-proof-grid p,
.hohster-intro#warum-hohster .hohster-proof-grid p {
  max-width: none;
}

.hohster-intro#warum-hohster .hohster-proof-grid article {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
}

.hohster-header,
.hohster-header.is-scrolled {
  z-index: 2147483000;
}

:root {
  --animation-system-duration: 1.2s;
  --animation-system-stagger: 0.08s;
}

.hohster-hero [data-animation],
.hohster-section-head[data-animation],
.hohster-service-card[data-animation],
.hohster-company-card[data-animation],
.hohster-proof-grid article[data-animation],
.hohster-project-card[data-animation],
.hohster-career-card[data-animation],
.hohster-contact__form[data-animation],
.hohster-contact__info[data-animation] {
  --animation-duration: 1.2s;
}

@media (max-width: 1180px) {
  .hohster .hohster-proof-grid,
  .hohster-intro#warum-hohster .hohster-proof-grid {
    grid-template-columns: 1fr;
  }

  .hohster .hohster-intro__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

@media (max-width: 900px) {
  .hohster .hohster-container {
    width: min(100% - 32px, 1400px);
  }
}

/* Mmenu-Light keeps the offcanvas behavior; Hohster uses a flat navigation, so
   the sliding-panel offsets from the base theme must not move the links away. */
body:has(.hohster) .mm-ocd {
  z-index: 2147483100;
}

body:has(.hohster) .mm-ocd__content {
  width: min(360px, calc(100vw - 38px));
  min-width: 0;
  max-width: 360px;
  overflow: hidden;
  background: var(--hohster-white);
}

body:has(.hohster) .mm-ocd .hohster-mobile-nav {
  display: flex !important;
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100vh;
  flex-direction: column;
  gap: 12px;
  padding: 86px 22px 28px !important;
  overflow-y: auto;
  border: 0;
  background: var(--hohster-white);
  box-shadow: none;
  transform: none !important;
}

body:has(.hohster) .mm-ocd .hohster-mobile-nav::before,
body:has(.hohster) .mm-ocd .hohster-mobile-nav::after {
  display: none !important;
  content: none !important;
}

body:has(.hohster) .mm-ocd .hohster-mobile-nav__head {
  display: flex !important;
}

body:has(.hohster) .mm-ocd .hohster-mobile-nav__links {
  display: grid !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  line-height: 1.3;
}

body:has(.hohster) .mm-ocd .hohster-mobile-nav__links::before,
body:has(.hohster) .mm-ocd .hohster-mobile-nav__links::after,
body:has(.hohster) .mm-ocd .hohster-mobile-nav__links > li::before,
body:has(.hohster) .mm-ocd .hohster-mobile-nav__links > li::after {
  display: none !important;
  content: none !important;
}

body:has(.hohster) .mm-ocd .hohster-mobile-nav a {
  display: flex;
  min-height: 52px;
  align-items: center;
  border-bottom: 1px solid var(--hohster-line);
  border-radius: 0;
  padding: 14px 0;
  color: var(--hohster-navy);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

body:has(.hohster) #mobileNav.hohster-mobile-nav .hohster-mobile-nav__links > li.active {
  border-radius: 6px;
  background: var(--hohster-orange) !important;
}

body:has(.hohster) #mobileNav.hohster-mobile-nav .hohster-mobile-nav__links > li.active > a {
  border-bottom-color: transparent;
  color: var(--hohster-white) !important;
}

@media (max-width: 900px) {
  body:has(.hohster) #mobileNav.hohster-mobile-nav {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 2147483100;
    width: min(360px, calc(100vw - 38px));
    height: 100vh !important;
    transform: translateX(105%) !important;
  }

  body.has-mobile-nav:has(.hohster) #mobileNav.hohster-mobile-nav,
  body:has(.hohster) #mobileNav.hohster-mobile-nav.is-open {
    transform: translateX(0) !important;
  }

  body:has(.hohster) .hohster-mobile-nav-backdrop {
    z-index: 2147483050;
  }
}

@media (min-width: 901px) {
  body:has(.hohster) #mobileNav.hohster-mobile-nav {
    display: none !important;
  }
}

/* Optical logo alignment: the image box is centered, but the brand artwork has
   more perceived weight near the top. Shift the artwork slightly down. */
.hohster-header .hohster-brand {
  display: flex;
  align-items: center;
  align-self: center;
  line-height: 0;
}

.hohster-header .hohster-brand img {
  display: block;
  transform: translateY(3px);
}

@media (max-width: 900px) {
  .hohster-header .hohster-brand img {
    transform: translateY(2px);
  }
}

/* Feedback pass: technical headline face, hero counters, and richer teaser hover. */
.hohster {
  --hohster-font-tech: "Hohster Supreme", "DIN Condensed", "Avenir Next Condensed", "Barlow Condensed", Inter, ui-sans-serif, system-ui, sans-serif;
}

.hohster h1,
.hohster h2,
.hohster h3,
.hohster .ce--headline h1,
.hohster .ce--headline h2,
.hohster .ce--headline h3 {
  font-family: var(--hohster-font-tech);
  font-weight: 360;
  letter-spacing: 0.012em;
}

.hohster-hero h1 {
  font-weight: 330;
  letter-spacing: 0.006em;
}

.hohster-proof-grid h3,
.hohster-service-card h3,
.hohster-project-card h3,
.hohster-career-card h3,
.hohster-hero-teaser h2 {
  font-weight: 650;
}

.hohster-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 180px));
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
}

.hohster-hero-stat {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
  border: 1px solid rgba(7, 27, 77, 0.12);
  border-radius: 8px;
  padding: 16px 18px 15px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(7, 27, 77, 0.075);
  overflow: hidden;
}

.hohster-hero-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green));
}

.hohster-hero-stat dt,
.hohster-hero-stat dd {
  margin: 0;
}

.hohster-hero-stat dd {
  order: 1;
  color: var(--hohster-navy);
  font-family: var(--hohster-font-tech);
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 620;
  letter-spacing: 0.01em;
  line-height: 0.92;
}

.hohster-hero-stat dt {
  order: 2;
  margin-top: 10px;
  color: var(--hohster-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hohster-hero__stats[data-animation] {
  --animation-delay: 0.72s;
}

.hohster-hero__teasers {
  perspective: 1400px;
}

.hohster-hero-teaser {
  position: relative;
  isolation: isolate;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, box-shadow, background-color;
  transition:
    background-color 220ms var(--animation-system-timing),
    border-color 220ms var(--animation-system-timing),
    box-shadow 260ms var(--animation-system-timing);
}

.hohster-hero-teaser::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(242, 106, 33, 0.12), rgba(16, 125, 61, 0.1)),
    radial-gradient(circle at 18% 24%, rgba(23, 100, 200, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 220ms var(--animation-system-timing);
}

.hohster-hero-teaser:hover,
.hohster-hero-teaser:focus-within {
  border-color: rgba(242, 106, 33, 0.34);
  background: var(--hohster-white);
  box-shadow: 0 22px 48px rgba(7, 27, 77, 0.12);
  animation: hohster-teaser-flip 760ms cubic-bezier(0.2, 0.76, 0.16, 1) both;
}

.hohster-hero-teaser:hover::after,
.hohster-hero-teaser:focus-within::after {
  opacity: 1;
}

.hohster-hero-teaser:hover .hohster-icon,
.hohster-hero-teaser:focus-within .hohster-icon {
  filter: drop-shadow(0 12px 18px rgba(242, 106, 33, 0.18));
}

@keyframes hohster-teaser-flip {
  0% {
    transform: translateY(0) rotateY(0deg);
  }
  48% {
    transform: translateY(-7px) rotateY(180deg);
  }
  100% {
    transform: translateY(-4px) rotateY(360deg);
  }
}

@media (max-width: 900px) {
  .hohster-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .hohster-hero-stat {
    padding: 14px 14px 13px;
  }

  .hohster-hero-stat dd {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .hohster-hero-stat dt {
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hohster-hero-teaser:hover,
  .hohster-hero-teaser:focus-within {
    animation: none;
    transform: translateY(-3px);
  }
}

/* Feedback corrections: brand-orange links, tighter teaser typography, bounded services grid. */
body:has(.hohster) {
  --bs-link-color: var(--hohster-orange);
  --bs-link-color-rgb: 242, 106, 33;
  --bs-link-hover-color: #cf5315;
  --bs-link-hover-color-rgb: 207, 83, 21;
}

.hohster-footer a,
.hohster-footer__nav a,
.hohster-footer a:hover,
.hohster-footer a:focus-visible,
.hohster-footer__nav a:hover,
.hohster-footer__nav a:focus-visible {
  color: var(--hohster-orange) !important;
}

.hohster-section,
.hohster.hohster-intro,
.hohster.hohster-services,
.hohster.hohster-companies {
  padding-top: clamp(82px, 7vw, 112px);
  padding-bottom: clamp(82px, 7vw, 112px);
}

.hohster.hohster-services,
.hohster.hohster-companies {
  margin-top: 0;
}

.hohster-hero-teaser {
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 12px !important;
  min-height: 96px;
  padding: 16px clamp(16px, 1.9vw, 26px);
}

.hohster-hero-teaser > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.hohster-hero-teaser h2 {
  margin: 0 !important;
  font-size: clamp(0.74rem, 0.16vw + 0.7rem, 0.86rem);
  letter-spacing: 0.035em;
  line-height: 1.06;
}

.hohster-hero-teaser p {
  margin: 0;
  font-size: clamp(0.72rem, 0.14vw + 0.68rem, 0.82rem);
  line-height: 1.34;
  overflow-wrap: normal;
}

.hohster-services .hohster-container {
  grid-template-columns: minmax(320px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(48px, 6vw, 92px);
}

.hohster-services__grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.15vw, 16px);
  filter: none;
}

.hohster-service-card {
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1180px) {
  .hohster-services .hohster-container {
    grid-template-columns: 1fr;
  }

  .hohster-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hohster-section,
  .hohster.hohster-intro,
  .hohster.hohster-services,
  .hohster.hohster-companies {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hohster-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .hohster-services__grid {
    grid-template-columns: 1fr;
  }
}

/* Hard final overrides: these intentionally live last so older visual experiments cannot re-hide RSCE content. */
body:has(.hohster) {
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif !important;
  --bs-link-color: var(--hohster-orange);
  --bs-link-color-rgb: 224, 106, 24;
  --bs-link-hover-color: #b85013;
  --bs-link-hover-color-rgb: 184, 80, 19;
}

.hohster-hero,
.hohster.hohster-services {
  background: var(--hohster-white) !important;
}

.hohster-hero > .hohster-hero__stats {
  display: grid !important;
  position: relative;
  z-index: 4;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: min(100% - 48px, 980px) !important;
  gap: clamp(12px, 1.4vw, 18px) !important;
  margin: clamp(-42px, -3.2vw, -24px) auto 0 !important;
  padding: 0 !important;
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat {
  min-height: 112px !important;
  padding: 20px 22px 18px !important;
  border-color: rgba(7, 27, 77, 0.1) !important;
  background: var(--hohster-white) !important;
  box-shadow: 0 20px 46px rgba(7, 27, 77, 0.1) !important;
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat dd {
  font-size: clamp(2rem, 2.3vw, 3rem) !important;
  line-height: 0.95 !important;
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat dt {
  margin-top: 12px !important;
  overflow: visible !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.045em !important;
  line-height: 1.22 !important;
  white-space: normal !important;
}

.hohster-services .hohster-container {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(30px, 4vw, 48px) !important;
}

.hohster-services .hohster-section-head {
  max-width: 820px !important;
}

.hohster-services .hohster-richtext {
  max-width: 720px !important;
}

.hohster-services__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  gap: clamp(18px, 2vw, 28px) !important;
  filter: none !important;
}

.hohster-service-card,
.hohster-service-card:nth-child(4),
.hohster-service-card:nth-child(5) {
  display: flex !important;
  position: relative !important;
  grid-column: auto !important;
  min-width: 0 !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  flex-direction: column !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.1) !important;
  border-radius: 8px !important;
  padding: clamp(24px, 2.25vw, 34px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98)) !important;
  color: var(--hohster-text) !important;
  box-shadow: 0 18px 44px rgba(7, 27, 77, 0.08) !important;
}

.hohster-service-card::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 3px !important;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green)) !important;
}

.hohster-service-card__icon,
.hohster-service-card h3,
.hohster-service-card p,
.hohster-service-card ul {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 0 !important;
}

.hohster-service-card__icon {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  margin-bottom: clamp(26px, 2.4vw, 36px) !important;
  padding: 0 !important;
  color: var(--hohster-orange) !important;
}

.hohster-service-card__icon .hohster-icon {
  width: 46px !important;
  height: 46px !important;
}

.hohster-service-card__number {
  color: rgba(7, 27, 77, 0.32) !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  line-height: 1 !important;
}

.hohster-service-card h3 {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
  color: var(--hohster-navy) !important;
  font-size: clamp(1.38rem, 1vw + 1.04rem, 1.9rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}

.hohster-service-card p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  color: var(--hohster-text) !important;
  font-size: 0.96rem !important;
  line-height: 1.58 !important;
}

.hohster-service-card ul {
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding: 24px 0 0 !important;
  list-style: none !important;
  border-top: 1px solid rgba(7, 27, 77, 0.1) !important;
}

.hohster .hohster-service-card ul > li {
  position: relative !important;
  padding-left: 18px !important;
  color: var(--hohster-text) !important;
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
}

.hohster .hohster-service-card ul > li::before {
  content: "" !important;
  position: absolute !important;
  top: 0.62em !important;
  left: 0 !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--hohster-orange) !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 1180px) {
  .hohster-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hohster-service-card,
  .hohster-service-card:nth-child(4),
  .hohster-service-card:nth-child(5) {
    min-height: 360px !important;
  }
}

@media (max-width: 900px) {
  .hohster-hero > .hohster-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100% - 36px, 540px) !important;
    margin-top: -18px !important;
  }
}

@media (max-width: 620px) {
  .hohster-services__grid,
  .hohster-hero > .hohster-hero__stats {
    grid-template-columns: 1fr !important;
  }

  .hohster-service-card,
  .hohster-service-card:nth-child(4),
  .hohster-service-card:nth-child(5) {
    min-height: 0 !important;
  }
}

/* Hohster final rhythm and interaction layer. Keep this at the real file end. */
body:has(.hohster) {
  --hohster-section-space-y: clamp(72px, 6.4vw, 108px);
}

body:has(.hohster) .hohster-section:not(.hohster-hero):not(.hohster-contact),
body:has(.hohster) .hohster.hohster-intro,
body:has(.hohster) .hohster.hohster-services,
body:has(.hohster) .hohster.hohster-companies,
body:has(.hohster) .hohster.hohster-projects,
body:has(.hohster) .hohster.hohster-career {
  padding-top: var(--hohster-section-space-y) !important;
  padding-bottom: var(--hohster-section-space-y) !important;
}

body:has(.hohster) .hohster-contact {
  display: block !important;
  min-height: auto !important;
  padding-top: var(--hohster-section-space-y) !important;
  padding-bottom: 0 !important;
}

body:has(.hohster) .hohster-contact > .hohster-container {
  flex: initial !important;
}

body:has(.hohster) .hohster-contact__grid {
  margin-bottom: clamp(54px, 5vw, 82px) !important;
}

body:has(.hohster) .hohster-footer {
  margin-top: 0 !important;
}

@media (min-width: 901px) {
  body:has(.hohster) .hohster-hero__eyebrow {
    max-width: none !important;
    margin-bottom: 30px !important;
    white-space: nowrap !important;
  }

  body:has(.hohster) .hohster-intro__grid {
    align-items: start !important;
  }

  body:has(.hohster) .hohster-intro__head {
    position: sticky !important;
    top: calc(var(--hohster-header-height, 72px) + 34px) !important;
    z-index: 2;
    align-self: start !important;
  }
}

@media (max-width: 900px) {
  body:has(.hohster) {
    --hohster-section-space-y: 58px;
  }

  body:has(.hohster) .hohster-hero__eyebrow {
    white-space: normal !important;
  }

  body:has(.hohster) .hohster-intro__head {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 620px) {
  body:has(.hohster) {
    --hohster-section-space-y: 50px;
  }

  body:has(.hohster) .hohster-contact__grid {
    margin-bottom: 46px !important;
  }
}

body:has(.hohster) .hohster-contact-details {
  display: grid !important;
  gap: 14px !important;
}

body:has(.hohster) .hohster-contact-details > div {
  display: grid !important;
  grid-template-columns: minmax(92px, 0.26fr) minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: baseline !important;
  min-height: 0 !important;
}

body:has(.hohster) .hohster-contact-details strong,
body:has(.hohster) .hohster-contact-details span {
  margin: 0 !important;
  line-height: 1.45 !important;
}

@media (max-width: 520px) {
  body:has(.hohster) .hohster-contact-details > div {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}

body:has(.hohster) .hohster-hero .hohster-hero-teaser {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 12px !important;
  min-height: 96px !important;
  padding: 16px clamp(16px, 1.9vw, 26px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
  perspective: none !important;
}

body:has(.hohster) .hohster-hero .hohster-hero-teaser:hover,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:focus,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:focus-within,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:active {
  transform: none !important;
  animation: none !important;
  box-shadow: 0 16px 34px rgba(7, 27, 77, 0.08) !important;
}

body:has(.hohster) .hohster-hero .hohster-hero-teaser h2 {
  margin-bottom: 4px !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-container {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(42px, 5vw, 64px) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-services__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.2vw, 32px) !important;
  width: 100% !important;
  max-width: none !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card,
body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card:nth-child(4),
body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card:nth-child(5) {
  display: block !important;
  position: relative !important;
  grid-column: auto !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  perspective: 1400px !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card::before {
  display: none !important;
  content: none !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__inner {
  position: relative !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  transform-style: preserve-3d !important;
  transition: transform 780ms cubic-bezier(0.2, 0.76, 0.16, 1) !important;
  will-change: transform;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card:hover .hohster-service-card__inner,
body:has(.hohster) .hohster.hohster-services .hohster-service-card:focus .hohster-service-card__inner,
body:has(.hohster) .hohster.hohster-services .hohster-service-card:focus-within .hohster-service-card__inner {
  transform: rotateY(180deg) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face {
  display: flex !important;
  position: absolute !important;
  inset: 0 !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.1) !important;
  border-radius: 8px !important;
  padding: clamp(24px, 2.25vw, 34px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98)) !important;
  color: var(--hohster-text) !important;
  box-shadow: 0 18px 44px rgba(7, 27, 77, 0.08) !important;
  backface-visibility: hidden !important;
  transform-style: preserve-3d !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 3px !important;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green)) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back {
  justify-content: flex-start !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 253, 0.99)),
    linear-gradient(90deg, rgba(224, 106, 24, 0.12), rgba(16, 125, 61, 0.1)) !important;
  transform: rotateY(180deg) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back strong {
  display: block !important;
  position: relative !important;
  margin: 0 0 12px !important;
  padding-bottom: 10px !important;
  color: var(--hohster-navy) !important;
  font-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.28rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back strong::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 56px !important;
  height: 2px !important;
  background: var(--hohster-orange) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face .hohster-service-card__icon,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face h3,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face p,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face ul {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__hint {
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  color: var(--hohster-orange);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back ul {
  display: grid !important;
  gap: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  list-style: none !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a {
  display: inline-flex !important;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid var(--hohster-navy);
  border-radius: 6px;
  padding: 0 16px;
  background: var(--hohster-navy);
  color: var(--hohster-white) !important;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a:hover,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a:focus-visible {
  border-color: var(--hohster-orange);
  background: var(--hohster-orange);
}

@media (max-width: 1180px) {
  body:has(.hohster) .hohster.hohster-services .hohster-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body:has(.hohster) .hohster.hohster-services .hohster-services__grid {
    grid-template-columns: 1fr !important;
  }

  body:has(.hohster) .hohster.hohster-services .hohster-service-card,
  body:has(.hohster) .hohster.hohster-services .hohster-service-card:nth-child(4),
  body:has(.hohster) .hohster.hohster-services .hohster-service-card:nth-child(5),
  body:has(.hohster) .hohster.hohster-services .hohster-service-card__inner,
  body:has(.hohster) .hohster.hohster-services .hohster-service-card__face {
    min-height: 430px !important;
  }
}

/* Final responsive polish: sticky section headlines, desktop eyebrow, footer rhythm. */
@media (min-width: 901px) {
  body:has(.hohster) .hohster-hero__eyebrow {
    max-width: none !important;
    margin-bottom: 28px !important;
    white-space: nowrap !important;
  }

  body:has(.hohster) .hohster-intro__grid {
    align-items: start !important;
  }

  body:has(.hohster) .hohster-intro__head {
    position: sticky !important;
    top: calc(var(--hohster-header-height, 72px) + 34px) !important;
    z-index: 2;
    align-self: start !important;
  }
}

@media (max-width: 900px) {
  body:has(.hohster) .hohster-hero__eyebrow {
    white-space: normal !important;
  }

  body:has(.hohster) .hohster-intro__head {
    position: static !important;
    top: auto !important;
  }
}

body:has(.hohster) .hohster-contact__grid {
  margin-bottom: 0 !important;
}

body:has(.hohster) .hohster-footer {
  margin-top: 48px !important;
}

body:has(.hohster) .hohster-contact-details {
  display: grid !important;
  gap: 14px !important;
}

body:has(.hohster) .hohster-contact-details > div {
  display: grid !important;
  grid-template-columns: minmax(92px, 0.26fr) minmax(0, 1fr) !important;
  align-items: baseline !important;
  gap: 18px !important;
  min-height: 0 !important;
}

body:has(.hohster) .hohster-contact-details strong,
body:has(.hohster) .hohster-contact-details span {
  margin: 0 !important;
  line-height: 1.45 !important;
}

@media (max-width: 520px) {
  body:has(.hohster) .hohster-contact-details > div {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}

/* Final interaction correction: no hero flip, service cards flip to detail content. */
.hohster-hero-teaser {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 12px !important;
  min-height: 96px !important;
  padding: 16px clamp(16px, 1.9vw, 26px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.12) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
}

.hohster-hero-teaser:hover,
.hohster-hero-teaser:focus,
.hohster-hero-teaser:focus-within,
.hohster-hero-teaser:active {
  transform: none !important;
  animation: none !important;
  box-shadow: 0 16px 34px rgba(7, 27, 77, 0.08) !important;
}

.hohster-hero-teaser__inner,
.hohster-hero-teaser__face,
.hohster-hero-teaser__face--front,
.hohster-hero-teaser__face--back {
  display: none !important;
}

.hohster-service-card,
.hohster-service-card:nth-child(4),
.hohster-service-card:nth-child(5) {
  display: block !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  perspective: 1400px !important;
}

.hohster-service-card::before {
  display: none !important;
  content: none !important;
}

.hohster-service-card__inner {
  position: relative;
  min-height: clamp(390px, 34vw, 460px);
  transform-style: preserve-3d;
  transition: transform 780ms cubic-bezier(0.2, 0.76, 0.16, 1);
  will-change: transform;
}

.hohster-service-card:hover .hohster-service-card__inner,
.hohster-service-card:focus .hohster-service-card__inner,
.hohster-service-card:focus-within .hohster-service-card__inner {
  transform: rotateY(180deg);
}

.hohster-service-card__face {
  display: flex !important;
  position: absolute !important;
  inset: 0;
  min-height: clamp(390px, 34vw, 460px);
  flex-direction: column;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.1) !important;
  border-radius: 8px;
  padding: clamp(24px, 2.25vw, 34px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98)) !important;
  color: var(--hohster-text);
  box-shadow: 0 18px 44px rgba(7, 27, 77, 0.08) !important;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.hohster-service-card__face::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green));
}

.hohster-service-card__face--back {
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 253, 0.99)),
    linear-gradient(90deg, rgba(224, 106, 24, 0.12), rgba(16, 125, 61, 0.1)) !important;
  transform: rotateY(180deg);
}

.hohster-service-card__face--back strong {
  color: var(--hohster-navy);
  font-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.28rem);
  font-weight: 800;
  line-height: 1.15;
}

.hohster-service-card__hint {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  color: var(--hohster-orange);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.hohster-service-card__face--back a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hohster-navy);
  border-radius: 6px;
  background: var(--hohster-navy);
  color: var(--hohster-white) !important;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 0 16px;
  text-decoration: none;
}

.hohster-service-card__face--back a:hover,
.hohster-service-card__face--back a:focus-visible {
  background: var(--hohster-orange);
  border-color: var(--hohster-orange);
}

.hohster-service-card__face .hohster-service-card__icon,
.hohster-service-card__face h3,
.hohster-service-card__face p,
.hohster-service-card__face ul {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.hohster-service-card__face--back ul {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media (max-width: 620px) {
  .hohster-service-card,
  .hohster-service-card:nth-child(4),
  .hohster-service-card:nth-child(5),
  .hohster-service-card__inner,
  .hohster-service-card__face {
    min-height: 430px !important;
  }
}

/* Final layer: real flip cards for the five hero service teasers. */
.hohster-hero__teasers {
  perspective: 1400px !important;
}

.hohster-hero-teaser {
  display: block !important;
  position: relative !important;
  min-height: 116px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  perspective: 1200px !important;
}

.hohster-hero-teaser:hover,
.hohster-hero-teaser:focus,
.hohster-hero-teaser:focus-within,
.hohster-hero-teaser:active {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  transform: none !important;
}

.hohster-hero-teaser__inner {
  position: relative;
  min-height: 116px;
  transform-style: preserve-3d;
  transition: transform 760ms cubic-bezier(0.2, 0.76, 0.16, 1);
  will-change: transform;
}

.hohster-hero-teaser:hover .hohster-hero-teaser__inner,
.hohster-hero-teaser:focus .hohster-hero-teaser__inner,
.hohster-hero-teaser:focus-within .hohster-hero-teaser__inner {
  transform: rotateY(180deg);
}

.hohster-hero-teaser__face {
  display: grid;
  position: absolute;
  inset: 0;
  min-height: 116px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 77, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(7, 27, 77, 0.07);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.hohster-hero-teaser__face--front {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 16px clamp(16px, 1.9vw, 26px);
}

.hohster-hero-teaser__face--front > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.hohster-hero-teaser__face--front .hohster-icon {
  width: 36px;
  height: 36px;
  color: inherit;
}

.hohster-hero-teaser__face--back {
  align-content: center;
  justify-items: start;
  gap: 7px;
  padding: 18px clamp(18px, 2vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98)),
    linear-gradient(90deg, rgba(224, 106, 24, 0.12), rgba(16, 125, 61, 0.1));
  transform: rotateY(180deg);
}

.hohster-hero-teaser__face--back::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green));
}

.hohster-hero-teaser__face--back strong {
  color: var(--hohster-navy);
  font-size: clamp(0.9rem, 0.22vw + 0.84rem, 1.04rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hohster-hero-teaser__face--back span {
  max-width: 30ch;
  color: var(--hohster-text);
  font-size: clamp(0.76rem, 0.14vw + 0.72rem, 0.88rem);
  line-height: 1.38;
}

@media (hover: none) {
  .hohster-hero-teaser:active .hohster-hero-teaser__inner {
    transform: rotateY(180deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hohster-hero-teaser__inner {
    transition: none !important;
  }

  .hohster-hero-teaser:hover .hohster-hero-teaser__inner,
  .hohster-hero-teaser:focus .hohster-hero-teaser__inner,
  .hohster-hero-teaser:focus-within .hohster-hero-teaser__inner {
    transform: none !important;
  }
}

/* Footer and hero-media correction: no artificial blank stretch before the footer. */
.hohster-hero__media,
.hohster-hero__media .image_container,
.hohster-hero__image,
.hohster-hero__media picture,
.hohster-hero__media img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hohster-hero__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.hohster-contact {
  display: block !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
}

.hohster-contact > .hohster-container {
  flex: initial !important;
}

.hohster-contact__grid {
  margin-bottom: 0 !important;
}

.hohster-footer {
  margin-top: 24px !important;
}

/* Real flip cards for the five hero service teasers. */
.hohster-hero__teasers {
  perspective: 1400px !important;
}

.hohster-hero-teaser {
  display: block !important;
  position: relative !important;
  min-height: 116px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  perspective: 1200px !important;
}

.hohster-hero-teaser:hover,
.hohster-hero-teaser:focus,
.hohster-hero-teaser:focus-within,
.hohster-hero-teaser:active {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  transform: none !important;
}

.hohster-hero-teaser__inner {
  position: relative;
  min-height: 116px;
  transform-style: preserve-3d;
  transition: transform 760ms cubic-bezier(0.2, 0.76, 0.16, 1);
  will-change: transform;
}

.hohster-hero-teaser:hover .hohster-hero-teaser__inner,
.hohster-hero-teaser:focus .hohster-hero-teaser__inner,
.hohster-hero-teaser:focus-within .hohster-hero-teaser__inner {
  transform: rotateY(180deg);
}

.hohster-hero-teaser__face {
  display: grid;
  position: absolute;
  inset: 0;
  min-height: 116px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 77, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(7, 27, 77, 0.07);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.hohster-hero-teaser__face--front {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 16px clamp(16px, 1.9vw, 26px);
}

.hohster-hero-teaser__face--front > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.hohster-hero-teaser__face--front .hohster-icon {
  width: 36px;
  height: 36px;
  color: inherit;
}

.hohster-hero-teaser__face--back {
  align-content: center;
  justify-items: start;
  gap: 7px;
  padding: 18px clamp(18px, 2vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98)),
    linear-gradient(90deg, rgba(224, 106, 24, 0.12), rgba(16, 125, 61, 0.1));
  transform: rotateY(180deg);
}

.hohster-hero-teaser__face--back::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green));
}

.hohster-hero-teaser__face--back strong {
  color: var(--hohster-navy);
  font-size: clamp(0.9rem, 0.22vw + 0.84rem, 1.04rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hohster-hero-teaser__face--back span {
  max-width: 30ch;
  color: var(--hohster-text);
  font-size: clamp(0.76rem, 0.14vw + 0.72rem, 0.88rem);
  line-height: 1.38;
}

@media (hover: none) {
  .hohster-hero-teaser:active .hohster-hero-teaser__inner {
    transform: rotateY(180deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hohster-hero-teaser__inner {
    transition: none !important;
  }

  .hohster-hero-teaser:hover .hohster-hero-teaser__inner,
  .hohster-hero-teaser:focus .hohster-hero-teaser__inner,
  .hohster-hero-teaser:focus-within .hohster-hero-teaser__inner {
    transform: none !important;
  }
}

/* Final reference pass: keep the white theme, but align counters and services with the supplied mock. */
body:has(.hohster) {
  --bs-link-color: var(--hohster-orange);
  --bs-link-color-rgb: 224, 106, 24;
  --bs-link-hover-color: #b85013;
  --bs-link-hover-color-rgb: 184, 80, 19;
}

.hohster-hero,
.hohster.hohster-services {
  background: var(--hohster-white) !important;
}

.hohster-hero__eyebrow {
  border-color: rgba(224, 106, 24, 0.34);
  color: var(--hohster-orange);
}

.hohster-hero > .hohster-hero__stats {
  display: grid;
  position: relative;
  z-index: 4;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100% - 48px, 980px);
  gap: clamp(12px, 1.4vw, 18px);
  margin: clamp(-42px, -3.2vw, -24px) auto 0;
  padding: 0;
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat {
  min-height: 112px;
  padding: 20px 22px 18px;
  border-color: rgba(7, 27, 77, 0.1);
  background: var(--hohster-white);
  box-shadow: 0 20px 46px rgba(7, 27, 77, 0.1);
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat::before {
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green));
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat dd {
  font-size: clamp(2rem, 2.3vw, 3rem);
  line-height: 0.95;
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat dt {
  margin-top: 12px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1.22;
  white-space: normal;
}

.hohster-hero__teasers {
  margin-top: clamp(24px, 3vw, 42px);
}

.hohster-hero-teaser:hover,
.hohster-hero-teaser:focus-within {
  border-color: rgba(224, 106, 24, 0.34);
}

.hohster-hero-teaser::after {
  background:
    linear-gradient(135deg, rgba(224, 106, 24, 0.12), rgba(16, 125, 61, 0.1)),
    radial-gradient(circle at 18% 24%, rgba(23, 100, 200, 0.12), transparent 42%);
}

.hohster-services .hohster-container {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: clamp(30px, 4vw, 48px);
}

.hohster-services .hohster-section-head {
  max-width: 820px;
}

.hohster-services .hohster-richtext {
  max-width: 720px;
}

.hohster-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100%;
  max-width: none;
  gap: clamp(18px, 2vw, 28px) !important;
  filter: none !important;
}

.hohster-service-card,
.hohster-service-card:nth-child(4),
.hohster-service-card:nth-child(5) {
  display: flex;
  position: relative;
  grid-column: auto;
  min-width: 0;
  min-height: clamp(390px, 34vw, 460px) !important;
  flex-direction: column;
  aspect-ratio: auto !important;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 77, 0.1);
  border-radius: 8px;
  padding: clamp(24px, 2.25vw, 34px) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98)) !important;
  color: var(--hohster-text);
  box-shadow: 0 18px 44px rgba(7, 27, 77, 0.08);
}

.hohster-service-card::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green));
}

.hohster-service-card__icon,
.hohster-service-card h3,
.hohster-service-card p,
.hohster-service-card ul {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 0 !important;
}

.hohster-service-card__icon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(26px, 2.4vw, 36px) !important;
  padding: 0 !important;
  color: var(--hohster-orange);
}

.hohster-service-card__icon .hohster-icon {
  width: 46px;
  height: 46px;
}

.hohster-service-card__number {
  color: rgba(7, 27, 77, 0.32);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
}

.hohster-service-card h3 {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
  color: var(--hohster-navy);
  font-size: clamp(1.38rem, 1vw + 1.04rem, 1.9rem);
  font-weight: 700 !important;
  line-height: 1.05;
}

.hohster-service-card p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  color: var(--hohster-text);
  font-size: 0.96rem;
  line-height: 1.58;
}

.hohster-service-card ul {
  display: grid;
  gap: 10px;
  margin-top: auto !important;
  padding: 24px 0 0 !important;
  list-style: none;
  border-top: 1px solid rgba(7, 27, 77, 0.1) !important;
}

.hohster .hohster-service-card ul > li {
  position: relative;
  padding-left: 18px;
  color: var(--hohster-text);
  font-size: 0.9rem;
  line-height: 1.35;
}

.hohster .hohster-service-card ul > li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hohster-orange) !important;
  transform: translateY(-50%);
}

@media (max-width: 1180px) {
  .hohster-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hohster-service-card,
  .hohster-service-card:nth-child(4),
  .hohster-service-card:nth-child(5) {
    min-height: 360px !important;
  }
}

@media (max-width: 900px) {
  .hohster-hero > .hohster-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 36px, 540px);
    margin-top: -18px;
  }
}

@media (max-width: 620px) {
  .hohster-services__grid,
  .hohster-hero > .hohster-hero__stats {
    grid-template-columns: 1fr !important;
  }

  .hohster-service-card,
  .hohster-service-card:nth-child(4),
  .hohster-service-card:nth-child(5) {
    min-height: 0 !important;
  }
}

/* Claude reference alignment: DM Sans, four counters, visible CSS-only tile flip. */
.hohster {
  --hohster-font-main: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  --hohster-font-tech: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-family: var(--hohster-font-main) !important;
}

.hohster h1,
.hohster h2,
.hohster h3,
.hohster p,
.hohster a,
.hohster button,
.hohster input,
.hohster textarea,
.hohster select,
.hohster .ce--headline h1,
.hohster .ce--headline h2,
.hohster .ce--headline h3 {
  font-family: var(--hohster-font-main) !important;
}

.hohster-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  border: 1px solid rgba(242, 106, 33, 0.34);
  padding: 9px 14px;
  color: var(--hohster-orange);
  letter-spacing: 0.16em;
}

.hohster-hero__stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 560px);
  gap: 10px;
}

.hohster-hero-stat {
  min-height: 94px;
  padding: 13px 12px 12px;
}

.hohster-hero-stat dd {
  font-size: clamp(1.45rem, 1.45vw, 2.1rem);
  line-height: 1;
}

.hohster-hero-stat dt {
  margin-top: 8px;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.hohster-hero__teasers {
  perspective: 1200px;
}

.hohster-hero-teaser {
  transform-origin: center;
  transform-style: preserve-3d;
  will-change: transform;
}

.hohster-hero-teaser:hover,
.hohster-hero-teaser:focus-within,
.hohster-hero-teaser:active {
  animation: hohster-tile-rotate-y 820ms cubic-bezier(0.2, 0.76, 0.16, 1) both !important;
}

@keyframes hohster-tile-rotate-y {
  0% {
    transform: translateY(0) rotateY(0deg);
  }
  46% {
    transform: translateY(-3px) rotateY(180deg);
  }
  100% {
    transform: translateY(-4px) rotateY(360deg);
  }
}

@media (max-width: 1180px) {
  .hohster-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 420px);
  }
}

@media (max-width: 700px) {
  .hohster-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Final feedback pass: fixed header rhythm, compact section flow, full service imagery. */
body:has(.hohster) {
  --hohster-header-height: 72px;
}

body:has(.hohster) #wrapper,
body:has(.hohster) #container,
body:has(.hohster) #main,
body:has(.hohster) .mod_article,
body:has(.hohster) .article-content {
  min-height: 100dvh;
}

.hohster-header,
.hohster-header.is-scrolled {
  height: var(--hohster-header-height);
  min-height: var(--hohster-header-height);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.hohster-header .hohster-brand {
  display: flex;
  height: var(--hohster-header-height);
  align-items: center;
  align-self: center;
  line-height: 0;
}

.hohster-header .hohster-brand img {
  display: block;
  width: auto;
  height: clamp(42px, 4.2vw, 52px);
  max-width: min(300px, 26vw);
  object-fit: contain;
  transform: none;
}

.hohster-hero {
  padding-top: var(--hohster-header-height);
}

.hohster-hero__grid {
  min-height: min(780px, calc(100dvh - var(--hohster-header-height)));
}

.hohster[id] {
  scroll-margin-top: calc(var(--hohster-header-height) + 10px);
}

.hohster-section,
.hohster.hohster-intro,
.hohster.hohster-services,
.hohster.hohster-companies {
  padding-top: clamp(42px, 3.5vw, 56px);
  padding-bottom: clamp(42px, 3.5vw, 56px);
}

.hohster-services__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 20px);
}

.hohster-service-card {
  grid-column: span 2;
  min-height: clamp(170px, 13vw, 230px);
  aspect-ratio: 1.28 / 1;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.hohster-service-card:nth-child(4),
.hohster-service-card:nth-child(5) {
  grid-column: span 3;
  aspect-ratio: 1.58 / 1;
}

.hohster h1,
.hohster h2,
.hohster h3,
.hohster .ce--headline h1,
.hohster .ce--headline h2,
.hohster .ce--headline h3 {
  font-family: var(--hohster-font-tech) !important;
  font-weight: 360;
}

.hohster-contact {
  display: flex;
  min-height: calc(100dvh - var(--hohster-header-height));
  flex-direction: column;
  padding-bottom: 0 !important;
}

.hohster-contact > .hohster-container {
  flex: 1 0 auto;
}

.hohster-footer {
  margin-top: auto;
}

@media (max-width: 1180px) {
  .hohster-header .hohster-brand img {
    max-width: min(260px, 58vw);
  }

  .hohster-service-card,
  .hohster-service-card:nth-child(4),
  .hohster-service-card:nth-child(5) {
    grid-column: auto;
    aspect-ratio: 1.28 / 1;
  }
}

@media (max-width: 700px) {
  body:has(.hohster) {
    --hohster-header-height: 68px;
  }

  .hohster-header .hohster-brand img {
    height: 40px;
  }

  .hohster-section,
  .hohster.hohster-intro,
  .hohster.hohster-services,
  .hohster.hohster-companies {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Service image correction: keep the generated square image assets uncropped and visible. */
.hohster-services .hohster-container {
  grid-template-columns: minmax(280px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(44px, 5.2vw, 78px);
}

.hohster-services__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.25vw, 18px);
}

.hohster-service-card,
.hohster-service-card:nth-child(4),
.hohster-service-card:nth-child(5) {
  grid-column: auto;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  background-color: #e9edf0;
  background-position: center !important;
  background-size: cover !important;
}

@media (max-width: 1180px) {
  .hohster-services .hohster-container {
    grid-template-columns: 1fr;
  }

  .hohster-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hohster-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .hohster-services__grid {
    grid-template-columns: 1fr;
  }
}

/* True final overrides: keep the white design and prevent older service-image rules from winning. */
/* Effective correction: hero cards stay static; lower service cards flip to their detail side. */
body:has(.hohster) .hohster-hero .hohster-hero-teaser {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 12px !important;
  min-height: 96px !important;
  padding: 16px clamp(16px, 1.9vw, 26px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.12) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
}

body:has(.hohster) .hohster-hero .hohster-hero-teaser:hover,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:focus,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:focus-within,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:active {
  transform: none !important;
  animation: none !important;
  box-shadow: 0 16px 34px rgba(7, 27, 77, 0.08) !important;
}

@media (min-width: 901px) {
  body:has(.hohster) .hohster-hero__eyebrow {
    max-width: none !important;
    margin-bottom: 28px !important;
    white-space: nowrap !important;
  }
}

body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card,
body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card:nth-child(4),
body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card:nth-child(5) {
  display: block !important;
  position: relative !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  perspective: 1400px !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card::before {
  display: none !important;
  content: none !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__inner {
  position: relative !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  transform-style: preserve-3d !important;
  transition: transform 780ms cubic-bezier(0.2, 0.76, 0.16, 1) !important;
  will-change: transform;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card:hover .hohster-service-card__inner,
body:has(.hohster) .hohster.hohster-services .hohster-service-card:focus .hohster-service-card__inner,
body:has(.hohster) .hohster.hohster-services .hohster-service-card:focus-within .hohster-service-card__inner {
  transform: rotateY(180deg) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face {
  display: flex !important;
  position: absolute !important;
  inset: 0 !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.1) !important;
  border-radius: 8px !important;
  padding: clamp(24px, 2.25vw, 34px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98)) !important;
  color: var(--hohster-text) !important;
  box-shadow: 0 18px 44px rgba(7, 27, 77, 0.08) !important;
  backface-visibility: hidden !important;
  transform-style: preserve-3d !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green));
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back {
  justify-content: flex-start !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 253, 0.99)),
    linear-gradient(90deg, rgba(224, 106, 24, 0.12), rgba(16, 125, 61, 0.1)) !important;
  transform: rotateY(180deg) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back strong {
  display: block !important;
  position: relative !important;
  color: var(--hohster-navy) !important;
  font-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.28rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
  padding-bottom: 10px !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back strong::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 56px !important;
  height: 2px !important;
  background: var(--hohster-orange) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__hint {
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  color: var(--hohster-orange);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a {
  display: inline-flex !important;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hohster-navy);
  border-radius: 6px;
  background: var(--hohster-navy);
  color: var(--hohster-white) !important;
  font-size: 0.82rem;
  font-weight: 850;
  margin-top: auto;
  padding: 0 16px;
  text-decoration: none;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a:hover,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a:focus-visible {
  border-color: var(--hohster-orange);
  background: var(--hohster-orange);
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face .hohster-service-card__icon,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face h3,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face p,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face ul {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back ul {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

@media (max-width: 620px) {
  body:has(.hohster) .hohster.hohster-services .hohster-service-card,
  body:has(.hohster) .hohster.hohster-services .hohster-service-card:nth-child(4),
  body:has(.hohster) .hohster.hohster-services .hohster-service-card:nth-child(5),
  body:has(.hohster) .hohster.hohster-services .hohster-service-card__inner,
  body:has(.hohster) .hohster.hohster-services .hohster-service-card__face {
    min-height: 430px !important;
  }
}

/* Effective hero teaser flip layer. */
.hohster-hero__teasers {
  perspective: 1400px !important;
}

.hohster-hero-teaser {
  display: block !important;
  position: relative !important;
  min-height: 116px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  perspective: 1200px !important;
}

.hohster-hero-teaser::after {
  display: none !important;
  content: none !important;
}

.hohster-hero-teaser:hover,
.hohster-hero-teaser:focus,
.hohster-hero-teaser:focus-within,
.hohster-hero-teaser:active {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  transform: none !important;
}

.hohster-hero-teaser__inner {
  position: relative;
  min-height: 116px;
  transform-style: preserve-3d;
  transition: transform 760ms cubic-bezier(0.2, 0.76, 0.16, 1);
  will-change: transform;
}

.hohster-hero-teaser:hover .hohster-hero-teaser__inner,
.hohster-hero-teaser:focus .hohster-hero-teaser__inner,
.hohster-hero-teaser:focus-within .hohster-hero-teaser__inner {
  transform: rotateY(180deg);
}

.hohster-hero-teaser__face {
  display: grid;
  position: absolute;
  inset: 0;
  min-height: 116px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 77, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(7, 27, 77, 0.07);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.hohster-hero-teaser__face--front {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 16px clamp(16px, 1.9vw, 26px);
}

.hohster-hero-teaser__face--front > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.hohster-hero-teaser__face--front .hohster-icon {
  width: 36px;
  height: 36px;
  color: inherit;
}

.hohster-hero-teaser__face--back {
  align-content: center;
  justify-items: start;
  gap: 7px;
  padding: 18px clamp(18px, 2vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98)),
    linear-gradient(90deg, rgba(224, 106, 24, 0.12), rgba(16, 125, 61, 0.1));
  transform: rotateY(180deg);
}

.hohster-hero-teaser__face--back::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green));
}

.hohster-hero-teaser__face--back strong {
  color: var(--hohster-navy);
  font-size: clamp(0.9rem, 0.22vw + 0.84rem, 1.04rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hohster-hero-teaser__face--back span {
  max-width: 30ch;
  color: var(--hohster-text);
  font-size: clamp(0.76rem, 0.14vw + 0.72rem, 0.88rem);
  line-height: 1.38;
}

@media (hover: none) {
  .hohster-hero-teaser:active .hohster-hero-teaser__inner {
    transform: rotateY(180deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hohster-hero-teaser__inner {
    transition: none !important;
  }

  .hohster-hero-teaser:hover .hohster-hero-teaser__inner,
  .hohster-hero-teaser:focus .hohster-hero-teaser__inner,
  .hohster-hero-teaser:focus-within .hohster-hero-teaser__inner {
    transform: none !important;
  }
}

body:has(.hohster) {
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif !important;
  --bs-link-color: var(--hohster-orange);
  --bs-link-color-rgb: 224, 106, 24;
  --bs-link-hover-color: #b85013;
  --bs-link-hover-color-rgb: 184, 80, 19;
}

.hohster-hero,
.hohster.hohster-services {
  background: var(--hohster-white) !important;
}

.hohster-hero > .hohster-hero__stats {
  display: grid !important;
  position: relative;
  z-index: 4;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: min(100% - 48px, 980px) !important;
  gap: clamp(12px, 1.4vw, 18px) !important;
  margin: clamp(-42px, -3.2vw, -24px) auto 0 !important;
  padding: 0 !important;
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat {
  min-height: 112px !important;
  padding: 20px 22px 18px !important;
  border-color: rgba(7, 27, 77, 0.1) !important;
  background: var(--hohster-white) !important;
  box-shadow: 0 20px 46px rgba(7, 27, 77, 0.1) !important;
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat dd {
  font-size: clamp(2rem, 2.3vw, 3rem) !important;
  line-height: 0.95 !important;
}

.hohster-hero > .hohster-hero__stats .hohster-hero-stat dt {
  margin-top: 12px !important;
  overflow: visible !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.045em !important;
  line-height: 1.22 !important;
  white-space: normal !important;
}

.hohster-services .hohster-container {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(30px, 4vw, 48px) !important;
}

.hohster-services .hohster-section-head {
  max-width: 820px !important;
}

.hohster-services .hohster-richtext {
  max-width: 720px !important;
}

.hohster-services__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  gap: clamp(18px, 2vw, 28px) !important;
  filter: none !important;
}

.hohster-service-card,
.hohster-service-card:nth-child(4),
.hohster-service-card:nth-child(5) {
  display: flex !important;
  position: relative !important;
  grid-column: auto !important;
  min-width: 0 !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  flex-direction: column !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.1) !important;
  border-radius: 8px !important;
  padding: clamp(24px, 2.25vw, 34px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98)) !important;
  color: var(--hohster-text) !important;
  box-shadow: 0 18px 44px rgba(7, 27, 77, 0.08) !important;
}

.hohster-service-card::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 3px !important;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green)) !important;
}

.hohster-service-card__icon,
.hohster-service-card h3,
.hohster-service-card p,
.hohster-service-card ul {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 0 !important;
}

.hohster-service-card__icon {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  margin-bottom: clamp(26px, 2.4vw, 36px) !important;
  padding: 0 !important;
  color: var(--hohster-orange) !important;
}

.hohster-service-card__icon .hohster-icon {
  width: 46px !important;
  height: 46px !important;
}

.hohster-service-card__number {
  color: rgba(7, 27, 77, 0.32) !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  line-height: 1 !important;
}

.hohster-service-card h3 {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
  color: var(--hohster-navy) !important;
  font-size: clamp(1.38rem, 1vw + 1.04rem, 1.9rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}

.hohster-service-card p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  color: var(--hohster-text) !important;
  font-size: 0.96rem !important;
  line-height: 1.58 !important;
}

.hohster-service-card ul {
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding: 24px 0 0 !important;
  list-style: none !important;
  border-top: 1px solid rgba(7, 27, 77, 0.1) !important;
}

.hohster .hohster-service-card ul > li {
  position: relative !important;
  padding-left: 18px !important;
  color: var(--hohster-text) !important;
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
}

.hohster .hohster-service-card ul > li::before {
  content: "" !important;
  position: absolute !important;
  top: 0.62em !important;
  left: 0 !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--hohster-orange) !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 1180px) {
  .hohster-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hohster-service-card,
  .hohster-service-card:nth-child(4),
  .hohster-service-card:nth-child(5) {
    min-height: 360px !important;
  }
}

@media (max-width: 900px) {
  .hohster-hero > .hohster-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100% - 36px, 540px) !important;
    margin-top: -18px !important;
  }
}

@media (max-width: 620px) {
  .hohster-services__grid,
  .hohster-hero > .hohster-hero__stats {
    grid-template-columns: 1fr !important;
  }

  .hohster-service-card,
  .hohster-service-card:nth-child(4),
  .hohster-service-card:nth-child(5) {
    min-height: 0 !important;
  }
}

/* Hohster final EOF layer: spacing, sticky intro, contact alignment and card interaction. */
body:has(.hohster) {
  --hohster-section-space-y: clamp(72px, 6.4vw, 108px);
}

body:has(.hohster) .hohster-section:not(.hohster-hero):not(.hohster-contact),
body:has(.hohster) .hohster.hohster-intro,
body:has(.hohster) .hohster.hohster-services,
body:has(.hohster) .hohster.hohster-companies,
body:has(.hohster) .hohster.hohster-projects,
body:has(.hohster) .hohster.hohster-career {
  padding-top: var(--hohster-section-space-y) !important;
  padding-bottom: var(--hohster-section-space-y) !important;
}

body:has(.hohster) .hohster-contact {
  display: block !important;
  min-height: auto !important;
  padding-top: var(--hohster-section-space-y) !important;
  padding-bottom: 0 !important;
}

body:has(.hohster) .hohster-contact > .hohster-container {
  flex: initial !important;
}

body:has(.hohster) .hohster-contact__grid {
  margin-bottom: clamp(54px, 5vw, 82px) !important;
}

body:has(.hohster) .hohster-footer {
  margin-top: 0 !important;
}

@media (min-width: 901px) {
  body:has(.hohster) .hohster-hero__eyebrow {
    max-width: none !important;
    margin-bottom: 30px !important;
    white-space: nowrap !important;
  }

  body:has(.hohster) .hohster-intro__grid {
    align-items: start !important;
  }

  body:has(.hohster) .hohster-intro__head {
    position: sticky !important;
    top: calc(var(--hohster-header-height, 72px) + 34px) !important;
    z-index: 2;
    align-self: start !important;
  }
}

@media (max-width: 900px) {
  body:has(.hohster) {
    --hohster-section-space-y: 58px;
  }

  body:has(.hohster) .hohster-hero__eyebrow {
    white-space: normal !important;
  }

  body:has(.hohster) .hohster-intro__head {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 620px) {
  body:has(.hohster) {
    --hohster-section-space-y: 50px;
  }

  body:has(.hohster) .hohster-contact__grid {
    margin-bottom: 46px !important;
  }
}

body:has(.hohster) .hohster-contact-details {
  display: grid !important;
  gap: 14px !important;
}

body:has(.hohster) .hohster-contact-details > div {
  display: grid !important;
  grid-template-columns: minmax(92px, 0.26fr) minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: baseline !important;
  min-height: 0 !important;
}

body:has(.hohster) .hohster-contact-details strong,
body:has(.hohster) .hohster-contact-details span {
  margin: 0 !important;
  line-height: 1.45 !important;
}

@media (max-width: 520px) {
  body:has(.hohster) .hohster-contact-details > div {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}

body:has(.hohster) .hohster-hero .hohster-hero-teaser {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 12px !important;
  min-height: 96px !important;
  padding: 16px clamp(16px, 1.9vw, 26px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
  perspective: none !important;
}

body:has(.hohster) .hohster-hero .hohster-hero-teaser:hover,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:focus,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:focus-within,
body:has(.hohster) .hohster-hero .hohster-hero-teaser:active {
  transform: none !important;
  animation: none !important;
  box-shadow: 0 16px 34px rgba(7, 27, 77, 0.08) !important;
}

body:has(.hohster) .hohster-hero .hohster-hero-teaser h2 {
  margin-bottom: 4px !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-container {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(42px, 5vw, 64px) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-services__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.2vw, 32px) !important;
  width: 100% !important;
  max-width: none !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card,
body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card:nth-child(4),
body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card:nth-child(5) {
  display: block !important;
  position: relative !important;
  grid-column: auto !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  perspective: 1400px !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card::before {
  display: none !important;
  content: none !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__inner {
  position: relative !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  transform-style: preserve-3d !important;
  transition: transform 780ms cubic-bezier(0.2, 0.76, 0.16, 1) !important;
  will-change: transform;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card:hover .hohster-service-card__inner,
body:has(.hohster) .hohster.hohster-services .hohster-service-card:focus .hohster-service-card__inner,
body:has(.hohster) .hohster.hohster-services .hohster-service-card:focus-within .hohster-service-card__inner {
  transform: rotateY(180deg) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face {
  display: flex !important;
  position: absolute !important;
  inset: 0 !important;
  min-height: clamp(390px, 34vw, 460px) !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 27, 77, 0.1) !important;
  border-radius: 8px !important;
  padding: clamp(24px, 2.25vw, 34px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98)) !important;
  color: var(--hohster-text) !important;
  box-shadow: 0 18px 44px rgba(7, 27, 77, 0.08) !important;
  backface-visibility: hidden !important;
  transform-style: preserve-3d !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 3px !important;
  background: linear-gradient(180deg, var(--hohster-orange), var(--hohster-green)) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back {
  justify-content: flex-start !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 253, 0.99)),
    linear-gradient(90deg, rgba(224, 106, 24, 0.12), rgba(16, 125, 61, 0.1)) !important;
  transform: rotateY(180deg) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back strong {
  display: block !important;
  position: relative !important;
  margin: 0 0 12px !important;
  padding-bottom: 10px !important;
  color: var(--hohster-navy) !important;
  font-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.28rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back strong::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 56px !important;
  height: 2px !important;
  background: var(--hohster-orange) !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face .hohster-service-card__icon,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face h3,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face p,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face ul {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__hint {
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  color: var(--hohster-orange);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back ul {
  display: grid !important;
  gap: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  list-style: none !important;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a {
  display: inline-flex !important;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid var(--hohster-navy);
  border-radius: 6px;
  padding: 0 16px;
  background: var(--hohster-navy);
  color: var(--hohster-white) !important;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a:hover,
body:has(.hohster) .hohster.hohster-services .hohster-service-card__face--back a:focus-visible {
  border-color: var(--hohster-orange);
  background: var(--hohster-orange);
}

@media (max-width: 1180px) {
  body:has(.hohster) .hohster.hohster-services .hohster-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body:has(.hohster) .hohster.hohster-services .hohster-services__grid {
    grid-template-columns: 1fr !important;
  }

  body:has(.hohster) .hohster.hohster-services .hohster-service-card,
  body:has(.hohster) .hohster.hohster-services .hohster-service-card:nth-child(4),
  body:has(.hohster) .hohster.hohster-services .hohster-service-card:nth-child(5),
  body:has(.hohster) .hohster.hohster-services .hohster-service-card__inner,
  body:has(.hohster) .hohster.hohster-services .hohster-service-card__face {
    min-height: 430px !important;
  }
}

body:has(.hohster) .hohster-hero .hohster-hero-teaser {
  border-radius: 0 !important;
}

body:has(.hohster) .hohster-contact-details > div {
  align-items: start !important;
}

/* Hohster content update: four disciplines, source logos and regional service-area map. */
.hohster-icon--cold {
  color: #1671ba;
}

@media (min-width: 1181px) {
  body:has(.hohster) .hohster-hero__teasers {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body:has(.hohster) .hohster.hohster-services .hohster-services__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card,
  body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card:nth-child(4),
  body:has(.hohster) .hohster.hohster-services .hohster-services__grid .hohster-service-card:nth-child(5) {
    grid-column: auto !important;
  }
}

@media (min-width: 621px) and (max-width: 1180px) {
  body:has(.hohster) .hohster-hero__teasers {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

body:has(.hohster) .hohster-company-card::before,
body:has(.hohster) .hohster-company-card::after {
  display: none !important;
  content: none !important;
}

.hohster-company-card__logo {
  display: grid;
  min-height: 150px;
  place-items: center;
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 77, 0.09);
  border-radius: 8px;
  padding: 20px;
  background: #f7f9fb;
}

.hohster-company-card__logo picture {
  display: contents;
}

.hohster-company-card__logo img,
.hohster-company-card__logo-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

.hohster-company-card--orange .hohster-company-card__logo {
  padding: 0;
  background: #f47216;
}

.hohster-company-card--orange .hohster-company-card__logo img,
.hohster-company-card--orange .hohster-company-card__logo-image {
  width: 100%;
  max-height: 180px;
}

.hohster-service-area {
  grid-column: 1 / -1;
  margin-top: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(7, 27, 77, 0.1);
  border-radius: 12px;
  padding: clamp(28px, 5vw, 64px);
  background:
    radial-gradient(circle at 11% 14%, rgba(16, 125, 61, 0.09), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(224, 106, 24, 0.1), transparent 30%),
    #f7f9fb;
  box-shadow: 0 24px 64px rgba(7, 27, 77, 0.08);
}

.hohster-service-area__head {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.hohster-service-area__headline .ce--topline {
  display: block;
  margin-bottom: 12px;
  color: var(--hohster-green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hohster-service-area__headline h3 {
  margin: 0;
  color: var(--hohster-navy);
  font-size: clamp(2rem, 3.1vw, 3.8rem);
  line-height: 1.04;
}

.hohster-service-area__head .hohster-richtext {
  max-width: 62ch;
  color: var(--hohster-muted);
  line-height: 1.75;
}

.hohster-service-area__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.hohster-service-area__map {
  margin: 0;
}

.hohster-service-area__map svg {
  display: block;
  width: 100%;
  height: auto;
}

.hohster-service-area__outline {
  fill: rgba(255, 255, 255, 0.96);
  stroke: rgba(7, 27, 77, 0.34);
  stroke-linejoin: round;
  stroke-width: 2;
}

.hohster-service-area__cluster {
  mix-blend-mode: multiply;
  stroke-width: 2;
}

.hohster-service-area__cluster--green {
  fill: url("#hohster-map-green");
  stroke: rgba(16, 125, 61, 0.72);
}

.hohster-service-area__cluster--orange {
  fill: url("#hohster-map-orange");
  stroke: rgba(224, 106, 24, 0.75);
}

.hohster-service-area__marker {
  stroke: #fff;
  stroke-width: 2.5;
}

.hohster-service-area__marker--green {
  fill: var(--hohster-green);
}

.hohster-service-area__marker--orange {
  fill: var(--hohster-orange);
}

.hohster-service-area__map-label rect {
  filter: drop-shadow(0 8px 14px rgba(7, 27, 77, 0.16));
}

.hohster-service-area__map-label--green rect {
  fill: var(--hohster-green);
}

.hohster-service-area__map-label--orange rect {
  fill: var(--hohster-orange);
}

.hohster-service-area__map-label text {
  fill: #fff;
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hohster-service-area__map figcaption {
  margin-top: 10px;
  color: var(--hohster-muted);
  font-size: 0.7rem;
}

.hohster-service-area__map figcaption a {
  color: inherit;
}

.hohster-service-area__legend {
  display: grid;
  gap: 16px;
}

.hohster-service-area__legend-card {
  border: 1px solid rgba(7, 27, 77, 0.1);
  border-radius: 9px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.94);
}

.hohster-service-area__legend-label {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 10px;
  color: var(--hohster-muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hohster-service-area__legend-label span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hohster-service-area__legend-card--green .hohster-service-area__legend-label span {
  background: var(--hohster-green);
}

.hohster-service-area__legend-card--orange .hohster-service-area__legend-label span {
  background: var(--hohster-orange);
}

.hohster-service-area__legend-card h4 {
  margin: 0 0 16px;
  color: var(--hohster-navy);
  font-size: clamp(1.25rem, 1.4vw, 1.7rem);
}

.hohster-service-area__legend-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hohster-service-area__legend-card li {
  border: 1px solid rgba(7, 27, 77, 0.1);
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--hohster-text);
  font-size: 0.76rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .hohster-service-area__head,
  .hohster-service-area__layout {
    grid-template-columns: 1fr;
  }

  .hohster-service-area__map {
    width: min(100%, 640px);
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  body:has(.hohster) .hohster-hero__teasers {
    grid-template-columns: 1fr !important;
  }

  .hohster-service-area {
    margin-inline: -12px;
    padding: 26px 20px;
  }

  .hohster-company-card__logo {
    min-height: 120px;
  }
}

