/* PFALLER Slim polish - 2026-05-20 */

#page-home .home-service-points {
  display: none !important;
}

/* Conversion focus pass - 2026-05-21
   Reduce duplicated proof blocks and keep the path to the inquiry clear. */

#page-home .sec-leistungen + section {
  display: none !important;
}

#page-home .home-trust-strip {
  border-bottom-color: rgba(184,147,90,.1) !important;
}

#page-home .home-trust-grid {
  row-gap: .35rem !important;
}

#page-home .home-service-grid {
  gap: .85rem !important;
}

#page-home .sec-leistungen {
  position: relative !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, #102846 0, #0a1520 58px, #07131e 100%) !important;
  border-top: 1px solid rgba(184,147,90,.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 28px 52px rgba(184,147,90,.06) !important;
}

#page-home .sec-leistungen::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 10px !important;
  background: linear-gradient(90deg, transparent, rgba(184,147,90,.9), transparent) !important;
  opacity: .8 !important;
  pointer-events: none !important;
}

#page-home .sec-leistungen::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 64px !important;
  height: 4px !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  background: var(--gold2) !important;
  box-shadow: 0 0 26px rgba(184,147,90,.45) !important;
  pointer-events: none !important;
}

#page-home .home-service-head {
  display: block !important;
  max-width: 640px !important;
  text-align: left !important;
}

#page-home .home-service-head p {
  max-width: 34rem !important;
  margin-top: .55rem !important;
}

#page-home .home-service-card {
  isolation: isolate !important;
}

#page-home .home-service-card > * {
  position: relative !important;
  z-index: 1 !important;
}

#page-home .home-service-card::before {
  inset: 0 !important;
  height: auto !important;
  opacity: .95 !important;
  background:
    radial-gradient(circle at 18% 0, rgba(255,255,255,.12), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 48%) !important;
  z-index: 0 !important;
}

#page-home .home-service-card::after {
  content: "" !important;
  position: absolute !important;
  right: -38px !important;
  top: -42px !important;
  width: 142px !important;
  height: 142px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.025) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

#page-home .home-service-card:nth-child(1) {
  background:
    radial-gradient(circle at 16% 0, rgba(128,196,244,.34), transparent 34%),
    linear-gradient(145deg, #1f5f95 0%, #123656 48%, #081421 100%) !important;
  border-color: rgba(111,190,244,.7) !important;
  border-top-color: #7bc8ff !important;
}

#page-home .home-service-card:nth-child(2) {
  background:
    radial-gradient(circle at 16% 0, rgba(99,220,174,.28), transparent 34%),
    linear-gradient(145deg, #165f5e 0%, #0f3c3f 48%, #081421 100%) !important;
  border-color: rgba(91,211,187,.68) !important;
  border-top-color: #65d6c3 !important;
}

#page-home .home-service-card:nth-child(3) {
  background:
    radial-gradient(circle at 16% 0, rgba(235,188,111,.34), transparent 34%),
    linear-gradient(145deg, #755323 0%, #3b2d19 48%, #081421 100%) !important;
  border-color: rgba(218,171,96,.75) !important;
  border-top-color: #dfb365 !important;
}

#page-home .home-service-card:nth-child(4) {
  background:
    radial-gradient(circle at 16% 0, rgba(159,184,228,.28), transparent 34%),
    linear-gradient(145deg, #334974 0%, #202f4c 48%, #081421 100%) !important;
  border-color: rgba(150,174,220,.66) !important;
  border-top-color: #a7b8e8 !important;
}

#page-home .home-service-card {
  min-height: 206px !important;
  padding: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
}

#page-home .home-service-card h3 {
  margin-bottom: .5rem !important;
}

#page-home .home-service-card p {
  line-height: 1.55 !important;
}

#page-home .home-service-kicker {
  color: rgba(255,255,255,.62) !important;
  font-size: .66rem !important;
  letter-spacing: .08em !important;
}

#page-home .home-service-quick {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .38rem !important;
  margin: .15rem 0 .7rem !important;
}

#page-home .home-service-quick span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: .18rem .48rem !important;
  border-radius: 999px !important;
  background: rgba(184,147,90,.13) !important;
  border: 1px solid rgba(184,147,90,.22) !important;
  color: rgba(255,255,255,.84) !important;
  font-size: .66rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

