/*
Theme Name: Silverado Theme
Author: Dein Name
Description: Custom Theme für WPBakery Layouts
Version: 1.0
*/


body {
  font-family: 'Satoshi', sans-serif !important;
  background: pink !important;
}

/* ---------------- Header ---------------- */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  background: #f5f5f5;
  gap: 20px;
}

.logo a {
  font-family: 'Satoshi', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.nav-pill {
  background: #c1121f;
  border-radius: 30px;
  padding: 8px 28px;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 48px;
  align-items: center;
}
.main-menu li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'Satoshi', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 400;
  padding: 8px 0;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
  text-decoration: underline;
  opacity: 0.95;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.header-right .lang {
  font-weight: 600;
  color: #111;
}
.mode-toggle {
  background: linear-gradient(90deg, #000 0 60%, #c1121f 60% 100%);
  border-radius: 22px;
  width: 56px;
  height: 28px;
  border: none;
}

/* ---------------- Hero ---------------- */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  max-height: 100vh;
  margin: 0 auto;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-text {
  font-family: 'Satoshi', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #111;
}
.hero-text .highlight {
  background: #e9f57d;
  font-weight: 500;
  padding: 0 2px;
}
.btn-outline {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 22px;
  border: 2px solid #c1121f;
  border-radius: 40px;
  color: #c1121f;
  font-size: 16px;
  text-decoration: none;
  transition: 0.2s;
}
.btn-outline:hover {
  background: #c1121f;
  color: #fff;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* ---------------- Fullscreen Loader Title ---------------- */
.hero-title {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

.hero-title h1 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  color: #000;
  font-size: 12vw;        /* passt sich dem Viewport an */
  line-height: 1;
  transform: translateX(100%);
  animation: slideInRight 2s ease-out forwards;
}

/* Animation */
@keyframes slideInRight {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

/* ---------------- Content & Footer ---------------- */
.site-content,
.site-footer {
  background: #f9f9f9;
  position: relative;
  z-index: 5;
  padding: 50px 20px;
}

.site-footer {
  text-align: center;
  padding: 20px;
  background: #eee;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 980px) {
  .site-header {
    padding: 12px 18px;
  }
  .nav-pill {
    padding: 10px 18px;
  }
  .main-menu {
    gap: 24px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-text { order: 2; }
  .hero-image {
    order: 1;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-title h1 {
    font-size: 64px;
  }
}

@media (max-width: 680px) {
  .site-header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .logo { align-self: flex-start; }
  .site-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
  .nav-pill {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 12px 16px;
  }
  .main-menu {
    flex-direction: column;
    gap: 10px;
  }
  .header-right {
    align-self: flex-end;
    margin-right: 8px;
  }
}
.empty-div {
  height: 400px;
}


/* -----------------------------
   Silverado: WPBakery / Fullwidth helpers
   (Ans Ende von style.css kopieren)
   ----------------------------- */

/* Wrapper der Fullwidth-Seiten (wenn du page-fullwidth.php nutzt) */
.fullwidth-page {
  width: 100%;
  box-sizing: border-box;
}

/* Standard-Inhaltbreite für Reihen: zentriert und max-width */
.fullwidth-page .vc_row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

/* Wenn du eine Reihe wirklich full-bleed willst (Stretch row) */
/* WPBakery setzt häufig data-Attribute, dieses CSS ist ein robustes Fallback */
.fullwidth-page .vc_row[data-vc-full-width="true"],
.fullwidth-page .vc_row[data-vc-full-width="true"][data-vc-full-width-init="true"] {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* Spalteninhalte: Abstand innen */
.fullwidth-page .vc_column_container .wpb_wrapper {
  box-sizing: border-box;
}

/* Beispiel-Hero-Styles (du baust das Hero-HTML/Elemente in WPBakery – diese Klassen passen dazu) */
.fullwidth-page .hero {
  display: block;
  padding: 80px 20px;
  box-sizing: border-box;
}
.fullwidth-page .hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.fullwidth-page .hero-text .subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 18px;
}
.fullwidth-page .hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Button style - ähnlich wie dein HTML-Button (.btn-outline) */
.btn-outline {
  display: inline-block;
  padding: 10px 18px;
  border: 2px solid currentColor;
  background: transparent;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
}

/* Responsive: einspaltig auf kleinen Bildschirmen */
@media (max-width: 800px) {
  .fullwidth-page .hero-inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .fullwidth-page .vc_row { padding: 40px 16px; }
}
