.contact-list div::before { display: none !important; }
.contact-list div { min-height: 71px !important; padding-left: 95px !important; }
.contact-list dt { position: relative; display: flex; min-height: 69px !important; align-items: center; font-size: 0.9rem !important; }
.contact-list dt img { position: absolute; top: 0; left: -95px; width: 69px; height: 69px; object-fit: cover; border-radius: 6px; }
.about-section { position: relative; isolation: isolate; overflow: hidden; padding: 48px 0 56px; margin-bottom: 32px; background: var(--surface); text-align: center; }
.about-section::before { position: absolute; inset: -4%; z-index: -1; background: url("../assets/images/kontakt_background_unblurred.jpg") center / cover no-repeat; opacity: 0.25; content: ""; animation: contact-image-drift 18s ease-in-out infinite alternate; }
.about-section > .container { position: relative; z-index: 1; }
.about-section .container { text-align: center; }
.about-section h1 { width: 100%; max-width: none; margin: 0; font-family: var(--body); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; text-align: center; }
.about-section h1::after { display: block; width: 52px; height: 3px; margin: 18px auto 0; background: var(--olive); border-radius: 2px; content: ""; }
.about-content { position: relative; left: 50%; width: min(1400px, calc(100vw - 48px)); margin: 30px 0 0; text-align: left; transform: translateX(-50%); }
.about-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.about-column { position: relative; min-width: 0; padding: 24px; background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(215, 222, 209, 0.9); border-radius: 6px; text-align: left; transition: transform 250ms ease, box-shadow 250ms ease; }
.about-card-layout { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; align-items: start; }
.about-logo { display: block; width: 150px; height: auto; margin: 0; }
.about-column:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(26, 36, 52, 0.08); }
.about-content h2 { margin: 0 0 16px; font-family: var(--body); font-size: 1.35rem; font-weight: 800; line-height: 1.3; }
.about-content h2:first-child { margin-top: 0; }
.about-content p { margin: 0 0 16px; color: var(--muted); font-size: 1rem; }
.about-content ul { display: grid; gap: 14px; margin: 0 0 24px; padding-left: 22px; color: var(--muted); font-size: 1.05rem; }
.about-content strong { color: var(--ink); }
@media (max-width: 760px) { .about-columns { grid-template-columns: 1fr; gap: 12px; } }
@media (max-width: 760px) { .about-card-layout { grid-template-columns: 1fr; gap: 20px; } .about-logo { width: 150px; } }
@media (prefers-reduced-motion: reduce) { .about-column { transition: none; } .about-column:hover { transform: none; } }
.candidate-section { padding: 0; margin-bottom: 32px; background: #fbfaf7; }
.candidate-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.candidate-copy { display: flex; max-width: none; flex-direction: column; align-items: center; justify-content: flex-start; padding: 72px clamp(32px, 8vw, 140px); background: #fbfaf7; color: var(--ink); text-align: center; }
.candidate-copy h1 { width: 100%; max-width: 470px; margin: 0; font-family: var(--body); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; text-align: center; }
.candidate-copy h1::after { display: block; width: 52px; height: 3px; margin: 18px auto 0; background: var(--olive); border-radius: 2px; content: ""; }
.candidate-copy > p { max-width: 470px; margin: 26px 0 0; color: var(--muted); font-size: 1.3rem; text-align: left; }
.candidate-button { align-self: center; margin-top: 30px; }
.candidate-image { align-self: stretch; overflow: hidden; min-height: 0; border-radius: 0; }
.candidate-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.candidate-image:hover img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .candidate-image img { transition: none; } .candidate-image:hover img { transform: none; } }
@media (max-width: 760px) { .candidate-image { min-height: 280px; order: -1; } .candidate-section { padding: 0; } .candidate-copy { padding: 64px 24px; } .candidate-layout { grid-template-columns: 1fr; min-height: 0; } }
.company-section { padding: 0; margin-bottom: 32px; background: #fbfaf7; }
.company-section > .container { width: 100%; max-width: none; }
.company-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.company-copy { display: flex; max-width: none; flex-direction: column; align-items: center; justify-content: flex-start; padding: 72px clamp(32px, 8vw, 140px); background: #fbfaf7; color: var(--ink); text-align: center; }
.company-copy > p { max-width: 470px; margin: 26px 0 0; color: var(--muted); font-size: 1.3rem; text-align: left; }
.company-button { align-self: center; margin-top: 30px; }
.company-image { align-self: stretch; overflow: hidden; min-height: 0; border-radius: 0; }
.company-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.company-image:hover img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .company-image img { transition: none; } .company-image:hover img { transform: none; } }
@media (max-width: 760px) { .company-image { min-height: 280px; } }
@media (max-width: 760px) { .company-section { padding: 0; } .company-copy { padding: 64px 24px; } .company-layout { min-height: 0; } .company-image { order: -1; } }
.company-section h1, .contact-heading h1 { display: block; margin-top: 0; margin-bottom: 0; font-family: var(--body); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; }
.company-copy h1 { width: 100%; max-width: 470px; text-align: left; }
.company-copy h1::after { display: block; width: 52px; height: 3px; margin: 18px auto 0; background: var(--olive); border-radius: 2px; content: ""; }
#kontakt .contact-heading h1 { font-family: var(--body); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; }
#kontakt .contact-grid { padding: 38px; background: rgba(255, 255, 255, 0.85); border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 10px; backdrop-filter: blur(8px); }
#kontakt .callback-form { background: transparent; border: 0; box-shadow: none; }
#kontakt { position: relative; isolation: isolate; overflow: hidden; background: #f4f7f0; }
#kontakt::before { position: absolute; inset: -4%; z-index: -2; background: url("../assets/images/kontakt_background_unblurred.jpg") center / cover no-repeat; opacity: 0.3; content: ""; animation: contact-image-drift 18s ease-in-out infinite alternate; }
#kontakt::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 38%, rgba(255, 255, 255, 0.58) 100%); content: ""; }
#kontakt > .container { position: relative; z-index: 1; }
@keyframes contact-image-drift { from { transform: scale(1.02) translate3d(-1%, 0, 0); } to { transform: scale(1.08) translate3d(1%, -1%, 0); } }
@media (prefers-reduced-motion: reduce) { #kontakt::before, .about-section::before { animation: none; } }
:root { --ink: #1a2434; --olive: #617c22; --olive-dark: #4c6418; --surface: #f4f7f0; --white: #ffffff; --muted: #65707a; --line: #d7ded1; --display: Georgia, "Times New Roman", serif; --body: "Trebuchet MS", "Segoe UI", sans-serif; color: var(--ink); font-family: var(--body); background: var(--white); }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; line-height: 1.55; } a { color: inherit; } button, input, select { font: inherit; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 10px 14px; color: var(--ink); background: var(--white); transform: translateY(-150%); }.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }.header-inner { position: relative; display: flex; align-items: center; width: 100%; min-height: 96px; padding: 0 32px; }.brand { display: flex; align-items: center; }.brand img { display: block; width: 172px; height: auto; }.primary-navigation { position: absolute; left: 50%; display: flex; gap: 32px; align-items: center; color: var(--olive-dark); font-size: 1.4rem; font-weight: 700; transform: translateX(-50%); white-space: nowrap; }.primary-navigation a, .footer-links a { text-decoration: none; }.primary-navigation a:hover, .primary-navigation a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }.menu-toggle { display: none; border: 0; color: inherit; background: transparent; cursor: pointer; }
.hero { border-bottom: 1px solid var(--line); background: var(--surface); }.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 72px; align-items: end; padding: 108px 0 104px; }.eyebrow { margin: 0 0 15px; color: var(--olive-dark); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { font-family: var(--display); line-height: 1.05; }h1 { max-width: 770px; margin-bottom: 25px; font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 400; }h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4.3vw, 4rem); font-weight: 400; }h3 { margin-bottom: 12px; font-size: 1.55rem; font-weight: 400; }.hero-intro { max-width: 610px; margin-bottom: 31px; color: var(--muted); font-size: 1.18rem; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 3px; font-weight: 800; line-height: 1; text-decoration: none; cursor: pointer; }.button-primary { color: var(--white); background: var(--olive); }.button-primary:hover, .button-primary:focus-visible { background: var(--olive-dark); }.button-secondary { border-color: var(--ink); color: var(--ink); background: transparent; }.button-secondary:hover, .button-secondary:focus-visible { color: var(--white); background: var(--ink); }.hero-note { padding: 24px 0 2px 24px; border-left: 2px solid var(--olive); }.hero-note-label { margin-bottom: 10px; color: var(--olive-dark); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; }.hero-note p:not(.hero-note-label) { margin-bottom: 14px; font-family: var(--display); font-size: 1.28rem; line-height: 1.2; }.text-link { color: var(--olive-dark); font-weight: 800; text-decoration: none; }.text-link:hover, .text-link:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.audience-section, .services-section, .values-section, .contact-section { padding: 104px 0; }.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 0.7fr); gap: 96px; align-items: start; }.section-copy { padding-top: 13px; }.section-copy p, .section-heading p { color: var(--muted); font-size: 1.13rem; }.section-copy p { margin-bottom: 26px; }.services-section { color: var(--white); background: var(--ink); }.services-section .eyebrow { color: #b8d06f; }.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr); gap: 80px; align-items: end; }.section-heading p { margin-bottom: 6px; color: #d2d8de; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin: 64px 0 40px; }.service-item { padding-top: 19px; border-top: 1px solid #4b5562; }.service-item p { margin-bottom: 0; color: #d2d8de; }.service-number { display: block; margin-bottom: 28px; color: #b8d06f; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; }.values-section { background: var(--surface); }.values-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr); gap: 96px; }.value-list { border-top: 1px solid var(--line); }.value-list article { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }.value-list h3 { margin: 0; font-size: 1.3rem; }.value-list p { margin: 0; color: var(--muted); }
.contact-section { padding-top: 72px; background: var(--white); }.contact-heading { margin-bottom: 58px; text-align: center; }.contact-heading .eyebrow { margin-bottom: 12px; }.contact-heading h1 { display: inline-block; margin: 0; font-size: clamp(2.6rem, 4.3vw, 4rem); }.contact-heading h1::after { display: block; width: 52px; height: 3px; margin: 18px auto 0; background: var(--olive); border-radius: 2px; content: ""; }.contact-grid { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1fr); gap: 82px; align-items: start; }.contact-copy h2, .callback-form h2 { margin-bottom: 26px; font-family: var(--body); font-size: 1.35rem; font-weight: 800; line-height: 1.3; }.contact-list { display: grid; gap: 22px; margin: 0; }.contact-list div { position: relative; min-height: 48px; padding: 2px 0 0 66px; }.contact-list div::before { position: absolute; top: 0; left: 0; display: grid; width: 46px; height: 46px; place-items: center; color: var(--olive-dark); background: var(--surface); border-radius: 6px; font-size: 0.82rem; font-weight: 800; }.contact-list div:nth-child(1)::before { content: "01"; }.contact-list div:nth-child(2)::before { content: "02"; }.contact-list div:nth-child(3)::before { content: "03"; }.contact-list div:nth-child(4)::before { content: "04"; }.contact-list dt, .contact-list dd { font-family: var(--body); font-size: 0.95rem; line-height: 1.45; }.contact-list dt { margin-bottom: 2px; font-weight: 800; }.contact-list dd { margin: 0; color: var(--muted); }.contact-list a { color: var(--olive-dark); font-weight: 700; text-decoration: none; }.contact-list a:hover, .contact-list a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }.callback-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 38px; background: #f7f8f5; border-radius: 8px; }.callback-form h2, .callback-form .form-field:nth-of-type(3), .callback-form .form-field:nth-of-type(4), .callback-form .consent, .callback-form .button { grid-column: 1 / -1; }.form-field { display: grid; gap: 7px; }label { font-size: 0.86rem; font-weight: 800; }.optional { color: var(--muted); font-weight: 400; }input, select, textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #aeb9a8; border-radius: 4px; color: var(--ink); background: var(--white); }textarea { min-height: 112px; resize: vertical; }.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 0.8rem; font-weight: 400; line-height: 1.45; }.consent input { width: 18px; min-height: 18px; margin: 1px 0 0; }.consent a { color: var(--ink); text-underline-offset: 3px; }.callback-form .button { width: 100%; margin-top: 5px; }
.site-footer { color: var(--white); background: var(--olive-dark); }.footer-inner { display: flex; gap: 32px; align-items: center; min-height: 112px; font-size: 0.87rem; }.footer-brand { font-family: var(--display); font-size: 1.35rem; letter-spacing: 0.07em; text-decoration: none; }.footer-inner p { margin: 0 auto 0 0; }.footer-links { display: flex; gap: 20px; }:focus-visible { outline: 3px solid #b8d06f; outline-offset: 3px; }
@media (max-width: 760px) { .container { width: min(100% - 32px, 1120px); }.header-inner { justify-content: space-between; min-height: 82px; padding: 0 16px; }.brand img { width: 145px; }.menu-toggle { display: inline-flex; gap: 8px; align-items: center; padding: 10px 0 10px 10px; font-size: 0.82rem; font-weight: 800; }.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 20px; height: 2px; background: currentColor; content: ""; }.menu-icon { position: relative; }.menu-icon::before { position: absolute; top: -6px; }.menu-icon::after { position: absolute; top: 6px; }.primary-navigation { position: absolute; top: 82px; right: 0; left: 0; z-index: 2; display: none; flex-direction: column; align-items: center; gap: 0; padding: 12px 16px 20px; color: var(--olive-dark); background: var(--white); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); font-size: 1.3rem; transform: none; white-space: normal; }.primary-navigation.is-open { display: flex; }.primary-navigation a { padding: 12px 0; }.hero-grid, .split-layout, .section-heading, .values-layout, .contact-grid, .company-layout { grid-template-columns: 1fr; gap: 38px; }.hero-grid { padding: 70px 0 64px; }.hero-note { max-width: 350px; }.audience-section, .services-section, .values-section, .contact-section, .company-section { padding: 70px 0; }.contact-heading { margin-bottom: 42px; }.contact-grid { gap: 46px; }.callback-form { grid-template-columns: 1fr; padding: 24px; }.callback-form h2, .callback-form .form-field, .callback-form .consent, .callback-form .button { grid-column: auto; }.service-grid { grid-template-columns: 1fr; gap: 30px; margin: 45px 0 32px; }.value-list article { grid-template-columns: 1fr; gap: 8px; }.footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; padding: 30px 0; }.footer-inner p { margin: 0; } }
