body { color: #20323a; background: #fff; font-size: 1.0625rem; line-height: 1.65; }
[class*="simadoo-"] { color: #20323a !important; background: #fff !important; font-size: 1.0625rem !important; line-height: 1.65 !important; }
[class*="simadoo-"][class*="__hero"], [class*="simadoo-"][class*="__section"]:nth-of-type(even) { background: #f3f5f6 !important; }
[class*="simadoo-"] article, [class*="simadoo-"] li { border-color: #cbd6db !important; background: #fff !important; }
[class*="simadoo-"] h1, [class*="simadoo-"] h2, [class*="simadoo-"] h3 { color: #102d3b !important; }
[class*="simadoo-"] p, [class*="simadoo-"] li, [class*="simadoo-"] figcaption { font-size: 1rem !important; color: #4c626c !important; }
[class*="simadoo-"] [class*="__eyebrow"] { color: #12646a !important; font-size: .83rem !important; }
[class*="simadoo-"] [class*="__button"] { color: #fff !important; background: #168b53 !important; }
[class*="simadoo-"][class*="__footer"] { color: #eaf1f4 !important; background: #102d3b !important; }
[class*="simadoo-"][class*="__footer"] p, [class*="simadoo-"][class*="__footer"] a { color: #fff !important; }

#hauptinhalt > main > section:first-child {
  display: grid !important;
  padding: clamp(3rem, 6vw, 5.4rem) max(1rem, calc((100vw - 76rem) / 2)) !important;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  grid-template-columns: minmax(0, .86fr) minmax(34rem, 1.14fr);
  background: linear-gradient(180deg, #fff 0%, #f3f5f6 100%) !important;
}
#hauptinhalt > main > section:first-child .hero-copy { min-width: 0; padding: 1rem 0; }
#hauptinhalt > main > section:first-child .hero-copy > :first-child { margin-top: 0; }
#hauptinhalt .hero-phone .shot-kicker,
#hauptinhalt .simadoo-localized-images .shot-kicker,
#hauptinhalt .simadoo-localized-gallery .shot-kicker { color: #12646a !important; font-size: .83rem !important; font-weight: 900 !important; }
#hauptinhalt .hero-phone figcaption,
#hauptinhalt .simadoo-localized-images figcaption,
#hauptinhalt .simadoo-localized-gallery figcaption { color: #4c626c !important; font-size: 1rem !important; line-height: 1.55 !important; }
.localized-use-card { margin: 0; }
.localized-use-card > .shot-kicker { padding: 1.1rem 1.2rem .55rem; }
.localized-use-card > .shot-caption { padding: .9rem 1.2rem 1.1rem; }

@media (max-width: 70rem) {
  #hauptinhalt > main > section:first-child { grid-template-columns: minmax(0, .85fr) minmax(30rem, 1.15fr); }
}
@media (max-width: 52rem) {
  #hauptinhalt > main > section:first-child { grid-template-columns: 1fr; }
  #hauptinhalt > main > section:first-child .hero-phones { width: min(100%, 44rem); margin-inline: auto; }
}
@media (max-width: 34rem) {
  #hauptinhalt > main > section:first-child { padding-top: 2.5rem !important; }
}
