.contact-view { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); align-items: start; gap: clamp(24px, 4vw, 64px); padding: 12px 0 24px; }
.contact-intro { padding: 16px 0; }
.contact-mail-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; border: 1px solid #e6d5c2; border-radius: 12px; color: #b35a08; background: #fff5e8; }
.contact-mail-icon svg { width: 30px; height: 30px; }
.page-kontakt.overview-layout .contact-intro h2 { display: block; width: auto; min-height: 0; margin: 0 0 14px; padding: 0; border: 0; background: none; box-shadow: none; color: #26333d; text-align: left; font-size: clamp(26px, 3vw, 36px); line-height: 1.15; }
.contact-intro p { max-width: 34ch; margin: 0 0 24px; font-size: 19px; line-height: 1.6; color: #4f5c66; }
.contact-view a { color: #225b80; text-underline-offset: 3px; overflow-wrap: anywhere; }
.contact-card { min-width: 0; padding: clamp(18px, 3vw, 36px); border: 1px solid #d5dce1; border-radius: 12px; background: #fff; box-shadow: 0 5px 24px #24344007; }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
.contact-fields label { display: flex; flex-wrap: wrap; align-items: center; align-content: start; gap: 8px 4px; min-width: 0; font-weight: 600; color: #293842; }
.contact-optional { color: #6b757d; font-size: 14px; font-weight: 400; }
.contact-fields input, .contact-fields textarea { display: block; box-sizing: border-box; width: 100%; min-width: 0; min-height: 46px; padding: 11px 12px; border: 1px solid #bfc8cf; border-radius: 7px; background: #fafbfc; color: #202c35; font: inherit; font-weight: 400; transition: border-color .15s, background-color .15s; }
.contact-fields textarea { resize: vertical; min-height: 170px; line-height: 1.5; }
.contact-fields input:focus, .contact-fields textarea:focus { border-color: #b45b08; background: #fff; outline: 2px solid #f5dfca; outline-offset: 1px; }
.contact-message { grid-column: 1 / -1; }
.contact-security { grid-column: 1 / -1; padding: 14px 16px; border: 1px solid #d5dce1; border-radius: 8px; background: #f5f7f9; }
#contact-security-question { flex-basis: 100%; font-weight: 400; }
.contact-security input { width: 150px; max-width: 100%; background: #fff; }
.contact-security input[aria-invalid="true"] { border-color: #a33b27; }
.contact-privacy { margin: 20px 0; color: #5c6872; font-size: 14px; line-height: 1.6; }
.contact-submit-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.contact-submit-row > span { color: #69747c; font-size: 13px; }
.contact-submit, .contact-retry { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 11px 20px; border: 1px solid #31495b; border-radius: 7px; background: #31495b; color: #fff; font: inherit; font-weight: 600; cursor: pointer; }
.contact-submit svg { width: 20px; height: 20px; }
.contact-submit:hover:not(:disabled), .contact-retry:hover { background: #20394d; }
.contact-submit { background: #1768ad; border-color: #12568f; }
.contact-submit:hover:not(:disabled) { background: #12568f; }
.contact-submit:disabled { opacity: .6; cursor: wait; }
.contact-view button:focus-visible, .contact-view a:focus-visible { outline: 2px solid #b45b08; outline-offset: 3px; }
.contact-status { margin: 18px 0 0; padding: 14px 16px; border: 1px solid #e3c3bd; border-radius: 7px; background: #fff4f1; color: #843b29; line-height: 1.6; }
.contact-status[data-kind="info"] { border-color: #d5dce1; background: #f5f7f9; color: #4f5c66; }
.contact-status[data-kind="success"] { margin: 0; border-color: #c2d6cd; background: #f1f8f4; color: #285643; }
.contact-retry { margin-top: 12px; }
.contact-view [hidden] { display: none !important; }
.contact-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media (max-width: 850px) { .contact-view { grid-template-columns: minmax(0, 1fr); gap: 22px; } .contact-intro { padding: 0; } .contact-intro p { max-width: none; margin-bottom: 12px; } .contact-mail-icon { margin-bottom: 14px; } }
@media (max-width: 520px) { .contact-fields { grid-template-columns: minmax(0, 1fr); gap: 18px; } .contact-submit-row { align-items: stretch; flex-direction: column; } .contact-submit { width: 100%; } .contact-intro p { font-size: 17px; } }