#page-home .review-platform-row {
  display: inline-grid !important;
  grid-template-columns: repeat(2, minmax(0, auto)) !important;
  align-items: stretch !important;
  gap: .72rem !important;
  margin-top: 1rem !important;
}

#page-home .review-platform-card {
  display: flex !important;
  align-items: center !important;
  gap: .72rem !important;
  min-height: 64px !important;
  padding: .72rem .95rem !important;
  border: 1px solid var(--border) !important;
  border-top: 3px solid var(--gold) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(13,31,53,.08) !important;
  color: var(--ink) !important;
  text-align: left !important;
}

#page-home .review-google img {
  width: auto !important;
  height: 36px !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
}

#page-home .review-platform-score {
  display: flex !important;
  align-items: center !important;
  gap: .44rem !important;
  color: var(--ink) !important;
  line-height: 1.12 !important;
}

#page-home .review-platform-score span {
  color: #f59e0b !important;
  font-size: 1rem !important;
  letter-spacing: .02em !important;
  white-space: nowrap !important;
}

#page-home .review-platform-score strong {
  color: var(--ink) !important;
  font-size: .94rem !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
}

#page-home .review-platform-copy {
  margin-top: .16rem !important;
  color: var(--muted) !important;
  font-size: .72rem !important;
  line-height: 1.35 !important;
}

#page-home .trustpilot-mark {
  display: inline-flex !important;
  align-items: center !important;
  gap: .42rem !important;
  color: #00b67a !important;
  font-size: .93rem !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

#page-home .trustpilot-mark span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 27px !important;
  height: 27px !important;
  border-radius: 5px !important;
  background: #00b67a !important;
  color: #fff !important;
  font-size: .82rem !important;
  line-height: 1 !important;
}

#page-home .home-service-link {
  margin-top: auto !important;
}

#page-home .sec-about .about-network-card {
  margin-top: .75rem !important;
}

#page-home .about-network-grid {
  gap: .55rem !important;
}

#page-home .about-network-grid > div {
  padding: .62rem !important;
}

#page-home .sec-faq {
  padding-top: 2.6rem !important;
  padding-bottom: 2.6rem !important;
}

#page-home .home-contact-section,
#page-home .home-final-cta {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.wfl-process-section {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}

.wfl-process-section .wfl-process-grid {
  gap: .85rem !important;
}

.wfl-process-section .wfl-process-step > div:last-child {
  padding: .82rem !important;
}

.wfl-use-cases h3 {
  margin-top: 1.1rem !important;
}

.wfl-use-grid {
  gap: .45rem !important;
}

.wfl-use-grid > div {
  padding: .58rem .66rem !important;
}

.grid-4,
.grid-3,
.grid-2 {
  row-gap: .9rem !important;
}

@media (min-width: 701px) {
  #page-home .stats-strip {
    display: none !important;
  }

  #page-home .sec-leistungen + section + section {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
}

#page-home .home-service-card {
  min-height: 238px !important;
}

#page-home .home-service-card p {
  margin-bottom: .75rem !important;
}

#page-home .sec-leistungen,
#page-home .sec-about,
#page-home .sec-process,
#kunden-partner {
  padding-top: 2.45rem !important;
  padding-bottom: 2.45rem !important;
}

#page-home .home-trust-strip {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

#page-home .home-trust-grid > div:nth-of-type(8),
#page-home .home-trust-grid > div:nth-of-type(9) {
  display: none !important;
}

#page-home .stats-strip .stat-big {
  min-height: 98px !important;
  padding: 1rem .75rem !important;
}

#page-home .stats-strip .stat-big-num {
  font-size: 1.55rem !important;
}

#page-home .stats-strip .stat-big-label {
  font-size: .62rem !important;
}

#page-home .about-network-card {
  padding: 1.35rem !important;
}

#page-home .about-network-card img {
  height: 190px !important;
}

.two-col,
.section,
.content-section {
  padding-top: 2.35rem !important;
  padding-bottom: 2.35rem !important;
}

.subhero {
  min-height: auto !important;
}

