/*
Theme Name:   Autokino Langenhessen
Theme URI:    https://autokino-langenhessen.de
Description:  Child Theme für GeneratePress – Autokino Langenhessen
Author:       DEV-CP.de
Template:     generatepress
Version:      1.0.0
*/

/* ══ GRUNDLAYOUT: Content immer volle Breite, keine Sidebar ══ */

/* Container-Breite = Slider-Breite */
.site-content .content-area,
.site-content #primary {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* Sidebar komplett weg */
.site-content #secondary,
.widget-area {
  display: none !important;
}

/* Wrapper = volle Slider-Breite */
.site .inside-article,
.entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* Seitenüberschriften ausblenden – unsere Seiten bringen eigene Headlines */
.entry-header,
.page-header,
.entry-title,
.page-title {
  display: none !important;
}

/* Kein weißer Hintergrund – transparent damit unser Dark-Design durchkommt */
.site-content,
.content-area,
.inside-article,
.entry-content,
article.post,
article.page {
  background: transparent !important;
}

/* Site-Hintergrund dunkel */
body {
  background: rgb(8, 10, 16) !important;
}

/* ══ NAVIGATION: Filmstreifen-Style beibehalten ══ */
.main-navigation {
  background: #1a1a1a;
  border-bottom: 3px solid #eeee22;
}

.main-navigation a {
  color: #edeae2;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1px;
  font-size: 15px;
}

.main-navigation .current-menu-item > a,
.main-navigation a:hover {
  background: #eeee22;
  color: #111;
}

/* ══ FOOTER ══ */
.site-footer {
  background: rgb(13, 15, 22);
  border-top: 1px solid rgba(255,255,255,0.07);
  color: #555;
  padding: 16px 20px;
  text-align: center;
  font-size: 13px;
}

.site-footer a {
  color: #777;
}

.site-footer a:hover {
  color: #eeee22;
}
