:root {
--sh-ink: #0b1220;
--sh-muted: #52627a;
--sh-blue: #2563eb;
--sh-blue-dark: #1d4ed8;
--sh-cyan: #06b6d4;
--sh-soft: #eff6ff;
--sh-line: #dce5f0;
--sh-white: #fff;
--sh-shadow: 0 22px 60px rgba(15, 23, 42, .10);
--sh-radius: 24px;
}
html { scroll-behavior: smooth; }
body {
background: #f7f9fc;
color: var(--sh-ink);
font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 17px;
line-height: 1.68;
-webkit-font-smoothing: antialiased;
}
a { color: var(--sh-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--sh-blue-dark); }
.grid-container { max-width: 1240px; }
.site-header { background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,229,240,.8); position: relative; z-index: 20; }
.inside-header { padding: 18px 28px; }
.site-branding { min-width: 292px; }
.site-title { margin: 0; line-height: 1; }
.site-title a {
display: block;
width: 292px;
height: 68px;
background: url(//setuphelden.de/wp-content/plugins/setuphelden-design/assets/logo.svg) center left / contain no-repeat;
color: transparent !important;
font-size: 0;
text-decoration: none;
}
.site-description { display: none; }
.main-navigation { background: #fff; border-bottom: 1px solid var(--sh-line); }
.main-navigation .inside-navigation { padding: 0 28px; }
.main-navigation .main-nav ul li a { color: #334155; font-size: 14px; font-weight: 700; padding: 0 17px; line-height: 60px; }
.main-navigation .main-nav ul li a:hover, .main-navigation .main-nav ul li[class*="current-menu-"] > a { color: var(--sh-blue); background: transparent; }
.main-navigation .main-nav .sh-menu-cta { margin-left: auto; }
.main-navigation .main-nav .sh-menu-cta a { color: #fff; background: var(--sh-blue); border-radius: 12px; line-height: 42px; margin: 9px 0 9px 12px; padding: 0 20px; }
.main-navigation .main-nav .sh-menu-cta a:hover { color: #fff; background: var(--sh-blue-dark); transform: translateY(-1px); }
.site-content { padding: 46px 28px 80px; }
.home .site-content { padding-top: 32px; }
.home #primary { width: 100%; }
.home #right-sidebar { display: none; }
.sh-hero {
position: relative;
overflow: hidden;
display: grid;
grid-template-columns: 1.08fr .92fr;
min-height: 570px;
padding: 70px 72px;
border: 1px solid #d7e6f7;
border-radius: 34px;
background: linear-gradient(135deg, #fff 0%, #f3f8ff 52%, #ddf3ff 100%);
box-shadow: 0 30px 90px rgba(37,99,235,.10);
}
.sh-hero-copy { position: relative; z-index: 3; align-self: center; }
.sh-eyebrow, .sh-kicker { margin: 0 0 18px; color: var(--sh-blue); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sh-eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 99px; background: var(--sh-cyan); box-shadow: 0 0 0 6px rgba(6,182,212,.12); }
.sh-hero-title { margin: 0; color: var(--sh-ink); font-size: clamp(48px, 5.2vw, 76px); line-height: .99; font-weight: 850; letter-spacing: -.055em; }
.sh-hero-title strong { color: var(--sh-blue); font-weight: inherit; }
.sh-hero-text { max-width: 630px; margin: 30px 0 34px; color: var(--sh-muted); font-size: 20px; line-height: 1.55; }
.sh-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.sh-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 25px; border-radius: 14px; font-size: 15px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.sh-button:hover { transform: translateY(-2px); }
.sh-button-primary { color: #fff; background: var(--sh-blue); box-shadow: 0 14px 30px rgba(37,99,235,.24); }
.sh-button-primary:hover { color: #fff; background: var(--sh-blue-dark); }
.sh-button-primary span { margin-left: 12px; font-size: 20px; }
.sh-button-secondary { color: var(--sh-ink); background: #fff; border: 1px solid #cbd9e8; }
.sh-button-secondary:hover { color: var(--sh-blue); border-color: var(--sh-blue); }
.sh-hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 31px; color: #52627a; font-size: 13px; font-weight: 700; }
.sh-hero-proof span::first-letter { color: var(--sh-cyan); }
.sh-hero-visual { position: relative; display: grid; place-items: center; min-height: 400px; }
.sh-orbit { position: absolute; border: 1px solid rgba(37,99,235,.14); border-radius: 50%; }
.sh-orbit-one { width: 440px; height: 440px; }
.sh-orbit-two { width: 320px; height: 320px; border-style: dashed; }
.sh-desk-card { position: relative; z-index: 2; width: 360px; height: 390px; padding: 52px 35px 30px; border-radius: 30px; background: rgba(255,255,255,.93); box-shadow: var(--sh-shadow); transform: rotate(1.5deg); }
.sh-status-badge { position: absolute; top: -18px; right: -18px; padding: 12px 17px; border-radius: 14px; color: #fff; background: var(--sh-blue); font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(37,99,235,.3); }
.sh-screen { height: 194px; padding: 35px 32px; border: 17px solid #101827; border-radius: 22px; background: #def4ff; }
.sh-screen-line { height: 8px; margin: 0 0 17px; border-radius: 99px; background: #9eafc4; }
.sh-screen-line-strong { width: 52%; height: 11px; background: var(--sh-blue); }
.sh-screen-line-short { width: 76%; background: #c1cedd; }
.sh-screen-button { width: 98px; height: 31px; margin-top: 23px; border-radius: 9px; background: var(--sh-cyan); }
.sh-screen-stand { width: 24px; height: 62px; margin: 0 auto; border-radius: 0 0 7px 7px; background: #334155; }
.sh-screen-stand::after { content: ""; display: block; width: 118px; height: 14px; border-radius: 99px; background: #334155; transform: translate(-47px,52px); }
.sh-desk { height: 16px; margin-top: 8px; border-radius: 99px; background: #6b7d94; }
.sh-keyboard { width: 80%; height: 42px; margin: 7px auto 0; border-radius: 12px; background: #ced9e6; }
.sh-topic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 22px 0 68px; }
.sh-topic-grid > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; min-height: 96px; padding: 20px; border: 1px solid var(--sh-line); border-radius: 18px; color: var(--sh-ink); background: #fff; text-decoration: none; transition: .2s ease; }
.sh-topic-grid > a:hover { border-color: #a9c7fb; box-shadow: 0 15px 35px rgba(15,23,42,.08); transform: translateY(-3px); }
.sh-topic-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: var(--sh-blue); background: var(--sh-soft); font-size: 24px; font-weight: 800; }
.sh-topic-grid b, .sh-topic-grid small { display: block; }
.sh-topic-grid b { font-size: 15px; }
.sh-topic-grid small { margin-top: 2px; color: #708096; font-size: 11px; line-height: 1.35; }
.sh-topic-grid i { color: #94a3b8; font-style: normal; }
.home #main { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.home #main > article { position: relative; overflow: hidden; display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 188px 28px 28px; border: 1px solid var(--sh-line); border-radius: var(--sh-radius); background: #fff; box-shadow: 0 12px 34px rgba(15,23,42,.055); transition: .22s ease; }
.home #main > article:hover { transform: translateY(-5px); box-shadow: var(--sh-shadow); }
.home #main > article::before { content: "SETUP GUIDE"; position: absolute; inset: 0 0 auto; display: flex; align-items: flex-end; height: 126px; padding: 25px 28px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(34,211,238,.42), transparent 28%), linear-gradient(135deg,#0f172a,#2563eb); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.home #main > article.category-schreibtische::before { content: "ERGONOMIE"; background: radial-gradient(circle at 82% 18%,rgba(165,243,252,.42),transparent 28%),linear-gradient(135deg,#164e63,#0891b2); }
.home #main > article.category-buerostuehle::before { content: "BÜROSTÜHLE"; background: radial-gradient(circle at 82% 18%,rgba(196,181,253,.42),transparent 28%),linear-gradient(135deg,#312e81,#7c3aed); }
.home #main > article.category-monitore::before { content: "MONITORE"; background: radial-gradient(circle at 82% 18%,rgba(147,197,253,.45),transparent 28%),linear-gradient(135deg,#172554,#2563eb); }
.home #main > article.category-organisation::before { content: "CLEAN DESK"; background: radial-gradient(circle at 82% 18%,rgba(110,231,183,.4),transparent 28%),linear-gradient(135deg,#064e3b,#059669); }
.home #main > article .inside-article { display: flex; flex-direction: column; flex: 1; padding: 0; }
.home #main > article .entry-title { margin: 0 0 14px; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
.home #main > article .entry-title a { color: var(--sh-ink); text-decoration: none; }
.home #main > article:hover .entry-title a { color: var(--sh-blue); }
.home #main > article .entry-meta { order: -1; margin: 0 0 13px; color: #7b8ba1; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.home #main > article .entry-meta .byline, .home #main > article footer.entry-meta, .home #main > article .comments-link { display: none; }
.home #main > article .entry-summary, .home #main > article .entry-content { margin: 0; color: #5b6b80; font-size: 15px; line-height: 1.65; }
.home #main > article .entry-summary p, .home #main > article .entry-content p { display: -webkit-box; overflow: hidden; margin: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home #main > article .read-more, .home #main > article a.read-more { display: inline-flex; margin-top: auto; padding-top: 22px; color: var(--sh-blue); font-size: 14px; font-weight: 800; text-decoration: none; }
.sh-section-head { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 460px; align-items: end; gap: 40px; margin: 0 0 8px; padding-top: 6px; }
.sh-section-head h2, .sh-final-cta h2 { margin: 0; color: var(--sh-ink); font-size: clamp(32px,4vw,47px); line-height: 1.08; letter-spacing: -.04em; }
.sh-section-head > p { margin: 0 0 5px; color: var(--sh-muted); font-size: 16px; }
.sh-section-head .sh-kicker { margin-bottom: 8px; }
.sh-final-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 42px; padding: 46px 54px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 85% 0,rgba(34,211,238,.35),transparent 32%),linear-gradient(135deg,#0b1220,#1e3a8a); }
.sh-final-cta .sh-kicker { color: #67e8f9; margin-bottom: 8px; }
.sh-final-cta h2 { color: #fff; font-size: 36px; }
.sh-final-cta p:not(.sh-kicker) { margin: 10px 0 0; color: #cbd5e1; }
.sh-button-light { flex: 0 0 auto; color: var(--sh-ink); background: #fff; }
.single-post #primary, .page #primary, .archive #primary { width: min(100%, 860px); }
.single-post #right-sidebar, .page #right-sidebar, .archive #right-sidebar { width: 300px; }
.single-post article, .page article, .archive article { border: 1px solid var(--sh-line); border-radius: 24px; background: #fff; box-shadow: 0 15px 45px rgba(15,23,42,.055); }
.single-post .inside-article, .page .inside-article { padding: clamp(28px,5vw,62px); }
.single-post .entry-title, .page .entry-title, .archive .page-header h1 { color: var(--sh-ink); font-size: clamp(38px,5vw,58px); line-height: 1.08; letter-spacing: -.045em; }
.single-post .entry-content h2, .page .entry-content h2 { margin-top: 2.2em; color: var(--sh-ink); font-size: 32px; line-height: 1.2; letter-spacing: -.03em; }
.single-post .entry-content h3, .page .entry-content h3 { margin-top: 1.8em; color: var(--sh-ink); font-size: 24px; }
.entry-content table { overflow: hidden; border: 1px solid var(--sh-line); border-radius: 14px; font-size: 15px; }
.entry-content th { color: #fff; background: #15223b; }
.entry-content th, .entry-content td { padding: 14px 16px; border-color: var(--sh-line); }
.entry-content blockquote { margin: 2em 0; padding: 22px 26px; border: 0; border-left: 5px solid var(--sh-cyan); border-radius: 0 14px 14px 0; color: #334155; background: #ecfeff; }
.widget-area .widget { padding: 25px; border: 1px solid var(--sh-line); border-radius: 18px; background: #fff; }
.widget-title { color: var(--sh-ink); font-size: 20px; font-weight: 800; }
.widget ul { margin-left: 0; list-style: none; }
.widget ul li { padding: 9px 0; border-bottom: 1px solid #edf1f6; font-size: 14px; }
.site-footer { color: #aab7c9; background: #0b1220; }
.site-info { padding: 28px; font-size: 13px; }
.site-info a { color: #fff; }
.sh-footer-dot { margin: 0 8px; color: var(--sh-cyan); }
@media (max-width: 1050px) {
.sh-hero { grid-template-columns: 1fr; padding: 60px; }
.sh-hero-visual { display: none; }
.sh-topic-grid { grid-template-columns: repeat(2,1fr); }
.home #main { grid-template-columns: repeat(2,1fr); }
.sh-section-head { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 768px) {
.inside-header { padding: 13px 18px; }
.site-branding, .site-title a { width: 222px; height: 54px; min-width: 0; }
.main-navigation .inside-navigation { padding: 0 18px; }
.main-navigation .main-nav .sh-menu-cta { margin-left: 0; }
.main-navigation .main-nav .sh-menu-cta a { margin: 6px 12px; }
.site-content, .home .site-content { padding: 18px 16px 54px; }
.sh-hero { min-height: auto; padding: 43px 26px; border-radius: 24px; }
.sh-hero-title { font-size: 47px; }
.sh-hero-text { margin: 22px 0 26px; font-size: 17px; }
.sh-hero-actions { display: grid; }
.sh-button { width: 100%; box-sizing: border-box; }
.sh-hero-proof { display: grid; }
.sh-topic-grid { grid-template-columns: 1fr; margin: 14px 0 48px; }
.home #main { grid-template-columns: 1fr; }
.home #main > article { padding-top: 168px; }
.sh-section-head { margin-bottom: 4px; }
.sh-section-head h2 { font-size: 35px; }
.sh-final-cta { display: block; padding: 35px 26px; }
.sh-final-cta h2 { font-size: 31px; }
.sh-final-cta .sh-button { margin-top: 25px; }
.single-post #primary, .page #primary, .archive #primary, .single-post #right-sidebar, .page #right-sidebar, .archive #right-sidebar { width: 100%; }
.single-post .entry-title, .page .entry-title, .archive .page-header h1 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { transition: none !important; }
}