.subhero-inner {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

@media (max-width: 700px) {
  body {
    overflow-x: hidden !important;
  }

  #page-home .home-trust-strip {
    display: none !important;
  }

  #page-home .hero-btns {
    display: none !important;
  }

  #page-home .stats-strip {
    display: none !important;
  }

  #page-home .home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .58rem !important;
  }

  #page-home .home-service-head {
    display: block !important;
  }

  #page-home .home-service-card {
    min-height: 118px !important;
    padding: .68rem !important;
  }

  #page-home .home-service-card p {
    display: none !important;
  }

  #page-home .home-service-top {
    margin-bottom: .38rem !important;
  }

  #page-home .home-service-card h3 {
    font-size: .84rem !important;
    line-height: 1.18 !important;
    margin-bottom: .36rem !important;
  }

  #page-home .home-service-kicker {
    display: block !important;
    font-size: .56rem !important;
    line-height: 1.25 !important;
    letter-spacing: .04em !important;
    margin-bottom: .32rem !important;
    text-transform: none !important;
  }

  #page-home .home-service-quick {
    gap: .24rem !important;
    margin: 0 0 .42rem !important;
  }

  #page-home .home-service-quick span {
    min-height: 20px !important;
    padding: .13rem .35rem !important;
    font-size: .54rem !important;
    max-width: 100% !important;
  }

  #page-home .home-service-link {
    font-size: .55rem !important;
    padding-top: .45rem !important;
  }

  #page-home .home-trust-grid > div:nth-of-type(7),
  #page-home .home-trust-grid > div:nth-of-type(8),
  #page-home .home-trust-grid > div:nth-of-type(9) {
    display: none !important;
  }

  #page-home .sec-leistungen,
  #page-home .sec-about,
  #page-home .sec-process,
  #kunden-partner {
    padding-top: 1.55rem !important;
    padding-bottom: 1.55rem !important;
  }

  #page-home .sec-leistungen > div,
  #page-home .sec-about > div,
  #page-home .sec-process > div,
  #kunden-partner > div,
  #page-home .sec-faq > div,
  #page-home .home-contact-section > div,
  #page-home .home-final-cta > div {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  #page-home .sec-leistungen > div > div:first-child {
    margin-bottom: 1rem !important;
  }

  #page-home .sec-leistungen > div > div:first-child p {
    display: none !important;
  }

  #page-home .sec-leistungen + section + section {
    display: none !important;
  }

  #cookie-banner {
    inset: auto .75rem .75rem .75rem !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
    align-items: flex-end !important;
    justify-content: center !important;
    pointer-events: none !important;
  }

  #cookie-banner > div {
    pointer-events: auto !important;
    width: 100% !important;
    max-width: 520px !important;
    max-height: min(70vh, 520px) !important;
    overflow: auto !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    box-shadow: 0 16px 46px rgba(0,0,0,.34) !important;
  }

  .subhero div[style*="width:400px"][style*="height:400px"] {
    display: none !important;
  }

  div[style*="overflow-x:auto"] {
    max-width: 100% !important;
    -webkit-overflow-scrolling: touch !important;
  }

  #kunden-partner > div > div:first-child p,
  #kunden-partner > div > div:nth-of-type(3),
  #kunden-partner > div > div:nth-of-type(4) {
    display: none !important;
  }

  #kunden-partner > div > div:nth-of-type(2) {
    margin-top: 1rem !important;
  }

  #page-home .sec-about div[style*="grid-template-columns:1fr 1fr 1fr"] {
    display: none !important;
  }

  #page-home .about-network-card {
    display: none !important;
  }

  #page-home .home-process-wrap {
    margin-top: 1.15rem !important;
  }

  #page-home .home-process-grid {
    gap: .55rem !important;
  }

  #page-home .home-process-card {
    padding: .7rem !important;
    min-height: auto !important;
  }

  #page-home .home-process-text {
    display: none !important;
  }

  #page-home .home-process-title {
    font-size: .78rem !important;
    line-height: 1.25 !important;
  }

  #page-home .home-process-num {
    width: 34px !important;
    height: 34px !important;
    font-size: .82rem !important;
    margin-bottom: .45rem !important;
  }

  #page-home .sec-faq {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  #page-home .sec-faq > div > div:first-child {
    margin-bottom: 1rem !important;
  }

  #page-home .sec-faq > div > div:first-child > div:last-child {
    display: none !important;
  }

  #page-home .home-contact-section {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  #page-home .home-final-cta {
    display: none !important;
  }

  .wfl-process-section {
    padding-top: 1.55rem !important;
    padding-bottom: 1.55rem !important;
  }

  .wfl-process-section > div {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .wfl-process-section .wfl-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }

  .wfl-process-section .wfl-process-step {
    text-align: left !important;
  }

  .wfl-process-section .wfl-process-step > div:first-child {
    width: 32px !important;
    height: 32px !important;
    margin: 0 0 .4rem 0 !important;
    box-shadow: none !important;
  }

  .wfl-process-section .wfl-process-step > div:last-child {
    padding: .7rem !important;
  }

  .wfl-process-section .wfl-process-step > div:last-child > div:last-child {
    display: none !important;
  }

  .wfl-use-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: .42rem !important;
  }

  .wfl-use-grid > div {
    padding: .5rem !important;
  }

  .wfl-use-grid span {
    font-size: .7rem !important;
    line-height: 1.25 !important;
  }

  .wfl-use-grid svg {
    width: 12px !important;
    height: 12px !important;
  }

  .wfl-use-cases h3 {
    font-size: .95rem !important;
    margin-top: .9rem !important;
  }

  .subhero h1,
  .subhero-title,
  h1 {
    line-height: 1.08 !important;
  }

  .subhero p,
  .subhero .subhero-sub,
  .subhero-copy {
    max-width: 32rem !important;
  }

  .two-col,
  .section,
  .content-section {
    padding-top: 1.65rem !important;
    padding-bottom: 1.65rem !important;
  }

  div[style*="Unsere Technologie"],
  div[style*="3D-Laserscan statt Zollstock"] {
    display: none !important;
  }

  #page-home .about-network-card img {
    display: none !important;
  }

  .subhero-inner {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
}

