@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
}

.building {
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
  opacity: .94;
  transform: none;
  background: url('assets/building-callout.png') 100% 12% / 190% auto no-repeat;
  filter: contrast(1.03) brightness(1.15);
}

.building::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #073543 0%, rgba(7, 53, 67, .6) 20%, rgba(7, 53, 67, .08) 62%, transparent 100%);
}

/* Größere, modernere Leistungskacheln */
.hero {
  background-image: linear-gradient(90deg, rgba(3,19,29,.98) 0%, rgba(3,19,29,.89) 30%, rgba(3,19,29,.5) 49%, rgba(3,19,29,.04) 74%), url('/images/hero.webp');
  background-color: #061a27;
  background-size: 100% 100%, auto 100%;
  background-position: center, right center;
  background-repeat: no-repeat;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.services .container {
  width: min(1320px, calc(100% - 48px));
}

.service-card {
  border-color: rgba(8, 64, 78, .1);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(8, 35, 46, .09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 44px rgba(8, 35, 46, .16);
}

.service-image {
  height: 260px;
  overflow: visible;
}

.service-image img {
  transition: transform .45s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.035);
}

.service-icon {
  left: 18px;
  width: 46px;
  height: 46px;
  bottom: -20px;
  border-width: 3px;
  z-index: 5;
}

.service-icon svg {
  width: 25px;
  height: 25px;
}

.service-icon .service-symbol {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.service-body {
  position: relative;
  z-index: 1;
  background: #fff;
  height: auto;
  min-height: 158px;
  padding: 33px 23px 24px;
}

.service-body h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -.2px;
}

.service-body p {
  max-width: 370px;
  font-size: 15px;
  line-height: 1.6;
  color: #52616c;
}

.services {
  padding-top: 38px;
  padding-bottom: 48px;
  background: linear-gradient(180deg, #fff 0%, #f8fafb 100%);
}

.services h2 {
  font-size: 30px;
}

.section-copy {
  margin-top: 7px;
  margin-bottom: 26px;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .services .container { width: min(94%, 930px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-image { height: 260px; }
}

@media (max-width: 520px) {
  .services .container { width: calc(100% - 30px); }
  .service-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-image { height: 250px; }
  .services h2 { font-size: 25px; }
  .service-body h3 { font-size: 18px; }
  .service-body p { font-size: 14px; }
}

/* Größere Typografie auf der gesamten Website */
body {
  font-size: 16px;
}

.site-header,
.header-inner {
  height: 66px;
}

.logo span {
  font-size: 36px;
}

.logo small {
  font-size: 14px;
}

.main-nav a {
  padding-inline: 17px;
  font-size: 15px;
}

.hero {
  height: 390px;
}

.hero-content {
  padding-top: 36px;
}

.kicker {
  margin-bottom: 14px;
  font-size: 13px;
}

.hero h1 {
  margin-bottom: 16px;
  font-size: 50px;
}

.hero-text {
  font-size: 16px;
  line-height: 1.65;
}

.button {
  height: 46px;
  font-size: 14px;
}

.site-note {
  width: 780px;
  min-height: 58px;
  padding: 10px 16px;
}

.site-note p,
.site-note strong {
  font-size: 13px;
  line-height: 1.45;
}

.services h2 {
  font-size: 34px;
}

.section-copy {
  font-size: 15px;
  line-height: 1.6;
}

.service-body h3 {
  font-size: 21px;
}

.service-body p {
  font-size: 16px;
}

.trust {
  padding-block: 24px;
}

.why-us > .kicker {
  margin-bottom: 24px;
}

.quality-grid {
  gap: 22px;
}

.quality-grid article {
  grid-template-columns: 45px 1fr;
  gap: 12px;
}

.quality-grid svg {
  width: 38px;
  height: 38px;
}

.quality-grid h3 {
  margin-bottom: 8px;
  font-size: 15px;
}

.quality-grid p {
  font-size: 13px;
  line-height: 1.55;
}

.growth-card {
  height: 195px;
  padding: 25px 26px;
}

.growth-card h2 {
  margin-bottom: 9px;
  font-size: 26px;
}

.growth-card p {
  max-width: 470px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.55;
}

.growth-card .button {
  height: 42px;
}

.contact-inner {
  height: auto;
  min-height: 118px;
}

.offer h2 {
  font-size: 23px;
}

.offer p {
  font-size: 14px;
}

.contact-points svg {
  width: 34px;
  height: 34px;
}

.contact-points b {
  font-size: 14px;
}

.contact-points small {
  font-size: 12px;
}

.footer-inner {
  height: auto;
  min-height: 94px;
}

.footer-meta,
.site-footer nav a {
  font-size: 12px;
}

@media (max-width: 1050px) {
  .hero h1 { font-size: 44px; }
  .site-note { width: min(100%, 780px); }
  .quality-grid h3 { font-size: 16px; }
  .quality-grid p { font-size: 14px; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; }
  .main-nav { top: 66px; }
  .hero { min-height: 570px; }
  .hero h1 { font-size: 39px; }
  .hero-text { font-size: 15px; }
  .growth-card { height: auto; min-height: 220px; }
}

@media (max-width: 520px) {
  .logo span { font-size: 32px; }
  .logo small { font-size: 12px; }
  .hero h1 { font-size: 34px; }
  .services h2 { font-size: 28px; }
  .section-copy { font-size: 14px; }
  .service-body h3 { font-size: 20px; }
  .service-body p { font-size: 16px; }
  .offer h2 { font-size: 21px; }
}

/* Mitlaufende Navigation und saubere Sprungmarken */
html {
  scroll-padding-top: 82px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 28px rgba(0,20,44,.14);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  .site-header { box-shadow: 0 8px 24px rgba(0,20,44,.2); }
  .main-nav {
    max-height: calc(100vh - 66px);
    max-height: calc(100dvh - 66px);
    overflow-y: auto;
    box-shadow: 0 18px 30px rgba(0,20,44,.22);
  }
}

/* Kontaktformular */
.contact-form-section {
  padding: 72px 0;
  background: #f5f8f9;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: .82fr 1.45fr;
  gap: 54px;
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 28px;
  padding: 10px 8px;
}

.form-intro h2 {
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -1.1px;
}

.form-intro > p:not(.kicker) {
  margin: 0 0 24px;
  color: #52616c;
  font-size: 16px;
  line-height: 1.7;
}

.form-intro ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.form-intro li {
  position: relative;
  margin: 12px 0;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
}

.form-intro li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #118fa5;
  color: #fff;
  font-size: 12px;
}

.secure-email-box {
  padding: 18px 20px;
  border: 1px solid rgba(8,64,78,.12);
  border-radius: 12px;
  background: #fff;
}

.direct-phone-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.direct-phone-box > div {
  padding: 15px 16px;
  border: 1px solid rgba(8,64,78,.12);
  border-radius: 12px;
  background: #fff;
}

.direct-phone-box span {
  display: block;
  margin-bottom: 5px;
  color: #65747e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.direct-phone-box a {
  color: #087b90;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.direct-phone-box a:hover { text-decoration: underline; }

.direct-phone-box .company-address {
  grid-column: 1 / -1;
}

.company-address address {
  color: #1f3442;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

.direct-phone-box .company-hours {
  grid-column: 1 / -1;
  background: linear-gradient(145deg, #f7faff, #eef5fd);
}

.company-hours p {
  margin: 0;
  color: #1f3442;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.footer-hours {
  color: #d4e5f7;
  font-weight: 700;
}

.secure-email-box > span {
  display: block;
  margin-bottom: 7px;
  color: #65747e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.protected-email {
  padding: 0;
  border: 0;
  background: none;
  color: #087b90;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
}

.protected-email:hover { text-decoration: underline; }
.protected-email-small { color: #fff; font-size: 12px; }

.contact-form {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(8,64,78,.11);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8,35,46,.09);
}

.field-grid {
  display: grid;
  gap: 18px;
}

.two-cols { grid-template-columns: repeat(2, 1fr); }

.contact-form label:not(.privacy-check) {
  display: block;
  margin-bottom: 19px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: #1d2e39;
  font-size: 14px;
  font-weight: 800;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ccd9dd;
  border-radius: 9px;
  background: #fbfcfc;
  color: #13242f;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.contact-form input:not([type="checkbox"]),
.contact-form select { height: 52px; padding: 0 15px; }
.contact-form textarea { min-height: 150px; padding: 14px 15px; resize: vertical; }

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #118fa5;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(17,143,165,.12);
}

.privacy-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  margin: 4px 0 22px;
}

.privacy-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: #118fa5; }
.privacy-check span { margin: 0 !important; color: #53636d !important; font-size: 12px !important; font-weight: 500 !important; line-height: 1.6; }
.privacy-check a { color: #087b90; font-weight: 800; }

.form-submit {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  background: #118fa5;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, background .2s;
}

.form-submit:hover { transform: translateY(-2px); background: #0c7e91; }
.form-submit:disabled { opacity: .55; cursor: wait; transform: none; }

.form-status { min-height: 24px; margin: 17px 0 0; font-size: 14px; font-weight: 700; }
.form-status.success { color: #087544; }
.form-status.error { color: #b42318; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 950px) {
  .contact-form-layout { grid-template-columns: 1fr; gap: 32px; }
  .form-intro { position: static; max-width: 720px; }
}

@media (max-width: 620px) {
  .contact-form-section { padding: 48px 0; }
  .form-intro h2 { font-size: 32px; }
  .contact-form { padding: 24px 18px; border-radius: 14px; }
  .two-cols { grid-template-columns: 1fr; gap: 0; }
  .form-submit { width: 100%; }
}

/* Telefon und mitlaufender WhatsApp-Kontakt */
.contact-phone {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.contact-phone:hover { text-decoration: underline; }

.mobile-label {
  margin-top: 5px;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  width: 62px;
  height: 62px;
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 12px 32px rgba(3,35,22,.28);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
  background: #20bd5a;
  box-shadow: 0 17px 38px rgba(3,35,22,.35);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.whatsapp-float svg path:first-child {
  fill: #fff;
  stroke: none;
}

@media (max-width: 620px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 58px;
    height: 58px;
    min-height: 58px;
  }
  .direct-phone-box { grid-template-columns: 1fr; }
}

/* Neues CFI-Farbdesign aus dem Logo: #0150AA */
:root {
  --brand-blue: #0150AA;
  --brand-blue-dark: #003D82;
  --brand-blue-deep: #001D3E;
  --teal: #0150AA;
  --cyan: #2F7DDA;
}

.logo {
  align-items: center;
  gap: 11px;
}

.logo img {
  width: 49px;
  height: 49px;
  display: block;
  flex: none;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
}

.logo .logo-name {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .35px;
}

.footer-brand .logo {
  display: flex;
  align-items: center;
}

.footer-brand .logo img {
  width: 62px;
  height: 62px;
}

.site-header,
.site-footer {
  background: var(--brand-blue-deep);
}

.main-nav a.active {
  border-color: var(--brand-blue);
}

.kicker {
  color: #277EDB;
}

.hero {
  background-image: linear-gradient(90deg, rgba(0,20,47,.99) 0%, rgba(0,28,63,.92) 30%, rgba(1,58,119,.56) 50%, rgba(1,80,170,.05) 76%), url('/images/hero.webp');
}

.button-teal,
.form-submit {
  background: var(--brand-blue);
}

.button-teal:hover,
.form-submit:hover {
  background: var(--brand-blue-dark);
}

.note-icon {
  border-color: #4B98EA;
  color: #4B98EA;
}

.service-icon {
  border-color: #D8E9FC;
  background: var(--brand-blue);
  box-shadow: 0 3px 10px rgba(1,80,170,.26);
}

.quality-grid svg {
  stroke: var(--brand-blue);
}

.growth-card {
  background: linear-gradient(105deg, #002B5F, #001C3D);
}

.building::after {
  background: linear-gradient(90deg, #002B5F 0%, rgba(0,43,95,.62) 20%, rgba(1,80,170,.08) 62%, transparent 100%);
}

.contact-bar {
  background: linear-gradient(100deg, #002B5F, #0150AA);
}

.form-intro li::before,
.privacy-check input {
  background-color: var(--brand-blue);
  accent-color: var(--brand-blue);
}

.protected-email,
.direct-phone-box a,
.privacy-check a,
.contact-form-section a:not(.form-submit) {
  color: var(--brand-blue);
}

.protected-email-small,
.contact-phone {
  color: #fff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(1,80,170,.13);
}

.form-status.success { color: #064FA3; }

.back-top {
  border-color: #6EA9E9;
}

@media (max-width: 620px) {
  .logo img { width: 44px; height: 44px; }
  .logo .logo-name { font-size: 12px; }
}

/* Einsatzgebiet: moderne, lokal eingebettete Kartenansicht */
.service-area-section {
  padding: 72px 0 78px;
  background:
    radial-gradient(circle at 90% 15%, rgba(47,125,218,.13), transparent 28%),
    linear-gradient(180deg, #f5f9fe 0%, #eaf2fb 100%);
}

.service-area-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 28px;
}

.service-area-heading > div { max-width: 720px; }
.service-area-heading .kicker { margin-bottom: 10px; }

.service-area-heading h2 {
  margin: 0 0 10px;
  color: #071a2f;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -1.1px;
}

.service-area-heading p:not(.kicker) {
  margin: 0;
  color: #526579;
  font-size: 16px;
  line-height: 1.65;
}

.area-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: none;
  padding: 0 22px;
  border: 1px solid rgba(1,80,170,.12);
  border-radius: 10px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(1,80,170,.2);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.area-link:hover {
  transform: translateY(-2px);
  background: var(--brand-blue-dark);
  box-shadow: 0 14px 28px rgba(1,80,170,.26);
}

.area-link span { font-size: 20px; line-height: 1; }

.area-map-card {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.area-map-card::after {
  content: none;
}

.area-map {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  border-radius: 0;
}

.map-roads path {
  fill: none;
  stroke: #b8cee4;
  stroke-width: 2;
  stroke-dasharray: 9 9;
  opacity: .78;
}

.rhine {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rhine-outer { stroke: #72afe8; stroke-width: 15; opacity: .72; }
.rhine-inner { stroke: #b8dcfb; stroke-width: 8; opacity: .96; }

.area-outline {
  stroke: var(--brand-blue);
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-dasharray: 14 8;
  animation: area-border-flow 14s linear infinite;
}

@keyframes area-border-flow { to { stroke-dashoffset: -220; } }

.map-city circle { fill: var(--brand-blue); }
.map-city circle + circle {
  fill: rgba(1,80,170,.08);
  stroke: var(--brand-blue);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: map-pulse 2.8s ease-out infinite;
}

@keyframes map-pulse {
  0%, 100% { opacity: .45; transform: scale(.75); }
  55% { opacity: .08; transform: scale(1.2); }
}

.map-city text {
  fill: #173149;
  stroke: none;
  stroke-width: 0;
  paint-order: normal;
  font: 800 16px Manrope, sans-serif;
  letter-spacing: -.2px;
  text-rendering: geometricPrecision;
}

.map-city.major text { font-size: 19px; }
.map-city.secondary text {
  fill: #38546d;
  font-size: 13px;
  font-weight: 700;
}
.map-badge rect { fill: var(--brand-blue-deep); }
.map-badge circle { fill: #4b98ea; }
.map-badge text { fill: #fff; font: 800 15px Manrope, sans-serif; }

/* Unterseite Einsatzgebiet */
.area-page { background: #f4f8fd; }
.area-page .main-nav a.active { color: #fff; border-color: var(--brand-blue); }

.area-page-hero {
  padding: 72px 0 42px;
  background:
    radial-gradient(circle at 82% 20%, rgba(65,144,232,.24), transparent 30%),
    linear-gradient(120deg, #001d3e 0%, #003c80 100%);
  color: #fff;
  text-align: center;
}

.area-page-hero .kicker { color: #78b5f5; }
.area-page-hero h1 {
  max-width: 820px;
  margin: 0 auto 17px;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.08;
  letter-spacing: -2px;
}

.area-page-hero > .container > p:not(.kicker) {
  max-width: 720px;
  margin: 0 auto;
  color: #d9e9fb;
  font-size: 17px;
  line-height: 1.7;
}

.area-page-map {
  padding: 42px 0 72px;
  background: linear-gradient(180deg, #eaf2fb, #f7faff);
}

.area-list-section {
  padding: 74px 0 82px;
  background: #fff;
}

.area-list-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.area-list-heading h2 {
  margin: 0 0 12px;
  color: #071a2f;
  font-size: clamp(32px, 4vw, 44px);
  letter-spacing: -1.1px;
}

.area-list-heading p:not(.kicker) {
  color: #526579;
  font-size: 16px;
  line-height: 1.65;
}

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

.area-group {
  padding: 28px;
  border: 1px solid #dbe8f5;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f5f9fe);
  box-shadow: 0 12px 32px rgba(0,43,95,.07);
}

.area-group-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

.area-group-title span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(1,80,170,.2);
}

.area-group-title svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.area-group h3 { margin: 0; color: #0b2742; font-size: 20px; }
.area-places {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-places li {
  position: relative;
  padding: 10px 10px 10px 29px;
  border-radius: 8px;
  color: #344b60;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.area-places li::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 15px;
  width: 8px;
  height: 8px;
  border: 3px solid var(--brand-blue);
  border-radius: 50%;
  background: #fff;
}

.area-places li:hover { background: #eaf3fd; color: #0a4e9b; }

.area-group-wide { grid-column: 1 / -1; }
.area-group-wide .area-places { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.place-name {
  display: block;
  color: #203d57;
  font-size: 14px;
  font-weight: 800;
}

.area-places small {
  display: block;
  margin-top: 4px;
  color: #64788b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.area-regions {
  margin-top: 28px;
  padding: 31px;
  border: 1px solid #dbe8f5;
  border-radius: 18px;
  background: linear-gradient(120deg, #001d3e, #00438e);
  color: #fff;
  box-shadow: 0 16px 38px rgba(0,43,95,.16);
}

.area-regions .kicker { margin-bottom: 9px; color: #77b4f3; }
.area-regions h3 { margin: 0 0 21px; font-size: 24px; line-height: 1.25; }

.region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.region-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.area-note {
  max-width: 900px;
  margin: 32px auto 0;
  padding: 19px 23px;
  border-left: 4px solid var(--brand-blue);
  border-radius: 8px;
  background: #eef5fd;
  color: #40576b;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.area-page-cta {
  padding: 62px 0;
  background: linear-gradient(110deg, #001d3e, #0150aa);
  color: #fff;
}

.area-page-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.area-page-cta h2 { margin: 0 0 8px; font-size: 30px; }
.area-page-cta p { margin: 0; color: #d8e8f9; font-size: 15px; }

@media (prefers-reduced-motion: reduce) {
  .area-outline, .map-city circle + circle { animation: none; }
}

@media (max-width: 820px) {
  .service-area-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .area-groups { grid-template-columns: 1fr; }
  .area-group-wide { grid-column: auto; }
  .area-group-wide .area-places { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-page-cta .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .service-area-section { padding: 50px 0; }
  .service-area-section .container,
  .area-page-map .container { width: calc(100% - 24px); }
  .area-link { width: 100%; }
  .area-map-card { padding: 0; border-radius: 0; }
  .area-map-card::after { content: none; }
  .area-map { min-height: 320px; object-fit: cover; border-radius: 0; }
  .map-city text { font-size: 14px; }
  .map-city.major text { font-size: 16px; }
  .map-city.secondary text { font-size: 11px; }
  .area-page-hero { padding: 54px 0 34px; }
  .area-page-hero h1 { letter-spacing: -1.2px; }
  .area-list-section { padding: 52px 0 58px; }
  .area-group { padding: 22px 17px; }
  .area-places,
  .area-group-wide .area-places { grid-template-columns: 1fr; }
  .area-regions { padding: 24px 18px; }
}

/* SEO-Inhalte und lebendige Startseite */
.hero-trust {
  width: min(100%, 780px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 18px;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  background: rgba(0,29,62,.52);
  backdrop-filter: blur(7px);
}

.hero-trust span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.seo-intro {
  padding: 70px 0 42px;
  overflow: hidden;
  background: #fff;
}

.seo-intro-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 68px;
  align-items: start;
}

.seo-intro h2 {
  max-width: 570px;
  margin: 0;
  color: #071a2f;
  font-size: clamp(34px, 4.1vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.5px;
}

.seo-intro-copy {
  padding-top: 6px;
  border-top: 3px solid var(--brand-blue);
}

.seo-intro-copy p {
  margin: 16px 0 0;
  color: #52616c;
  font-size: 16px;
  line-height: 1.78;
}

.seo-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid #dfeaf5;
  border-radius: 16px;
  background: #dfeaf5;
  box-shadow: 0 16px 38px rgba(0,43,95,.07);
}

.seo-facts div {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px;
  background: linear-gradient(145deg, #fff, #f6f9fd);
}

.seo-facts strong { color: var(--brand-blue); font-size: 19px; }
.seo-facts span { margin-top: 5px; color: #5c6d7c; font-size: 13px; line-height: 1.45; }

.service-card {
  color: inherit;
  text-decoration: none;
}

.service-card:focus-visible {
  outline: 4px solid rgba(1,80,170,.24);
  outline-offset: 4px;
}

.service-body { min-height: 194px; }

.service-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 800;
}

.service-more b {
  font-size: 18px;
  font-weight: 500;
  transition: transform .2s ease;
}

.service-card:hover .service-more b { transform: translateX(5px); }

.work-process {
  padding: 76px 0;
  background: #fff;
}

.process-heading {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.process-heading h2 {
  margin: 0 0 12px;
  color: #071a2f;
  font-size: clamp(31px, 4vw, 43px);
  line-height: 1.15;
  letter-spacing: -1.1px;
}

.process-heading > p:not(.kicker) {
  margin: 0;
  color: #5a6b79;
  font-size: 16px;
  line-height: 1.65;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-grid article {
  position: relative;
  min-height: 210px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid #dce8f4;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f4f8fd);
  box-shadow: 0 12px 30px rgba(0,43,95,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.process-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,43,95,.11); }
.process-grid article > span { color: #67a5e7; font-size: 39px; font-weight: 800; line-height: 1; }
.process-grid h3 { margin: 24px 0 8px; color: #0b2742; font-size: 20px; }
.process-grid article p { margin: 0; color: #5c6d7a; font-size: 14px; line-height: 1.65; }

.faq-section,
.service-faq-section {
  padding: 76px 0;
  background: linear-gradient(180deg, #eef5fc, #f7fafe);
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 58px;
  align-items: start;
}

.faq-intro { position: sticky; top: 30px; }
.faq-intro h2 { margin: 0 0 14px; color: #071a2f; font-size: 40px; letter-spacing: -1px; }
.faq-intro > p:not(.kicker) { margin: 0 0 25px; color: #5a6b79; font-size: 15px; line-height: 1.7; }
.faq-list { display: grid; gap: 12px; }

.faq-list details {
  border: 1px solid #d8e6f4;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,43,95,.05);
}

.faq-list summary {
  position: relative;
  padding: 21px 56px 21px 22px;
  color: #102c46;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-blue);
  font-size: 28px;
  font-weight: 500;
}

.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: #526675; font-size: 14px; line-height: 1.75; }
.faq-list details a { color: var(--brand-blue); font-weight: 800; }

/* Eigenständige Leistungsseiten */
.service-page { background: #fff; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; padding-block: 18px; color: #758391; font-size: 12px; }
.breadcrumbs a { color: #4f6578; text-decoration: none; }
.breadcrumbs a:hover { color: var(--brand-blue); }
.breadcrumbs strong { color: #15314a; }

.service-page-hero {
  padding: 34px 0 68px;
  background:
    radial-gradient(circle at 88% 12%, rgba(63,141,228,.2), transparent 29%),
    linear-gradient(120deg, #001d3e, #003c80);
  color: #fff;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.service-hero-copy .kicker { color: #83bcf6; }
.service-hero-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 5.5vw, 66px);
  line-height: 1.04;
  letter-spacing: -2.2px;
}

.service-hero-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 0;
  color: #dceaf9;
  font-size: 17px;
  line-height: 1.75;
}

.service-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 19px; margin-top: 28px; }
.service-phone-link { color: #fff; font-size: 15px; font-weight: 800; text-decoration: none; }
.service-phone-link::before { content: "Telefon: "; color: #9fc7ef; font-size: 12px; text-transform: uppercase; letter-spacing: .7px; }
.service-phone-link:hover { text-decoration: underline; }

.service-hero-image {
  height: 430px;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.12);
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(0,0,0,.3);
}

.service-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; }

.service-overview { padding: 82px 0; }
.service-content-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 66px; align-items: start; }
.service-main-copy h2 { margin: 0 0 24px; color: #071a2f; font-size: clamp(32px, 4vw, 44px); line-height: 1.15; letter-spacing: -1.15px; }
.service-main-copy > p:not(.kicker) { margin: 0 0 18px; color: #526474; font-size: 16px; line-height: 1.8; }
.service-main-copy h3 { margin: 35px 0 18px; color: #102c46; font-size: 24px; }

.service-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-feature-list li {
  position: relative;
  padding: 15px 15px 15px 43px;
  border: 1px solid #e0eaf4;
  border-radius: 10px;
  background: #f7fafe;
  color: #2e475c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.service-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 14px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-size: 11px;
}

.service-fit-card {
  position: sticky;
  top: 24px;
  padding: 31px;
  border-radius: 20px;
  background: linear-gradient(145deg, #002e64, #001d3e);
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,43,95,.24);
}

.fit-badge { display: inline-block; padding: 7px 12px; border-radius: 999px; background: #2f7dda; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.service-fit-card h2 { margin: 21px 0 18px; font-size: 25px; line-height: 1.25; }
.service-fit-card ul { margin: 0; padding: 0; list-style: none; }
.service-fit-card li { position: relative; padding: 11px 0 11px 26px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; font-weight: 700; }
.service-fit-card li::before { content: "•"; position: absolute; left: 4px; color: #68a9ed; font-size: 21px; }
.service-fit-card p { margin: 22px 0 0; color: #c7daed; font-size: 13px; line-height: 1.7; }

.service-process-section { padding: 76px 0; background: linear-gradient(180deg, #eef5fc, #f9fbfe); }
.service-process-grid article { min-height: 150px; }
.service-process-grid h3 { margin-top: 22px; font-size: 16px; line-height: 1.45; }

.service-quality-section { padding: 72px 0; background: #fff; }
.service-quality-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.service-quality-grid h2 { max-width: 530px; margin: 0; color: #071a2f; font-size: clamp(33px, 4vw, 46px); line-height: 1.13; letter-spacing: -1.2px; }
.service-quality-grid > p { margin: 0; padding: 26px 0 26px 34px; border-left: 4px solid var(--brand-blue); color: #526474; font-size: 16px; line-height: 1.8; }

.related-services { padding: 76px 0; background: #fff; }
.related-heading { margin-bottom: 27px; }
.related-heading h2 { margin: 0; color: #071a2f; font-size: 36px; letter-spacing: -1px; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-links a { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 21px; border: 1px solid #dce8f4; border-radius: 12px; background: linear-gradient(145deg, #fff, #f5f9fd); color: #173149; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.related-links a:hover { transform: translateY(-3px); border-color: #8ebbec; }
.related-links b { color: var(--brand-blue); font-size: 20px; }

@media (max-width: 950px) {
  .seo-intro-layout,
  .service-hero-grid,
  .service-content-grid,
  .service-quality-grid { grid-template-columns: 1fr; gap: 35px; }
  .seo-facts { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-intro,
  .service-fit-card { position: static; }
  .service-hero-image { height: 390px; }
  .related-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .hero-trust { gap: 8px; padding: 13px 14px; }
  .hero-trust span { width: 100%; font-size: 12px; }
  .seo-intro { padding: 52px 0 32px; }
  .seo-intro-layout { gap: 28px; }
  .seo-facts { grid-template-columns: 1fr; margin-top: 32px; }
  .seo-facts div { min-height: 86px; }
  .service-body { min-height: 178px; }
  .work-process,
  .faq-section,
  .service-faq-section { padding: 54px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 180px; }
  .faq-intro h2 { font-size: 33px; }
  .service-page-hero { padding: 25px 0 48px; }
  .service-hero-copy h1 { letter-spacing: -1.3px; }
  .service-hero-actions { align-items: stretch; flex-direction: column; }
  .service-hero-actions .area-link { width: 100%; }
  .service-hero-image { height: 280px; border-width: 5px; border-radius: 18px; }
  .service-overview { padding: 54px 0; }
  .service-feature-list { grid-template-columns: 1fr; }
  .service-fit-card { padding: 25px 21px; }
  .service-process-section,
  .service-quality-section,
  .related-services { padding: 54px 0; }
  .service-quality-grid > p { padding: 21px 0 21px 22px; }
  .related-links { grid-template-columns: 1fr; }
}
