/*
 * AusbilderPilot Premium Startseite
 * Eine nachgelagerte, ausschließlich auf die Verkaufsseite begrenzte Designschicht.
 */

.home {
  --premium-night: #173b3d;
  --premium-ink: #203238;
  --premium-primary: #176b63;
  --premium-mint: #edf3f1;
  --premium-surface: #f5f7f6;
  --premium-action: #e7a73c;
  --premium-action-hover: #f0b84f;
  --premium-muted: #465d61;
  --premium-line: #d8e2df;
  --premium-line-dark: rgba(231, 241, 238, .16);
  --premium-shadow: 0 30px 80px rgba(8, 38, 40, .2);
}

/* Navigation */

.home .topbar {
  border-bottom-color: rgba(17, 47, 51, .1);
  box-shadow: 0 10px 34px rgba(17, 47, 51, .06);
}

.home .navlinks a {
  position: relative;
}

.home .navlinks a::after {
  position: absolute;
  right: 10px;
  bottom: 4px;
  left: 10px;
  height: 2px;
  background: var(--premium-action);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .18s ease, transform .18s ease;
}

.home .navlinks a:hover::after,
.home .navlinks a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Immersive product hero */

.home .hero {
  position: relative;
  min-height: 704px;
  border-bottom: 0;
  background: var(--premium-night) !important;
  color: #fff;
  isolation: isolate;
}

.home .hero::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46%;
  border-left: 1px solid var(--premium-line-dark);
  background: #214b4d;
  content: "";
}

.home .hero-inner {
  position: relative;
  min-height: 704px;
  grid-template-columns: minmax(430px, .92fr) minmax(560px, 1.08fr);
  gap: 58px;
  padding: 76px 0 62px;
}

.home .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.home .hero .eyebrow {
  border-color: rgba(217, 238, 232, .24);
  background: rgba(217, 238, 232, .08);
  color: #c8e5dd !important;
}

.home .hero h1,
.home h1 {
  color: #fff;
  font-size: 60px;
  line-height: .96;
}

.home .hero .claim {
  max-width: 53ch;
  color: #c9d9d7;
  font-size: 19px;
}

.home .hero-actions .btn.primary {
  border-color: var(--premium-action);
  background: var(--premium-action);
  color: var(--premium-night);
  font-weight: 850;
}

.home .hero-actions .btn.primary:hover {
  border-color: var(--premium-action-hover);
  background: var(--premium-action-hover);
  box-shadow: 0 16px 34px rgba(231, 167, 60, .24);
}

.home .hero-actions .btn.secondary {
  border-color: rgba(255, 255, 255, .3);
  background: transparent;
  color: #fff;
}

.home .hero-actions .btn.secondary:hover {
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
}

.home .hero-tour-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: #d8e9e5;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.home .hero-tour-link span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  color: var(--premium-action);
  font-size: 10px;
}

.home .hero-tour-link:hover {
  color: #fff;
}

.home .hero-status {
  margin-top: 22px;
}

.home .hero-status span {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  color: #cfdfdc;
}

.home .hero-product {
  position: relative;
  z-index: 1;
  width: min(720px, 52vw);
  margin-right: -4vw;
}

.home .product-window {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--premium-shadow);
  cursor: zoom-in;
  font: inherit;
  text-align: left;
}

.home .product-window::after,
.home .product-visual .product-zoom::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, .75);
  content: "";
  pointer-events: none;
}

.home .product-window:hover {
  transform: translateY(-4px);
  box-shadow: 0 40px 95px rgba(3, 20, 23, .34);
}

.home .product-window img {
  display: block;
  width: 100%;
}

.home .hero-product figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-top: 13px;
  color: #b9ccca;
  font-size: 12px;
}

.home .hero-product figcaption strong {
  flex: 0 0 auto;
  color: var(--premium-action);
  text-transform: uppercase;
}

/* Course facts continue the dark stage */

.home .course-facts {
  border-top: 1px solid var(--premium-line-dark);
  border-bottom: 0;
  background: var(--premium-night);
}

.home .fact-row {
  min-height: 118px;
}

.home .fact-row > div {
  border-color: var(--premium-line-dark);
}

.home .fact-row > div strong {
  color: #fff !important;
  font-size: 34px;
}