@media (max-width: 380px) {
  #page-home .home-service-grid {
    grid-template-columns: 1fr !important;
  }

  #page-home .home-service-card {
    min-height: auto !important;
  }

  #page-home .home-service-card p {
    display: block !important;
    font-size: .78rem !important;
    line-height: 1.45 !important;
  }

  #page-home .home-service-link {
    white-space: normal !important;
    line-height: 1.25 !important;
    font-size: .68rem !important;
    letter-spacing: .04em !important;
  }

  .grid-2-sm,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr !important;
  }
}

/* Final cascade overrides for the conversion-focused slimmer layout. */
#page-home .home-service-card {
  min-height: 206px !important;
  padding: 1rem !important;
}

#page-home .sec-leistungen,
#page-home .sec-about,
#page-home .sec-process,
#kunden-partner {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

@media (max-width: 700px) {
  #page-home .home-service-card {
    min-height: 142px !important;
    padding: .68rem !important;
  }

  #page-home .sec-leistungen,
  #page-home .sec-about,
  #page-home .sec-process,
  #kunden-partner {
    padding-top: 1.55rem !important;
    padding-bottom: 1.55rem !important;
  }

  .wfl-process-section + div {
    display: none !important;
  }

  .wfl-process-section + div + div {
    padding-top: 1.65rem !important;
    padding-bottom: 1.65rem !important;
  }

  .wfl-process-section + div + div + div {
    display: none !important;
  }

  #page-rnd > div[style*="background:var(--cream);padding:3rem"],
  #page-rnd > div[style*="background:var(--ink2);padding:3rem"]:last-of-type,
  #page-vwg > div[style*="background:var(--off);padding:2.8rem"],
  #page-kg > div[style*="background:var(--off);padding:2.8rem"] {
    display: none !important;
  }

  #page-vwg > div[style*="background:#0a1520;padding:2.8rem"],
  #page-rnd > div[style*="background:var(--ink2);padding:3rem"],
  #page-kg > div[style*="background:var(--w);padding:2.8rem"] {
    padding-top: 1.65rem !important;
    padding-bottom: 1.65rem !important;
  }
}

