@font-face {
font-family: "Neue Einstellung";
src: url("/assets/fonts/neue-einstellung-bold.woff2") format("woff2");
font-weight: 700; font-style: normal; font-display: swap;
}
@font-face { font-family: "Poppins"; src: url("/assets/fonts/poppins-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/assets/fonts/poppins-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/assets/fonts/poppins-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/assets/fonts/poppins-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
:root {
--blue: #007dc6;
--link: #0a66a6;
--accent: #006ba8;
--blue-dark: #063a56;
--navy: #0a2e45;
--gold: #fed864;
--gold-strong: #f8b520;
--ink: #1e2a33;
--muted: #5a6b78;
--line: #e4e9ee;
--bg-soft: #f4f7fa;
--white: #ffffff;
--wrap: 1180px;
--radius: 14px;
--shadow: 0 18px 44px rgba(10, 46, 69, 0.14);
--shadow-sm: 0 6px 18px rgba(10, 46, 69, 0.08);
--head: "Neue Einstellung", "Poppins", system-ui, sans-serif;
--body: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
margin: 0;
font-family: var(--body);
color: var(--ink);
background: var(--white);
line-height: 1.65;
font-size: 17px;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--head); font-weight: 700; line-height: 1.12; color: var(--navy); margin: 0 0 .5em; letter-spacing: -0.01em; }
p { margin: 0 0 1.1em; }
::placeholder { color: hsl(210 12% 45% / 0.45); }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }
.section { padding: 74px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy); color: #dfe9f0; }
.section--navy h2, .section--navy h3 { color: #fff; }
.kicker { display: flex; align-items: center; gap: 12px; font-family: var(--head); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--accent); margin-bottom: 14px; }
.kicker::before { content: ""; width: 44px; height: 3px; background: var(--blue); border-radius: 2px; }
.section--navy .kicker { color: var(--gold); }
.section--navy .kicker::before { background: var(--gold); }
.center { text-align: center; }
.center .kicker { justify-content: center; }
h2.h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); }
h3.h3 { font-size: clamp(1.25rem, 2.2vw, 1.55rem); }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 62ch; }
.btn {
display: inline-flex; align-items: center; gap: 10px;
font-family: var(--head); font-weight: 700; font-size: 1rem;
background: var(--gold); color: var(--navy);
padding: 15px 28px; border-radius: 10px; border: 0; cursor: pointer;
transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
box-shadow: 0 10px 22px rgba(248, 181, 32, .32);
}
.btn:hover { background: var(--gold-strong); transform: translateY(-2px); text-decoration: none; box-shadow: 0 14px 28px rgba(248, 181, 32, .4); }
.btn svg { width: 20px; height: 20px; }
.btn--blue { background: var(--blue); color: #fff; box-shadow: 0 10px 22px rgba(0, 125, 198, .3); }
.btn--blue:hover { background: #0a6bab; box-shadow: 0 14px 28px rgba(0, 125, 198, .4); }
.btn--ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); box-shadow: none; }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.site-header {
position: fixed; inset: 0 0 auto 0; z-index: 50;
transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
padding: 14px 0;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-header.scrolled { background: var(--blue); box-shadow: 0 6px 22px rgba(6, 58, 86, .28); padding: 8px 0; }
.site-header--solid { position: sticky; background: var(--blue); box-shadow: 0 6px 22px rgba(6, 58, 86, .18); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 64px; height: 64px; transition: width .3s ease, height .3s ease; }
.site-header.scrolled .brand img { width: 52px; height: 52px; }
.brand__name { display: none; font-family: var(--head); color: #fff; font-size: 1.05rem; line-height: 1.1; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a, .nav .dd__btn {
font-family: var(--head); font-weight: 700; font-size: .96rem; color: #fff;
padding: 12px 15px; border-radius: 8px; background: none; border: 0; cursor: pointer;
display: inline-flex; align-items: center; gap: 6px; min-height: 44px;
}
.nav a:hover, .nav .dd__btn:hover { background: rgba(255,255,255,.14); text-decoration: none; }
.nav a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--gold); border-radius: 8px 8px 0 0; }
.nav .btn { padding: 11px 20px; }
.dd { position: relative; }
.dd__panel {
position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px;
background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 8px;
opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s ease;
}
.dd:hover .dd__panel, .dd:focus-within .dd__panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dd__panel a { display: block; color: var(--navy); padding: 11px 14px; border-radius: 8px; font-size: .95rem; }
.dd__panel a:hover { background: var(--bg-soft); color: var(--accent); }
.dd__btn svg { width: 15px; height: 15px; transition: transform .2s ease; }
.dd:hover .dd__btn svg { transform: rotate(180deg); }
.nav-toggle { display: none; background: rgba(255,255,255,.14); border: 0; color: #fff; width: 46px; height: 46px; border-radius: 10px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 26px; height: 26px; }
.hero { position: relative; min-height: 640px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero--home { min-height: 660px; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(6,58,86,.92) 0%, rgba(6,58,86,.74) 48%, rgba(6,58,86,.46) 100%); }
.hero .wrap { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 60px; }
.hero__card { max-width: 720px; }
.hero__card .kicker { color: var(--gold); }
.hero__card .kicker::before { background: var(--gold); }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 5.4vw, 3.7rem); margin-bottom: .35em; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.hero p { font-size: 1.18rem; color: #eaf2f8; max-width: 60ch; margin-bottom: 1.6em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero--inner { min-height: 400px; }
.hero--inner .wrap { padding-top: 150px; padding-bottom: 64px; }
.hero--inner h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); }
.hero--inner .crumb { color: #cfe0ec; font-size: .95rem; margin-bottom: 10px; }
.hero--inner .crumb a { color: #fff; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 34px; }
.card {
background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card__img { aspect-ratio: 3 / 2; overflow: hidden; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__img img { transform: scale(1.05); }
.card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { color: var(--navy); }
.tag { align-self: flex-start; font-family: var(--head); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; background: rgba(0,107,168,.12); color: var(--accent); padding: 5px 11px; border-radius: 999px; margin-bottom: 12px; }
.card__body .unit { font-size: .9rem; color: var(--muted); margin-bottom: 16px; }
.card__body .unit b { color: var(--ink); }
.card__body .go { margin-top: auto; font-family: var(--head); font-weight: 700; color: var(--accent); display: inline-flex; align-items: center; gap: 8px; }
.card:hover .card__body .go { gap: 12px; }
.card__body .go svg { width: 18px; height: 18px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split--rev .split__media { order: 2; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.split__media--framed { position: relative; }
.split__media--framed::before { content: ""; position: absolute; inset: -16px -16px auto auto; width: 62%; height: 62%; border: 3px solid var(--gold); border-radius: var(--radius); z-index: -1; }
.checks { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; }
.checks svg { flex: 0 0 22px; width: 22px; height: 22px; color: var(--blue); margin-top: 2px; }
.checks.two { grid-template-columns: repeat(2, 1fr); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.feature__ic { width: 52px; height: 52px; border-radius: 12px; background: rgba(0,125,198,.1); color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature__ic svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.12rem; margin-bottom: .4em; }
.feature p { margin: 0; color: var(--muted); font-size: .96rem; }
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 26px; }
.spec { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; }
.spec h4 { font-family: var(--head); text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; color: var(--accent); margin-bottom: 8px; }
.spec p { margin: 0; font-weight: 500; }
.reqs { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; counter-reset: r; }
.reqs li { position: relative; padding-left: 46px; }
.reqs li::before { counter-increment: r; content: counter(r); position: absolute; left: 0; top: -2px; width: 30px; height: 30px; background: var(--blue); color: #fff; border-radius: 8px; font-family: var(--head); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: .95rem; }
.cta-band { background: linear-gradient(120deg, var(--blue) 0%, var(--blue-dark) 100%); color: #fff; border-radius: 20px; padding: 48px 44px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: .25em; }
.cta-band p { color: #dceaf4; margin: 0; max-width: 52ch; }
.faq { max-width: 820px; margin: 30px auto 0; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 4px 22px; box-shadow: var(--shadow-sm); }
.faq summary { font-family: var(--head); font-weight: 700; color: var(--navy); cursor: pointer; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--blue); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 18px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: start; }
.contact-intro .kicker { margin-bottom: 14px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.enquiry-form { display: grid; gap: 14px; }
.enquiry-form label { font-size: .82rem; font-weight: 600; color: var(--navy); font-family: var(--head); }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff;
transition: border-color .16s ease, box-shadow .16s ease;
}
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,125,198,.14); }
.enquiry-form textarea { min-height: 120px; resize: vertical; }
.enquiry-form .btn { margin-top: 6px; justify-content: center; }
.form-note { margin: 0; padding: 12px 14px; border-radius: 10px; font-size: .95rem; }
.form-note--err { background: #fdecec; color: #b3261e; }
.form-note--ok { background: #e7f6ec; color: #1b7a3d; }
.contact-line { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.contact-line .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(0,125,198,.1); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: 0 0 46px; }
.contact-line .ic svg { width: 22px; height: 22px; }
.contact-line b { display: block; color: var(--navy); font-family: var(--head); }
.contact-line span { font-size: .9rem; color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 34px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card__img { aspect-ratio: 3 / 2; overflow: hidden; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-card__img img { transform: scale(1.05); }
.post-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { font-size: .82rem; color: var(--muted); margin-bottom: 10px; display: flex; gap: 10px; align-items: center; }
.post-card__meta .cat { color: var(--blue); font-weight: 600; }
.post-card h3 { font-size: 1.15rem; line-height: 1.25; margin-bottom: .5em; }
.post-card h3 a { color: var(--navy); }
.post-card h3 a:hover { color: var(--blue); text-decoration: none; }
.post-card p { font-size: .95rem; color: var(--muted); margin-bottom: 16px; }
.post-card .go { margin-top: auto; font-family: var(--head); font-weight: 700; color: var(--accent); font-size: .92rem; display: inline-flex; align-items: center; gap: 7px; }
.article { max-width: 780px; margin-inline: auto; }
.article__hero { aspect-ratio: 16 / 8; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 34px; }
.article__hero img { width: 100%; height: 100%; object-fit: cover; }
.article h2 { font-size: 1.5rem; margin-top: 1.6em; }
.article h3 { font-size: 1.2rem; margin-top: 1.3em; }
.article img { border-radius: var(--radius); margin: 26px 0; box-shadow: var(--shadow-sm); }
.article ul { padding-left: 22px; }
.article li { margin-bottom: 8px; }
.article .post-meta { color: var(--muted); font-size: .92rem; margin-bottom: 8px; }
.article .back { display: inline-flex; align-items: center; gap: 8px; margin-top: 40px; font-family: var(--head); font-weight: 700; }
.article .authority { background: var(--bg-soft); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 26px 0; font-size: .95rem; }
.article .authority a { font-weight: 600; }
.site-footer { background: var(--navy); color: #b9c9d6; }
.footer__main { padding: 58px 0 40px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr; gap: 40px; }
.footer__brand img { width: 84px; height: 84px; margin-bottom: 16px; }
.footer__brand p { font-size: .95rem; max-width: 40ch; }
.site-footer h4 { color: #fff; font-family: var(--head); font-size: 1rem; margin-bottom: 16px; }
.footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer__links a { color: #b9c9d6; font-size: .96rem; }
.footer__links a:hover { color: var(--gold); text-decoration: none; }
.footer__cta .btn { margin-top: 6px; }
.footer__cta p { font-size: .95rem; }
.footer__bar { border-top: 1px solid rgba(255,255,255,.1); }
.footer__bar .wrap { display: flex; justify-content: space-between; gap: 12px; padding-block: 20px; flex-wrap: wrap; font-size: .88rem; }
.footer__bar a { color: #cdd; }
.err { padding: 180px 0 100px; text-align: center; }
.err h1 { font-size: clamp(4rem, 14vw, 8rem); color: var(--blue); margin-bottom: 0; }
.err .btn { margin-top: 24px; }
@media (max-width: 860px) {
.nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw); flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 4px; background: var(--blue-dark); padding: 92px 18px 24px; transform: translateX(100%); transition: transform .28s ease; box-shadow: -12px 0 40px rgba(0,0,0,.3); }
.nav[data-open] { transform: translateX(0); }
.nav a, .nav .dd__btn { width: 100%; }
.nav .btn { justify-content: center; margin-top: 8px; }
.dd__panel { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(255,255,255,.06); padding: 4px; margin: 4px 0 0; }
.dd__panel a { color: #dfeaf2; }
.dd__panel a:hover { background: rgba(255,255,255,.1); color: #fff; }
.dd__btn svg { display: none; }
.nav-toggle { display: inline-flex; }
.cards, .features, .post-grid, .checks.two, .specs { grid-template-columns: 1fr; }
.split { grid-template-columns: 1fr; gap: 30px; }
.split--rev .split__media { order: 0; }
.contact-grid { grid-template-columns: 1fr; gap: 30px; }
.footer__grid { grid-template-columns: 1fr; gap: 30px; }
.section { padding: 54px 0; }
.hero, .hero--home { min-height: 560px; }
}
@media (max-width: 520px) {
body { font-size: 16px; }
.cta-band { padding: 34px 26px; }
.hero .wrap { padding-top: 108px; }
}
@media (prefers-reduced-motion: reduce) {
* { transition: none !important; scroll-behavior: auto !important; }
.card:hover, .post-card:hover { transform: none; }
}