/*
Theme Name: Exoplis
Theme URI: https://www.exoplis.de
Author: Exoplis UG
Author URI: https://www.exoplis.de
Description: Hardcoded WordPress theme for Exoplis – Mobile Lösungen direkt vom Hersteller
Version: 1.0.0
License: Proprietary
Text Domain: exoplis
*/

/* ═══════════════════════════════════════════
   EXOPLIS – Hauptstylesheet
   ═══════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --blue: #1a6bbf;
  --blue-dark: #1254a0;
  --text: #333;
  --border: #e0e0e0;
}

body { font-family: 'Open Sans', Arial, sans-serif; color: var(--text); font-size: 13px; background: #fff; }
a { text-decoration: none; color: inherit; }

/* ══════════════════════════════════════════════
   TOPBAR
══════════════════════════════════════════════ */
.hdr-topbar { background: #f7f7f7; border-bottom: 1px solid #e2e2e2; padding: 5px 0; }
.hdr-topbar-inner { max-width: 1300px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: flex-end; align-items: center; gap: 2px; }
.hdr-topbar a { font-size: 12px; color: #555; padding: 0 10px; text-decoration: none; transition: color .2s; }
.hdr-topbar a:hover { color: var(--blue); }
.hdr-sep { color: #ccc; font-size: 11px; line-height: 1; }

/* ══════════════════════════════════════════════
   MAIN HEADER
══════════════════════════════════════════════ */
.hdr-main { background: #ffffff; border-bottom: 2px solid #ececec; padding: 0; }
.hdr-inner { max-width: 1300px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 120px; gap: 24px; }
.hdr-left { display: flex; align-items: center; justify-content: flex-start; }
.hdr-right { display: flex; align-items: center; justify-content: flex-end; }
.hdr-callbox { display: flex; align-items: flex-start; gap: 13px; }
.hdr-icon { flex-shrink: 0; margin-top: 3px; }
.hdr-calltext { display: flex; flex-direction: column; gap: 4px; }
.hdr-calltitle { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; color: #111; line-height: 1.2; }
.hdr-callsub { font-size: 11px; color: #999; line-height: 1.3; }
.hdr-callnum { font-size: 18px; font-weight: 700; color: var(--blue); letter-spacing: -.3px; line-height: 1.2; }
.hdr-livebtn { display: inline-block; background: var(--blue); color: #fff !important; font-size: 13px; font-style: italic; font-weight: 700; padding: 7px 20px; border-radius: 3px; text-decoration: none; transition: background .2s; white-space: nowrap; line-height: 1.2; }
.hdr-livebtn:hover { background: var(--blue-dark); }
.hdr-center { display: flex; align-items: center; justify-content: center; padding: 16px 0; }
.hdr-logo-link { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.hdr-logo { height: 90px; width: auto; display: block; object-fit: contain; transition: transform .25s, filter .25s; }
.hdr-logo:hover { transform: scale(1.04); filter: drop-shadow(0 4px 14px rgba(45,212,212,0.35)); }

/* ══════════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════════ */
.hdr-nav { background: #fff; border-bottom: 2px solid #e0e0e0; position: sticky; top: 0; z-index: 500; box-shadow: 0 2px 8px rgba(0,0,0,0.07); }
.hdr-nav-inner { max-width: 1300px; margin: 0 auto; padding: 0 20px; display: flex; align-items: stretch; }
.hdr-nav-home { background: #444; color: #fff !important; padding: 0 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; text-decoration: none; transition: background .2s; margin-right: 2px; }
.hdr-nav-home:hover { background: #111; }
.hdr-nav-inner a { padding: 13px 15px; font-size: 13px; font-weight: 600; color: #333; display: inline-flex; align-items: center; border-bottom: 3px solid transparent; margin-bottom: -2px; white-space: nowrap; text-decoration: none; transition: color .2s, border-color .2s; }
.hdr-nav-inner a:hover, .hdr-nav-inner a.current-menu-item { color: var(--blue); border-bottom-color: var(--blue); }
.hdr-nav-live { display: inline-flex !important; align-items: center !important; gap: 7px; font-weight: 700 !important; }
.hdr-dot { width: 8px; height: 8px; background: #e02020; border-radius: 50%; flex-shrink: 0; animation: hdr-pulse 1.8s ease-in-out infinite; }
@keyframes hdr-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.hdr-search { margin-left: auto; display: flex; align-items: center; padding: 8px 0; }
.hdr-search input { border: 1px solid #d0d0d0; border-right: none; padding: 7px 12px; font-size: 12px; width: 160px; color: #555; outline: none; font-family: inherit; border-radius: 3px 0 0 3px; background: #fafafa; transition: border-color .2s; }
.hdr-search input:focus { border-color: var(--blue); background: #fff; }
.hdr-search button { background: var(--blue); border: none; padding: 8px 11px; cursor: pointer; display: flex; align-items: center; border-radius: 0 3px 3px 0; transition: background .2s; }
.hdr-search button:hover { background: var(--blue-dark); }

/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.hero { background: #f8f8f8; }
.hero-inner { max-width: 1300px; margin: 0 auto; display: flex; }
.hero-main { flex: 1; position: relative; min-height: 380px; overflow: hidden; background: #efefef; }
.hero-img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; }
.hero-sidebar { width: 290px; flex-shrink: 0; background: #fff; border-left: 1px solid #e0e0e0; padding: 22px 20px; display: flex; flex-direction: column; gap: 18px; }
.hero-hr { border: none; border-top: 1px solid #eee; }
.sidebar-row { display: flex; gap: 14px; align-items: flex-start; }
.sidebar-icon { color: #bbb; flex-shrink: 0; }
.sidebar-title { font-size: 15px; font-weight: 800; text-transform: uppercase; color: #1a1a1a; line-height: 1.2; }
.sidebar-sub { font-size: 12px; color: #666; margin-top: 4px; }
.sidebar-phone { font-size: 16px; font-weight: 700; color: var(--blue); margin-top: 6px; }
.btn-hero { display: inline-block; background: var(--blue); color: #fff; padding: 7px 22px; border-radius: 3px; font-size: 13px; font-style: italic; font-weight: 700; margin-top: 8px; }
.btn-hero:hover { background: var(--blue-dark); }
.sidebar-hours { font-size: 12px; color: #888; margin-top: 6px; }
.sidebar-handwritten { font-size: 12px; color: #888; font-style: italic; text-align: right; margin-top: -6px; }

/* ══════════════════════════════════════════════
   NOTICE
══════════════════════════════════════════════ */
.notice-wrap { max-width: 1300px; margin: 0 auto; padding: 14px 20px 0; }
.notice-box { border: 2px solid #cc0000; padding: 12px 20px; text-align: center; }
.notice-box p { color: #cc0000; font-weight: 700; font-size: 14px; }

/* ══════════════════════════════════════════════
   PRODUCTS
══════════════════════════════════════════════ */
.products-section { background: #fff; padding: 28px 0 16px; }
.products-inner { max-width: 1300px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.prod-card { padding: 0 18px 26px; border-right: 1px solid #ebebeb; display: flex; flex-direction: column; align-items: center; text-align: center; }
.prod-card:last-child { border-right: none; }
.prod-label { font-size: 13px; color: #888; font-style: italic; margin-bottom: 4px; }
.prod-title { font-size: 22px; font-weight: 700; color: var(--blue); margin-bottom: 16px; line-height: 1.2; }
.btn-learn { display: inline-block; background: var(--blue); color: #fff; padding: 9px 30px; border-radius: 3px; font-size: 13px; font-style: italic; font-weight: 700; margin-top: auto; }
.btn-learn:hover { background: var(--blue-dark); }

/* ══════════════════════════════════════════════
   MODULES STRIP
══════════════════════════════════════════════ */
.modules-strip { background: #f7f7f7; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; padding: 14px 0 12px; }
.modules-inner { max-width: 1300px; margin: 0 auto; padding: 0 20px; text-align: center; }
.combine-lbl { font-size: 14px; font-style: italic; color: #666; margin-bottom: 10px; }
.modules-row { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; align-items: center; }
.mod-ph { height: 36px; min-width: 110px; background: #e4e4e4; border: 1px solid #ccc; border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #999; font-weight: 600; padding: 0 10px; }

/* ══════════════════════════════════════════════
   ABOUT
══════════════════════════════════════════════ */
.about-section { background: #fff; padding: 28px 0; border-top: 1px solid #ebebeb; }
.about-inner { max-width: 1300px; margin: 0 auto; padding: 0 20px; }
.about-meta { font-size: 13px; color: #666; margin-bottom: 4px; }
.about-h { font-size: 28px; font-weight: 400; color: #222; margin-bottom: 22px; line-height: 1.2; }
.about-h strong { color: var(--blue); font-weight: 800; }
.about-content { display: flex; gap: 26px; align-items: flex-start; }
.about-text p { margin-bottom: 10px; line-height: 1.7; font-size: 13.5px; }
.about-text a { color: var(--blue); }
.btn-contact { display: inline-block; background: var(--blue); color: #fff; padding: 10px 22px; border-radius: 3px; font-size: 13px; font-style: italic; font-weight: 700; margin-top: 14px; }
.btn-contact:hover { background: var(--blue-dark); }

/* ══════════════════════════════════════════════
   EXAMPLES
══════════════════════════════════════════════ */
.examples-section { background: #f9f9f9; padding: 28px 0; border-top: 1px solid #e8e8e8; }
.examples-inner { max-width: 1300px; margin: 0 auto; padding: 0 20px; }
.examples-inner h3 { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
.examples-row { display: flex; gap: 0; align-items: flex-start; }
.ex-item { flex: 1; text-align: center; padding: 0 8px; }
.ex-item p { font-size: 12px; color: #444; line-height: 1.4; }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
footer { background: #fff; border-top: 2px solid var(--blue); padding: 36px 0 0; }
.footer-inner { max-width: 1300px; margin: 0 auto; padding: 0 20px 30px; display: flex; justify-content: center; gap: 80px; flex-wrap: wrap; }
.footer-col h4 { font-size: 15px; font-weight: 700; color: var(--blue); margin-bottom: 12px; }
.footer-col .hot-text { font-size: 13px; color: #555; margin-bottom: 8px; }
.footer-col .hot-num { font-size: 20px; font-weight: 700; color: #222; margin-bottom: 4px; }
.footer-col .hot-hrs { font-size: 12px; color: #888; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 6px; }
.footer-col ul a { color: #444; font-size: 13px; }
.footer-col ul a:hover { color: var(--blue); }
.footer-bottom { background: #f5f5f5; border-top: 1px solid #e0e0e0; padding: 14px 20px; text-align: center; font-size: 12px; color: #777; }
.footer-bottom a { color: #555; margin: 0 4px; }
.footer-bottom a:hover { color: var(--blue); }

/* ══════════════════════════════════════════════
   SUBPAGE / PAGE WRAP
══════════════════════════════════════════════ */
.page-wrap { max-width: 900px; margin: 40px auto; padding: 0 20px 60px; }
.page-wrap h1 { font-size: 28px; font-weight: 700; color: var(--blue); margin-bottom: 24px; padding-bottom: 10px; border-bottom: 3px solid var(--blue); }
.page-wrap h2 { font-size: 18px; font-weight: 700; color: #333; margin: 28px 0 10px; }
.page-wrap p { margin-bottom: 14px; line-height: 1.8; font-size: 14px; color: #444; }
.page-wrap ul { margin: 10px 0 14px 24px; }
.page-wrap ul li { margin-bottom: 8px; line-height: 1.7; font-size: 14px; color: #444; }
.page-wrap a { color: var(--blue); }
.page-wrap a:hover { text-decoration: underline; }
.info-box { background: #f0f6ff; border-left: 4px solid var(--blue); padding: 16px 20px; margin: 20px 0; border-radius: 0 4px 4px 0; }
.info-box p { margin-bottom: 0; }

/* ══════════════════════════════════════════════
   CONTACT FORM
══════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; }
.contact-info h2 { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 16px; }
.contact-info p { font-size: 14px; line-height: 1.8; color: #444; margin-bottom: 10px; }
.contact-info .ci-row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; }
.contact-info .ci-row svg { flex-shrink: 0; margin-top: 2px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #333; margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 10px 12px; border: 1px solid #ccc; border-radius: 3px; font-size: 13px; font-family: inherit; color: #333; outline: none; transition: border-color .2s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,107,191,.1); }
.form-group textarea { height: 140px; resize: vertical; }
.form-required { color: #cc0000; }
.btn-submit { display: inline-block; background: var(--blue); color: #fff; padding: 12px 32px; border: none; border-radius: 3px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; transition: background .2s; }
.btn-submit:hover { background: var(--blue-dark); }

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hdr-inner { grid-template-columns: 1fr; justify-items: center; min-height: auto; padding: 16px 20px; gap: 14px; }
  .hdr-left, .hdr-right { width: 100%; justify-content: center; }
  .hdr-nav-inner { overflow-x: auto; }
  .hero-inner { flex-direction: column; }
  .hero-sidebar { width: 100%; border-left: none; border-top: 1px solid #e0e0e0; }
  .products-inner { grid-template-columns: 1fr; }
  .prod-card { border-right: none; border-bottom: 1px solid #ebebeb; padding-bottom: 20px; margin-bottom: 20px; }
  .about-content { flex-direction: column; }
  .examples-row { flex-wrap: wrap; }
  .ex-item { flex: 0 0 45%; }
  .footer-inner { flex-direction: column; gap: 28px; align-items: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hdr-logo { height: 60px; }
  .hdr-callnum { font-size: 15px; }
  .ex-item { flex: 0 0 100%; }
  .hero-img { min-height: 220px; }
  .hero-main { min-height: 220px; }
  .about-h { font-size: 20px; }
  .page-wrap h1 { font-size: 22px; }
}