.home .fact-row span {
  color: #b8cdca;
}

/* Editorial outcomes instead of repeated cards */

.home section.band.outcomes {
  background: #fff;
}

.home .outcomes .section-head {
  max-width: 850px;
}

.home .outcome-grid {
  gap: 0;
  border-top: 1px solid #cfdedb;
  border-bottom: 1px solid #cfdedb;
}

.home .outcome-grid article {
  position: relative;
  min-height: 260px;
  padding: 38px 34px 36px;
  border: 0;
  border-right: 1px solid #cfdedb;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home .outcome-grid article:last-child {
  border-right: 0;
}

.home .outcome-grid article::after {
  position: absolute;
  right: 34px;
  bottom: 30px;
  width: 42px;
  height: 3px;
  background: var(--premium-action);
  content: "";
}

.home .outcome-grid article:nth-child(2)::after {
  background: var(--premium-action);
}

.home .outcome-grid article:nth-child(3)::after {
  background: var(--premium-action);
}

.home .outcome-grid article > span {
  color: var(--premium-primary);
  font-size: 13px;
}

.home .outcome-grid article:nth-child(2) > span,
.home .outcome-grid article:nth-child(3) > span {
  color: var(--premium-primary);
}

.home .outcome-grid h3 {
  max-width: 12ch;
  margin-top: 34px;
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 31px;
  line-height: 1.05;
}

/* Course profile: audience, transfer and current framework */

.home section.band.course-purpose {
  background: var(--premium-mint);
}

.home .course-purpose-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: start;
}

.home .course-purpose-copy {
  max-width: 610px;
}

.home .course-purpose-copy h2 {
  max-width: 14ch;
  margin: 22px 0 24px;
}

.home .course-purpose-copy > p:not(.section-kicker) {
  color: var(--premium-muted);
  font-size: 17px;
  line-height: 1.72;
}

.home .framework-note {
  margin-top: 28px;
  padding: 18px 0 0 20px;
  border-top: 1px solid var(--premium-line);
  border-left: 3px solid var(--premium-action);
  font-size: 14px !important;
}

