/* Sticky Header */
.site-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Blog Header */
.studiojay-blog-header {
  text-align: center;
  margin: 40px auto 30px auto;
  max-width: 800px;
}

.studiojay-blog-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #222;
}

.studiojay-blog-subtitle {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.5;
}



/* Nur das Menü sticky machen, nicht die Topbar */
.ast-main-header-wrap.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: all 0.3s ease;
}

/* Sicherstellen, dass die obere Leiste (Banner) nicht sticky bleibt */
.ast-above-header-wrap {
  position: relative !important;
  z-index: auto !important;
}
