/* Kontaktseite: kompakte Einleitung, direkte Wege und ein zusammenhängendes Anfrage-Modul. */
.contact-page { background: var(--paper); }
.contact-page .section-label { margin-bottom: 12px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .095em; }

.contact-intro { padding: 76px 0 67px; background: #fff; }
.contact-intro-layout { display: grid; grid-template-columns: 1.08fr .72fr; gap: 58px; align-items: end; min-height: 250px; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.contact-intro h1 { max-width: 720px; margin: 0; font-size: clamp(49px, 5.1vw, 75px); line-height: .98; letter-spacing: -.065em; }
.contact-intro h1 span { color: var(--blue); }
.contact-intro-text { max-width: 445px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.68; }

.contact-channels { padding: 0 0 92px; background: #fff; }
.contact-channels-grid { display: grid; grid-template-columns: .82fr 1fr 1fr; overflow: hidden; border-radius: 10px; background: #3b4141; }
.contact-channel-heading, .contact-channel { position: relative; min-height: 218px; padding: 34px; }
.contact-channel-heading { display: flex; flex-direction: column; justify-content: end; color: #fff; }
.contact-channel-heading .section-label { color: var(--blue-soft); }
.contact-channel-heading h2 { max-width: 235px; margin: 0; color: #fff; font-size: clamp(28px, 2.5vw, 37px); line-height: 1.02; letter-spacing: -.06em; }
.contact-channel { display: flex; flex-direction: column; align-items: flex-start; justify-content: end; gap: 17px; overflow: hidden; background: var(--blue-soft); color: var(--ink); transition: box-shadow .2s ease; }
.contact-channel + .contact-channel { border-left: 1px solid rgba(26, 45, 48, .11); }
.contact-channel::before { position: absolute; top: 23px; right: 27px; color: rgba(47, 105, 152, .17); font-size: 58px; font-weight: 800; letter-spacing: -.08em; line-height: 1; content: '01'; }
.contact-channel:last-child { background: var(--green); }
.contact-channel:last-child::before { content: '02'; }
.contact-channel:hover { color: var(--ink); box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .2); }
.contact-channel > i:first-child { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 18px; }
.contact-channel:last-child > i:first-child { background: #21352a; }
.contact-channel > i:last-child { position: absolute; right: 34px; bottom: 38px; color: var(--blue); font-size: 20px; transition: transform .2s ease; }
.contact-channel:hover > i:last-child { transform: translate(3px, -3px); }
.contact-channel span { display: grid; min-width: 0; gap: 5px; padding-right: 32px; }
.contact-channel small { color: #5e706e; font-size: 12px; font-weight: 700; }
.contact-channel strong { overflow-wrap: anywhere; color: var(--ink); font-size: 15px; line-height: 1.45; }

.contact-request { padding: 92px 0; border-top: 1px solid var(--line); background: var(--paper); }
.contact-request-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 0; overflow: hidden; border-radius: 12px; background: #3b4141; }
.contact-request-copy { display: flex; flex-direction: column; justify-content: center; min-height: 680px; padding: clamp(39px, 5vw, 68px); color: #fff; }
.contact-request-copy .section-label { color: var(--blue-soft); }
.contact-request-copy h2 { margin: 0 0 18px; color: #fff; font-size: clamp(37px, 3.8vw, 55px); line-height: .98; letter-spacing: -.065em; }
.contact-request-copy > p:not(.section-label) { max-width: 310px; margin: 0 0 29px; color: #cbd7d3; font-size: 15px; line-height: 1.68; }
.contact-request-copy ul { display: grid; gap: 0; max-width: 310px; margin: 0; padding: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); color: #d9e4e0; font-size: 13px; font-weight: 600; list-style: none; }
.contact-request-copy li { display: flex; gap: 10px; padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, .16); line-height: 1.45; }
.contact-request-copy li i { color: var(--blue-soft); font-size: 17px; }

.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; align-content: center; min-height: 680px; padding: clamp(36px, 5vw, 66px); background: #fff; }
.form-field { display: grid; gap: 8px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label, .form-services legend { margin: 0; color: #35413e; font-size: 13px; font-weight: 800; }
.form-field label span, .form-consent b { color: var(--blue); }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #d0dad6; border-radius: 5px; background: #f8faf9; color: var(--ink); font: 400 15px/1.5 Manrope, Arial, sans-serif; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.form-field input { min-height: 51px; padding: 0 14px; }
.form-field textarea { min-height: 142px; padding: 13px 14px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); outline: 0; background: #fff; box-shadow: 0 0 0 3px rgba(47, 105, 152, .13); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #8c9793; }
.form-services { margin: 2px 0 0; padding: 0; border: 0; }
.form-services legend { margin-bottom: 12px; }
.service-options { display: flex; flex-wrap: wrap; gap: 8px; }
.service-options label { margin: 0; cursor: pointer; }
.service-options input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.service-options span { display: block; padding: 8px 12px; border: 1px solid #d0dad6; border-radius: 30px; background: #fff; color: #4e5b57; font-size: 12px; font-weight: 700; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.service-options input:checked + span { border-color: var(--blue); background: var(--blue); color: #fff; }
.service-options input:focus-visible + span { outline: 3px solid rgba(47, 105, 152, .22); outline-offset: 2px; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: #616c68; font-size: 12px; line-height: 1.55; cursor: pointer; }
.form-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 1px; accent-color: var(--blue); }
.form-submit { display: flex; align-items: center; gap: 16px; }
.contact-page .form-submit button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 18px; border: 0; border-radius: 4px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 800; transition: background .18s ease, transform .18s ease; }
.contact-page .form-submit button:hover { background: #275a83; color: #fff; transform: translateY(-2px); }
.form-submit small { max-width: 260px; color: #66706e; font-size: 11px; line-height: 1.5; }
.form-status { min-height: 18px; margin: -8px 0 0; color: var(--blue); font-size: 13px; font-weight: 700; }

@media (max-width: 991.98px) {
  .contact-intro { padding-top: 62px; }
  .contact-intro-layout { grid-template-columns: 1fr .75fr; gap: 32px; }
  .contact-channels-grid { grid-template-columns: .8fr 1fr 1fr; }
  .contact-channel-heading, .contact-channel { min-height: 195px; padding: 28px; }
  .contact-channel > i:last-child { right: 28px; bottom: 31px; }
  .contact-request-layout { grid-template-columns: 1fr; }
  .contact-request-copy, .contact-form { min-height: 0; padding: 46px 42px; }
}

@media (max-width: 575.98px) {
  .contact-intro { padding: 52px 0 50px; }
  .contact-intro-layout { grid-template-columns: 1fr; gap: 19px; min-height: 0; padding-bottom: 25px; }
  .contact-intro h1 { font-size: clamp(44px, 12vw, 59px); }
  .contact-intro-text { max-width: 370px; font-size: 15px; }
  .contact-channels { padding-bottom: 62px; }
  .contact-channels-grid { grid-template-columns: 1fr; }
  .contact-channel-heading, .contact-channel { min-height: 178px; padding: 28px 26px; }
  .contact-channel-heading h2 { max-width: none; }
  .contact-channel + .contact-channel { border-top: 1px solid rgba(26, 45, 48, .11); border-left: 0; }
  .contact-channel > i:last-child { right: 27px; bottom: 31px; }
  .contact-request { padding: 62px 0; }
  .contact-request-layout { grid-template-columns: 1fr; margin: 0 -12px; border-radius: 0; }
  .contact-request-copy { min-height: 0; padding: 45px 27px; }
  .contact-request-copy h2 { font-size: 43px; }
  .contact-form { grid-template-columns: 1fr; min-height: 0; padding: 39px 27px 44px; }
  .form-field-full { grid-column: auto; }
  .service-options { display: grid; grid-template-columns: 1fr 1fr; }
  .service-options span { height: 100%; padding: 9px 10px; text-align: center; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .contact-page .form-submit button { width: 100%; }
}

/* Lesbare Typografie für Kontaktwege und Formularbedienung. */
.contact-page .section-label { font-size: 13px; }
.contact-intro-text,
.contact-request-copy > p:not(.section-label) { font-size: 16px; }
.contact-channel small { font-size: 14px; }
.contact-channel strong { font-size: 16px; }
.contact-request-copy ul { font-size: 15px; }
.form-field label,
.form-services legend { font-size: 15px; }
.form-field input,
.form-field textarea { font-size: 16px; }
.service-options span { font-size: 14px; }
.form-consent { font-size: 14px; }
.contact-page .form-submit button { font-size: 15px; }
.form-submit small { font-size: 13px; }
.form-status { font-size: 14px; }

@media (max-width: 575.98px) {
  .contact-intro-text { font-size: 16px; }
}
