/*Privacy Button color change*/
.usercentrics-button svg #background use:nth-of-type(2) {
  fill: #033183 !important;
}

.onepage-section:has(.kompass-home-refresh) {
  margin: 0;
  padding: 0 !important;
  background: transparent;
}
.onepage-section:has(.kompass-home-refresh) > .container,
.onepage-section:has(.kompass-home-refresh) .section-content-area {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.kompass-home-refresh {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  color: var(--ink);
  font-family: "Eras Bold ITC", Arial, Helvetica, sans-serif;
  overflow: clip;
}
@font-face {
  font-family: "Eras Bold ITC";
  src: local("ITC Eras Bold"), local("ItcEras-Bold"),
       url("../fonts/itc-eras-bold.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway KHR";
  src: url("../fonts/raleway-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway KHR";
  src: url("../fonts/raleway-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway KHR";
  src: url("../fonts/raleway-800italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Raleway KHR";
  src: url("../fonts/raleway-900italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.kompass-home-refresh {
  --navy: #0e3d8b;
  --navy-deep: #082f73;
  --blue: #0870db;
  --blue-bright: #0582f6;
  --blue-soft: #79a9f7;
  --ink: #071225;
  --paper: #fff;
  --shell: min(84vw, 1730px);
}

.kompass-home-refresh, .kompass-home-refresh *, .kompass-home-refresh *::before, .kompass-home-refresh *::after { box-sizing: border-box; }

.kompass-home-refresh button, .kompass-home-refresh input, .kompass-home-refresh select, .kompass-home-refresh textarea { font: inherit; outline: none; }

.kompass-home-refresh a { color: inherit; }

.kompass-home-refresh img { display: block; max-width: 100%; }

.kompass-home-refresh .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kompass-home-refresh .menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: white;
}

.kompass-home-refresh .hero {
  position: relative;
  z-index: 2;
  color: white;
  background:
    linear-gradient(135deg, transparent 72%, rgba(4,28,74,.36) 72%),
    var(--navy);
  isolation: isolate;
}

.kompass-home-refresh .outline-art {
  --outline-rotation: 0deg;
  position: absolute;
  z-index: 3;
  width: auto;
  pointer-events: none;
  transform-origin: center;
  animation: outline-sway 3.6s ease-in-out infinite;
  will-change: transform;
}

.kompass-home-refresh .outline-hero-top-a { top: -62px; right: 13%; width: clamp(150px, 13vw, 246px); }

.kompass-home-refresh .outline-hero-top-b { --outline-rotation: 120deg; top: 76px; right: -26px; width: clamp(150px, 13vw, 247px); }

.kompass-home-refresh .outline-hero-bottom { --outline-rotation: 110deg; bottom: 18%; left: -55px; width: clamp(145px, 13vw, 249px); }

@keyframes outline-sway {
  0%, 100% { transform: rotate(calc(var(--outline-rotation) - 2deg)); }
  50% { transform: rotate(calc(var(--outline-rotation) + 2deg)); }
}

.kompass-home-refresh .hero-shell {
  width: var(--shell);
  margin: auto;
  padding: clamp(22px, 3vw, 32px) 0 0;
}

.kompass-home-refresh .hero h1 {
  max-width: 100%;
  margin: 0 0 clamp(40px, 4vw, 72px);
  font-size: clamp(40px, 3.55vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
}

.kompass-home-refresh .hero h1 span {
  font-size: clamp(21px, 1.75vw, 35px);
  text-transform: uppercase;
  letter-spacing: -.025em;
  vertical-align: middle;
}

.kompass-home-refresh .service-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.32fr .82fr;
  grid-template-rows: minmax(255px, 1.5fr) minmax(110px, .62fr) minmax(260px, 1.35fr);
  gap: clamp(16px, 1.4vw, 28px);
  min-height: clamp(660px, 47vw, 855px);
}

.has-js .kompass-home-refresh .service-mosaic .mosaic-card:not(.brand-card), .has-js .kompass-home-refresh .service-mosaic > .hero-pencil {
  opacity: 0;
  pointer-events: none;
  scale: .82;
  translate: 0 18px;
}

.has-js .kompass-home-refresh .service-mosaic .mosaic-card.sequence-visible, .has-js .kompass-home-refresh .service-mosaic > .hero-pencil.sequence-visible {
  opacity: 1;
  pointer-events: auto;
  scale: 1;
  translate: 0 0;
}

.kompass-home-refresh .mosaic-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .24s ease, filter .24s ease;
}

.kompass-home-refresh a.mosaic-card:hover, .kompass-home-refresh a.mosaic-card:focus-visible, .kompass-home-refresh button.mosaic-card:hover, .kompass-home-refresh button.mosaic-card:focus-visible { transform: translateY(-5px); filter: brightness(1.06); }

.kompass-home-refresh .blue-card { background: var(--blue); }

.kompass-home-refresh .signage-card {
  grid-column: 1;
  grid-row: 1;
  background: #286aa9 var(--khr-digital-signage) 0% 15% / cover no-repeat;
}

.kompass-home-refresh .signage-empty {
  grid-column: 1;
  grid-row: 2;
  padding: 0;
  color: inherit;
  border: 0;
  cursor: pointer;
}

.kompass-home-refresh .signage-empty .pill {
  align-self: center;
  margin: 0;
}

.kompass-home-refresh .web-card {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  width: calc(100% - 104px);
  height: 230px;
}

.kompass-home-refresh .brand-card {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  align-items: center;
  height: 110px;
  transform: translateY(-41px);
  background: transparent;
  box-shadow: none;
}

.kompass-home-refresh .brand-card img {
  width: min(90%, 700px);
}

.kompass-home-refresh .brand-logo {
  opacity: 1;
  transform: scale(1);
  transform-origin: center;
}

.has-js .kompass-home-refresh .brand-logo {
  opacity: 0;
  transform: scale(.9);
}

.has-js .kompass-home-refresh .brand-logo.sequence-visible {
  opacity: 1;
  transform: scale(1);
}

.kompass-home-refresh .compass-needle {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 60px;
  height: 58px;
  opacity: 0;
  pointer-events: none;
  transform: rotate(0deg);
  transform-origin: 50% 70%;
  will-change: transform, opacity;
}

.kompass-home-refresh .compass-needle > img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.kompass-home-refresh .needle-click-ring {
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 50%;
  width: 155%;
  aspect-ratio: 1;
  border: 4px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 4px rgba(0,132,255,.62), 0 0 28px rgba(0,132,255,1);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1.8);
}

.kompass-home-refresh .shop-card {
  grid-column: 3;
  grid-row: 1 / 3;
  overflow: visible;
  width: 100%;
  margin-left: 0;
  clip-path: none;
}

.kompass-home-refresh .shop-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -106px;
  width: 118px;
  height: 45%;
  background: var(--blue);
  border-radius: 12px 0 0 12px;
}

.kompass-home-refresh .software-card {
  grid-column: 1 / 3;
  grid-row: 3;
  justify-content: flex-start;
  padding: 0 0 24px clamp(25px, 4vw, 84px);
  height: 250px;
  background: #0862c2 var(--khr-software) 0% 20% / cover no-repeat;
}

.kompass-home-refresh .ticket-card {
  grid-column: 3;
  grid-row: 3;
  align-self: start;
  height: 250px;
  background: var(--blue-soft);
  box-shadow: none;
}

.kompass-home-refresh .pill {
  position: relative;
  z-index: 2;
  min-width: min(72%, 315px);
  max-width: calc(100% - 32px);
  margin-bottom: clamp(20px, 2vw, 36px);
  padding: 8px 18px;
  color: #050b16;
  background: white;
  border-radius: 8px;
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.kompass-home-refresh .blue-card.shop-card .pill {
  position: absolute;
  bottom: 62px;
  left: 54px;
  min-width: 300px;
  margin: 0;
}

.kompass-home-refresh .software-card .pill {
  position: absolute;
  bottom: 62px;
  left: clamp(25px, 4vw, 84px);
  min-width: 300px;
  margin: 0;
}

.kompass-home-refresh .software-card .pill-secondary { bottom: 20px; }

.kompass-home-refresh .software-title {
  position: absolute;
  top: 18%;
  left: clamp(25px, 4vw, 84px);
  display: block;
  max-width: 58%;
  color: white;
  font-size: clamp(30px, 2.7vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.kompass-home-refresh .ticket-seam {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 72%;
  border-left: 8px dashed var(--navy);
}

.kompass-home-refresh .ticket-card::before, .kompass-home-refresh .ticket-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: calc(100% / 3 + 3%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--navy);
}

.kompass-home-refresh .ticket-card::before { right: unset; left: -42px; }

.kompass-home-refresh .ticket-card::after { background: #0a3173; }

.kompass-home-refresh .hero-pencil {
  position: absolute;
  z-index: 4;
  top: -95px;
  left: 51%;
  width: clamp(145px, 16vw, 300px);
  transform: rotate(-2deg);
  filter: drop-shadow(0 16px 14px rgba(0,0,0,.22));
  pointer-events: none;
}

.kompass-home-refresh .benefit-title {
  position: relative;
  z-index: 8;
  margin: 50px 0 -33px;
  color: white;
  font-size: 40px;
  line-height: 1.15;
}

.kompass-home-refresh .benefit-grid {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  color: var(--ink);
  transform: translateY(68px);
}

.kompass-home-refresh .benefit-kachel {
  position: relative;
  width: 100%;
  aspect-ratio: 590 / 796;
  background-image: url(https://kompass.software/wp-content/uploads/2026/09/kachel-signage.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.kompass-home-refresh .benefit-kachel:nth-of-type(1n+5) {
  margin-top: -.7vw;
}

.kompass-home-refresh .benefit-kachel .kachel-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: cover;
  clip-path: polygon(100.1% 13.8%, 100.5% 101.3%, 2% 12.8%, 17% 0%, 83.3% 0%);
}

.kompass-home-refresh .benefit-kachel .img1 { background-image: url("https://kompass.software/wp-content/uploads/2026/09/kompass-benefit-digital-signage-natural.webp"); }

.kompass-home-refresh .benefit-kachel .img2 { background-image: url("https://kompass.software/wp-content/uploads/2026/09/kompass-benefit-grafikdesign-natural.webp"); }

.kompass-home-refresh .benefit-kachel .img3 { background-image: url("https://kompass.software/wp-content/uploads/2026/09/kompass-benefit-online-shops-natural.webp"); }

.kompass-home-refresh .benefit-kachel .img4 { background-image: url("https://kompass.software/wp-content/uploads/2026/09/kompass-benefit-events-tickets-natural.webp"); }

.kompass-home-refresh .benefit-kachel .img5 { background-image: url("https://kompass.software/wp-content/uploads/2026/09/kompass-benefit-software-apps-natural.webp"); }

.kompass-home-refresh .benefit-kachel .img6 { background-image: url("https://kompass.software/wp-content/uploads/2026/09/kompass-benefit-axis-videosicherheit-natural.webp"); }

.kompass-home-refresh .benefit-kachel .img7 { background-image: url("https://kompass.software/wp-content/uploads/2026/09/kompass-benefit-onlinemarketing-natural.webp"); }

.kompass-home-refresh .benefit-kachel .img8 { background-image: url("https://kompass.software/wp-content/uploads/2026/09/kompass-benefit-caspos-natural.webp"); }

.kompass-home-refresh .benefit-kachel p {
  position: absolute;
  top: 55%;
  left: -4%;
  width: 76%;
  margin: 0;
  font-size: 1.5vw;
  line-height: 1.08;
  rotate: 50deg;
  color: white;
  text-align: center;
}

.kompass-home-refresh .benefit-card {
  position: relative;
  min-height: 250px;
  padding: 0 44px 50px;
  background: white;
  border-radius: 0 0 56px 56px;
  text-decoration: none;
}

.kompass-home-refresh .benefit-card h2 {
  margin: -28px -22px 32px;
  padding: 20px 18px;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  font-size: clamp(17px, 1.42vw, 27px);
  text-align: center;
  text-transform: uppercase;
}

.kompass-home-refresh .benefit-card ul, .kompass-home-refresh .content-columns ul { margin: 0; padding: 0; list-style: none; }

.kompass-home-refresh .benefit-card li, .kompass-home-refresh .content-columns li {
  position: relative;
  margin: 11px 0;
  padding-left: 56px;
  font-size: clamp(17px, 1.55vw, 30px);
  font-weight: 800;
}

.has-js .kompass-home-refresh .benefit-card li {
  opacity: 0;
  transform: translateY(-16px);
}

.has-js .kompass-home-refresh .benefit-card li.benefit-item-visible {
  opacity: 1;
  transform: translateY(0);
}

.kompass-home-refresh .benefit-card li::before, .kompass-home-refresh .content-columns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .05em;
  width: 1em;
  height: 1em;
  background: var(--khr-listennadel) center / contain no-repeat;
}

.kompass-home-refresh .progress-section {
  position: relative;
  z-index: 1;
  min-height: clamp(590px, 54vw, 930px);
  margin-top: -1px;
  color: white;
  background:
    linear-gradient(90deg, rgba(0,8,28,.93) 0%, rgba(0,38,108,.6) 52%, rgba(30,123,239,.28) 100%),
    var(--khr-gebaeude) center / cover no-repeat;
  overflow: hidden;
}

.kompass-home-refresh .progress-curve {
  position: absolute;
  z-index: 1;
  top: 1%;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.kompass-home-refresh .progress-content {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin: auto;
  padding-top: clamp(125px, 11vw, 205px);
}

.kompass-home-refresh .progress-content .eyebrow, .kompass-home-refresh .progress-content h2 {
  margin: 0;
  font-family: "Eras Bold ITC", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: .83;
  text-transform: uppercase;
}

.kompass-home-refresh .progress-content .eyebrow { font-size: clamp(42px, 3.8vw, 73px); }

.kompass-home-refresh .progress-content h2 { font-size: clamp(68px, 6.8vw, 130px); }

.kompass-home-refresh .progress-content > p:last-child {
  margin: 18px 0;
  color: #1689ff;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 900;
}

.has-js .kompass-home-refresh .progress-content > * {
  opacity: 0;
  transform: translateY(-16px);
}

.has-js .kompass-home-refresh .progress-content > *.progress-item-visible {
  opacity: 1;
  transform: translateY(0);
}

.kompass-home-refresh .arrow-one { left: 7%; bottom: 25%; width: clamp(150px, 13vw, 246px); }

.kompass-home-refresh .arrow-two { --outline-rotation: 130deg; right: 4%; bottom: 8%; width: clamp(150px, 13vw, 243px); }

.kompass-home-refresh .content-showcase {
  position: relative;
  min-height: clamp(680px, 60vw, 1080px);
  margin-top: -2px;
  padding: clamp(25px, 2vw, 25px) max(8vw, calc((100vw - 1730px) / 2));
  background: white;
  overflow: visible;
}

.kompass-home-refresh .content-blue-curve {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.kompass-home-refresh .content-copy { position: relative; z-index: 2; width: 58%; padding-top: clamp(30px, 3vw, 60px); }

.kompass-home-refresh .content-copy h2 {
  margin: 0 0 58px;
  color: var(--blue);
  font-family: "Eras Bold ITC", Arial, sans-serif;
  font-size: clamp(50px, 4vw, 78px);
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
}

.kompass-home-refresh .content-columns { display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 30px; }

.kompass-home-refresh .content-columns li { margin: 24px 0; font-size: clamp(21px, 1.85vw, 36px); }

.has-js .kompass-home-refresh .content-columns li {
  opacity: 0;
  transform: translateY(-16px);
}

.has-js .kompass-home-refresh .content-columns li.content-item-visible {
  opacity: 1;
  transform: translateY(0);
}

.kompass-home-refresh .primary-button {
  display: inline-block;
  min-width: min(560px, 82%);
  margin-top: 65px;
  padding: 22px 36px;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.kompass-home-refresh .display-wrap {
  position: absolute;
  z-index: 3;
  right: 0;
  top: -30%;
  width: min(35%, 1200px);
  margin-right: 150px;
}

.kompass-home-refresh .display-wrap img {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  filter: drop-shadow(0 28px 28px rgba(0,0,0,.26));
}

.kompass-home-refresh .content-arrow-a { --outline-rotation: 180deg; top: 6%; right: 12%; width: clamp(150px, 13vw, 242px); }

.kompass-home-refresh .content-arrow-b { --outline-rotation: 120deg; top: 36%; left: 53%; width: clamp(150px, 13vw, 247px); }

@media (max-width: 1100px) {
.kompass-home-refresh { --shell: min(90vw, 980px); }

.kompass-home-refresh .benefit-title {
    margin: 40px 0 -36px;
    font-size: 28px;
  }

.kompass-home-refresh .service-mosaic {
    grid-template-columns: 1fr 1.25fr;
    grid-template-rows: 270px 180px 270px 260px;
    min-height: 0;
  }

.kompass-home-refresh .signage-card { grid-column: 1; grid-row: 1; }

.kompass-home-refresh .signage-empty { grid-column: 1; grid-row: 2; }

.kompass-home-refresh .web-card {
    grid-column: 2;
    grid-row: 1;
    width: calc(100% - 24px);
    height: calc(100% - 20px);
  }

.kompass-home-refresh .brand-card {
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    height: auto;
    transform: none;
  }

.kompass-home-refresh .shop-card {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
    margin-left: 0;
    clip-path: none;
    overflow: hidden;
  }

.kompass-home-refresh .shop-card::before { display: none; }

.kompass-home-refresh .software-card { grid-column: 1 / 3; grid-row: 3; }

.kompass-home-refresh .ticket-card { grid-column: 2; grid-row: 4; height: 220px; }

.kompass-home-refresh .hero-pencil { left: 63%; top: -72px; }

.kompass-home-refresh .benefit-grid { gap: 0; }

.kompass-home-refresh .benefit-kachel p { font-size: 17px; }

.kompass-home-refresh .benefit-card { padding-inline: 25px; }

.kompass-home-refresh .content-copy { width: 48%; }

.kompass-home-refresh .display-wrap { width: min(46%, 760px); margin-right: 20px; }
}

@media (min-width: 1101px) and (max-width: 1400px) {
.kompass-home-refresh .brand-card {
    grid-row: 2;
    align-self: start;
    height: 110px;
    transform: translateY(-29px);
  }
}

@media (max-width: 780px) {
.kompass-home-refresh .hero-shell { padding-top: 44px; }

.kompass-home-refresh .hero h1 { font-size: clamp(38px, 8vw, 54px); }

.kompass-home-refresh .service-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 105px 165px 180px 240px 230px;
  }

.kompass-home-refresh .signage-card { grid-column: 1 / 3; grid-row: 1; background-position: center 32%; }

.kompass-home-refresh .signage-empty { grid-column: 1 / 3; grid-row: 2; }

.kompass-home-refresh .web-card {
    grid-column: 1 / 3;
    grid-row: 3;
    width: calc(100% - 20px);
    height: calc(100% - 12px);
  }

.kompass-home-refresh .brand-card { grid-column: 1 / 3; grid-row: 4; }

.kompass-home-refresh .shop-card { grid-column: 1; grid-row: 5; }

.kompass-home-refresh .ticket-card { grid-column: 2; grid-row: 5; height: 210px; }

.kompass-home-refresh .software-card { grid-column: 1 / 3; grid-row: 6; }

.kompass-home-refresh .hero-pencil { top: 390px; left: auto; right: 7%; width: 135px; }

.kompass-home-refresh .software-card { padding: 0 0 20px 22px; }

.kompass-home-refresh .software-card .pill { min-width: 170px; }

.kompass-home-refresh .benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 45px; transform: translateY(38px); }

.kompass-home-refresh .benefit-kachel p { font-size: 14px; }

.kompass-home-refresh .benefit-card { min-height: 0; padding-bottom: 36px; border-radius: 0 0 30px 30px; }

.kompass-home-refresh .progress-section { min-height: 690px; background-position: 55% center; }

.kompass-home-refresh .progress-curve { top: 31%; left: -52%; width: 155%; }

.kompass-home-refresh .content-showcase {
    min-height: 920px;
    padding: 50px 5vw 0;
  }

.kompass-home-refresh .content-copy { width: 100%; padding-top: 20px; }

.kompass-home-refresh .content-copy h2 { margin-bottom: 35px; }

.kompass-home-refresh .content-columns { grid-template-columns: 1fr 1fr; }

.kompass-home-refresh .content-columns li { font-size: 18px; }

.kompass-home-refresh .primary-button { margin-top: 25px; min-width: 100%; }

.kompass-home-refresh .display-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(88%, 500px);
    margin: 15px -10% -12% auto;
  }

.kompass-home-refresh .content-arrow-a, .kompass-home-refresh .content-arrow-b { display: none; }
}

@media (max-width: 520px) {
.kompass-home-refresh { --shell: 90vw; }

.kompass-home-refresh .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: 10vw;
    overflow-wrap: normal;
  }

.kompass-home-refresh .service-mosaic {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

.kompass-home-refresh .web-card, .kompass-home-refresh .shop-card, .kompass-home-refresh .ticket-card {
    align-self: stretch;
    width: 100%;
    height: auto;
    margin-left: 0;
    clip-path: none;
  }

.kompass-home-refresh .mosaic-card { min-height: 180px; }

.kompass-home-refresh .signage-card { min-height: 330px; }

.kompass-home-refresh .signage-empty { min-height: 95px; }

.kompass-home-refresh .brand-card { min-height: 145px; }

.kompass-home-refresh .shop-card, .kompass-home-refresh .ticket-card { min-height: 210px; }

.kompass-home-refresh .software-card {
    min-height: 245px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    padding: 0 0 14px 18px;
    background-image: var(--khr-software-mobile);
    background-position: right center;
    background-size: auto 100%;
  }

.kompass-home-refresh .software-title {
    position: static;
    display: block;
    max-width: 64%;
    margin: 0 0 auto;
    padding-top: 25px;
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1;
  }

.kompass-home-refresh .software-card .pill { min-width: 150px; margin: 0; padding-inline: 9px; font-size: 12px; }

.kompass-home-refresh .software-card .pill {
    position: static;
  }

.kompass-home-refresh .software-card .pill-secondary { margin-left: 0; }

.kompass-home-refresh .hero-pencil { top: 500px; right: -15px; }

.kompass-home-refresh .outline-hero-top-a { right: -55px; }

.kompass-home-refresh .outline-hero-top-b { display: none; }

.kompass-home-refresh .outline-hero-bottom { bottom: 15%; left: -85px; }

.kompass-home-refresh .progress-content { padding-top: 130px; }

.kompass-home-refresh .progress-content h2 { font-size: 12vw; white-space: nowrap; }

.kompass-home-refresh .progress-content .eyebrow { font-size: 10vw; }

.kompass-home-refresh .content-showcase { min-height: 920px; }

.kompass-home-refresh .content-copy h2 { font-size: 13vw; }

.kompass-home-refresh .content-columns { grid-template-columns: 1fr 1fr; gap: 10px; }

.kompass-home-refresh .content-columns li { padding-left: 26px; font-size: 16px; }

.kompass-home-refresh .progress-curve { top: 38%; left: -80%; width: 180%; }

.kompass-home-refresh .arrow-one { left: -18px; bottom: 24%; width: 120px; }

.kompass-home-refresh .arrow-two { right: -35px; width: 120px; }
}

/* Leistungsübersicht: originale KOMPASS-Signage-Kachel statt CSS-Kartenform. */
.kompass-home-refresh .khr-service-grid {
  gap: 0;
}

.kompass-home-refresh .khr-service-tile,
.kompass-home-refresh .khr-service-tile.is-placeholder {
  aspect-ratio: 590 / 796;
  background-color: transparent;
  background-image: url("https://kompass.software/wp-content/uploads/2026/09/kachel-signage-dunkel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  overflow: visible;
}

.kompass-home-refresh .khr-service-media {
  inset: 0;
  width: 100%;
  height: 100%;
  background: none;
  clip-path: polygon(100.1% 13.8%, 100.5% 101.3%, 2% 12.8%, 17% 0%, 83.3% 0%);
}

.kompass-home-refresh .khr-service-media::after {
  display: none;
}

.kompass-home-refresh .khr-service-media img {
  width: 100%;
  height: 100%;
  object-position: 55% center;
}

.kompass-home-refresh .khr-service-copy {
  top: 55%;
  right: auto;
  bottom: auto;
  left: -4%;
  display: block;
  width: 76%;
  text-align: center;
  transform: rotate(50deg);
  transform-origin: center;
}

.kompass-home-refresh .khr-service-icon,
.kompass-home-refresh .khr-service-copy small {
  display: none;
}

.kompass-home-refresh .khr-service-copy strong {
  margin: 0;
  color: white;
  font-size: 16px;
  line-height: 1.05;
  overflow-wrap: normal;
}

.kompass-home-refresh .khr-service-tile.is-placeholder .khr-service-media,
.kompass-home-refresh .khr-service-tile.is-placeholder .khr-service-copy {
  display: none;
}

@media (max-width: 1180px) {
  .kompass-home-refresh .khr-service-grid {
    gap: 0;
  }

  .kompass-home-refresh .khr-service-copy {
    top: 55%;
    right: auto;
    bottom: auto;
    left: -4%;
    display: block;
    width: 76%;
  }

  .kompass-home-refresh .khr-service-copy strong {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .kompass-home-refresh .khr-service-grid {
    gap: 0;
  }

  .kompass-home-refresh .khr-service-copy {
    top: 55%;
    right: auto;
    bottom: auto;
    left: -4%;
    width: 76%;
  }

  .kompass-home-refresh .khr-service-copy strong {
    font-size: 14px;
  }
}

/* Separate Leistungsübersicht nach dem Vorbild der Wolf-Leistungskacheln. */
.kompass-home-refresh.khr-services-root {
  padding-top: 10vh;
  background: var(--navy);
  overflow: visible;
}

.kompass-home-refresh .khr-services-section {
  position: relative;
  padding: 64px 0 112px;
  color: white;
  background:
    radial-gradient(circle at 11% 15%, rgba(35, 137, 255, .34), transparent 28%),
    linear-gradient(145deg, #0164d6 0%, #0755b4 48%, #0d3d87 100%);
  overflow: hidden;
}

.kompass-home-refresh .khr-services-section::before {
  content: "";
  position: absolute;
  top: 148px;
  right: -8%;
  width: 78%;
  height: 74%;
  border-radius: 50% 0 0 50%;
  background: rgba(2, 39, 98, .24);
  transform: rotate(-5deg);
  pointer-events: none;
}

.kompass-home-refresh .khr-services-shell {
  position: relative;
  z-index: 1;
  width: 94vw;
  max-width: 1680px;
  margin: 0 auto;
}

.kompass-home-refresh .khr-services-heading {
  max-width: 980px;
  margin: 0 0 52px;
}

.kompass-home-refresh .khr-services-heading p,
.kompass-home-refresh .khr-services-kicker {
  margin: 0 0 10px;
  color: #b8d9ff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kompass-home-refresh .khr-services-heading h2 {
  max-width: 980px;
  margin: 0;
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.02;
}

.kompass-home-refresh .khr-services-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.kompass-home-refresh .khr-services-intro {
  padding: 48px 30px 36px 0;
}

.kompass-home-refresh .khr-services-intro h3 {
  margin: 0 0 26px;
  color: white;
  font-size: 36px;
  font-weight: 700;
  line-height: .98;
}

.kompass-home-refresh .khr-services-intro > p:last-child {
  max-width: 300px;
  margin: 0;
  color: #d8eaff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.kompass-home-refresh .khr-service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.kompass-home-refresh .khr-service-tile {
  position: relative;
  display: block;
  aspect-ratio: .77;
  min-width: 0;
  color: white;
  background: #172941;
  border-radius: 8px 8px 46% 46% / 8px 8px 16% 16%;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
}

.kompass-home-refresh .khr-service-tile:nth-child(n + 7) {
  transform: translateY(-28px);
}

.kompass-home-refresh .khr-service-tile[href] {
  cursor: pointer;
  transition: filter .22s ease, translate .22s ease;
}

.kompass-home-refresh .khr-service-tile[href]:hover,
.kompass-home-refresh .khr-service-tile[href]:focus-visible {
  filter: brightness(1.1);
  translate: 0 -4px;
}

.kompass-home-refresh .khr-service-media {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 59%;
  background: #244665;
  clip-path: ellipse(88% 76% at 46% 10%);
  overflow: hidden;
}

.kompass-home-refresh .khr-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 21, 47, .04), rgba(2, 21, 47, .36));
}

.kompass-home-refresh .khr-service-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.kompass-home-refresh .khr-service-copy {
  position: absolute;
  z-index: 1;
  right: 13px;
  bottom: 36px;
  left: 13px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.kompass-home-refresh .khr-service-icon {
  width: 42px;
  height: 42px;
  margin-top: -2px;
  background: #0164d6;
  -webkit-mask: url("https://kompass.software/wp-content/uploads/2026/09/kompass-service-icon-placeholder.png") center / contain no-repeat;
  mask: url("https://kompass.software/wp-content/uploads/2026/09/kompass-service-icon-placeholder.png") center / contain no-repeat;
}

.kompass-home-refresh .khr-service-copy strong,
.kompass-home-refresh .khr-service-copy small {
  display: block;
}

.kompass-home-refresh .khr-service-copy strong {
  margin-bottom: 7px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.kompass-home-refresh .khr-service-copy small {
  color: #dce8f8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.28;
}

.kompass-home-refresh .khr-service-tile.is-placeholder {
  background: rgba(13, 42, 77, .78);
}

.kompass-home-refresh .khr-service-tile.is-placeholder .khr-service-media {
  background:
    linear-gradient(150deg, rgba(1, 100, 214, .48), rgba(1, 100, 214, .08)),
    #1d3b5c;
}

.kompass-home-refresh .khr-service-tile.is-placeholder .khr-service-media::after {
  background: linear-gradient(180deg, transparent, rgba(2, 21, 47, .18));
}

@media (max-width: 1180px) {
  .kompass-home-refresh .khr-services-section {
    padding: 56px 0 104px;
  }

  .kompass-home-refresh .khr-services-shell {
    width: 94vw;
  }

  .kompass-home-refresh .khr-services-heading {
    margin-bottom: 36px;
  }

  .kompass-home-refresh .khr-services-heading h2 {
    font-size: 42px;
  }

  .kompass-home-refresh .khr-services-layout {
    display: block;
  }

  .kompass-home-refresh .khr-services-intro {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr);
    gap: 34px;
    padding: 0 0 44px;
  }

  .kompass-home-refresh .khr-services-intro .khr-services-kicker {
    grid-column: 1 / -1;
    margin-bottom: -24px;
  }

  .kompass-home-refresh .khr-services-intro h3 {
    margin: 0;
    font-size: 36px;
  }

  .kompass-home-refresh .khr-services-intro > p:last-child {
    max-width: 520px;
  }

  .kompass-home-refresh .khr-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .kompass-home-refresh .khr-service-tile:nth-child(n + 4) {
    transform: translateY(-14px);
  }

  .kompass-home-refresh .khr-service-copy {
    right: 16px;
    bottom: 42px;
    left: 16px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .kompass-home-refresh .khr-service-icon {
    width: 42px;
    height: 42px;
  }

  .kompass-home-refresh .khr-service-copy strong {
    font-size: 15px;
  }

  .kompass-home-refresh .khr-service-copy small {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .kompass-home-refresh.khr-services-root {
    padding-top: 10vh;
  }

  .kompass-home-refresh .khr-services-section {
    padding: 42px 0 80px;
  }

  .kompass-home-refresh .khr-services-shell {
    width: 96vw;
  }

  .kompass-home-refresh .khr-services-heading {
    width: 92%;
    margin: 0 auto 32px;
  }

  .kompass-home-refresh .khr-services-heading p,
  .kompass-home-refresh .khr-services-kicker {
    font-size: 13px;
  }

  .kompass-home-refresh .khr-services-heading h2 {
    font-size: 32px;
    line-height: 1.04;
  }

  .kompass-home-refresh .khr-services-intro {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 0 0 36px;
  }

  .kompass-home-refresh .khr-services-intro .khr-services-kicker {
    margin-bottom: 8px;
  }

  .kompass-home-refresh .khr-services-intro h3 {
    margin-bottom: 16px;
    font-size: 29px;
  }

  .kompass-home-refresh .khr-services-intro > p:last-child {
    font-size: 15px;
    line-height: 1.42;
  }

  .kompass-home-refresh .khr-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .kompass-home-refresh .khr-service-tile:nth-child(n + 3) {
    transform: translateY(-10px);
  }

  .kompass-home-refresh .khr-service-copy {
    right: 9px;
    bottom: 26px;
    left: 9px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px;
  }

  .kompass-home-refresh .khr-service-icon {
    width: 34px;
    height: 34px;
  }

  .kompass-home-refresh .khr-service-copy strong {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .kompass-home-refresh .khr-service-copy small {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media (max-width: 1100px) and (orientation: portrait) {
.kompass-home-refresh { --shell: 90vw; }

.kompass-home-refresh .benefit-title { font-size: 26px; }

.kompass-home-refresh .hero-shell { padding-top: 44px; }

.kompass-home-refresh .hero h1 {
    width: 100%;
    margin-bottom: 36px;
    font-size: 44px;
  }

.kompass-home-refresh .service-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 145px 110px 250px 150px;
    gap: 14px;
    min-height: 0;
  }

.kompass-home-refresh .mosaic-card { min-height: 0; }

.kompass-home-refresh .signage-card {
    grid-column: 1 / 3;
    grid-row: 1;
    background-position: center top;
  }

.kompass-home-refresh .signage-empty { display: none; }

.kompass-home-refresh .web-card {
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
    width: 100%;
    height: 145px;
  }

.kompass-home-refresh .shop-card {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: 145px;
    overflow: hidden;
  }

.kompass-home-refresh .shop-card::before { display: none; }

.kompass-home-refresh .blue-card.shop-card .pill {
    position: relative;
    bottom: auto;
    left: auto;
    min-width: calc(100% - 24px);
    margin-bottom: 18px;
  }

.kompass-home-refresh .brand-card {
    grid-column: 1 / 3;
    grid-row: 3;
    align-self: stretch;
    height: 110px;
    transform: none;
  }

.kompass-home-refresh .brand-card img { width: 72%; }

.kompass-home-refresh .software-card {
    grid-column: 1 / 3;
    grid-row: 4;
    height: 250px;
    padding: 0 0 18px 22px;
    background-image: var(--khr-software-mobile);
    background-position: right center;
    background-size: auto 100%;
  }

.kompass-home-refresh .software-title {
    top: 24px;
    left: 22px;
    max-width: 52%;
    font-size: 31px;
  }

.kompass-home-refresh .software-card .pill {
    left: 22px;
    min-width: 180px;
  }

.kompass-home-refresh .ticket-card {
    grid-column: 1 / 3;
    grid-row: 5;
    align-self: stretch;
    width: 100%;
    height: 150px;
  }

.kompass-home-refresh .ticket-card::before, .kompass-home-refresh .ticket-card::after {
    top: 49px;
    width: 52px;
    height: 52px;
  }

.kompass-home-refresh .ticket-card::before { left: -26px; }

.kompass-home-refresh .ticket-card::after { right: -26px; }

.kompass-home-refresh .hero-pencil {
    top: 292px;
    right: 38%;
    left: auto;
    width: 115px;
  }

.kompass-home-refresh .benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 20px;
    transform: translateY(45px);
  }

.kompass-home-refresh .benefit-kachel:nth-of-type(n+5) { margin-top: -.7vw; }

.kompass-home-refresh .benefit-kachel p { font-size: 14px; }

.kompass-home-refresh .benefit-card {
    min-height: 155px;
    padding: 0 34px 28px;
    border-radius: 0 0 36px 36px;
  }

.kompass-home-refresh .benefit-card h2 {
    margin: -20px -12px 20px;
    padding: 14px 16px;
    font-size: 20px;
  }

.kompass-home-refresh .benefit-card li {
    padding-left: 42px;
    font-size: 20px;
  }

.kompass-home-refresh .progress-section {
    min-height: 720px;
    background-position: 58% center;
  }

.kompass-home-refresh .progress-curve {
    top: auto;
    bottom: -1px;
    left: 0;
    width: 100%;
  }

.kompass-home-refresh .progress-content { padding-top: 135px; }

.kompass-home-refresh .progress-content .eyebrow { font-size: 44px; }

.kompass-home-refresh .progress-content h2 {
    font-size: 72px;
    white-space: nowrap;
  }

.kompass-home-refresh .progress-content > p:last-child { font-size: 20px; }

.kompass-home-refresh .content-showcase {
    min-height: 940px;
    padding: 50px 5vw 0;
  }

.kompass-home-refresh .content-copy {
    width: 100%;
    padding-top: 20px;
  }

.kompass-home-refresh .content-copy h2 {
    margin-bottom: 35px;
    font-size: 52px;
  }

.kompass-home-refresh .content-columns {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

.kompass-home-refresh .content-columns li {
    padding-left: 32px;
    font-size: 18px;
  }

.kompass-home-refresh .primary-button {
    min-width: 100%;
    margin-top: 28px;
  }

.kompass-home-refresh .display-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: 70%;
    margin: 20px -4% -15% auto;
  }

.kompass-home-refresh .content-arrow-a, .kompass-home-refresh .content-arrow-b { display: none; }
}

@media (min-width: 800px) and (max-width: 1100px) and (min-height: 600px) and (orientation: landscape) {
.kompass-home-refresh { --shell: 90vw; }

.kompass-home-refresh .service-mosaic {
    display: grid;
    grid-template-columns: .95fr 1.32fr .82fr;
    grid-template-rows: 235px 95px 190px;
    gap: 14px;
    min-height: 0;
  }

.kompass-home-refresh .signage-card { grid-column: 1; grid-row: 1; }

.kompass-home-refresh .signage-empty {
    display: flex;
    grid-column: 1;
    grid-row: 2;
  }

.kompass-home-refresh .web-card {
    grid-column: 2;
    grid-row: 1;
    width: calc(100% - 75px);
    height: 170px;
  }

.kompass-home-refresh .brand-card {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    height: 82px;
    transform: translateY(-26px);
  }

.kompass-home-refresh .shop-card {
    grid-column: 3;
    grid-row: 1 / 3;
    overflow: visible;
    width: 100%;
    height: auto;
  }

.kompass-home-refresh .shop-card::before {
    display: block;
    left: -50px;
    width: 60px;
    height: 170px;
  }

.kompass-home-refresh .blue-card.shop-card .pill {
    position: absolute;
    bottom: 40px;
    left: 24px;
    min-width: calc(100% - 48px);
    margin: 0;
  }

.kompass-home-refresh .software-card {
    grid-column: 1 / 3;
    grid-row: 3;
    height: 190px;
  }

.kompass-home-refresh .ticket-card {
    grid-column: 3;
    grid-row: 3;
    align-self: start;
    height: 190px;
  }

.kompass-home-refresh .benefit-card {
    min-height: 190px;
    padding-bottom: 25px;
  }

.kompass-home-refresh .display-wrap {
    top: -20%;
    width: 36%;
    margin-right: 15px;
  }

.kompass-home-refresh .progress-curve {
    top: auto;
    bottom: -1px;
  }

.kompass-home-refresh .content-showcase { padding-top: 0; }

.kompass-home-refresh .content-copy { padding-top: 18px; }

.kompass-home-refresh .hero-pencil {
    top: -58px;
    left: 59%;
    right: auto;
    width: 175px;
  }
}

@media (max-width: 520px) and (orientation: portrait) {
.kompass-home-refresh .hero h1 {
    margin-bottom: 28px;
    font-size: 36px;
  }

.kompass-home-refresh .service-mosaic {
    grid-template-rows: 280px 125px 90px 225px 130px;
    gap: 12px;
  }

.kompass-home-refresh .web-card, .kompass-home-refresh .shop-card { height: 125px; }

.kompass-home-refresh .brand-card {
    min-height: 0;
    height: 90px;
  }

.kompass-home-refresh .brand-card img { width: 82%; }

.kompass-home-refresh .software-card {
    min-height: 0;
    height: 225px;
    overflow: hidden;
    border-radius: 12px;
    background-image: var(--khr-software);
    background-position: calc(100% + 70px) center;
    background-size: auto 100%;
  }

.kompass-home-refresh .software-title {
    max-width: 55%;
    font-size: 26px;
  }

.kompass-home-refresh .software-card .pill {
    position: absolute;
    min-width: 145px;
  }

.kompass-home-refresh .software-card .pill-secondary { bottom: 14px; }

.kompass-home-refresh .software-card .pill:not(.pill-secondary) { bottom: 50px; }

.kompass-home-refresh .ticket-card {
    min-height: 0;
    height: 130px;
  }

.kompass-home-refresh .ticket-card::after { background: var(--navy); }

.kompass-home-refresh .hero-pencil {
    top: 252px;
    right: 31%;
    width: 95px;
  }

.kompass-home-refresh .benefit-card {
    min-height: 145px;
    padding-inline: 24px;
  }

.kompass-home-refresh .benefit-card h2 { font-size: 17px; }

.kompass-home-refresh .benefit-card li { font-size: 17px; }

.kompass-home-refresh .progress-section {
    min-height: 620px;
    background-position: center, 72% top;
    background-size: 100% 100%, auto 125%;
  }

.kompass-home-refresh .progress-curve { bottom: -1px; }

.kompass-home-refresh .progress-content { padding-top: 120px; }

.kompass-home-refresh .progress-content .eyebrow { font-size: 38px; }

.kompass-home-refresh .progress-content h2 { font-size: 51px; }

.kompass-home-refresh .progress-content > p:last-child { font-size: 17px; }

.kompass-home-refresh .content-showcase { min-height: 470px; }

.kompass-home-refresh .content-copy h2 { font-size: 46px; }

.kompass-home-refresh .content-columns { gap: 10px; }

.kompass-home-refresh .content-columns li {
    padding-left: 25px;
    font-size: 15px;
  }

.kompass-home-refresh .display-wrap {
    display: none;
  }
}

@media (min-width: 1101px) {
.kompass-home-refresh { --shell: 82.11vw; }

.kompass-home-refresh .outline-hero-top-a { top: -2.91vw; width: 11.53vw; }

.kompass-home-refresh .outline-hero-top-b { top: 3.56vw; right: -1.22vw; width: 11.58vw; }

.kompass-home-refresh .outline-hero-bottom { left: -2.58vw; width: 11.67vw; }

.kompass-home-refresh .hero-shell { padding: 1.5vw 0 5vw; }

.kompass-home-refresh .hero h1 {
    max-width: 80.51vw;
    margin-bottom: 3.38vw;
    font-size: 3.19vw;
  }

.kompass-home-refresh .service-mosaic {
    grid-template-rows: 16.2vw 6.7vw 14.56vw;
    gap: 1.31vw;
    min-height: 40.08vw;
  }

.kompass-home-refresh .mosaic-card {
    border-radius: .563vw;
  }

.kompass-home-refresh .web-card {
    width: calc(100% - 6.58vw);
    height: 10.78vw;
  }

.kompass-home-refresh .brand-card {
    height: 7.16vw;
    transform: translateY(-3.12vw);
  }

.kompass-home-refresh .brand-card img {
    width: 90%;
    max-width: 32.82vw;
  }

.kompass-home-refresh .shop-card::before {
    left: -4.97vw;
    width: 5.53vw;
    border-radius: .563vw 0 .844vw .563vw;
  }

.kompass-home-refresh .software-card {
    height: 11.72vw;
    padding: 0 0 1.13vw 3.94vw;
  }

.kompass-home-refresh .ticket-card { height: 11.72vw; }

.kompass-home-refresh .pill {
    min-width: 14.77vw;
    max-width: calc(100% - 1.5vw);
    margin-bottom: 1.69vw;
    padding: .375vw .844vw;
    border-radius: .375vw;
    font-size: 1.03vw;
  }

.kompass-home-refresh .blue-card.shop-card .pill {
    bottom: 2.91vw;
    left: 2.53vw;
    min-width: 14.06vw;
  }

.kompass-home-refresh .software-card .pill {
    bottom: 2.91vw;
    left: 3.94vw;
    min-width: 14.06vw;
  }

.kompass-home-refresh .software-card .pill-secondary { bottom: .938vw; }

.kompass-home-refresh .software-title {
    left: 3.94vw;
    font-size: 2.44vw;
  }

.kompass-home-refresh .ticket-seam { border-left-width: .375vw; }

.kompass-home-refresh .ticket-card::before, .kompass-home-refresh .ticket-card::after {
    right: -1.97vw;
    width: 3.94vw;
    height: 3.94vw;
  }

.kompass-home-refresh .ticket-card::before { left: -1.97vw; }

.kompass-home-refresh .hero-pencil {
    top: -4.45vw;
    width: 14.06vw;
    filter: drop-shadow(0 .75vw .656vw rgba(0,0,0,.22));
  }

.kompass-home-refresh .benefit-card {
    min-height: 11.72vw;
    padding: 0 2.06vw 2.34vw;
    border-radius: 0 0 2.63vw 2.63vw;
  }

.kompass-home-refresh .benefit-card h2 {
    margin: -1.31vw -1.03vw 1.5vw;
    padding: .938vw .844vw;
    border-radius: .375vw;
    font-size: 1.27vw;
  }

.kompass-home-refresh .benefit-card li, .kompass-home-refresh .content-columns li {
    margin: .516vw 0;
    padding-left: 2.63vw;
    font-size: 1.41vw;
  }

.kompass-home-refresh .progress-section { min-height: 43.6vw; }

.kompass-home-refresh .progress-content { padding-top: 9.61vw; }

.kompass-home-refresh .progress-content .eyebrow { font-size: 3.42vw; }

.kompass-home-refresh .progress-content h2 { font-size: 6.1vw; }

.kompass-home-refresh .progress-content > p:last-child {
    margin: .844vw 0;
    font-size: 1.59vw;
  }

.kompass-home-refresh .arrow-one { width: 11.53vw; }

.kompass-home-refresh .arrow-two { width: 11.39vw; }

.kompass-home-refresh .content-showcase {
    min-height: 50.63vw;
    padding: 1.17vw 9.45vw;
  }

.kompass-home-refresh .content-copy { padding-top: 2.81vw; }

.kompass-home-refresh .content-copy h2 {
    margin-bottom: 2.72vw;
    font-size: 3.66vw;
  }

.kompass-home-refresh .content-columns {
    grid-template-columns: repeat(2, minmax(10.31vw, 1fr));
    gap: 1.41vw;
  }

.kompass-home-refresh .content-columns li {
    margin: 1.13vw 0;
    font-size: 1.69vw;
  }

.kompass-home-refresh .primary-button {
    min-width: 26.25vw;
    margin-top: 3.05vw;
    padding: 1.03vw 1.69vw;
    border-radius: .375vw;
    font-size: .938vw;
  }

.kompass-home-refresh .display-wrap {
    width: 35%;
    max-width: none;
    margin-right: 7.03vw;
  }

.kompass-home-refresh .display-wrap img {
    filter: drop-shadow(0 1.31vw 1.31vw rgba(0,0,0,.26));
  }

.kompass-home-refresh .content-arrow-a { width: 11.35vw; }

.kompass-home-refresh .content-arrow-b { width: 11.58vw; }
}

.kompass-home-refresh .web-card {
  background-color: var(--navy);
  background-image: var(--khr-grafikdesign);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: visible;
}

.kompass-home-refresh .shop-card {
  background: transparent;
  overflow: visible;
  z-index: 2;
}

.kompass-home-refresh .shop-card::before {
  display: block;
  top: 0;
  left: -30.72%;
  width: 130.72%;
  height: 100%;
  background-color: transparent;
  background-image: var(--khr-online-shops);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0;
}

.kompass-home-refresh .tile-art {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: none;
  pointer-events: none;
}

.kompass-home-refresh .web-card .tile-art, .kompass-home-refresh .shop-card .tile-art {
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.kompass-home-refresh .web-card .tile-art {
  clip-path: polygon(59% 0, 66% 0, 100% 73%, 100% 91%, 94% 89%, 59% 10%);
}

.kompass-home-refresh .shop-card .tile-art {
  top: 32.6%;
  left: 0;
  width: 78%;
  height: auto;
  transform: none;
  clip-path: none;
}

.kompass-home-refresh .ticket-card .tile-art {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.kompass-home-refresh .ticket-card::before, .kompass-home-refresh .ticket-card::after, .kompass-home-refresh .ticket-seam {
  display: none;
}

.kompass-home-refresh .ticket-card { 
  background: transparent; 
  z-index: 1;
}

@media (min-width: 1101px) {
.kompass-home-refresh .service-mosaic {
    grid-template-rows: 16.2vw 6.7vw 9.38vw;
    min-height: 34.9vw;
  }

.kompass-home-refresh .software-card, .kompass-home-refresh .ticket-card {
    height: 10.78vw;
  }
}

@media (min-width: 521px) and (max-width: 1100px) and (orientation: portrait) {
.kompass-home-refresh .brand-card { z-index: 5; }

.kompass-home-refresh .ticket-card {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 520px) and (orientation: portrait) {
.kompass-home-refresh .service-mosaic {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
  }

.kompass-home-refresh .service-mosaic .mosaic-card {
    align-self: stretch;
    width: 100%;
    height: auto;
    margin-left: 0;
    clip-path: none;
  }

.kompass-home-refresh .mosaic-card { min-height: 180px; }

.kompass-home-refresh .signage-card { min-height: 330px; }

.kompass-home-refresh .signage-empty { min-height: 95px; }

.kompass-home-refresh .brand-card {
    min-height: 145px;
    transform: none;
  }

.kompass-home-refresh .shop-card, .kompass-home-refresh .ticket-card { min-height: 210px; }

.kompass-home-refresh .web-card {
    background-position: left center;
  }

.kompass-home-refresh .web-card .tile-art {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }

.kompass-home-refresh .shop-card::before {
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: 100% auto;
  }

.kompass-home-refresh .shop-card .tile-art {
    top: -42px;
    left: 44%;
    width: 55%;
  }

.kompass-home-refresh .software-card {
    min-height: 245px;
    height: auto;
    padding: 0 0 14px 18px;
    background-image: var(--khr-software-mobile);
    background-position: right center;
    background-size: auto 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 6px;
  }

.kompass-home-refresh .software-title {
    position: static;
    display: block;
    max-width: 64%;
    margin: 0 0 auto;
    padding-top: 25px;
    font-size: 30px;
    line-height: 1;
  }

.kompass-home-refresh .software-card .pill {
    position: static;
    min-width: 150px;
    margin: 0;
    padding-inline: 9px;
    font-size: 12px;
  }

.kompass-home-refresh .software-card .pill-secondary { margin-left: 0; }

.kompass-home-refresh .hero-pencil {
    top: 500px;
    right: -15px;
    left: auto;
  }
}

@media (max-width: 520px) {
.kompass-home-refresh .web-card { background-position: left center; }

.kompass-home-refresh .web-card .tile-art {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 1100px) and (orientation: portrait) {
.kompass-home-refresh .brand-card {
    z-index: 5;
    background: var(--navy);
  }

.kompass-home-refresh .shop-card {
    background: transparent;
    overflow: visible;
  }

.kompass-home-refresh .shop-card::before {
    left: 0;
    width: 100%;
    background-position: center top;
    background-size: 100% auto;
  }

.kompass-home-refresh .shop-card .tile-art {
    top: -42px;
    left: 44%;
    width: 55%;
    transform: none;
  }
}

@media (max-width: 520px) and (orientation: portrait) {
.kompass-home-refresh .shop-card .tile-art {
    top: -15px;
    left: 30%;
    width: 70%;
  }
}

body.kompass-popup-open { overflow: hidden; }

.kompass-home-refresh .mosaic-card[data-popup-image] { cursor: pointer; }

.kompass-home-refresh .service-popup {
  --popup-shift-x: 0%;
  --popup-panel-right: 1%;
  --popup-panel-top: 0%;
  --popup-close-size: 52px;
  --popup-close-half: 26px;
  width: 92vw;
  max-width: 1500px;
  max-height: 94vh;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  transform: translateX(var(--popup-shift-x));
}

.kompass-home-refresh .service-popup[data-popup-variant="grafikdesign"] {
  --popup-shift-x: -3.85%;
  --popup-panel-right: .96%;
  --popup-panel-top: 27.68%;
}

.kompass-home-refresh .service-popup[data-popup-variant="software"] {
  --popup-shift-x: -4.73%;
  --popup-panel-right: .94%;
  --popup-panel-top: 29.49%;
}

.kompass-home-refresh .service-popup[data-popup-variant="events"] {
  --popup-panel-right: 9.33%;
  --popup-panel-top: 15.9%;
}

.kompass-home-refresh .service-popup::backdrop {
  background: rgba(2, 14, 36, .84);
  backdrop-filter: blur(5px);
}

.kompass-home-refresh .service-popup-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 94vh;
}

.kompass-home-refresh .service-popup-image {
  width: 100%;
  max-height: 94vh;
  object-fit: contain;
}

.kompass-home-refresh .service-popup-close, .kompass-home-refresh .service-popup-link {
  position: absolute;
  z-index: 2;
  color: #fff;
  background: #0870db;
  border: 2px solid #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  font-family: "Eras Bold ITC", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.kompass-home-refresh .service-popup-close {
  top: calc(var(--popup-panel-top) - var(--popup-close-half));
  right: calc(var(--popup-panel-right) - var(--popup-close-half));
  display: grid;
  width: var(--popup-close-size);
  height: var(--popup-close-size);
  padding: 0 0 5px;
  place-items: center;
  border-radius: 50%;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.kompass-home-refresh .service-popup-link {
  bottom: 24px;
  left: 50%;
  min-width: 260px;
  padding: 14px 28px;
  border-radius: 7px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transform: translateX(-50%);
}

.kompass-home-refresh .service-popup-close:hover, .kompass-home-refresh .service-popup-close:focus-visible, .kompass-home-refresh .service-popup-link:hover, .kompass-home-refresh .service-popup-link:focus-visible {
  color: #082f73;
  background: #fff;
  outline: 3px solid #0582f6;
  outline-offset: 3px;
}

.kompass-home-refresh .contact-popup {
  width: 720px;
  max-width: 90vw;
  padding: 0;
  overflow: visible;
  color: #fff;
  background: transparent;
  border: 0;
}

.kompass-home-refresh .contact-popup::backdrop {
  background: rgba(2, 14, 36, .84);
  backdrop-filter: blur(5px);
}

.kompass-home-refresh .contact-popup-content {
  position: relative;
  padding: 42px;
  overflow: visible;
  background:#083991;
  border: 3px solid #fff;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .4);
  animation: contact-popup-in 420ms cubic-bezier(.18, .89, .32, 1.2) both;
}

@keyframes contact-popup-in {
  from { opacity: 0; transform: translateY(24px) scale(.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.kompass-home-refresh .contact-popup-close {
  position: absolute;
  z-index: 2;
  top: -24px;
  right: -24px;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0 0 5px;
  color: #fff;
  background: #082f73;
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.kompass-home-refresh .contact-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, .28);
}

.kompass-home-refresh .contact-popup-header h2 {
  max-width: 430px;
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
}

.kompass-home-refresh .contact-popup-header img {
  width: 180px;
  flex: 0 0 auto;
}

.kompass-home-refresh .contact-popup-body > p {
  margin: 30px 0 18px;
  font-size: 18px;
}

.kompass-home-refresh .contact-option {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 92px;
  margin-top: 12px;
  padding: 16px 22px;
  color: #082f73;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 9px;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.kompass-home-refresh .contact-option:hover, .kompass-home-refresh .contact-option:focus-visible {
  color: #fff;
  background: #082f73;
  transform: translateX(6px);
}

.kompass-home-refresh .contact-option-icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  color: #0870db;
  place-items: center;
}

.kompass-home-refresh .contact-option-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kompass-home-refresh .contact-option:hover .contact-option-icon, .kompass-home-refresh .contact-option:focus-visible .contact-option-icon { color: #fff; }

.kompass-home-refresh .contact-option-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.kompass-home-refresh .contact-option-copy small { font-size: 15px; }

.kompass-home-refresh .contact-option-copy strong {
  font-size: 23px;
  overflow-wrap: anywhere;
}

.kompass-home-refresh .contact-popup-close:hover, .kompass-home-refresh .contact-popup-close:focus {
  color: #082f73;
  background: #fff;
  border: 2px solid #fff;
  outline: none;
}

@media (max-width: 520px) {
.kompass-home-refresh .service-popup {
    width: 96vw;
    max-height: 92vh;
  }

.kompass-home-refresh .service-popup-frame, .kompass-home-refresh .service-popup-image { max-height: 92vh; }

.kompass-home-refresh .service-popup-close {
    --popup-close-size: 42px;
    --popup-close-half: 21px;
    padding-bottom: 4px;
    font-size: 31px;
  }

.kompass-home-refresh .service-popup-link {
    bottom: 8px;
    min-width: 170px;
    padding: 10px 14px;
    font-size: 14px;
  }

.kompass-home-refresh .contact-popup { max-width: 92vw; }

.kompass-home-refresh .contact-popup-content { padding: 28px 20px 22px; }

.kompass-home-refresh .contact-popup-close {
    top: -18px;
    right: -10px;
    width: 44px;
    height: 44px;
    padding-bottom: 4px;
    font-size: 32px;
  }

.kompass-home-refresh .contact-popup-header {
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 20px;
  }

.kompass-home-refresh .contact-popup-header h2 { font-size: 25px; }

.kompass-home-refresh .contact-popup-header img { width: 108px; }

.kompass-home-refresh .contact-popup-body > p { margin: 22px 0 14px; font-size: 15px; }

.kompass-home-refresh .contact-option {
    gap: 12px;
    min-height: 82px;
    padding: 12px;
  }

.kompass-home-refresh .contact-option-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

.kompass-home-refresh .contact-option-icon svg { width: 34px; height: 34px; }

.kompass-home-refresh .contact-option-copy small { font-size: 13px; }

.kompass-home-refresh .contact-option-copy strong { font-size: 17px; }
}

@media (max-width: 1100px) and (orientation: portrait) {
.kompass-home-refresh .service-mosaic { grid-template-rows: 320px 72px 145px 110px 250px 150px; }

.kompass-home-refresh .signage-empty {
    display: flex;
    grid-column: 1 / 3;
    grid-row: 2;
  }

.kompass-home-refresh .web-card { grid-row: 3; }

.kompass-home-refresh .shop-card { grid-row: 3; }

.kompass-home-refresh .brand-card { grid-row: 4; }

.kompass-home-refresh .software-card { grid-row: 5; }

.kompass-home-refresh .ticket-card { grid-row: 6; }
}

@media (max-width: 520px) and (orientation: portrait) {
.kompass-home-refresh .service-mosaic { grid-template-rows: 280px 66px 125px 90px 225px 130px; }
}

@media (min-width: 521px) and (max-width: 1100px) and (orientation: portrait) {
.kompass-home-refresh .service-mosaic {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
  }

.kompass-home-refresh .service-mosaic .mosaic-card {
    align-self: stretch;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    clip-path: none;
  }

.kompass-home-refresh .signage-card { height: 360px; }

.kompass-home-refresh .signage-empty { height: 80px; }

.kompass-home-refresh .web-card {
    height: 190px;
    background-position: left center;
  }

.kompass-home-refresh .brand-card {
    height: 130px;
    transform: none;
  }

.kompass-home-refresh .brand-card img { width: 72%; }

.kompass-home-refresh .shop-card {
    height: 280px;
    overflow: visible;
  }

.kompass-home-refresh .shop-card::before {
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
  }

.kompass-home-refresh .shop-card .tile-art {
    top: -24px;
    left: 53%;
    width: 45%;
  }

.kompass-home-refresh .blue-card.shop-card .pill {
    position: absolute;
    bottom: 24px;
    left: 5%;
    min-width: 55%;
    margin: 0;
  }

.kompass-home-refresh .software-card {
    height: 300px;
    padding: 0 0 18px 24px;
    background-image: var(--khr-software-mobile);
    background-position: right center;
    background-size: auto 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 7px;
  }

.kompass-home-refresh .software-title {
    position: static;
    display: block;
    max-width: 55%;
    margin: 0 0 auto;
    padding-top: 30px;
    font-size: 36px;
    line-height: 1;
  }

.kompass-home-refresh .software-card .pill {
    position: static;
    min-width: 190px;
    margin: 0;
  }

.kompass-home-refresh .software-card .pill-secondary { margin-left: 0; }

.kompass-home-refresh .ticket-card { height: 190px; }

.kompass-home-refresh .hero-pencil {
    top: 430px;
    right: 12%;
    left: auto;
    width: 135px;
  }
}

@media (max-width: 520px) {
  .kompass-home-refresh .benefit-title {
    margin: 35px 0 -37px;
    font-size: 24px;
    line-height: 1.15;
  }

  .kompass-home-refresh .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 20px;
  }

  .kompass-home-refresh .benefit-kachel:nth-of-type(n+3) {
    margin-top: -1.5vw;
  }

  .kompass-home-refresh .benefit-kachel p {
    font-size: 14px;
  }
}

/* Finaler Kachelrahmen-Override: originale KOMPASS-Signage-Form. */
.kompass-home-refresh .khr-service-grid {
  column-gap: 12px;
  row-gap: 0;
}

.kompass-home-refresh .khr-service-tile,
.kompass-home-refresh .khr-service-tile.is-placeholder {
  aspect-ratio: 590 / 796;
  background-color: transparent;
  background-image: url("https://kompass.software/wp-content/uploads/2026/09/kachel-signage-dunkel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  overflow: visible;
}

.kompass-home-refresh .khr-service-media {
  inset: 0;
  width: 100%;
  height: 100%;
  background: none;
  clip-path: polygon(100.1% 13.8%, 100.5% 101.3%, 2% 12.8%, 17% 0%, 83.3% 0%);
}

.kompass-home-refresh .khr-service-media::after { display: none; }

.kompass-home-refresh .khr-service-media img {
  width: 100%;
  height: 100%;
  object-position: 55% center;
}

.kompass-home-refresh .khr-service-copy {
  top: auto;
  right: auto;
  bottom: 14%;
  left: 4%;
  display: block;
  width: 92%;
  text-align: center;
  transform: none;
}

.kompass-home-refresh .khr-service-icon {
  display: block;
  position: absolute;
  top: auto;
  bottom: calc(100% + 4px);
  left: 0;
  width: 22%;
  height: auto;
  aspect-ratio: 1;
  margin: 0;
  background: #0164d6;
  transform: none;
}

.kompass-home-refresh .khr-service-copy > span:last-child {
  display: block;
  width: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}

.kompass-home-refresh .khr-service-copy small { display: none; }

.kompass-home-refresh .khr-service-copy strong {
  margin: 0;
  color: white;
  font-size: 15px;
  line-height: 1.15;
  overflow-wrap: break-word;
  white-space: normal;
}

.kompass-home-refresh .khr-service-tile.is-placeholder .khr-service-media,
.kompass-home-refresh .khr-service-tile.is-placeholder .khr-service-copy { display: none; }

@media (max-width: 1180px) {
  .kompass-home-refresh .khr-service-grid { column-gap: 8px; }
  .kompass-home-refresh .khr-service-copy strong { font-size: 18px; }
}

@media (max-width: 600px) {
  .kompass-home-refresh .khr-service-grid { column-gap: 6px; }
  .kompass-home-refresh .khr-service-copy strong { font-size: 14px; }
}

/* Einheitliche Proportionen fuer Desktop sowie Tablet im Querformat. */
@media (min-width: 1101px),
       (min-width: 800px) and (max-width: 1100px) and (min-height: 600px) and (orientation: landscape) {
  .kompass-home-refresh .khr-services-section {
    padding: 3.33vw 0 5.83vw;
  }

  .kompass-home-refresh .khr-services-shell {
    width: 87.5vw;
    max-width: none;
  }

  .kompass-home-refresh .khr-services-heading {
    max-width: 51.04vw;
    margin-bottom: 2.71vw;
  }

  .kompass-home-refresh .khr-services-heading p,
  .kompass-home-refresh .khr-services-kicker {
    margin-bottom: .52vw;
    font-size: .89vw;
  }

  .kompass-home-refresh .khr-services-heading h2 {
    max-width: 51.04vw;
    font-size: 2.5vw;
  }

  .kompass-home-refresh .khr-services-layout {
    display: grid;
    grid-template-columns: 17.19vw minmax(0, 1fr);
    gap: 1.56vw;
  }

  .kompass-home-refresh .khr-services-intro {
    display: block;
    padding: 2.5vw 1.56vw 1.88vw 0;
  }

  .kompass-home-refresh .khr-services-intro .khr-services-kicker {
    margin-bottom: .52vw;
  }

  .kompass-home-refresh .khr-services-intro h3 {
    margin-bottom: 1.35vw;
    font-size: 1.88vw;
  }

  .kompass-home-refresh .khr-services-intro > p:last-child {
    max-width: 15.63vw;
    font-size: .89vw;
  }

  .kompass-home-refresh .khr-service-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: .63vw;
    row-gap: 0;
  }

  .kompass-home-refresh .khr-service-tile:nth-child(n + 4) {
    transform: none;
  }

  .kompass-home-refresh .khr-service-tile:nth-child(n + 7) {
    transform: translateY(-1.46vw);
  }

  .kompass-home-refresh .khr-service-copy strong {
    font-size: .78vw;
  }
}

/* Smartphones im Querformat bleiben in der zweispaltigen Mobile-Darstellung. */
@media (max-width: 1100px) and (max-height: 599px) and (orientation: landscape) {
  .kompass-home-refresh .khr-services-section {
    padding: 42px 0 80px;
  }

  .kompass-home-refresh .khr-services-shell {
    width: 96vw;
  }

  .kompass-home-refresh .khr-services-heading,
  .kompass-home-refresh .khr-services-intro {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }

  .kompass-home-refresh .khr-services-heading {
    margin-bottom: 32px;
  }

  .kompass-home-refresh .khr-services-heading h2 {
    font-size: 32px;
  }

  .kompass-home-refresh .khr-services-intro {
    display: block;
    padding-bottom: 36px;
  }

  .kompass-home-refresh .khr-services-intro .khr-services-kicker {
    margin-bottom: 8px;
  }

  .kompass-home-refresh .khr-services-intro h3 {
    margin-bottom: 16px;
    font-size: 29px;
  }

  .kompass-home-refresh .khr-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 0;
  }

  .kompass-home-refresh .khr-service-tile:nth-child(n + 3) {
    transform: translateY(-10px);
  }

  .kompass-home-refresh .khr-service-copy strong {
    font-size: 14px;
  }
}

/* Tablet hoch folgt bewusst dem zweispaltigen Mobile-Aufbau. */
@media (min-width: 601px) and (max-width: 1100px) and (orientation: portrait) {
  .kompass-home-refresh .khr-services-shell {
    width: 96vw;
  }

  .kompass-home-refresh .khr-services-heading,
  .kompass-home-refresh .khr-services-intro {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }

  .kompass-home-refresh .khr-services-intro {
    display: block;
    padding-bottom: 40px;
  }

  .kompass-home-refresh .khr-services-intro .khr-services-kicker {
    margin-bottom: 8px;
  }

  .kompass-home-refresh .khr-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 0;
  }

  .kompass-home-refresh .khr-service-tile:nth-child(n + 3) {
    transform: translateY(-12px);
  }

  .kompass-home-refresh .khr-service-copy strong {
    font-size: 18px;
  }
}

.kompass-home-refresh .khr-service-media img {
  object-position: center;
}

/* Wolf-inspirierter Aufbau mit KOMPASS-Typografie und -Farben. */
.kompass-home-refresh .khr-services-section {
  isolation: isolate;
  font-family: "Raleway KHR", Raleway, Arial, sans-serif;
  background:
    linear-gradient(100deg, rgba(2, 22, 58, .95) 0%, rgba(3, 45, 105, .82) 49%, rgba(2, 28, 69, .94) 100%),
    url("https://kompass.software/wp-content/uploads/2026/09/kompass-home-gebaeude.webp") left 38% / 68% auto no-repeat,
    #072e6d;
}

.kompass-home-refresh .khr-services-section::before {
  z-index: 0;
  inset: 28% -4% -22%;
  width: auto;
  height: auto;
  border-radius: 0;
  background: #0164d6;
  clip-path: polygon(0 43%, 100% 5%, 100% 100%, 0 100%);
  transform: none;
}

.kompass-home-refresh .khr-services-heading {
  max-width: none;
  text-align: center;
}

.kompass-home-refresh .khr-services-heading h2,
.kompass-home-refresh .khr-services-intro,
.kompass-home-refresh .khr-services-intro h3,
.kompass-home-refresh .khr-services-intro p,
.kompass-home-refresh .wolf-service-tiles__eyebrow {
  font-family: "Raleway KHR", Raleway, Arial, sans-serif;
}

.kompass-home-refresh .khr-services-heading h2 {
  max-width: none;
  font-family: "Raleway KHR", Raleway, Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: .98;
  text-shadow: 0 3px 15px rgba(0, 0, 0, .4);
}

.kompass-home-refresh .khr-services-intro {
  max-width: 330px;
  color: white;
  text-align: center;
}

.kompass-home-refresh .wolf-service-tiles__eyebrow {
  display: block;
  padding-top: 15px;
  border-top: 3px solid #0164d6;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kompass-home-refresh .khr-services-intro h3 {
  margin: 0 0 18px;
  color: white;
  font-family: "Raleway KHR", Raleway, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: .98;
  text-transform: uppercase;
}

.kompass-home-refresh .khr-services-intro > p,
.kompass-home-refresh .khr-services-intro > p:last-child {
  max-width: 31ch;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .9);
  font-family: "Raleway KHR", Raleway, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.kompass-home-refresh .khr-service-tile:not(.is-placeholder) {
  cursor: default;
  filter: drop-shadow(0 8px 9px rgba(0, 0, 0, .34));
  transition: filter 320ms cubic-bezier(.22, 1, .36, 1), translate 320ms cubic-bezier(.22, 1, .36, 1);
}

.kompass-home-refresh .khr-service-tile:not(.is-placeholder) .khr-service-media img {
  transform: scale(1.04);
  transition: filter 420ms cubic-bezier(.22, 1, .36, 1), transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.kompass-home-refresh .khr-service-tile:not(.is-placeholder):hover,
.kompass-home-refresh .khr-service-tile:not(.is-placeholder):focus-visible {
  filter: drop-shadow(0 14px 13px rgba(0, 0, 0, .48));
  outline: none;
  translate: 0 -8px;
}

.kompass-home-refresh .khr-service-tile:not(.is-placeholder):hover .khr-service-media img,
.kompass-home-refresh .khr-service-tile:not(.is-placeholder):focus-visible .khr-service-media img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.11);
}

@media (min-width: 1101px),
       (min-width: 800px) and (max-width: 1100px) and (min-height: 600px) and (orientation: landscape) {
  .kompass-home-refresh .khr-services-heading {
    max-width: none;
    margin-bottom: 2.71vw;
  }

  .kompass-home-refresh .khr-services-heading h2 {
    max-width: none;
    font-size: 2.71vw;
    text-align: left;
    text-transform: uppercase;
  }

  .kompass-home-refresh .khr-services-layout {
    grid-template-columns: 25% minmax(0, 1fr);
    gap: 2.5vw;
  }

  .kompass-home-refresh .khr-services-intro {
    max-width: none;
    padding-top: 2.19vw;
    padding-right: 0;
  }

  .kompass-home-refresh .wolf-service-tiles__eyebrow {
    padding-top: .78vw;
    border-top-width: .16vw;
    margin-bottom: .52vw;
    font-size: .63vw;
  }

  .kompass-home-refresh .khr-services-intro h3 {
    margin-bottom: .94vw;
    font-size: 2.6vw;
    font-weight: 900;
  }

  .kompass-home-refresh .khr-services-intro > p,
  .kompass-home-refresh .khr-services-intro > p:last-child {
    max-width: 51ch;
    margin-bottom: .52vw;
    font-size: .78vw;
  }

  .kompass-home-refresh .khr-service-tile:not(.is-placeholder):hover,
  .kompass-home-refresh .khr-service-tile:not(.is-placeholder):focus-visible {
    translate: 0 -.42vw;
  }
}

@media (max-width: 1100px) and (orientation: portrait) {
  .kompass-home-refresh .khr-services-section {
    background-position: center, left top, center;
    background-size: auto, 100% auto, auto;
  }

  .kompass-home-refresh .khr-services-section::before {
    inset: 17% -10% -5%;
    clip-path: polygon(0 22%, 100% 4%, 100% 100%, 0 100%);
  }

  .kompass-home-refresh .khr-services-heading {
    max-width: none;
    text-align: center;
  }

  .kompass-home-refresh .khr-services-intro {
    max-width: none;
  }

  .kompass-home-refresh .khr-services-heading h2 {
    font-size: 36px;
  }

  .kompass-home-refresh .khr-services-intro h3 {
    font-size: 43px;
    font-weight: 900;
  }

  .kompass-home-refresh .wolf-service-tiles__eyebrow {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  .kompass-home-refresh .khr-services-heading h2 {
    font-size: 30px;
  }

  .kompass-home-refresh .khr-services-intro h3 {
    font-size: 45px;
  }
}

@media (max-width: 390px) and (orientation: portrait) {
  .kompass-home-refresh .khr-services-heading h2 {
    font-size: 25px;
  }

  .kompass-home-refresh .khr-services-intro h3 {
    font-size: 38px;
  }
}

@media (max-width: 1100px) and (max-height: 599px) and (orientation: landscape) {
  .kompass-home-refresh .khr-services-section {
    background-position: center, left top, center;
    background-size: auto, 70% auto, auto;
  }

  .kompass-home-refresh .khr-services-section::before {
    inset: 17% -10% -5%;
    clip-path: polygon(0 22%, 100% 4%, 100% 100%, 0 100%);
  }
}