.home .framework-note a {
  color: var(--premium-primary);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.home .course-purpose-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.home .course-purpose-points article {
  min-height: 214px;
  padding: 28px 30px 30px;
}

.home .course-purpose-points article:nth-child(odd) {
  border-right: 1px solid var(--premium-line);
}

.home .course-purpose-points article:nth-child(-n + 2) {
  border-bottom: 1px solid var(--premium-line);
}

.home .course-purpose-points span {
  display: block;
  margin-bottom: 25px;
  color: var(--premium-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.home .course-purpose-points h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.home .course-purpose-points p {
  color: var(--premium-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Real-life scenes */

.home section.band.learning-scenes {
  background: #f2f6f4;
}

.home .scene-item {
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 47, 51, .1);
  transition: transform .24s ease, box-shadow .24s ease;
}

.home .scene-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(17, 47, 51, .14);
}

.home .scene-item img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home .scene-item figcaption {
  border-top: 4px solid var(--premium-primary);
}

.home .scene-item:nth-child(2) figcaption {
  border-top-color: var(--premium-primary);
}

.home .scene-item:nth-child(3) figcaption {
  border-top-color: var(--premium-primary);
}

.home .scene-item figcaption > span,
.home .scene-item:nth-child(2) figcaption > span,
.home .scene-item:nth-child(3) figcaption > span {
  color: var(--premium-primary);
}

.home section.band.learning-flow {
  border-top: 1px solid #cfdedb;
  border-bottom: 1px solid #cfdedb;
  background: #fff;
}

.home .flow-row article {
  background: transparent;
}

/* Light product story keeps long-form reading calm. */

.home section.band.product-tour {
  overflow: hidden;
  background: var(--premium-surface);
  color: var(--premium-ink);
}

.home .product-tour .section-kicker {
  border-color: #c9ddd8;
  background: var(--premium-mint);
  color: var(--premium-primary) !important;
}

.home .product-tour .section-head h2,
.home .product-tour .product-copy h3 {
  color: var(--premium-ink);
}

.home .product-tour .section-head p,
.home .product-tour .product-copy p,
.home .product-tour .product-copy li {
  color: var(--premium-muted);
}

.home .product-tour .product-row {
  min-height: 590px;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr);
  gap: 72px;
  border-color: var(--premium-line);
}

.home .product-tour .product-row.reverse {
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
}

.home .product-visual {
  position: relative;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home .product-visual::before {
  display: none;
  content: "";
}

.home .product-visual .product-zoom {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 50, 56, .14);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(23, 59, 61, .14);
  cursor: zoom-in;
}

.home .product-visual .product-zoom::before {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(9, 36, 39, .88);
  color: #fff;
  content: "Ansicht vergrößern";
  font: 750 11px/1 "Geist Sans", Arial, sans-serif;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .18s ease, transform .18s ease;
}

.home .product-visual .product-zoom:hover::before,
.home .product-visual .product-zoom:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

.home .product-visual img {
  width: 100%;
  display: block;
  border-radius: 0;
  transition: transform .35s ease;
}

.home .product-visual .product-zoom:hover img {
  transform: scale(1.015);
}

.home .product-tour .product-index {
  color: var(--premium-primary);
}

.home .product-tour .product-copy li::before {
  color: var(--premium-primary);
}

.home .tour-cta {
  padding: 30px;
  border: 1px solid var(--premium-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(23, 59, 61, .12);
}

.home .tour-cta .btn {
  flex: 0 0 auto;
}

.home .tour-cta strong {
  color: var(--premium-ink);
}

.home .tour-cta span {
  color: var(--premium-muted);
}

.home .tour-cta .btn.primary {
  border-color: var(--premium-action);
  background: var(--premium-action);
  color: var(--premium-night);
}

/* Syllabus */

.home section.band.syllabus {
  background: var(--premium-mint);
}

.home .syllabus .section-head > p,
.home .syllabus .nav-row span {
  color: var(--premium-muted);
}

.home .syllabus-note {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(17, 47, 51, .1);
  color: var(--premium-ink);
}

.home .syllabus-note > span {
  color: var(--premium-primary);
}

.home .syllabus-note h3 {
  color: var(--premium-ink);
}

.home .syllabus-note p {
  color: var(--premium-muted);
}

.home .syllabus-note .text-link {
  color: var(--premium-primary);
}

/* Positive trust and discreet technical contact */

.home section.band.trust-band {
  background: #fff !important;
}

.home .quality-layout {
  align-items: start;
}

.home .quality-intro {
  grid-column: 1 / -1;
  max-width: 900px;
}

.home .quality-grid article {
  min-height: 210px;
  border-radius: 6px;
}

.home .quality-grid article > span {
  color: var(--premium-primary);
}

.home .contact-card {
  min-height: 116px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 18px 20px;
  border-radius: 6px;
  background: #f2f6f4;
  box-shadow: none;
}

.home .contact-photo {
  width: 62px;
  height: 74px;
  border-radius: 5px;
  object-position: 50% 16%;
}

.home .contact-card div > span {
  color: var(--hq-teal-dark);
}

.home .qualification-card {
  min-height: 0;
}

.home .qualification-card .qualification-list {
  gap: 7px;
  margin-top: 13px;
}

.home .qualification-card > .technical-contact-link {
  grid-column: 2;
  justify-self: start;
  margin-top: 2px;
}

.home .founder-card {
  grid-column: 1 / -1;
  grid-row: auto;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px 28px;
  align-items: start;
  padding: 28px;
}

.home .founder-card .contact-photo {
  grid-row: 1 / 4;
  width: 150px;
  height: 184px;
  object-position: 50% 18%;
}

.home .founder-copy {
  grid-column: 2;
  min-width: 0;
}

.home .founder-card .founder-role {
  margin-top: 7px;
  color: var(--premium-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.home .founder-story {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  padding-top: 18px;
  border-top: 1px solid var(--premium-line);
}

.home .founder-story p {
  margin: 0;
  color: var(--premium-muted);
  font-size: 14px;
  line-height: 1.65;
}

.home .founder-card > .technical-contact-link {
  grid-column: 2;
  justify-self: start;
  margin-top: 2px;
}

.home .selflearning-details {
  display: block;
  padding: 0;
  border-radius: 6px;
  background: #f4f7f6;
}

.home .selflearning-details summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: var(--premium-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.home .selflearning-details summary::-webkit-details-marker {
  display: none;
}

.home .selflearning-details summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--hq-teal-dark);
  content: "+";
  font-size: 24px;
  font-weight: 500;
  transform: translateY(-50%);
}

.home .selflearning-details[open] summary::after {
  content: "−";
}

.home .selflearning-details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--hq-text);
  font-size: 14px;
  line-height: 1.65;
}

/* Search-focused editorial entry points */

.home section.band.guide-band {
  border-top: 1px solid var(--premium-line);
  background: var(--premium-surface);
}

.home .guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--premium-line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.home .guide-grid article {
  min-width: 0;
  padding: 30px;
  border-right: 1px solid var(--premium-line);
}

.home .guide-grid article:last-child {
  border-right: 0;
}

.home .guide-grid article > span {
  display: block;
  color: var(--premium-primary);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.home .guide-grid h3 {
  margin: 13px 0 10px;
  color: var(--premium-night);
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 25px;
  line-height: 1.16;
}

.home .guide-grid p {
  margin: 0 0 20px;
  color: var(--premium-muted);
  line-height: 1.6;
}

.home .guide-grid a {
  color: var(--premium-primary);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Pricing remains focused but receives stronger material detail */

.home section.band.price-band {
  background: var(--premium-mint);
}

.home .price-offer {
  border-color: rgba(17, 47, 51, .14);
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(17, 47, 51, .13);
}

.home .price-decision {
  background: var(--premium-night);
}

.home .price-decision .btn.primary {
  border-color: var(--premium-action);
  background: var(--premium-action);
  color: var(--premium-night);
}

.home .price-extension {
  border-radius: 6px;
}

.home .price-extension-label {
  color: var(--premium-primary);
}

.home .price-band .price-section-head > p,
.home .checkout-note {
  color: var(--premium-muted);
}

/* Final color normalization: prevent older component colors from leaking through. */

.home .nav .btn.primary.demo-button {
  border-color: var(--premium-primary);
  background: var(--premium-primary);
  color: #fff;
}

.home .nav .btn.login {
  border-color: var(--premium-line);
  color: var(--premium-primary);
}

.home .nav .btn.login:hover {
  border-color: var(--premium-primary);
  background: var(--premium-mint);
}

.home .section-kicker,
.home .price-label {
  border-color: #c9d9d6;
  background: var(--premium-mint);
  color: var(--premium-primary) !important;
}

.home .outcome-grid article,
.home .outcome-grid article:nth-child(2),
.home .outcome-grid article:nth-child(3) {
  border-color: var(--premium-line);
}

.home section.band.learning-scenes,
.home .quality-grid article,
.home .contact-card,
.home .selflearning-details {
  background: var(--premium-surface);
}

.home #preis.band.price-band,
.home section.band.price-band {
  background: var(--premium-mint) !important;
}

.home .learning-scenes .section-head > p,
.home .qualification-list li,
.home .contact-card p.qualification-source,
.home .price-extension p,
.home .price-extension-value span,
.home .price-band .price-section-head > p,
.home .checkout-note {
  color: var(--premium-muted);
}

.home .scene-item figcaption > span,
.home .scene-item:nth-child(2) figcaption > span,
.home .scene-item:nth-child(3) figcaption > span,
.home .quality-grid article > span,
.home .price-label,
.home .price-extension-label,
.home .contact-card div > span,
.home .selflearning-details summary::after {
  color: var(--premium-primary);
}

.home .scene-item figcaption,
.home .scene-item:nth-child(2) figcaption,
.home .scene-item:nth-child(3) figcaption {
  border-top-color: var(--premium-primary);
}

.home .price-offer .offer-list li::before,
.home .product-tour .product-copy li::before,
.home .qualification-list li::before {
  background: var(--premium-primary);
}

/* Product lightbox */

.home .media-lightbox {
  width: min(1180px, calc(100% - 36px));
  max-width: none;
  max-height: calc(100vh - 36px);
  padding: 46px 16px 18px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #0b2428;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .48);
  color: #fff;
}

.home .media-lightbox::backdrop {
  background: rgba(4, 18, 20, .82);
  backdrop-filter: blur(8px);
}

.home .media-lightbox figure {
  margin: 0;
}

.home .media-lightbox img {
  width: 100%;
  display: block;
  border-radius: 4px;
  background: #fff;
}

.home .media-lightbox figcaption {
  padding: 14px 4px 0;
  color: #c2d4d1;
  font-size: 13px;
}

.home .lightbox-close {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

/* Content must never look washed out when a section is opened via an anchor. */

.js-enhanced .home .premium-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.js-enhanced .home .premium-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1161px) and (max-width: 1280px) {
  .home .hero-inner {
    grid-template-columns: minmax(420px, .9fr) minmax(500px, 1.1fr);
    gap: 32px;
  }

  .home .hero h1,
  .home h1 {
    font-size: 50px;
  }
}

@media (max-width: 1160px) {
  .home .hero::after {
    display: none;
  }

  .home .hero-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .home .hero-copy {
    max-width: 760px;
  }

  .home .hero-product {
    width: min(900px, 100%);
    margin-right: 0;
  }

  .home .product-tour .product-row,
  .home .product-tour .product-row.reverse {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .home .product-tour .product-row.reverse .product-visual {
    order: 1;
  }

  .home .product-tour .product-row.reverse .product-copy {
    order: 2;
  }

  .home .course-purpose-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .home .course-purpose-copy {
    max-width: 780px;
  }

}

@media (max-width: 780px) {
  .home .hero {
    min-height: 0;
  }

  .home .hero-inner {
    min-height: 0;
    gap: 36px;
    padding: 48px 0 36px;
  }

  .home .hero h1,
  .home h1 {
    font-size: 48px;
  }

  .home .hero-tour-link {
    margin-top: 16px;
  }

  .home .hero-product figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .home .outcome-grid {
    border-bottom: 0;
  }

  .home .outcome-grid article {
    min-height: 0;
    padding: 30px 8px 34px;
    border-right: 0;
    border-bottom: 1px solid #cfdedb;
  }

  .home .outcome-grid h3 {
    margin-top: 17px;
    font-size: 28px;
  }

  .home .outcome-grid article::after {
    right: 8px;
    bottom: 18px;
  }

  .home .course-purpose-points {
    grid-template-columns: 1fr;
  }

  .home .course-purpose-points article {
    min-height: 0;
    padding: 25px 8px 27px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--premium-line);
  }

  .home .course-purpose-points article:last-child {
    border-bottom: 0;
  }

  .home .course-purpose-points span {
    margin-bottom: 12px;
  }

  .home .framework-note {
    padding-left: 15px;
  }

  .home .product-tour .product-row {
    padding: 46px 0;
  }

  .home .tour-cta {
    padding: 24px;
  }

  .home .product-visual::before {
    top: 12px;
    right: -8px;
    bottom: -12px;
    left: 8px;
  }

  .home .product-visual .product-zoom::before {
    right: 8px;
    bottom: 8px;
    padding: 7px 9px;
    content: "Vergrößern";
    opacity: 1;
    transform: none;
  }

  .home .quality-grid article {
    min-height: 0;
  }

  .home .contact-card {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .home .contact-photo {
    width: 54px;
    height: 64px;
  }

  .home .contact-card > a {
    grid-column: 2;
    justify-self: start;
  }

  .home .founder-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
  }

  .home .founder-card .contact-photo {
    grid-row: auto;
    width: 74px;
    height: 92px;
  }

  .home .founder-card .founder-story,
  .home .founder-card > .technical-contact-link {
    grid-column: 1 / -1;
  }

  .home .founder-card .founder-story {
    grid-template-columns: 1fr;
  }

  .home .guide-grid {
    grid-template-columns: 1fr;
  }

  .home .guide-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--premium-line);
  }

  .home .guide-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .home .hero h1,
  .home h1 {
    font-size: 40px;
  }

  .home .section-head h2 {
    font-size: 28px;
    line-height: 1.08;
  }

  .home .hero .claim {
    font-size: 16px;
  }

  .home .hero-tour-link {
    align-items: flex-start;
  }

  .home .media-lightbox {
    width: calc(100% - 16px);
    max-height: calc(100vh - 16px);
  }

}

@media (prefers-reduced-motion: reduce) {
  .js-enhanced .home .premium-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