@media (max-width: 700px) {
  #page-home .review-platform-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 348px) !important;
    margin: .85rem auto 0 !important;
    gap: .55rem !important;
  }

  #page-home .review-platform-card {
    min-height: 58px !important;
    padding: .66rem .76rem !important;
    gap: .62rem !important;
    border-top-width: 2px !important;
  }

  #page-home .review-google img {
    height: 40px !important;
  }

  #page-home .review-platform-score {
    flex-wrap: wrap !important;
    gap: .22rem .42rem !important;
  }

  #page-home .review-platform-score span {
    font-size: .95rem !important;
  }

  #page-home .review-platform-score strong {
    font-size: .9rem !important;
  }

  #page-home .review-platform-copy {
    font-size: .69rem !important;
  }

  #page-home .trustpilot-mark {
    min-width: 110px !important;
    font-size: .9rem !important;
  }

  #page-home .trustpilot-mark span {
    width: 25px !important;
    height: 25px !important;
  }
}

/* Final mobile conversion refinements */
#page-home .review-google img {
  height: 46px !important;
  object-fit: contain !important;
}

#page-home .review-trustpilot img {
  width: auto !important;
  height: 42px !important;
  max-width: 122px !important;
  object-fit: contain !important;
}

.sec-about .about-team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sec-about .about-team-grid > div:first-child {
  display: none !important;
}

@media (max-width: 700px) {
  nav {
    height: 62px !important;
    padding: 0 .75rem !important;
  }

  .logo-name-full {
    font-size: 20px !important;
    letter-spacing: .17em !important;
  }

  .logo-sv {
    display: block !important;
    font-size: 8.8px !important;
    letter-spacing: .18em !important;
  }

  .logo-city {
    display: block !important;
    font-size: 7px !important;
    letter-spacing: .18em !important;
  }

  .logo-accent-line {
    margin: 2px 0 !important;
  }

  #page-home .review-google img {
    height: 46px !important;
    max-width: 108px !important;
  }

  #page-home .review-trustpilot img {
    height: 40px !important;
    max-width: 120px !important;
  }

  #home-contact-form > .form-row:first-of-type {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }

  #home-contact-form > .form-row:first-of-type .f-inp {
    padding-left: .7rem !important;
    padding-right: .7rem !important;
  }

  #site-footer .footer-brand .logo-brand {
    transform: scale(1.24) !important;
    transform-origin: left top !important;
  }

  #site-footer .footer-brand {
    min-height: 86px !important;
  }

  #site-footer .footer-grid,
  #site-footer > div.footer-grid[style*="grid-template-columns"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .65rem !important;
  }

  #site-footer .footer-grid > .footer-brand,
  #site-footer .footer-grid > div:nth-child(2),
  #site-footer .footer-grid > div:nth-child(5) {
    grid-column: 1 / -1 !important;
  }

  #site-footer > div.footer-grid[style*="grid-template-columns"] > div:nth-child(3),
  #site-footer > div.footer-grid[style*="grid-template-columns"] > div:nth-child(4) {
    grid-column: auto !important;
  }

  #site-footer .footer-grid > div:nth-child(3),
  #site-footer .footer-grid > div:nth-child(4) {
    grid-column: auto !important;
  }

  #kunden-partner > div > div:nth-of-type(3) {
    display: block !important;
    padding-top: 1rem !important;
    margin-top: 1rem !important;
  }

  #kunden-partner > div > div:nth-of-type(3) > div:nth-child(2) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }

  #kunden-partner > div > div:nth-of-type(3) > div:nth-child(2) > div {
    width: 100% !important;
    height: 48px !important;
    background-size: contain !important;
  }

  #kunden-partner > div > div:nth-of-type(3) > div:last-child {
    display: none !important;
  }

  .sec-about .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .65rem !important;
  }

  .sec-about .about-team-grid > div:first-child {
    display: none !important;
  }

  .about-founder-tags {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .5rem !important;
  }

  .about-founder-tags span {
    justify-content: center !important;
    text-align: center !important;
    min-height: 32px !important;
  }

  .about-founder-tags span:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 360px) {
  #home-contact-form > .form-row:first-of-type {
    grid-template-columns: 1fr !important;
  }

  #page-home .home-service-grid {
    grid-template-columns: 1fr !important;
  }

  #page-home .home-service-card {
    min-height: auto !important;
  }

  #page-home .home-service-link {
    white-space: normal !important;
    line-height: 1.2 !important;
  }
}

