Der Merch-Shop
Shop wird geladen …
/* ── Logo-Farben ─────────────────────────────────────────── Außenring: Kobalt-Blau #1565C0 Goldring: #f5c000 Mitte/Text: Weiß #ffffff Kompass: Schwarz + Gold ────────────────────────────────────────────────────────── */ :root { --blue: #1565C0; /* Logo-Blau (Außenring) */ --blue-dark: #0d3e8f; /* etwas dunkler für Hover/Footer */ --blue-light: #e8f0fc; /* hellblauer Hintergrund-Tint */ --gold: #f5c000; /* Logo-Gold */ --gold-dark: #d4a700; --white: #ffffff; --bg: #f5f8ff; /* sehr heller blau-weißer Hintergrund */ --text: #0d1a3a; /* dunkles Marineblau als Fließtext */ --text-muted: #5a6a8a; --border: #dde4f5; --font: 'Helvetica Neue', Arial, Helvetica, sans-serif; --r: 6px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: var(--font); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; } /* ── Header – 3-column: spacer | logo centered | nav ── */ .site-header { background-color: #1565C0; /* overridden by iad-theme.js */ border-bottom: 3px solid var(--gold); position: sticky; top: 0; z-index: 200; box-shadow: 0 2px 16px rgba(0,0,0,0.22); } .header-inner { max-width: 1400px; margin: 0 auto; padding: 0.6rem 1.5rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; } .header-left { grid-column: 1; } .header-logo-link { grid-column: 2; display: flex; align-items: center; justify-content: center; text-decoration: none; } .header-logo-img { height: 108px; width: auto; display: block; } .header-nav { grid-column: 3; display: flex; align-items: center; justify-content: flex-end; gap: 0.2rem; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; } .header-nav::-webkit-scrollbar { display: none; } .nav-link { padding: 0.4rem 0.75rem; border-radius: var(--r); font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.85); white-space: nowrap; text-decoration: none; transition: background 0.15s, color 0.15s; } .nav-link:hover, .nav-link.active { color: var(--white); background: rgba(255,255,255,0.14); } .btn-header { padding: 0.45rem 1rem; background: var(--gold); color: var(--blue-dark); border-radius: var(--r); font-size: 0.82rem; font-weight: 800; white-space: nowrap; flex-shrink: 0; text-decoration: none; text-transform: uppercase; letter-spacing: 0.04em; transition: background 0.15s, transform 0.15s; } .btn-header:hover { background: var(--gold-dark); transform: translateY(-1px); } /* Mobile: hamburger menu */ .menu-toggle { display: none; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25); color: var(--white); cursor: pointer; padding: 0.45rem; border-radius: var(--r); width: 40px; height: 40px; } .menu-toggle svg { width: 22px; height: 22px; pointer-events: none; } @media (max-width: 680px) { .header-inner { grid-template-columns: 1fr auto; grid-template-rows: auto; padding: 0.5rem 1rem; gap: 0.5rem; } .header-left { display: none; } .menu-toggle { display: flex; } .header-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--blue); border-top: 2px solid var(--gold); border-bottom: 2px solid rgba(245,192,0,0.3); flex-direction: column; align-items: stretch; padding: 0.5rem; gap: 0.15rem; box-shadow: 0 6px 20px rgba(0,0,0,0.25); z-index: 200; overflow-x: visible; } .header-nav.open { display: flex; } .header-nav .nav-link, .header-nav .btn-header { padding: 0.75rem 1rem; text-align: left; white-space: normal; } } @media (min-width: 681px) { .menu-toggle { display: none !important; } } /* ── Announcement bar ─────────────────────────────────── */ .ann-bar { background: var(--gold); color: var(--blue-dark); text-align: center; padding: 0.45rem 1rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; } /* ── Hero strip ─────────────────────────────────────────── */ .hero-strip { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 60%, #1976d2 100%); padding: 3rem 1.5rem 3.5rem; text-align: center; position: relative; overflow: hidden; } .hero-strip::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(245,192,0,0.08) 0%, transparent 60%), radial-gradient(circle at 80% 50%, rgba(255,255,255,0.04) 0%, transparent 50%); pointer-events: none; } /* Decorative dome rings */ .hero-rings { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; } .hero-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(245,192,0,0.15); transform: translate(-50%, -50%); } .ring-1 { width: 600px; height: 600px; top: 50%; left: 50%; } .ring-2 { width: 420px; height: 420px; top: 50%; left: 50%; border-color: rgba(245,192,0,0.22); } .hero-content { position: relative; z-index: 1; } .hero-badge { display: inline-block; padding: 0.3rem 1rem; background: rgba(245,192,0,0.12); border: 1px solid rgba(245,192,0,0.4); border-radius: 999px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; } .hero-logo { width: 90px; height: 90px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 0 20px rgba(245,192,0,0.3)); margin: 0 auto 1.25rem; display: block; } .hero-title { font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 900; color: var(--white); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 0.75rem; } .hero-sub { font-size: clamp(0.9rem, 2vw, 1.05rem); color: rgba(255,255,255,0.75); margin-bottom: 2rem; max-width: 480px; margin-inline: auto; } .btn-gold-lg { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2.25rem; background: var(--gold); color: var(--blue-dark); border-radius: var(--r); font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; text-decoration: none; transition: background 0.15s, transform 0.15s, box-shadow 0.15s; box-shadow: 0 4px 16px rgba(245,192,0,0.3); } .btn-gold-lg:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(245,192,0,0.4); } /* ── Shop section ───────────────────────────────────────── */ .shop-section { max-width: 1400px; margin: 0 auto; padding: 2.5rem 1.5rem 5rem; } .shop-section-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; padding-bottom: 1.25rem; border-bottom: 2px solid var(--border); } .shop-section-header h2 { font-size: 1.5rem; font-weight: 800; color: var(--text); letter-spacing: -0.02em; } .shop-section-header h2 span { color: var(--blue); } .lang-switcher { display: flex; gap: 0.35rem; } .lang-btn { padding: 0.35rem 0.85rem; border-radius: var(--r); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; cursor: pointer; border: 1.5px solid var(--border); background: var(--white); color: var(--text-muted); transition: all 0.15s; } .lang-btn:hover { border-color: var(--blue); color: var(--blue); } .lang-btn.active { background: var(--blue); border-color: var(--blue); color: var(--white); } /* Shop loader */ .shop-loading { text-align: center; padding: 5rem 1rem; color: var(--text-muted); } .shop-loading-spinner { width: 44px; height: 44px; border: 3px solid var(--border); border-top-color: var(--blue); border-radius: 50%; margin: 0 auto 1.25rem; animation: spin 0.8s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } .shop-loading p { font-size: 0.9rem; } /* The actual Spreadshop embed container */ #shop { min-height: 500px; } /* Spreadshop overrides – match site colors */ #shop #sprd-header, #shop [id*="sprd-header"], #shop header { display: none !important; } /* hide Spreadshop own header */ #shop #sprd-footer, #shop [id*="sprd-footer"] { display: none !important; } /* Buy buttons → gold */ #shop button[class*="Primary"], #shop [class*="BuyButton"], #shop [class*="AddToBasket"] button, #shop button[type="submit"] { background: var(--gold) !important; border-color: var(--gold) !important; color: var(--blue-dark) !important; font-weight: 800 !important; } /* Hide affiliate badges */ #shop a[href*="affiliateid"], #shop [class*="SpreadshopBadge"], #shop [class*="OpenShop"] { display: none !important; } /* ── About strip ────────────────────────────────────────── */ .about-strip { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); } .about-inner { max-width: 1000px; margin: 0 auto; padding: 3.5rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; } @media (max-width: 680px) { .about-inner { grid-template-columns: 1fr; gap: 1.5rem; } } .about-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.6rem; } .about-inner h2 { font-size: 1.7rem; font-weight: 800; color: var(--text); letter-spacing: -0.03em; line-height: 1.2; margin-bottom: 0.85rem; } .about-inner p { font-size: 1rem; line-height: 1.7; color: var(--text-muted); } .about-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.25rem; background: var(--blue-light); border: 1px solid rgba(21,101,192,0.2); border-radius: var(--r); font-size: 0.88rem; font-weight: 700; color: var(--blue); margin-top: 1.25rem; } /* Dome visual */ .dome-visual { display: flex; align-items: center; justify-content: center; } .dome-visual-wrap { position: relative; width: 200px; height: 200px; } .dome-ring { position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .dome-ring-1 { width: 200px; height: 200px; border: 2px solid rgba(245,192,0,0.55); animation: dome-rotate 20s linear infinite; } .dome-ring-2 { width: 148px; height: 148px; border: 2.5px solid rgba(21,101,192,0.9); animation: dome-rotate 14s linear infinite reverse; } .dome-ring-3 { width: 90px; height: 90px; border: 2px solid rgba(245,192,0,0.65); animation: dome-rotate 9s linear infinite; } .dome-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; } .dome-sun { position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 14px rgba(245,192,0,0.95); transform: translate(-50%, -50%); will-change: transform; transition: transform 62s linear, opacity 0.8s ease; } @keyframes dome-rotate { to { transform: translate(-50%, -50%) rotate(360deg); } } /* ── Footer ─────────────────────────────────────────────── */ .site-footer { background: var(--blue-dark); border-top: 3px solid var(--gold); color: rgba(255,255,255,0.85); } .footer-inner { max-width: 1400px; margin: 0 auto; padding: 2.5rem 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; } .footer-brand { display: flex; flex-direction: column; gap: 4px; } .footer-brand img { height: 36px; width: auto; max-width: 140px; display: block; object-fit: contain; object-position: left center; } .footer-brand small { display: block; font-size: 0.7rem; font-weight: 400; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; } .footer-links { display: flex; gap: 0.25rem; flex-wrap: wrap; } .footer-links a { padding: 0.35rem 0.7rem; font-size: 0.8rem; color: rgba(255,255,255,0.55); text-decoration: none; border-radius: var(--r); transition: color 0.15s, background 0.15s; } .footer-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); } .footer-copy { border-top: 1px solid rgba(255,255,255,0.1); padding: 1rem 1.5rem; text-align: center; } .footer-copy small { font-size: 0.72rem; color: rgba(255,255,255,0.3); }
Original Designs auf premium Streetwear & Accessories.
Shop entdeckenShop wird geladen …
It's A Dome steht für eine klare Botschaft – since Genesis 1:6. Wir drucken diese Überzeugung auf hochwertige Streetwear und Accessories. Jedes Design ist eine Aussage.