/* Final home mobile polish */
#page-home .review-platform-score span,
#page-home .trustpilot-mark {
  display: none !important;
}

#page-home .review-google img {
  height: 52px !important;
  max-width: 190px !important;
  object-fit: contain !important;
}

#page-home .review-trustpilot img {
  height: 48px !important;
  max-width: 170px !important;
  object-fit: contain !important;
}

#page-home .review-platform-card {
  align-items: center !important;
}

@media (max-width: 700px) {
  .home-review-section {
    padding: 2.1rem 0 2.35rem !important;
  }

  .home-review-section > div {
    padding: 0 1rem !important;
  }

  #page-home .review-platform-row {
    width: min(100%, 360px) !important;
    grid-template-columns: 1fr !important;
    gap: .62rem !important;
    margin: .8rem auto 0 !important;
  }

  #page-home .review-platform-card {
    min-height: 72px !important;
    padding: .75rem .85rem !important;
    gap: .72rem !important;
    border-radius: 8px !important;
  }

  #page-home .review-google img {
    height: 50px !important;
    max-width: 164px !important;
  }

  #page-home .review-trustpilot img {
    height: 46px !important;
    max-width: 166px !important;
  }

  #page-home .review-platform-score strong {
    font-size: 1.02rem !important;
    line-height: 1.12 !important;
  }

  #page-home .review-platform-copy {
    font-size: .77rem !important;
    line-height: 1.28 !important;
  }

  #kunden-partner > div > div:nth-of-type(3) > div:nth-child(2) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .65rem !important;
  }

  #kunden-partner > div > div:nth-of-type(3) > div:nth-child(2) > div {
    width: 100% !important;
    height: 64px !important;
    background-size: 82% !important;
    background-position: center !important;
  }

  #kunden-partner > div > div:nth-of-type(3) > div:nth-child(2) > div:nth-child(1) {
    background-size: 86% !important;
  }

  #kunden-partner > div > div:nth-of-type(3) > div:nth-child(2) > div:nth-child(2) {
    background-size: 92% !important;
  }

  .sec-about .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .7rem !important;
  }

  .sec-about .about-team-grid > div {
    min-width: 0 !important;
  }

  .sec-about .about-team-grid > div > div:first-child {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: .5rem !important;
    padding: .78rem .55rem !important;
  }

  .sec-about .about-team-grid > div > div:first-child img {
    width: 66px !important;
    height: 66px !important;
  }

  .sec-about .about-team-grid > div > div:first-child > div {
    min-width: 0 !important;
    width: 100% !important;
  }

  .sec-about .about-team-grid > div > div:first-child > div > div:first-child {
    font-size: .82rem !important;
    line-height: 1.13 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .sec-about .about-team-grid > div > div:first-child > div > div:last-child {
    font-size: .66rem !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  .sec-about .about-team-grid > div > div:nth-child(2) {
    padding: .75rem .65rem !important;
  }

  .sec-about .about-team-grid > div > div:nth-child(2) > div:first-child {
    font-size: .68rem !important;
    line-height: 1.42 !important;
    text-align: center !important;
  }

  .sec-about .about-team-grid > div > div:nth-child(2) > div:last-child {
    justify-content: center !important;
  }

  .sec-about .about-team-grid > div > div:nth-child(2) span {
    font-size: .56rem !important;
    padding: 2px 7px !important;
  }

  #home-contact-form > .form-row:first-of-type {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }

  #home-contact-form > .form-row:first-of-type .f-inp {
    padding-left: .7rem !important;
    padding-right: .7rem !important;
  }

  #site-footer .footer-bottom {
    display: block !important;
    text-align: center !important;
    line-height: 1.55 !important;
    color: rgba(255,255,255,.38) !important;
    padding: .8rem 0 6rem !important;
  }

  #site-footer .footer-bottom > a {
    display: block !important;
    margin-bottom: .2rem !important;
    color: rgba(255,255,255,.42) !important;
  }

  #site-footer .footer-bottom > div {
    justify-content: center !important;
    gap: .9rem !important;
    margin-top: .42rem !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 360px) {
  #home-contact-form > .form-row:first-of-type {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
